From c1eb72a769c313435c6c07752dea60e4fd6dbb87 Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 8 Jan 2022 21:08:02 +0000 Subject: [PATCH 1/2] Add combining and mixing potions --- package-lock.json | 8664 +++- src/engine/action/pipe/item-on-item.action.ts | 41 +- src/engine/world/actor/player/player.ts | 266 +- src/engine/world/config/item-ids.ts | 27 + src/engine/world/items/item-container.ts | 85 +- src/plugins/buttons/magic-attack.plugin.ts | 1 - .../commands/give-item-command.plugin.ts | 30 +- .../herblore/clean-herb.plugin.ts} | 27 +- .../skills/herblore/combine-potion.plugin.ts | 66 + src/plugins/skills/herblore/ingredients.js | 2618 ++ src/plugins/skills/herblore/items.js | 36671 ++++++++++++++++ .../skills/herblore/mix-potion.plugin.ts | 71 + .../skills/woodcutting/woodcutting.plugin.ts | 2 +- 13 files changed, 48310 insertions(+), 259 deletions(-) rename src/plugins/{items/herblore/clean-herb.ts => skills/herblore/clean-herb.plugin.ts} (80%) create mode 100644 src/plugins/skills/herblore/combine-potion.plugin.ts create mode 100644 src/plugins/skills/herblore/ingredients.js create mode 100644 src/plugins/skills/herblore/items.js create mode 100644 src/plugins/skills/herblore/mix-potion.plugin.ts diff --git a/package-lock.json b/package-lock.json index 06bd12041..381d5e7f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,8598 @@ { "name": "@runejs/server", "version": "1.0.0-alpha.1", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "@runejs/server", + "version": "1.0.0-alpha.1", + "license": "GPL-3.0", + "dependencies": { + "@runejs/core": "^1.5.4", + "@runejs/filestore": "^0.15.2", + "@runejs/login-server": "^1.2.2", + "@runejs/update-server": "^1.2.2", + "bigi": "^1.4.2", + "js-yaml": "^3.13.1", + "json5": "^2.1.3", + "lodash": "^4.17.21", + "quadtree-lib": "^1.0.9", + "rxjs": "^7.0.0", + "source-map-support": "^0.5.19", + "tslib": "^2.1.0", + "uuid": "^3.3.3", + "yargs": "^15.3.1" + }, + "devDependencies": { + "@babel/cli": "^7.14.5", + "@babel/core": "^7.10.2", + "@babel/node": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/preset-env": "^7.10.2", + "@babel/preset-typescript": "^7.10.1", + "@runejs/eslint-config": "^1.0.0", + "@types/js-yaml": "^3.12.1", + "@types/json5": "0.0.30", + "@types/lodash": "^4.14.149", + "@types/node": "^14.14.37", + "@types/uuid": "^3.4.6", + "@types/yargs": "^13.0.4", + "@typescript-eslint/eslint-plugin": "^4.29.3", + "@typescript-eslint/parser": "^4.29.3", + "babel-plugin-module-resolver": "^4.0.0", + "chokidar": "^3.4.3", + "concurrently": "^5.1.0", + "eslint": "^7.32.0", + "mkdirp": "^1.0.4", + "nodemon": "^2.0.6", + "rimraf": "^3.0.2", + "ts-node": "^9.1.1", + "tsconfig-paths": "^3.9.0", + "typescript": "^4.2.3" + } + }, + "node_modules/@babel/cli": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.5.tgz", + "integrity": "sha512-poegjhRvXHWO0EAsnYajwYZuqcz7gyfxwfaecUESxDujrqOivf3zrjFbub8IJkrqEaz3fvJWh001EzxBub54fg==", + "dev": true, + "dependencies": { + "commander": "^4.0.1", + "convert-source-map": "^1.1.0", + "fs-readdir-recursive": "^1.1.0", + "glob": "^7.0.0", + "make-dir": "^2.1.0", + "slash": "^2.0.0", + "source-map": "^0.5.0" + }, + "bin": { + "babel": "bin/babel.js", + "babel-external-helpers": "bin/babel-external-helpers.js" + }, + "engines": { + "node": ">=6.9.0" + }, + "optionalDependencies": { + "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2", + "chokidar": "^3.4.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/cli/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@babel/cli/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/cli/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.10.4" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.1.tgz", + "integrity": "sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw==", + "dev": true, + "dependencies": { + "browserslist": "^4.12.0", + "invariant": "^2.2.4", + "semver": "^5.5.0" + } + }, + "node_modules/@babel/core": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz", + "integrity": "sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.10.1", + "@babel/generator": "^7.10.2", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helpers": "^7.10.1", + "@babel/parser": "^7.10.2", + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.2", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.13", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/@babel/code-frame": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz", + "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.10.1" + } + }, + "node_modules/@babel/core/node_modules/@babel/helper-validator-identifier": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz", + "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==", + "dev": true + }, + "node_modules/@babel/core/node_modules/@babel/highlight": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz", + "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.10.1", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "node_modules/@babel/core/node_modules/debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/@babel/core/node_modules/json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/core/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@babel/core/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@babel/generator": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz", + "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.2", + "jsesc": "^2.5.1", + "lodash": "^4.17.13", + "source-map": "^0.5.0" + } + }, + "node_modules/@babel/generator/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz", + "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz", + "integrity": "sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw==", + "dev": true, + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz", + "integrity": "sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.10.1", + "browserslist": "^4.12.0", + "invariant": "^2.2.4", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz", + "integrity": "sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-member-expression-to-functions": "^7.10.1", + "@babel/helper-optimise-call-expression": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz", + "integrity": "sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-regex": "^7.10.1", + "regexpu-core": "^4.7.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-map": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz", + "integrity": "sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.10.1", + "@babel/types": "^7.10.1", + "lodash": "^4.17.13" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz", + "integrity": "sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz", + "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==", + "dev": true, + "dependencies": { + "@babel/helper-get-function-arity": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-get-function-arity": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz", + "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz", + "integrity": "sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz", + "integrity": "sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz", + "integrity": "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz", + "integrity": "sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1", + "@babel/helper-simple-access": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1", + "lodash": "^4.17.13" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz", + "integrity": "sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz", + "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==", + "dev": true + }, + "node_modules/@babel/helper-regex": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.1.tgz", + "integrity": "sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g==", + "dev": true, + "dependencies": { + "lodash": "^4.17.13" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.10.1.tgz", + "integrity": "sha512-RfX1P8HqsfgmJ6CwaXGKMAqbYdlleqglvVtht0HGPMSsy2V6MqLlOJVF/0Qyb/m2ZCi2z3q3+s6Pv7R/dQuZ6A==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-wrap-function": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz", + "integrity": "sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==", + "dev": true, + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.10.1", + "@babel/helper-optimise-call-expression": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz", + "integrity": "sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz", + "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.14.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz", + "integrity": "sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz", + "integrity": "sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/helpers": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.1.tgz", + "integrity": "sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/highlight": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz", + "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.5", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/node": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/node/-/node-7.12.1.tgz", + "integrity": "sha512-S4tWOqo3V3ZuJjJNuheSMFIlDaQd6kbvqnQll+tdJTirksTdFHrauQf3d/xW4rgAM+mHJpxTZMHVeIXjCiDViw==", + "dev": true, + "dependencies": { + "@babel/register": "^7.12.1", + "commander": "^4.0.1", + "core-js": "^3.2.1", + "lodash": "^4.17.19", + "node-environment-flags": "^1.0.5", + "regenerator-runtime": "^0.13.4", + "resolve": "^1.13.1", + "v8flags": "^3.1.1" + }, + "bin": { + "babel-node": "bin/babel-node.js" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/node/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@babel/parser": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz", + "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz", + "integrity": "sha512-vzZE12ZTdB336POZjmpblWfNNRpMSua45EYnRigE2XsZxcXcIyly2ixnTJasJE4Zq3U7t2d8rRF7XRUuzHxbOw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-remap-async-to-generator": "^7.10.1", + "@babel/plugin-syntax-async-generators": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz", + "integrity": "sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.1.tgz", + "integrity": "sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz", + "integrity": "sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-json-strings": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.1.tgz", + "integrity": "sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.10.1.tgz", + "integrity": "sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-numeric-separator": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.1.tgz", + "integrity": "sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-transform-parameters": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.1.tgz", + "integrity": "sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.1.tgz", + "integrity": "sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-optional-chaining": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.1.tgz", + "integrity": "sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.1.tgz", + "integrity": "sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.1.tgz", + "integrity": "sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.1.tgz", + "integrity": "sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.1.tgz", + "integrity": "sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.1.tgz", + "integrity": "sha512-X/d8glkrAtra7CaQGMiGs/OGa6XgUzqPcBXCIGFCpCqnfGlT0Wfbzo/B89xHhnInTaItPK8LALblVXcUOEh95Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.1.tgz", + "integrity": "sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.1.tgz", + "integrity": "sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-remap-async-to-generator": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.1.tgz", + "integrity": "sha512-B7K15Xp8lv0sOJrdVAoukKlxP9N59HS48V1J3U/JGj+Ad+MHq+am6xJVs85AgXrQn4LV8vaYFOB+pr/yIuzW8Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.1.tgz", + "integrity": "sha512-8bpWG6TtF5akdhIm/uWTyjHqENpy13Fx8chg7pFH875aNLwX8JxIxqm08gmAT+Whe6AOmaTeLPe7dpLbXt+xUw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "lodash": "^4.17.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.1.tgz", + "integrity": "sha512-P9V0YIh+ln/B3RStPoXpEQ/CoAxQIhRSUn7aXqQ+FZJ2u8+oCtjIXR3+X0vsSD8zv+mb56K7wZW1XiDTDGiDRQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-define-map": "^7.10.1", + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-optimise-call-expression": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", + "globals": "^11.1.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.1.tgz", + "integrity": "sha512-mqSrGjp3IefMsXIenBfGcPXxJxweQe2hEIwMQvjtiDQ9b1IBvDUjkAtV/HMXX47/vXf14qDNedXsIiNd1FmkaQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.1.tgz", + "integrity": "sha512-V/nUc4yGWG71OhaTH705pU8ZSdM6c1KmmLP8ys59oOYbT7RpMYAR3MsVOt6OHL0WzG7BlTU076va9fjJyYzJMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.1.tgz", + "integrity": "sha512-19VIMsD1dp02RvduFUmfzj8uknaO3uiHHF0s3E1OHnVsNj8oge8EQ5RzHRbJjGSetRnkEuBYO7TG1M5kKjGLOA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.1.tgz", + "integrity": "sha512-wIEpkX4QvX8Mo9W6XF3EdGttrIPZWozHfEaDTU0WJD/TDnXMvdDh30mzUl/9qWhnf7naicYartcEfUghTCSNpA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.1.tgz", + "integrity": "sha512-lr/przdAbpEA2BUzRvjXdEDLrArGRRPwbaF9rvayuHRvdQ7lUTTkZnhZrJ4LE2jvgMRFF4f0YuPQ20vhiPYxtA==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.1.tgz", + "integrity": "sha512-US8KCuxfQcn0LwSCMWMma8M2R5mAjJGsmoCBVwlMygvmDUMkTCykc84IqN1M7t+agSfOmLYTInLCHJM+RUoz+w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.1.tgz", + "integrity": "sha512-//bsKsKFBJfGd65qSNNh1exBy5Y9gD9ZN+DvrJ8f7HXr4avE5POW6zB7Rj6VnqHV33+0vXWUwJT0wSHubiAQkw==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.1.tgz", + "integrity": "sha512-qi0+5qgevz1NHLZroObRm5A+8JJtibb7vdcPQF1KQE12+Y/xxl8coJ+TpPW9iRq+Mhw/NKLjm+5SHtAHCC7lAw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.1.tgz", + "integrity": "sha512-UmaWhDokOFT2GcgU6MkHC11i0NQcL63iqeufXWfRy6pUOGYeCGEKhvfFO6Vz70UfYJYHwveg62GS83Rvpxn+NA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.1.tgz", + "integrity": "sha512-31+hnWSFRI4/ACFr1qkboBbrTxoBIzj7qA69qlq8HY8p7+YCzkCT6/TvQ1a4B0z27VeWtAeJd6pr5G04dc1iHw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.1.tgz", + "integrity": "sha512-AQG4fc3KOah0vdITwt7Gi6hD9BtQP/8bhem7OjbaMoRNCH5Djx42O2vYMfau7QnAzQCa+RJnhJBmFFMGpQEzrg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-simple-access": "^7.10.1", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.10.1.tgz", + "integrity": "sha512-ewNKcj1TQZDL3YnO85qh9zo1YF1CHgmSTlRQgHqe63oTrMI85cthKtZjAiZSsSNjPQ5NCaYo5QkbYqEw1ZBgZA==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.10.1", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.1.tgz", + "integrity": "sha512-EIuiRNMd6GB6ulcYlETnYYfgv4AxqrswghmBRQbWLHZxN4s7mupxzglnHqk9ZiUpDI4eRWewedJJNj67PWOXKA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.8.3.tgz", + "integrity": "sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.1.tgz", + "integrity": "sha512-MBlzPc1nJvbmO9rPr1fQwXOM2iGut+JC92ku6PbiJMMK7SnQc1rytgpopveE3Evn47gzvGYeCdgfCDbZo0ecUw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.1.tgz", + "integrity": "sha512-WnnStUDN5GL+wGQrJylrnnVlFhFmeArINIR9gjhSeYyvroGhBrSAXYg/RHsnfzmsa+onJrTJrEClPzgNmmQ4Gw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.1.tgz", + "integrity": "sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg==", + "dev": true, + "dependencies": { + "@babel/helper-get-function-arity": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.1.tgz", + "integrity": "sha512-Kr6+mgag8auNrgEpbfIWzdXYOvqDHZOF0+Bx2xh4H2EDNwcbRb9lY6nkZg8oSjsX+DH9Ebxm9hOqtKW+gRDeNA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.1.tgz", + "integrity": "sha512-B3+Y2prScgJ2Bh/2l9LJxKbb8C8kRfsG4AdPT+n7ixBHIxJaIG8bi8tgjxUMege1+WqSJ+7gu1YeoMVO3gPWzw==", + "dev": true, + "dependencies": { + "regenerator-transform": "^0.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.1.tgz", + "integrity": "sha512-qN1OMoE2nuqSPmpTqEM7OvJ1FkMEV+BjVeZZm9V9mq/x1JLKQ4pcv8riZJMNN3u2AUGl0ouOMjRr2siecvHqUQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.1.tgz", + "integrity": "sha512-AR0E/lZMfLstScFwztApGeyTHJ5u3JUKMjneqRItWeEqDdHWZwAOKycvQNCasCK/3r5YXsuNG25funcJDu7Y2g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.1.tgz", + "integrity": "sha512-8wTPym6edIrClW8FI2IoaePB91ETOtg36dOkj3bYcNe7aDMN2FXEoUa+WrmPc4xa1u2PQK46fUX2aCb+zo9rfw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.1.tgz", + "integrity": "sha512-j17ojftKjrL7ufX8ajKvwRilwqTok4q+BjkknmQw9VNHnItTyMP5anPFzxFJdCQs7clLcWpCV3ma+6qZWLnGMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-regex": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.1.tgz", + "integrity": "sha512-t7B/3MQf5M1T9hPCRG28DNGZUuxAuDqLYS03rJrIk2prj/UV7Z6FOneijhQhnv/Xa039vidXeVbvjK2SK5f7Gg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.1.tgz", + "integrity": "sha512-qX8KZcmbvA23zDi+lk9s6hC1FM7jgLHYIjuLgULgc8QtYnmB3tAVIYkNoKRQ75qWBeyzcoMoK8ZQmogGtC/w0g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.10.1.tgz", + "integrity": "sha512-v+QWKlmCnsaimLeqq9vyCsVRMViZG1k2SZTlcZvB+TqyH570Zsij8nvVUZzOASCRiQFUxkLrn9Wg/kH0zgy5OQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-typescript": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.1.tgz", + "integrity": "sha512-zZ0Poh/yy1d4jeDWpx/mNwbKJVwUYJX73q+gyh4bwtG0/iUlzdEu0sLMda8yuDFS6LBQlT/ST1SJAR6zYwXWgw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.1.tgz", + "integrity": "sha512-Y/2a2W299k0VIUdbqYm9X2qS6fE0CUBhhiPpimK6byy7OJ/kORLlIX+J6UrjgNu5awvs62k+6RSslxhcvVw2Tw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.2.tgz", + "integrity": "sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.10.1", + "@babel/helper-compilation-targets": "^7.10.2", + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-proposal-async-generator-functions": "^7.10.1", + "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/plugin-proposal-dynamic-import": "^7.10.1", + "@babel/plugin-proposal-json-strings": "^7.10.1", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", + "@babel/plugin-proposal-numeric-separator": "^7.10.1", + "@babel/plugin-proposal-object-rest-spread": "^7.10.1", + "@babel/plugin-proposal-optional-catch-binding": "^7.10.1", + "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@babel/plugin-proposal-private-methods": "^7.10.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.10.1", + "@babel/plugin-syntax-async-generators": "^7.8.0", + "@babel/plugin-syntax-class-properties": "^7.10.1", + "@babel/plugin-syntax-dynamic-import": "^7.8.0", + "@babel/plugin-syntax-json-strings": "^7.8.0", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.1", + "@babel/plugin-syntax-object-rest-spread": "^7.8.0", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.0", + "@babel/plugin-syntax-top-level-await": "^7.10.1", + "@babel/plugin-transform-arrow-functions": "^7.10.1", + "@babel/plugin-transform-async-to-generator": "^7.10.1", + "@babel/plugin-transform-block-scoped-functions": "^7.10.1", + "@babel/plugin-transform-block-scoping": "^7.10.1", + "@babel/plugin-transform-classes": "^7.10.1", + "@babel/plugin-transform-computed-properties": "^7.10.1", + "@babel/plugin-transform-destructuring": "^7.10.1", + "@babel/plugin-transform-dotall-regex": "^7.10.1", + "@babel/plugin-transform-duplicate-keys": "^7.10.1", + "@babel/plugin-transform-exponentiation-operator": "^7.10.1", + "@babel/plugin-transform-for-of": "^7.10.1", + "@babel/plugin-transform-function-name": "^7.10.1", + "@babel/plugin-transform-literals": "^7.10.1", + "@babel/plugin-transform-member-expression-literals": "^7.10.1", + "@babel/plugin-transform-modules-amd": "^7.10.1", + "@babel/plugin-transform-modules-commonjs": "^7.10.1", + "@babel/plugin-transform-modules-systemjs": "^7.10.1", + "@babel/plugin-transform-modules-umd": "^7.10.1", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", + "@babel/plugin-transform-new-target": "^7.10.1", + "@babel/plugin-transform-object-super": "^7.10.1", + "@babel/plugin-transform-parameters": "^7.10.1", + "@babel/plugin-transform-property-literals": "^7.10.1", + "@babel/plugin-transform-regenerator": "^7.10.1", + "@babel/plugin-transform-reserved-words": "^7.10.1", + "@babel/plugin-transform-shorthand-properties": "^7.10.1", + "@babel/plugin-transform-spread": "^7.10.1", + "@babel/plugin-transform-sticky-regex": "^7.10.1", + "@babel/plugin-transform-template-literals": "^7.10.1", + "@babel/plugin-transform-typeof-symbol": "^7.10.1", + "@babel/plugin-transform-unicode-escapes": "^7.10.1", + "@babel/plugin-transform-unicode-regex": "^7.10.1", + "@babel/preset-modules": "^0.1.3", + "@babel/types": "^7.10.2", + "browserslist": "^4.12.0", + "core-js-compat": "^3.6.2", + "invariant": "^2.2.2", + "levenary": "^1.1.1", + "semver": "^5.5.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.3.tgz", + "integrity": "sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-typescript": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.10.1.tgz", + "integrity": "sha512-m6GV3y1ShiqxnyQj10600ZVOFrSSAa8HQ3qIUk2r+gcGtHTIRw0dJnFLt1WNXpKjtVw7yw1DAPU/6ma2ZvgJuA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-transform-typescript": "^7.10.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/register": { + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.12.1.tgz", + "integrity": "sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==", + "dev": true, + "dependencies": { + "find-cache-dir": "^2.0.0", + "lodash": "^4.17.19", + "make-dir": "^2.1.0", + "pirates": "^4.0.0", + "source-map-support": "^0.5.16" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/register/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.4" + } + }, + "node_modules/@babel/template": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz", + "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.10.1", + "@babel/parser": "^7.10.1", + "@babel/types": "^7.10.1" + } + }, + "node_modules/@babel/template/node_modules/@babel/code-frame": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz", + "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.10.1" + } + }, + "node_modules/@babel/template/node_modules/@babel/helper-validator-identifier": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz", + "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==", + "dev": true + }, + "node_modules/@babel/template/node_modules/@babel/highlight": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz", + "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.10.1", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz", + "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.10.1", + "@babel/generator": "^7.10.1", + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", + "@babel/parser": "^7.10.1", + "@babel/types": "^7.10.1", + "debug": "^4.1.0", + "globals": "^11.1.0", + "lodash": "^4.17.13" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/code-frame": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz", + "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.10.1" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/helper-validator-identifier": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz", + "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==", + "dev": true + }, + "node_modules/@babel/traverse/node_modules/@babel/highlight": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz", + "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.10.1", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "node_modules/@babel/traverse/node_modules/debug": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", + "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/@babel/traverse/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@babel/types": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz", + "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.10.1", + "lodash": "^4.17.13", + "to-fast-properties": "^2.0.0" + } + }, + "node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": { + "version": "7.10.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz", + "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==", + "dev": true + }, + "node_modules/@eslint/eslintrc": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", + "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/@eslint/eslintrc/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@hapi/bourne": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-2.0.0.tgz", + "integrity": "sha512-WEezM1FWztfbzqIUbsDzFRVMxSoLy3HugVcux6KDDtTqzPsLE8NDRHfXvev66aH1i2oOKKar3/XDjbvh/OUBdg==" + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", + "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@humanwhocodes/config-array/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz", + "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==", + "dev": true + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.5.tgz", + "integrity": "sha512-4srsKPXWlIxp5Vbqz5uLfBN+du2fJChBoYn/f2h991WLdk7jUvcSk/McVLSv/X+xQIPI8eGD5GjrnygdyHnhPA==", + "dependencies": { + "detect-libc": "^1.0.3", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.1", + "nopt": "^5.0.0", + "npmlog": "^4.1.2", + "rimraf": "^3.0.2", + "semver": "^7.3.4", + "tar": "^6.1.0" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@mapbox/node-pre-gyp/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2": { + "version": "2.1.8-no-fsevents.2", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.2.tgz", + "integrity": "sha512-Fb8WxUFOBQVl+CX4MWet5o7eCc6Pj04rXIwVKZ6h1NnqTo45eOQW6aWyhG25NIODvWFwTDMwBsYxrQ3imxpetg==", + "dev": true, + "optional": true, + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^5.1.2", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, + "optional": true, + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "optional": true, + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "optional": true, + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "optional": true, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "optional": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, + "optional": true, + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dev": true, + "optional": true, + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/@nicolo-ribaudo/chokidar-2/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "optional": true, + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@runejs/core": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@runejs/core/-/core-1.5.4.tgz", + "integrity": "sha512-bYuYIIYMdI7ksGbQUjN+P3OW/Q4aaOgfo1R4kl+NBmPL+59jinNhC+WHfWTsX5Jvz3jU4WV9IuYELS1L9Kfzkw==", + "dependencies": { + "js-yaml": "^3.14.1", + "pino": "^6.13.0", + "pino-pretty": "^4.8.0" + }, + "peerDependencies": { + "tslib": ">=2.1.0" + } + }, + "node_modules/@runejs/core/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@runejs/eslint-config": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@runejs/eslint-config/-/eslint-config-1.0.0.tgz", + "integrity": "sha512-Z4yELzMWGQ75ihZgPMIEUKucc1X5GvIu8ZYDxjKnjcCkTT3VvMRZ4mFvXxmrXy5kip2X/PR3Sklw6uIR9UCkBg==", + "dev": true, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">=4.22.0", + "@typescript-eslint/parser": ">=4.22.0", + "eslint": ">=7", + "typescript": ">=4" + } + }, + "node_modules/@runejs/filestore": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/@runejs/filestore/-/filestore-0.15.2.tgz", + "integrity": "sha512-Di6iFbDR3DNDAQJ9yEyGOb6xP1QIrvGZyoe5aaZBJbuE8Y+INSvWv0hB4PJYcP6scbWKd6CSsUHBpzvUtRstVw==", + "dependencies": { + "@runejs/core": "^1.5.4", + "canvas": "^2.8.0", + "node-properties-parser": "0.0.2", + "pngjs": "^6.0.0", + "seek-bzip": "^1.0.5", + "tslib": "^2.1.0" + } + }, + "node_modules/@runejs/login-server": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@runejs/login-server/-/login-server-1.2.2.tgz", + "integrity": "sha512-du2z7hTkv3x5CmqlKPOMaFO4eN0HnA6IKbDTsV8L77SSBWkO8lWBLGKVOIxpbAd29cZ0dwHjOEPizf6epmFxCg==", + "dependencies": { + "@runejs/core": "^1.5.4", + "bcrypt": "^5.0.1", + "bigi": "^1.4.2", + "source-map-support": "^0.5.19", + "tslib": "^2.2.0" + } + }, + "node_modules/@runejs/login-server/node_modules/tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + }, + "node_modules/@runejs/update-server": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@runejs/update-server/-/update-server-1.2.2.tgz", + "integrity": "sha512-PQm210OYn24nyV5Eis8ef/KLPy6ZZuWluKvcLOBzXkr98ekxgn4+3p+tBCvhg8DkEBCvuKtDwTJCHhUWx/carQ==", + "dependencies": { + "@runejs/core": "^1.5.4", + "@runejs/filestore": "^0.15.2", + "crc-32": "^1.2.0", + "source-map-support": "^0.5.19", + "tslib": "^2.2.0" + } + }, + "node_modules/@runejs/update-server/node_modules/tslib": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", + "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + }, + "node_modules/@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dev": true, + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@types/color-name": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", + "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==" + }, + "node_modules/@types/js-yaml": { + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-3.12.1.tgz", + "integrity": "sha512-SGGAhXLHDx+PK4YLNcNGa6goPf9XRWQNAUUbffkwVGGXIxmDKWyGGL4inzq2sPmExu431Ekb9aEMn9BkPqEYFA==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==", + "dev": true + }, + "node_modules/@types/json5": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.30.tgz", + "integrity": "sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==", + "dev": true + }, + "node_modules/@types/lodash": { + "version": "4.14.149", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.149.tgz", + "integrity": "sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "14.14.37", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz", + "integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw==", + "dev": true + }, + "node_modules/@types/uuid": { + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.6.tgz", + "integrity": "sha512-cCdlC/1kGEZdEglzOieLDYBxHsvEOIg7kp/2FYyVR9Pxakq+Qf/inL3RKQ+PA8gOlI/NnL+fXmQH12nwcGzsHw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/yargs": { + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.4.tgz", + "integrity": "sha512-Ke1WmBbIkVM8bpvsNEcGgQM70XcEh/nbpxQhW7FhrsbCsXSY9BmLB1+LHtD7r9zrsOcFlLiF+a/UeJsdfw3C5A==", + "dev": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-13.1.0.tgz", + "integrity": "sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg==", + "dev": true + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz", + "integrity": "sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==", + "dev": true, + "dependencies": { + "@typescript-eslint/experimental-utils": "4.29.3", + "@typescript-eslint/scope-manager": "4.29.3", + "debug": "^4.3.1", + "functional-red-black-tree": "^1.0.1", + "regexpp": "^3.1.0", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^4.0.0", + "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/experimental-utils": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.3.tgz", + "integrity": "sha512-ffIvbytTVWz+3keg+Sy94FG1QeOvmV9dP2YSdLFHw/ieLXWCa3U1TYu8IRCOpMv2/SPS8XqhM1+ou1YHsdzKrg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.7", + "@typescript-eslint/scope-manager": "4.29.3", + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/typescript-estree": "4.29.3", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.29.3.tgz", + "integrity": "sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "4.29.3", + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/typescript-estree": "4.29.3", + "debug": "^4.3.1" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.29.3.tgz", + "integrity": "sha512-x+w8BLXO7iWPkG5mEy9bA1iFRnk36p/goVlYobVWHyDw69YmaH9q6eA+Fgl7kYHmFvWlebUTUfhtIg4zbbl8PA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/visitor-keys": "4.29.3" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.29.3.tgz", + "integrity": "sha512-s1eV1lKNgoIYLAl1JUba8NhULmf+jOmmeFO1G5MN/RBCyyzg4TIOfIOICVNC06lor+Xmy4FypIIhFiJXOknhIg==", + "dev": true, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.3.tgz", + "integrity": "sha512-45oQJA0bxna4O5TMwz55/TpgjX1YrAPOI/rb6kPgmdnemRZx/dB0rsx+Ku8jpDvqTxcE1C/qEbVHbS3h0hflag==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "4.29.3", + "@typescript-eslint/visitor-keys": "4.29.3", + "debug": "^4.3.1", + "globby": "^11.0.3", + "is-glob": "^4.0.1", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "4.29.3", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.3.tgz", + "integrity": "sha512-MGGfJvXT4asUTeVs0Q2m+sY63UsfnA+C/FDgBKV3itLBmM9H0u+URcneePtkd0at1YELmZK6HSolCqM4Fzs6yA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "4.29.3", + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-align": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", + "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", + "dev": true, + "dependencies": { + "string-width": "^3.0.0" + } + }, + "node_modules/ansi-align/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-align/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/ansi-align/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-align/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-align/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", + "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "dependencies": { + "@types/color-name": "^1.1.1", + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz", + "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "node_modules/are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/args": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/args/-/args-5.0.1.tgz", + "integrity": "sha512-1kqmFCFsPffavQFGt8OxJdIcETti99kySRUPMpOhaGjL6mRJn8HFU1OxKY5bMqfZKUwTQc1mZkAjmGYaVOHFtQ==", + "dependencies": { + "camelcase": "5.0.0", + "chalk": "2.4.2", + "leven": "2.1.0", + "mri": "1.1.4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/args/node_modules/camelcase": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/args/node_modules/leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/async-each": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", + "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==", + "dev": true, + "optional": true + }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true, + "optional": true, + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/atomic-sleep": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz", + "integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-module-resolver": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-4.0.0.tgz", + "integrity": "sha512-3pdEq3PXALilSJ6dnC4wMWr0AZixHRM4utpdpBR9g5QG7B7JwWyukQv7a9hVxkbGFl+nQbrHDqqQOIBtTXTP/Q==", + "dev": true, + "dependencies": { + "find-babel-config": "^1.2.0", + "glob": "^7.1.6", + "pkg-up": "^3.1.0", + "reselect": "^4.0.0", + "resolve": "^1.13.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/babel-plugin-module-resolver/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/babel-plugin-module-resolver/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/babel-plugin-module-resolver/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/babel-plugin-module-resolver/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/babel-plugin-module-resolver/node_modules/pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "dev": true, + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + }, + "node_modules/base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dev": true, + "optional": true, + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "optional": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bcrypt": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.0.1.tgz", + "integrity": "sha512-9BTgmrhZM2t1bNuDtrtIMVSmmxZBrJ71n8Wg+YgdjHuIWYF7SjjmCPZFB+/5i/o/PIeRpwVJR3P+NrpIItUjqw==", + "hasInstallScript": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.0", + "node-addon-api": "^3.1.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/bigi": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/bigi/-/bigi-1.4.2.tgz", + "integrity": "sha1-nGZalfiLiwj8Bc/XMfVhhZ1yWCU=" + }, + "node_modules/binary-extensions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz", + "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz", + "integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==", + "dev": true, + "dependencies": { + "ansi-align": "^3.0.0", + "camelcase": "^5.3.1", + "chalk": "^3.0.0", + "cli-boxes": "^2.2.0", + "string-width": "^4.1.0", + "term-size": "^2.1.0", + "type-fest": "^0.8.1", + "widest-line": "^3.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "dev": true, + "dependencies": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/browserslist/node_modules/caniuse-lite": { + "version": "1.0.30001230", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001230.tgz", + "integrity": "sha512-5yBd5nWCBS+jWKTcHOzXwo5xzcj4ePE/yjtkZyUV1BTUmrBaA9MRGC+e7mxnqXSA90CmCA8L3eKLaSUkt099IQ==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "node_modules/browserslist/node_modules/electron-to-chromium": { + "version": "1.3.738", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.738.tgz", + "integrity": "sha512-vCMf4gDOpEylPSLPLSwAEsz+R3ShP02Y3cAKMZvTqule3XcPp7tgc/0ESI7IS6ZeyBlGClE50N53fIOkcIVnpw==", + "dev": true + }, + "node_modules/browserslist/node_modules/node-releases": { + "version": "1.1.72", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.72.tgz", + "integrity": "sha512-LLUo+PpH3dU6XizX3iVoubUNheF/owjXCZZ5yACDxNnPtgFuludV1ZL3ayK1kVep42Rmm0+R9/Y60NQbZ2bifw==", + "dev": true + }, + "node_modules/buffer-from": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", + "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" + }, + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, + "optional": true, + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cacheable-request/node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/canvas": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.8.0.tgz", + "integrity": "sha512-gLTi17X8WY9Cf5GZ2Yns8T5lfBOcGgFehDFb+JQwDqdOoBOcECS9ZWMEAqMSVcMYwXD659J8NyzjRY/2aE+C2Q==", + "hasInstallScript": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.0", + "nan": "^2.14.0", + "simple-get": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/chalk/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/chokidar": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz", + "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.1.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, + "optional": true, + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/class-utils/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + } + }, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", + "dev": true, + "optional": true, + "dependencies": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "dev": true + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==", + "dev": true, + "optional": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/concurrently": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-5.1.0.tgz", + "integrity": "sha512-9ViZMu3OOCID3rBgU31mjBftro2chOop0G2u1olq1OuwRBVRw/GxHTg80TVJBUTJfoswMmEUeuOg1g1yu1X2dA==", + "dev": true, + "dependencies": { + "chalk": "^2.4.2", + "date-fns": "^2.0.1", + "lodash": "^4.17.15", + "read-pkg": "^4.0.1", + "rxjs": "^6.5.2", + "spawn-command": "^0.0.2-1", + "supports-color": "^6.1.0", + "tree-kill": "^1.2.2", + "yargs": "^13.3.0" + }, + "bin": { + "concurrently": "bin/concurrently.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/concurrently/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/concurrently/node_modules/cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "dev": true, + "dependencies": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "node_modules/concurrently/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/concurrently/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/concurrently/node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/concurrently/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/concurrently/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/concurrently/node_modules/rxjs": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", + "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/concurrently/node_modules/rxjs/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/concurrently/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/concurrently/node_modules/yargs": { + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.0.tgz", + "integrity": "sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==", + "dev": true, + "dependencies": { + "cliui": "^5.0.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^13.1.1" + } + }, + "node_modules/concurrently/node_modules/yargs-parser": { + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + }, + "node_modules/convert-source-map": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", + "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/core-js": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat": { + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz", + "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==", + "dev": true, + "dependencies": { + "browserslist": "^4.8.5", + "semver": "7.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "node_modules/crc-32": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz", + "integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==", + "dependencies": { + "exit-on-epipe": "~1.0.1", + "printj": "~1.1.0" + }, + "bin": { + "crc32": "bin/crc32.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/date-fns": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.9.0.tgz", + "integrity": "sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA==", + "dev": true + }, + "node_modules/dateformat": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.5.1.tgz", + "integrity": "sha512-OD0TZ+B7yP7ZgpJf5K2DIbj3FZvFvxgFUuaqA/V5zTjAtAAXZ1E8bktHxmAGs4x5b7PflqA9LeQ84Og7wYtF7Q==", + "engines": { + "node": "*" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", + "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "dev": true + }, + "node_modules/defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "dev": true + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-property/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "optional": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-abstract": { + "version": "1.17.7", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", + "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", + "dev": true, + "dependencies": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-abstract/node_modules/object.assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", + "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.0", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-abstract/node_modules/object.assign/node_modules/es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "dependencies": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "7.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", + "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.4.3", + "@humanwhocodes/config-array": "^0.5.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.1.2", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.9", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/eslint/node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz", + "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/eslint/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/eslint/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "dev": true, + "dependencies": { + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", + "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/exit-on-epipe": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz", + "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", + "dev": true, + "optional": true, + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "dev": true, + "optional": true, + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extend-shallow/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "optional": true, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, + "optional": true, + "dependencies": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "optional": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fast-glob/node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dev": true, + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/fast-glob/node_modules/picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "dev": true + }, + "node_modules/fast-redact": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.0.1.tgz", + "integrity": "sha512-kYpn4Y/valC9MdrISg47tZOpYBNoTXKgT9GYXFpHN/jYFs+lFkPoisY+LcBODdKVMY96ATzvzsWv+ES/4Kmufw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/fast-safe-stringify": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz", + "integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==" + }, + "node_modules/fastify-warning": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/fastify-warning/-/fastify-warning-0.2.0.tgz", + "integrity": "sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==" + }, + "node_modules/fastq": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.12.0.tgz", + "integrity": "sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-babel-config": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-1.2.0.tgz", + "integrity": "sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==", + "dev": true, + "dependencies": { + "json5": "^0.5.1", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/find-babel-config/node_modules/json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", + "dev": true, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/find-babel-config/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/find-cache-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/find-cache-dir/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatstr": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/flatstr/-/flatstr-1.0.12.tgz", + "integrity": "sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==" + }, + "node_modules/flatted": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz", + "integrity": "sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==", + "dev": true + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", + "dev": true, + "optional": true, + "dependencies": { + "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-readdir-recursive": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", + "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz", + "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", + "deprecated": "\"Please update to latest v2.3 or v2.2\"", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "dev": true + }, + "node_modules/gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "dependencies": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "node_modules/gauge/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gauge/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.1", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz", + "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-dirs": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-2.0.1.tgz", + "integrity": "sha512-5HqUqdhkEovj2Of/ms3IeS/EekcO54ytHRLV4PEY2rhRwrHXLQjeVEES0Lhka0xwNDtGYn58wyC4s5+MHsOO6A==", + "dev": true, + "dependencies": { + "ini": "^1.3.5" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", + "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" + }, + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", + "dev": true, + "optional": true, + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", + "dev": true, + "optional": true, + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dev": true, + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha1-SMptcvbGo68Aqa1K5odr44ieKwk=", + "dev": true + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dev": true, + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/is-accessor-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-accessor-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true, + "optional": true + }, + "node_modules/is-callable": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", + "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "dependencies": { + "ci-info": "^2.0.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/is-data-descriptor": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-data-descriptor/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-descriptor": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", + "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", + "dev": true, + "optional": true, + "dependencies": { + "is-accessor-descriptor": "^0.1.6", + "is-data-descriptor": "^0.1.4", + "kind-of": "^5.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-descriptor/node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-installed-globally": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz", + "integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==", + "dev": true, + "dependencies": { + "global-dirs": "^2.0.1", + "is-path-inside": "^3.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", + "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-npm": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-4.0.0.tgz", + "integrity": "sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.2.tgz", + "integrity": "sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "optional": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", + "dev": true + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jmespath": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz", + "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/joycon": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz", + "integrity": "sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", + "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "dev": true + }, + "node_modules/json5": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", + "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.0" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dev": true, + "dependencies": { + "package-json": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/levenary": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/levenary/-/levenary-1.1.1.tgz", + "integrity": "sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==", + "dev": true, + "dependencies": { + "leven": "^3.1.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dev": true, + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/lru-cache/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", + "dev": true, + "optional": true, + "dependencies": { + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, + "optional": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, + "optional": true, + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/braces/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", + "dev": true, + "optional": true, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/fill-range/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/micromatch/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", + "dev": true, + "optional": true, + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "node_modules/minipass": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz", + "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, + "optional": true, + "dependencies": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mixin-deep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dev": true, + "optional": true, + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mri": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz", + "integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "dev": true + }, + "node_modules/nan": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", + "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==" + }, + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, + "optional": true, + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "dev": true + }, + "node_modules/node-addon-api": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==" + }, + "node_modules/node-environment-flags": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.6.tgz", + "integrity": "sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==", + "dev": true, + "dependencies": { + "object.getownpropertydescriptors": "^2.0.3", + "semver": "^5.7.0" + } + }, + "node_modules/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/node-modules-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/node-properties-parser": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/node-properties-parser/-/node-properties-parser-0.0.2.tgz", + "integrity": "sha1-y4WjUFWW6+TANFNpGufV13uoTaA=", + "deprecated": "Please use properties-parser instead.", + "engines": { + "node": ">= 0.3.1" + } + }, + "node_modules/nodemon": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.6.tgz", + "integrity": "sha512-4I3YDSKXg6ltYpcnZeHompqac4E6JeAMpGm8tJnB9Y3T0ehasLa4139dJOcCrB93HHrUMsCrKtoAlXTqT5n4AQ==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "chokidar": "^3.2.2", + "debug": "^3.2.6", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.0.4", + "pstree.remy": "^1.1.7", + "semver": "^5.7.1", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.3", + "update-notifier": "^4.1.0" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", + "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", + "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", + "dev": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dependencies": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", + "dev": true, + "optional": true, + "dependencies": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", + "dev": true, + "optional": true, + "dependencies": { + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.assign": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", + "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.2", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.0", + "object-keys": "^1.0.11" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", + "dev": true, + "optional": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-limit": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz", + "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "dev": true, + "dependencies": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/package-json/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pino": { + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/pino/-/pino-6.13.1.tgz", + "integrity": "sha512-QQf67BU+cANnc/2U+wzUV20UjO5oBryWpnNyKshdLfT9BdeiXlh9wxLGmOjAuBWMYITdMs+BtJSQQNlGRNbWpA==", + "dependencies": { + "fast-redact": "^3.0.0", + "fast-safe-stringify": "^2.0.8", + "fastify-warning": "^0.2.0", + "flatstr": "^1.0.12", + "pino-std-serializers": "^3.1.0", + "quick-format-unescaped": "^4.0.3", + "sonic-boom": "^1.0.2" + }, + "bin": { + "pino": "bin.js" + } + }, + "node_modules/pino-pretty": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-4.8.0.tgz", + "integrity": "sha512-mhQfHG4rw5ZFpWL44m0Utjo4GC2+HMfdNvxyA8lLw0sIqn6fCf7uQe6dPckUcW/obly+OQHD7B/MTso6LNizYw==", + "dependencies": { + "@hapi/bourne": "^2.0.0", + "args": "^5.0.1", + "chalk": "^4.0.0", + "dateformat": "^4.5.1", + "fast-safe-stringify": "^2.0.7", + "jmespath": "^0.15.0", + "joycon": "^2.2.5", + "pump": "^3.0.0", + "readable-stream": "^3.6.0", + "rfdc": "^1.3.0", + "split2": "^3.1.1", + "strip-json-comments": "^3.1.1" + }, + "bin": { + "pino-pretty": "bin.js" + } + }, + "node_modules/pino-pretty/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/pino-pretty/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/pino-pretty/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pino-pretty/node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pino-pretty/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pino-std-serializers": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-3.2.0.tgz", + "integrity": "sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==" + }, + "node_modules/pirates": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz", + "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==", + "dev": true, + "dependencies": { + "node-modules-regexp": "^1.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-dir/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pngjs": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz", + "integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==", + "engines": { + "node": ">=12.13.0" + } + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/printj": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz", + "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==", + "bin": { + "printj": "bin/printj.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/private": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", + "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pupa": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.0.1.tgz", + "integrity": "sha512-hEJH0s8PXLY/cdXh66tNEQGndDrIKNqNC5xmrysZy3i5C3oEoLna7YAOad+7u125+zH1HNXUmGEkrhb3c2VriA==", + "dev": true, + "dependencies": { + "escape-goat": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/quadtree-lib": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/quadtree-lib/-/quadtree-lib-1.0.9.tgz", + "integrity": "sha512-2hFsbM1+gqVkNafxAEjv/XD9VO7s4urGkV/Wdo36YoQQ7q4i6IgcAcVcmbWLOtVcIj7XYQmUl1QUOBr59FDbsA==" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-format-unescaped": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.3.tgz", + "integrity": "sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==" + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/read-pkg": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", + "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", + "dev": true, + "dependencies": { + "normalize-package-data": "^2.3.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/read-pkg/node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerate": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz", + "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz", + "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.4.tgz", + "integrity": "sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4", + "private": "^0.1.8" + } + }, + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, + "optional": true, + "dependencies": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/regexpu-core": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.0.tgz", + "integrity": "sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.0", + "regenerate-unicode-properties": "^8.2.0", + "regjsgen": "^0.5.1", + "regjsparser": "^0.6.4", + "unicode-match-property-ecmascript": "^1.0.4", + "unicode-match-property-value-ecmascript": "^1.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/registry-auth-token": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.0.tgz", + "integrity": "sha512-P+lWzPrsgfN+UEpDS3U8AQKg/UjZX6mQSJueZj3EK+vNESoqBSpBUD3gmu4sF9lOsjXWjF11dQKUqemf3veq1w==", + "dev": true, + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dev": true, + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/regjsgen": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz", + "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz", + "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true, + "optional": true + }, + "node_modules/repeat-element": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", + "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "node_modules/reselect": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.0.0.tgz", + "integrity": "sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.14.1.tgz", + "integrity": "sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==", + "dev": true, + "dependencies": { + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", + "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "dev": true, + "optional": true + }, + "node_modules/responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "dev": true, + "dependencies": { + "lowercase-keys": "^1.0.0" + } + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rfdc": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rxjs": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.0.0.tgz", + "integrity": "sha512-I1V/ArAtGJg4kmCfms8fULm0SwYgEsAf2d5WPCBGzTYm2qTjO3Tx4EDFaGjbOox8CeEsC69jQK22mnmfyA26sw==", + "dependencies": { + "tslib": "~2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", + "dev": true, + "optional": true, + "dependencies": { + "ret": "~0.1.10" + } + }, + "node_modules/seek-bzip": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz", + "integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==", + "dependencies": { + "commander": "^2.8.1" + }, + "bin": { + "seek-bunzip": "bin/seek-bunzip", + "seek-table": "bin/seek-bzip-table" + } + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "dev": true, + "dependencies": { + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/semver-diff/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, + "optional": true, + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/simple-get": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.0.tgz", + "integrity": "sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA==", + "dependencies": { + "decompress-response": "^4.2.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/simple-get/node_modules/decompress-response": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", + "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "dependencies": { + "mimic-response": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/simple-get/node_modules/mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/slash": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, + "optional": true, + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, + "optional": true, + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-data-descriptor": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^6.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-descriptor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", + "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", + "dev": true, + "optional": true, + "dependencies": { + "is-accessor-descriptor": "^1.0.0", + "is-data-descriptor": "^1.0.0", + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", + "dev": true, + "optional": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sonic-boom": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-1.4.1.tgz", + "integrity": "sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==", + "dependencies": { + "atomic-sleep": "^1.0.0", + "flatstr": "^1.0.12" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "optional": true, + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-url": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", + "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=", + "dev": true, + "optional": true + }, + "node_modules/spawn-command": { + "version": "0.0.2-1", + "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", + "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", + "dev": true + }, + "node_modules/spdx-correct": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz", + "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz", + "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==", + "dev": true + }, + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, + "optional": true, + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split2": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz", + "integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==", + "dependencies": { + "readable-stream": "^3.0.0" + } + }, + "node_modules/split2/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", + "dev": true, + "optional": true, + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/static-extend/node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", + "dev": true, + "optional": true, + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", + "integrity": "sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", + "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", + "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/table": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", + "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", + "dev": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.clonedeep": "^4.5.0", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ajv": { + "version": "8.6.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz", + "integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/table/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/tar": { + "version": "6.1.11", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", + "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/term-size": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz", + "integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", + "dev": true, + "optional": true, + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "optional": true, + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, + "optional": true, + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dev": true, + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/ts-node": { + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.1.1.tgz", + "integrity": "sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==", + "dev": true, + "dependencies": { + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "typescript": ">=2.7" + } + }, + "node_modules/ts-node/node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/tsconfig-paths": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", + "integrity": "sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==", + "dev": true, + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.1", + "minimist": "^1.2.0", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tsconfig-paths/node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "dev": true + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/tslib": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz", + "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/typescript": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", + "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/undefsafe": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.3.tgz", + "integrity": "sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==", + "dev": true, + "dependencies": { + "debug": "^2.2.0" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^1.0.4", + "unicode-property-aliases-ecmascript": "^1.0.4" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz", + "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz", + "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, + "optional": true, + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dev": true, + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", + "dev": true, + "optional": true, + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", + "dev": true, + "optional": true, + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "optional": true, + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-notifier": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-4.1.3.tgz", + "integrity": "sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==", + "dev": true, + "dependencies": { + "boxen": "^4.2.0", + "chalk": "^3.0.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.3.1", + "is-npm": "^4.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.0.0", + "pupa": "^2.0.1", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/update-notifier/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/update-notifier/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", + "deprecated": "Please see https://github.com/lydell/urix#deprecated", + "dev": true, + "optional": true + }, + "node_modules/url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "dev": true, + "dependencies": { + "prepend-http": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "node_modules/uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "node_modules/v8flags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", + "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", + "dev": true, + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "node_modules/wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dependencies": { + "string-width": "^1.0.2 || 2" + } + }, + "node_modules/wide-align/node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/wide-align/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/yargs": { + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.3.1.tgz", + "integrity": "sha512-92O1HWEjw27sBfgmXiixJWT5hRBp2eobqXicLtPBIDBhYB+1HpwZlXmbW2luivBJHBzki+7VyCLRtAkScbTBQA==", + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "engines": { + "node": ">=6" + } + } + }, "dependencies": { "@babel/cli": { "version": "7.14.5", @@ -1571,7 +10161,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/@runejs/eslint-config/-/eslint-config-1.0.0.tgz", "integrity": "sha512-Z4yELzMWGQ75ihZgPMIEUKucc1X5GvIu8ZYDxjKnjcCkTT3VvMRZ4mFvXxmrXy5kip2X/PR3Sklw6uIR9UCkBg==", - "dev": true + "dev": true, + "requires": {} }, "@runejs/filestore": { "version": "0.15.2", @@ -1864,7 +10455,8 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true + "dev": true, + "requires": {} }, "agent-base": { "version": "6.0.2", @@ -2948,6 +11540,7 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, "requires": { "object-keys": "^1.0.12" } @@ -3081,6 +11674,7 @@ "version": "1.17.7", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", + "dev": true, "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", @@ -3095,29 +11689,11 @@ "string.prototype.trimstart": "^1.0.1" }, "dependencies": { - "es-abstract": { - "version": "1.18.0-next.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", - "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.2.2", - "is-negative-zero": "^2.0.0", - "is-regex": "^1.1.1", - "object-inspect": "^1.8.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.1", - "string.prototype.trimend": "^1.0.1", - "string.prototype.trimstart": "^1.0.1" - } - }, "object.assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz", "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==", + "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.18.0-next.0", @@ -3129,6 +11705,7 @@ "version": "1.18.0-next.1", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", @@ -3152,6 +11729,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, "requires": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -3770,7 +12348,8 @@ "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true }, "functional-red-black-tree": { "version": "1.0.1", @@ -3941,6 +12520,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, "requires": { "function-bind": "^1.1.1" } @@ -3953,7 +12533,8 @@ "has-symbols": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true }, "has-unicode": { "version": "2.0.1", @@ -4178,7 +12759,8 @@ "is-callable": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", - "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==" + "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", + "dev": true }, "is-ci": { "version": "2.0.0", @@ -4214,7 +12796,8 @@ "is-date-object": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "dev": true }, "is-descriptor": { "version": "0.1.6", @@ -4277,7 +12860,8 @@ "is-negative-zero": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", - "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=" + "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=", + "dev": true }, "is-npm": { "version": "4.0.0", @@ -4317,6 +12901,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "dev": true, "requires": { "has-symbols": "^1.0.1" } @@ -4325,6 +12910,7 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "dev": true, "requires": { "has-symbols": "^1.0.1" } @@ -4960,12 +13546,14 @@ "object-inspect": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz", - "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==" + "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==", + "dev": true }, "object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true }, "object-visit": { "version": "1.0.1", @@ -6054,6 +14642,14 @@ } } }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", @@ -6068,6 +14664,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz", "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==", + "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" @@ -6077,19 +14674,12 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz", "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==", + "dev": true, "requires": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", diff --git a/src/engine/action/pipe/item-on-item.action.ts b/src/engine/action/pipe/item-on-item.action.ts index 257edfea0..5fabedc5b 100644 --- a/src/engine/action/pipe/item-on-item.action.ts +++ b/src/engine/action/pipe/item-on-item.action.ts @@ -4,13 +4,28 @@ import { ActionHook, getActionHooks, questHookFilter, ActionPipe, RunnableHooks /** - * Defines an item-on-item action hook. + * Defines an item-on-item action hook via object list. */ -export interface ItemOnItemActionHook extends ActionHook { +export interface ItemOnItemActionHookViaList extends ActionHook { // The item pairs being used. Each item can be used on the other, so item order does not matter. + acceptItems: never; items: { item1: number, item2?: number }[]; } +/** + * Defines an item-on-item action hook via accept function. + */ +export interface ItemOnItemActionHookViaFunc extends ActionHook { + acceptItems: (item1: number, item2: number) => boolean; + items: never; +} + +export type ItemOnItemActionHook = ItemOnItemActionHookViaList | ItemOnItemActionHookViaFunc; + +// Hook Type guards +const isHookViaList = (obj: any): obj is ItemOnItemActionHookViaList => 'items' in obj; +const isHookViaFunc = (obj: any): obj is ItemOnItemActionHookViaFunc => 'acceptItems' in obj; + /** * The item-on-item action hook handler function to be called when the hook's conditions are met. @@ -51,20 +66,24 @@ export interface ItemOnItemAction { */ const itemOnItemActionPipe = (player: Player, usedItem: Item, usedSlot: number, usedWidgetId: number, usedWithItem: Item, usedWithSlot: number, usedWithWidgetId: number): RunnableHooks => { - if(player.busy) { + if (player.busy) { return; } // Find all item on item action plugins that match this action let matchingHooks = getActionHooks('item_on_item', plugin => { - if(questHookFilter(player, plugin)) { + if (questHookFilter(player, plugin)) { const used = usedItem.itemId; const usedWith = usedWithItem.itemId; - return (plugin.items.some(({ item1, item2 }) => { - const items = [ item1, item2 ]; - return items.includes(used) && items.includes(usedWith); - })); + if (isHookViaFunc(plugin)) { + return plugin.acceptItems(used, usedWith); + } else if (isHookViaList(plugin)) { + return (plugin.items.some(({ item1, item2 }) => { + const items = [item1, item2]; + return items.includes(used) && items.includes(usedWith); + })); + } } return false; @@ -72,11 +91,11 @@ const itemOnItemActionPipe = (player: Player, usedItem: Item, usedSlot: number, const questActions = matchingHooks.filter(plugin => plugin.questRequirement !== undefined); - if(questActions.length !== 0) { + if (questActions.length !== 0) { matchingHooks = questActions; } - if(matchingHooks.length === 0) { + if (matchingHooks.length === 0) { player.outgoingPackets.chatboxMessage( `Unhandled item on item interaction: ${usedItem.itemId} on ${usedWithItem.itemId}`); return null; @@ -95,4 +114,4 @@ const itemOnItemActionPipe = (player: Player, usedItem: Item, usedSlot: number, /** * Item-on-item action pipe definition. */ -export default [ 'item_on_item', itemOnItemActionPipe ] as ActionPipe; +export default ['item_on_item', itemOnItemActionPipe] as ActionPipe; diff --git a/src/engine/world/actor/player/player.ts b/src/engine/world/actor/player/player.ts index b940935ec..6946370d4 100644 --- a/src/engine/world/actor/player/player.ts +++ b/src/engine/world/actor/player/player.ts @@ -11,7 +11,7 @@ import { EquipmentSlot, getEquipmentSlot, ItemDetails, findItem, findQuest, npcIdMap, widgets, NpcDetails, PlayerQuest, QuestKey, itemMap } from '@engine/config'; -import { daysSinceLastLogin, colors, hexToRgb, rgbTo16Bit,getVarbitMorphIndex } from '@engine/util'; +import { daysSinceLastLogin, colors, hexToRgb, rgbTo16Bit, getVarbitMorphIndex } from '@engine/util'; import { OutboundPacketHandler, Isaac } from '@engine/net'; import { actionHookMap, questMap } from '@engine/plugins'; @@ -110,7 +110,7 @@ export class Player extends Actor { public savedMetadata: { [key: string]: any } = {}; public sessionMetadata: { [key: string]: any } = {}; public quests: PlayerQuest[] = []; - public musicTracks: Array = [ 0, 400, 547, 321 ]; + public musicTracks: Array = [0, 400, 547, 321]; public achievements: string[] = []; public friendsList: string[] = []; public ignoreList: string[] = []; @@ -180,26 +180,26 @@ export class Player extends Actor { this.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, this.inventory); this.outgoingPackets.sendUpdateAllWidgetItems(widgets.equipment, this.equipment); - for(const item of this.equipment.items) { - if(item) { + for (const item of this.equipment.items) { + if (item) { await this.actionPipeline.call('equipment_change', this, item.itemId, 'EQUIP'); } } - if(this.firstTimePlayer) { - if(!serverConfig.tutorialEnabled) { + if (this.firstTimePlayer) { + if (!serverConfig.tutorialEnabled) { this.interfaceState.openWidget(widgets.characterDesign, { slot: 'screen', multi: false }); } - } else if(serverConfig.showWelcome && (!serverConfig.tutorialEnabled || this.savedMetadata.tutorialComplete)) { + } else if (serverConfig.showWelcome && (!serverConfig.tutorialEnabled || this.savedMetadata.tutorialComplete)) { const daysSinceLogin = daysSinceLastLogin(this.loginDate); let loginDaysStr = ''; - if(daysSinceLogin <= 0) { + if (daysSinceLogin <= 0) { loginDaysStr = 'earlier today'; - } else if(daysSinceLogin === 1) { + } else if (daysSinceLogin === 1) { loginDaysStr = 'yesterday'; } else { loginDaysStr = daysSinceLogin + ' days ago'; @@ -219,7 +219,7 @@ export class Player extends Actor { }); } - for(const playerOption of playerOptions) { + for (const playerOption of playerOptions) { this.outgoingPackets.updatePlayerOption(playerOption.option, playerOption.index, playerOption.placement); } @@ -236,15 +236,15 @@ export class Player extends Actor { this.actionsCancelled.subscribe(type => { let closeWidget: boolean; - if(type === 'manual-movement' || type === 'pathing-movement') { + if (type === 'manual-movement' || type === 'pathing-movement') { closeWidget = true; - } else if(type === 'keep-widgets-open' || type === 'button' || type === 'widget') { + } else if (type === 'keep-widgets-open' || type === 'button' || type === 'widget') { closeWidget = false; } else { closeWidget = true; } - if(closeWidget) { + if (closeWidget) { this.interfaceState.closeAllSlots(); } }); @@ -252,7 +252,7 @@ export class Player extends Actor { this._loginDate = new Date(); this._lastAddress = (this._socket?.address() as AddressInfo)?.address || '127.0.0.1'; - if(this.rights === Rights.ADMIN) { + if (this.rights === Rights.ADMIN) { this.sendCommandList(actionHookMap.player_command as PlayerCommandActionHook[]); } this.outgoingPackets.resetAllClientConfigs(); @@ -261,7 +261,7 @@ export class Player extends Actor { activeWorld.spawnWorldItems(this); - if(!this.metadata.customMap) { + if (!this.metadata.customMap) { this.chunkChanged(playerChunk); } @@ -272,11 +272,11 @@ export class Player extends Actor { } public logout(): void { - if(!this.loggedIn) { + if (!this.loggedIn) { return; } - if(this.position.level > 3) { + if (this.position.level > 3) { this.position.level = 0; } @@ -301,15 +301,15 @@ export class Player extends Actor { } public getAttackAnimation(): number { - let combatStyle = [ 'unarmed', 0 ]; + let combatStyle = ['unarmed', 0]; - if(this.savedMetadata.combatStyle) { + if (this.savedMetadata.combatStyle) { combatStyle = this.savedMetadata.combatStyle; } let attackAnim = combatStyles[combatStyle[0]][combatStyle[1]]?.anim || animationIds.combat.punch; - if(Array.isArray(attackAnim)) { + if (Array.isArray(attackAnim)) { // Player has multiple attack animations possible, pick a random one from the list to use const idx = Math.floor(Math.random() * attackAnim.length); attackAnim = attackAnim[idx]; @@ -327,7 +327,7 @@ export class Player extends Actor { } public addFriend(friendName: string): boolean { - if(!playerExists(friendName)) { + if (!playerExists(friendName)) { return false; } @@ -339,7 +339,7 @@ export class Player extends Actor { public removeFriend(friendName: string): boolean { friendName = friendName.toLowerCase(); const index = this.friendsList.findIndex(friend => friend === friendName); - if(index === -1) { + if (index === -1) { return false; } @@ -348,7 +348,7 @@ export class Player extends Actor { } public addIgnoredPlayer(playerName: string): boolean { - if(!playerExists(playerName)) { + if (!playerExists(playerName)) { return false; } @@ -360,7 +360,7 @@ export class Player extends Actor { public removeIgnoredPlayer(playerName: string): boolean { playerName = playerName.toLowerCase(); const index = this.ignoreList.findIndex(ignoredPlayer => ignoredPlayer === playerName); - if(index === -1) { + if (index === -1) { return false; } @@ -378,7 +378,7 @@ export class Player extends Actor { */ public chunkChanged(chunk: Chunk): void { const nearbyChunks = activeWorld.chunkManager.getSurroundingChunks(chunk); - if(this._nearbyChunks.length === 0) { + if (this._nearbyChunks.length === 0) { this.sendChunkUpdates(nearbyChunks); } else { const newChunks = nearbyChunks.filter(c1 => this._nearbyChunks.findIndex(c2 => c1.equals(c2)) === -1); @@ -394,8 +394,8 @@ export class Player extends Actor { return new Promise(resolve => { this.walkingQueue.process(); - if(this.updateFlags.mapRegionUpdateRequired) { - if(this.position.x >= 6400) { // Custom map drawing area is anywhere x >= 6400 on the map + if (this.updateFlags.mapRegionUpdateRequired) { + if (this.position.x >= 6400) { // Custom map drawing area is anywhere x >= 6400 on the map this.outgoingPackets.constructMapRegion(this.metadata.customMap); } else { this.outgoingPackets.updateCurrentMapChunk(); @@ -407,7 +407,7 @@ export class Player extends Actor { } public async update(): Promise { - await Promise.all([ this.playerUpdateTask.execute(), this.npcUpdateTask.execute() ]); + await Promise.all([this.playerUpdateTask.execute(), this.npcUpdateTask.execute()]); } public async reset(): Promise { @@ -416,7 +416,7 @@ export class Player extends Actor { this.outgoingPackets.flushQueue(); - if(this.metadata['updateChunk']) { + if (this.metadata['updateChunk']) { const { newChunk, oldChunk } = this.metadata['updateChunk']; oldChunk.removePlayer(this); newChunk.addPlayer(this); @@ -424,7 +424,7 @@ export class Player extends Actor { this.metadata['updateChunk'] = null; } - if(this.metadata['teleporting']) { + if (this.metadata['teleporting']) { this.metadata['teleporting'] = null; } @@ -438,7 +438,7 @@ export class Player extends Actor { public getQuestPoints(): number { let questPoints = 0; - if(this.quests && this.quests.length !== 0) { + if (this.quests && this.quests.length !== 0) { this.quests.filter(quest => quest.complete) .forEach(quest => questPoints += questMap[quest.questId]?.points || 0); } @@ -452,7 +452,7 @@ export class Player extends Actor { */ public getQuest(questId: string): PlayerQuest { let playerQuest = this.quests.find(quest => quest.questId === questId); - if(!playerQuest) { + if (!playerQuest) { playerQuest = new PlayerQuest(questId); this.quests.push(playerQuest); } @@ -467,12 +467,12 @@ export class Player extends Actor { * @return boolean if the player has reached the required stage, if the quest does not exist it defaults to true */ public hasQuestRequirement(questId: string, minimumStage: QuestKey = 'complete'): boolean { - if(!questMap[questId]) { + if (!questMap[questId]) { logger.warn(`Quest data not found for ${questId}`); return true; } let playerQuest = this.quests.find(quest => quest.questId === questId); - if(!playerQuest) { + if (!playerQuest) { playerQuest = new PlayerQuest(questId); this.quests.push(playerQuest); } @@ -487,21 +487,21 @@ export class Player extends Actor { public setQuestProgress(questId: string, progress: QuestKey): void { const questData: Quest = findQuest(questId); - if(!questData) { + if (!questData) { logger.warn(`Quest data not found for ${questId}`); return; } let playerQuest = this.quests.find(quest => quest.questId === questId); - if(!playerQuest) { + if (!playerQuest) { playerQuest = new PlayerQuest(questId); this.quests.push(playerQuest); } - if(playerQuest.progress === 0 && !playerQuest.complete) { + if (playerQuest.progress === 0 && !playerQuest.complete) { playerQuest.progress = progress; this.modifyWidget(widgets.questTab, { childId: questData.questTabId, textColor: colors.yellow }); - } else if(!playerQuest.complete && progress === 'complete') { + } else if (!playerQuest.complete && progress === 'complete') { playerQuest.complete = true; playerQuest.progress = 'complete'; this.outgoingPackets.updateClientConfig(widgetScripts.questPoints, questData.points + this.getQuestPoints()); @@ -511,8 +511,8 @@ export class Player extends Actor { text: `${questData.points} Quest Point${questData.points > 1 ? 's' : ''}` }); - for(let i = 0; i < 5; i++) { - if(i >= questData.onComplete.questCompleteWidget.rewardText.length) { + for (let i = 0; i < 5; i++) { + if (i >= questData.onComplete.questCompleteWidget.rewardText.length) { this.modifyWidget(widgets.questReward, { childId: 9 + i, text: '' }); } else { this.modifyWidget(widgets.questReward, { @@ -522,10 +522,10 @@ export class Player extends Actor { } } - if(questData.onComplete.questCompleteWidget.itemId) { + if (questData.onComplete.questCompleteWidget.itemId) { this.outgoingPackets.updateWidgetModel1(widgets.questReward, 3, filestore.configStore.itemStore.getItem(questData.onComplete.questCompleteWidget.itemId)?.model2d?.widgetModel); - } else if(questData.onComplete.questCompleteWidget.modelId) { + } else if (questData.onComplete.questCompleteWidget.modelId) { this.outgoingPackets.updateWidgetModel1(widgets.questReward, 3, questData.onComplete.questCompleteWidget.modelId); } @@ -541,7 +541,7 @@ export class Player extends Actor { this.modifyWidget(widgets.questTab, { childId: questData.questTabId, textColor: colors.green }); - if(questData.onComplete.giveRewards) { + if (questData.onComplete.giveRewards) { questData.onComplete.giveRewards(this); } } else { @@ -557,14 +557,14 @@ export class Player extends Actor { public modifyWidget(widgetId: number, options: { childId?: number, text?: string, hidden?: boolean, textColor?: number }): void { const { childId, text, hidden, textColor } = options; - if(childId !== undefined) { - if(text !== undefined) { + if (childId !== undefined) { + if (text !== undefined) { this.outgoingPackets.updateWidgetString(widgetId, childId, text); } - if(hidden !== undefined) { + if (hidden !== undefined) { this.outgoingPackets.toggleWidgetVisibility(widgetId, childId, hidden); } - if(textColor !== undefined) { + if (textColor !== undefined) { const { r, g, b } = hexToRgb(textColor); this.outgoingPackets.updateWidgetColor(widgetId, childId, rgbTo16Bit(r, g, b)); } @@ -624,14 +624,14 @@ export class Player extends Actor { public async sendMessage(messages: string | string[], options: SendMessageOptions): Promise; public async sendMessage(messages: string | string[], options: boolean | SendMessageOptions): Promise { - if(!Array.isArray(messages)) { - messages = [ messages ]; + if (!Array.isArray(messages)) { + messages = [messages]; } let showDialogue = false; let showInConsole = false; - if(options) { - if(typeof options === 'boolean') { + if (options) { + if (typeof options === 'boolean') { showDialogue = true; } else { showDialogue = options.dialogue || false; @@ -639,19 +639,19 @@ export class Player extends Actor { } } - if(!showDialogue) { + if (!showDialogue) { messages.forEach(message => this.outgoingPackets.chatboxMessage(message)); } else { - for(let i = 0; i < messages.length; i++) { + for (let i = 0; i < messages.length; i++) { messages[i] = messages[i]?.trim() || ''; } - return await dialogue([ this ], [ + return await dialogue([this], [ text => (messages as string[]).join(' ') ]); } - if(showInConsole) { + if (showInConsole) { messages.forEach(message => this.outgoingPackets.consoleMessage(message)); } } @@ -674,12 +674,12 @@ export class Player extends Actor { const oldChunk = activeWorld.chunkManager.getChunkForWorldPosition(originalPosition); const newChunk = activeWorld.chunkManager.getChunkForWorldPosition(newPosition); - if(!oldChunk.equals(newChunk)) { + if (!oldChunk.equals(newChunk)) { oldChunk.removePlayer(this); newChunk.addPlayer(this); this.metadata['updateChunk'] = { newChunk, oldChunk }; - if(updateRegion) { + if (updateRegion) { this.actionPipeline.call('region_change', regionChangeActionFactory( this, originalPosition, newPosition, true)); } @@ -693,7 +693,7 @@ export class Player extends Actor { public removeFirstItem(item: number | Item): number { const slot = this.inventory.removeFirst(item); - if(slot === -1) { + if (slot === -1) { return -1; } @@ -713,7 +713,7 @@ export class Player extends Actor { public giveItem(item: number | Item | string): boolean { const addedItem = this.inventory.add(item); - if(addedItem === null) { + if (addedItem === null) { return false; } @@ -733,7 +733,7 @@ export class Player extends Actor { const oldWeight = this._carryWeight; this._carryWeight = Math.round(this.inventory.weight() + this.equipment.weight()); - if(oldWeight !== this._carryWeight || force) { + if (oldWeight !== this._carryWeight || force) { this.outgoingPackets.updateCarryWeight(this._carryWeight); } } @@ -775,7 +775,7 @@ export class Player extends Actor { // 151: {setting: 'autoRetaliateEnabled', value: false} }; - if(!settingsMappings[buttonId]) { + if (!settingsMappings[buttonId]) { return; } @@ -789,8 +789,8 @@ export class Player extends Actor { public updateBonuses(): void { this.clearBonuses(); - for(const item of this._equipment.items) { - if(item === null) { + for (const item of this._equipment.items) { + if (item === null) { continue; } @@ -803,7 +803,7 @@ export class Player extends Actor { } public sendLogMessage(message: string, isConsole: boolean): void { - if(isConsole) { + if (isConsole) { this.outgoingPackets.consoleMessage(message); } else { this.outgoingPackets.chatboxMessage(message); @@ -811,21 +811,21 @@ export class Player extends Actor { } public sendCommandList(commands: PlayerCommandActionHook[]): void { - if(!commands || commands.length === 0) { + if (!commands || commands.length === 0) { return; } - for(const command of commands) { + for (const command of commands) { let strCmd: string; - if(Array.isArray(command.commands)) { + if (Array.isArray(command.commands)) { strCmd = command.commands.join('|'); } else { strCmd = command.commands; } let strHelp: string = ''; - if(command.args) { - for(const arg of command.args) { - if(arg.defaultValue) { + if (command.args) { + for (const arg of command.args) { + if (arg.defaultValue) { strHelp = `${strHelp} \\<${arg.name} = ${arg.defaultValue}>`; } else { strHelp = `${strHelp} \\<${arg.name}>`; @@ -837,9 +837,9 @@ export class Player extends Actor { } public isItemEquipped(item: number | Item | string): boolean { - if(typeof item === 'string') { + if (typeof item === 'string') { item = findItem(item)?.gameId || 0; - if(!item) { + if (!item) { return false; } } @@ -860,9 +860,9 @@ export class Player extends Actor { * defaults to equipable=true if the item string id does not exist */ public canEquipItem(item: ItemDetails | string): { equipable: boolean, missingRequirements?: string[] } { - if(typeof item === 'string') { + if (typeof item === 'string') { item = itemMap[item]; - if(!item) { + if (!item) { return { equipable: true } } } @@ -885,13 +885,13 @@ export class Player extends Actor { public equipItem(itemId: number, itemSlot: number, slot: EquipmentSlot | number): boolean { const itemToEquip = getItemFromContainer(itemId, itemSlot, this.inventory); - if(!itemToEquip) { + if (!itemToEquip) { // The specified item was not found in the specified slot. return false; } let slotIndex: number; - if(typeof slot === 'number') { + if (typeof slot === 'number') { slotIndex = slot; slot = getEquipmentSlot(slotIndex); } else { @@ -903,39 +903,39 @@ export class Player extends Actor { let shouldUnequipMainHand: boolean = false; const itemDetails: ItemDetails = findItem(itemId); - if(!itemDetails || !itemDetails.equipmentData || !itemDetails.equipmentData.equipmentSlot) { + if (!itemDetails || !itemDetails.equipmentData || !itemDetails.equipmentData.equipmentSlot) { this.sendMessage(`Unable to equip item ${itemId}/${itemDetails.name}: Missing equipment data.`); return; } const equippable = this.canEquipItem(itemDetails); if (!equippable.equipable) { - if(equippable.missingRequirements) { + if (equippable.missingRequirements) { equippable.missingRequirements.forEach(async (s) => this.sendMessage(s)); } return; } - if(itemDetails && itemDetails.equipmentData) { - if(itemDetails.equipmentData.equipmentType === 'two_handed') { + if (itemDetails && itemDetails.equipmentData) { + if (itemDetails.equipmentData.equipmentType === 'two_handed') { shouldUnequipOffHand = true; } - if(slot === 'off_hand' && this.getEquippedItem('main_hand')) { + if (slot === 'off_hand' && this.getEquippedItem('main_hand')) { const mainHandItemData: ItemDetails = findItem(this.getEquippedItem('main_hand').itemId); - if(mainHandItemData && mainHandItemData.equipmentData && mainHandItemData.equipmentData.equipmentType === 'two_handed') { + if (mainHandItemData && mainHandItemData.equipmentData && mainHandItemData.equipmentData.equipmentType === 'two_handed') { shouldUnequipMainHand = true; } } } - if(itemToUnequip) { - if(shouldUnequipOffHand && !this.unequipItem('off_hand', false)) { + if (itemToUnequip) { + if (shouldUnequipOffHand && !this.unequipItem('off_hand', false)) { return false; } - if(shouldUnequipMainHand && !this.unequipItem('main_hand', false)) { + if (shouldUnequipMainHand && !this.unequipItem('main_hand', false)) { return false; } @@ -951,11 +951,11 @@ export class Player extends Actor { this.equipment.set(slotIndex, itemToEquip); this.inventory.remove(itemSlot); - if(shouldUnequipOffHand) { + if (shouldUnequipOffHand) { this.unequipItem('off_hand'); } - if(shouldUnequipMainHand) { + if (shouldUnequipMainHand) { this.unequipItem('main_hand'); } } @@ -972,7 +972,7 @@ export class Player extends Actor { this.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, this.inventory); this.outgoingPackets.sendUpdateAllWidgetItems(widgets.equipment, this.equipment); - if(this.interfaceState.widgetOpen('screen', widgets.equipmentStats.widgetId)) { + if (this.interfaceState.widgetOpen('screen', widgets.equipmentStats.widgetId)) { this.outgoingPackets.sendUpdateAllWidgetItems(widgets.equipmentStats, this.equipment); this.syncBonuses(); } @@ -994,19 +994,21 @@ export class Player extends Actor { { id: 117, text: 'Range', value: this.bonuses.defensive.ranged }, { id: 119, text: 'Strength', value: this.bonuses.skill.strength }, { id: 120, text: 'Prayer', value: this.bonuses.skill.prayer }, - ].forEach(bonus => this.modifyWidget(widgets.equipmentStats.widgetId, { childId: bonus.id, - text: `${bonus.text}: ${bonus.value > 0 ? `+${bonus.value}` : bonus.value}` })); + ].forEach(bonus => this.modifyWidget(widgets.equipmentStats.widgetId, { + childId: bonus.id, + text: `${bonus.text}: ${bonus.value > 0 ? `+${bonus.value}` : bonus.value}` + })); } public unequipItem(slot: EquipmentSlot | number, updateRequired: boolean = true): boolean { const inventorySlot = this.inventory.getFirstOpenSlot(); - if(inventorySlot === -1) { + if (inventorySlot === -1) { this.sendMessage(`You don't have enough free space to do that.`); return false; } let slotIndex: number; - if(typeof slot === 'number') { + if (typeof slot === 'number') { slotIndex = slot; slot = getEquipmentSlot(slotIndex); } else { @@ -1015,7 +1017,7 @@ export class Player extends Actor { const itemInSlot = this.equipment.items[slotIndex]; - if(!itemInSlot) { + if (!itemInSlot) { return true; } @@ -1023,7 +1025,7 @@ export class Player extends Actor { this.equipment.remove(slotIndex); this.inventory.set(inventorySlot, itemInSlot); - if(updateRequired) { + if (updateRequired) { this.equipmentChanged(); } return true; @@ -1034,27 +1036,27 @@ export class Player extends Actor { * @param npc The NPC to copy the appearance of. */ public transformInto(npc: Npc | NpcDetails | string | number): void { - if(!npc) { + if (!npc) { delete this.savedMetadata.npcTransformation; this.updateFlags.appearanceUpdateRequired = true; return; } - if(typeof npc !== 'number') { - if(typeof npc === 'string') { - if(npc.indexOf(':') !== -1) { + if (typeof npc !== 'number') { + if (typeof npc === 'string') { + if (npc.indexOf(':') !== -1) { npc = npcIdMap[npc]; } else { npc = parseInt(npc, 10); } - } else if(npc instanceof Npc) { + } else if (npc instanceof Npc) { npc = npc.id; } else { npc = npc.gameId; } } - if(!npc) { + if (!npc) { logger.error(`NPC not found.`); return; } @@ -1094,9 +1096,9 @@ export class Player extends Actor { } private inventoryUpdated(event: ContainerUpdateEvent): void { - if(event.type === 'CLEAR_ALL') { + if (event.type === 'CLEAR_ALL') { this.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, this.inventory); - } else if(event.type === 'ADD') { + } else if (event.type === 'ADD') { this.outgoingPackets.sendUpdateSingleWidgetItem(widgets.inventory, event.slot, event.item); } this.updateCarryWeight(); @@ -1120,14 +1122,14 @@ export class Player extends Actor { this.findChunkUpdates(chunkModifications?.mods, chunkUpdateItems); this.findChunkUpdates(personalChunkModifications?.mods, chunkUpdateItems); - if(chunkUpdateItems.length !== 0) { + if (chunkUpdateItems.length !== 0) { this.outgoingPackets.updateChunk(chunk, chunkUpdateItems); } }); } private findChunkUpdates(chunkMods: Map, chunkUpdateItems: ChunkUpdateItem[]): void { - if(!chunkMods) { + if (!chunkMods) { return; } @@ -1139,7 +1141,7 @@ export class Player extends Actor { chunkUpdateItems.push({ object, type: 'ADD' })); worldMods.worldItems?.forEach(worldItem => { - if(!worldItem.owner || worldItem.owner.equals(this)) { + if (!worldItem.owner || worldItem.owner.equals(this)) { chunkUpdateItems.push({ worldItem, type: 'ADD' }); } }); @@ -1152,7 +1154,7 @@ export class Player extends Actor { private updateQuestTab(): void { this.outgoingPackets.updateClientConfig(widgetScripts.questPoints, this.getQuestPoints()); - if(!questMap) { + if (!questMap) { return; } Object.keys(questMap).forEach(questKey => { @@ -1179,13 +1181,13 @@ export class Player extends Actor { * Updates the player's music tab progress. */ private updateMusicTab(): void { - if(!this.savedMetadata['currentSongIdPlaying']) { + if (!this.savedMetadata['currentSongIdPlaying']) { this.savedMetadata['currentSongIdPlaying'] = findSongIdByRegionId(activeWorld.chunkManager.getRegionIdForWorldPosition( this.position)); } - if(this.settings.musicPlayerMode === MusicPlayerMode.MANUAL) { + if (this.settings.musicPlayerMode === MusicPlayerMode.MANUAL) { this.playSong(this.savedMetadata['currentSongIdPlaying']); } @@ -1193,7 +1195,7 @@ export class Player extends Actor { const musicData = musicRegions[key]; let color = colors.red; - if(this.musicTracks.includes(musicData.songId)) { + if (this.musicTracks.includes(musicData.songId)) { color = colors.green; } @@ -1204,7 +1206,7 @@ export class Player extends Actor { private addBonuses(item: Item): void { const itemData: ItemDetails = findItem(item.itemId); - if(!itemData || !itemData.equipmentData) { + if (!itemData || !itemData.equipmentData) { return; } @@ -1212,18 +1214,18 @@ export class Player extends Actor { const defensiveBonuses = itemData.equipmentData.defensiveBonuses; const skillBonuses = itemData.equipmentData.skillBonuses; - if(offensiveBonuses) { - [ 'speed', 'stab', 'slash', 'crush', 'magic', 'ranged' ].forEach(bonus => + if (offensiveBonuses) { + ['speed', 'stab', 'slash', 'crush', 'magic', 'ranged'].forEach(bonus => this.bonuses.offensive[bonus] += (!offensiveBonuses[bonus] ? 0 : offensiveBonuses[bonus])); } - if(defensiveBonuses) { - [ 'stab', 'slash', 'crush', 'magic', 'ranged' ].forEach(bonus => + if (defensiveBonuses) { + ['stab', 'slash', 'crush', 'magic', 'ranged'].forEach(bonus => this.bonuses.defensive[bonus] += (!defensiveBonuses[bonus] ? 0 : defensiveBonuses[bonus])); } - if(skillBonuses) { - [ 'strength', 'prayer' ].forEach(bonus => this.bonuses.skill[bonus] += + if (skillBonuses) { + ['strength', 'prayer'].forEach(bonus => this.bonuses.skill[bonus] += (!skillBonuses[bonus] ? 0 : skillBonuses[bonus])); } } @@ -1233,23 +1235,23 @@ export class Player extends Actor { const firstTimePlayer: boolean = playerSave === null; this.firstTimePlayer = firstTimePlayer; - if(!firstTimePlayer) { - if(playerSave.savedMetadata) { + if (!firstTimePlayer) { + if (playerSave.savedMetadata) { this.savedMetadata = playerSave.savedMetadata; } // Existing player logging in this.position = new Position(playerSave.position.x, playerSave.position.y, playerSave.position.level); - if(playerSave.inventory && playerSave.inventory.length !== 0) { + if (playerSave.inventory && playerSave.inventory.length !== 0) { this.inventory.setAll(playerSave.inventory); } - if(playerSave.bank && playerSave.bank.length !== 0) { + if (playerSave.bank && playerSave.bank.length !== 0) { this.bank.setAll(playerSave.bank); } - if(playerSave.equipment && playerSave.equipment.length !== 0) { + if (playerSave.equipment && playerSave.equipment.length !== 0) { this.equipment.setAll(playerSave.equipment); } - if(playerSave.skills && playerSave.skills.length !== 0) { + if (playerSave.skills && playerSave.skills.length !== 0) { this.skills.values = playerSave.skills; } this._appearance = playerSave.appearance; @@ -1257,25 +1259,25 @@ export class Player extends Actor { this._rights = playerSave.rights || Rights.USER; const lastLogin = playerSave.lastLogin?.date; - if(!lastLogin) { + if (!lastLogin) { this._loginDate = new Date(); } else { this._loginDate = new Date(lastLogin); } - if(playerSave.questList) { + if (playerSave.questList) { this.quests = playerSave.questList; } - if(playerSave.musicTracks) { + if (playerSave.musicTracks) { this.musicTracks = playerSave.musicTracks; } - if(playerSave.achievements) { + if (playerSave.achievements) { this.achievements = playerSave.achievements; } - if(playerSave.friendsList) { + if (playerSave.friendsList) { this.friendsList = playerSave.friendsList; } - if(playerSave.ignoreList) { + if (playerSave.ignoreList) { this.ignoreList = playerSave.ignoreList; } @@ -1291,7 +1293,7 @@ export class Player extends Actor { }; } - if(!this._settings) { + if (!this._settings) { this._settings = defaultSettings(); } } @@ -1299,7 +1301,7 @@ export class Player extends Actor { public set position(position: Position) { super.position = position; - if(this.quadtreeKey !== null) { + if (this.quadtreeKey !== null) { activeWorld.playerTree.remove(this.quadtreeKey); } @@ -1378,11 +1380,11 @@ export class Player extends Actor { } public set instance(value: WorldInstance) { - if(this.instance?.instanceId) { + if (this.instance?.instanceId) { this.instance.removePlayer(this); } - if(value) { + if (value) { value.addPlayer(this); } diff --git a/src/engine/world/config/item-ids.ts b/src/engine/world/config/item-ids.ts index 2159a52da..e478b2668 100644 --- a/src/engine/world/config/item-ids.ts +++ b/src/engine/world/config/item-ids.ts @@ -103,6 +103,33 @@ export const itemIds = { raurg: 4832, ourg: 4834 }, + grimy_herbs: { + guam: 199, + marrentill: 201, + tarromin: 203, + harralander: 205, + ranarr: 207, + irit: 209, + avantoe: 211, + kwuarm: 213, + cadantine: 215, + dwarf_weed: 217, + torstol: 219, + }, + herbs: { + guam: 249, + marrentill: 251, + tarromin: 253, + harralander: 255, + ranarr: 257, + toadflax: 257, + irit: 259, + avantoe: 261, + kwuarm: 263, + cadantine: 265, + dwarf_weed: 267, + torstol: 269, + }, essence: { pure: 7936, rune: 1436 diff --git a/src/engine/world/items/item-container.ts b/src/engine/world/items/item-container.ts index e77354865..995aab6c3 100644 --- a/src/engine/world/items/item-container.ts +++ b/src/engine/world/items/item-container.ts @@ -14,12 +14,12 @@ export interface ContainerUpdateEvent { } export const getItemFromContainer = (itemId: number, slot: number, container: ItemContainer): Item => { - if(slot < 0 || slot > container.items.length - 1) { + if (slot < 0 || slot > container.items.length - 1) { return null; } const item = container.items[slot]; - if(!item || item.itemId !== itemId) { + if (!item || item.itemId !== itemId) { return null; } @@ -37,7 +37,7 @@ export class ItemContainer { this._items = new Array(size); this._containerUpdated = new Subject(); - for(let i = 0; i < size; i++) { + for (let i = 0; i < size; i++) { this._items[i] = null; } } @@ -45,7 +45,7 @@ export class ItemContainer { public clear(fireEvent: boolean = true): void { this._items.forEach((item, index) => this._items[index] = null); - if(fireEvent) { + if (fireEvent) { this._containerUpdated.next({ type: 'CLEAR_ALL' }); } } @@ -66,27 +66,27 @@ export class ItemContainer { * @returns An array of slot numbers. */ public findAll(search: number | Item): number[] { - if(typeof search !== 'number') { + if (typeof search !== 'number') { search = search.itemId; } const stackable = findItem(search).stackable; - if(stackable) { + if (stackable) { const index = this.findIndex(search); - if(!hasValueNotNull(index) || index === -1) { + if (!hasValueNotNull(index) || index === -1) { return []; } else { - return [ index ]; + return [index]; } } else { const slots = []; - for(let i = 0; i < this.size; i++) { + for (let i = 0; i < this.size; i++) { const item = this.items[i]; - if(hasValueNotNull(item) && item.itemId === search) { + if (hasValueNotNull(item) && item.itemId === search) { slots.push(i); } } @@ -101,25 +101,25 @@ export class ItemContainer { } public setAll(items: Item[], fireEvent: boolean = true): void { - for(let i = 0; i < this._size; i++) { + for (let i = 0; i < this._size; i++) { this._items[i] = items[i]; } - if(fireEvent) { + if (fireEvent) { this._containerUpdated.next({ type: 'SET_ALL' }); } } public set(slot: number, item: Item, fireEvent: boolean = true): void { this._items[slot] = item; - if(fireEvent) { + if (fireEvent) { this._containerUpdated.next({ type: 'SET', slot, item }); } } public findItemIndex(item: Item): number { - for(let i = 0; i < this._size; i++) { - if(hasValueNotNull(this._items[i]) && + for (let i = 0; i < this._size; i++) { + if (hasValueNotNull(this._items[i]) && this._items[i].itemId === item.itemId && this._items[i].amount >= item.amount) { return i; @@ -129,17 +129,17 @@ export class ItemContainer { return -1; } - public add(item: number | string | Item, fireEvent: boolean = true): { item: Item, slot: number } { + public add(item: number | string | Item, fireEvent: boolean = true, amount: number = 1): { item: Item, slot: number } { if (typeof item === 'number') { - item = { itemId: item, amount: 1 } as Item; + item = { itemId: item, amount } as Item; } else if (typeof item === 'string') { const itemDetails = findItem(item); - if(!itemDetails) { + if (!itemDetails) { logger.warn(`Item ${item} not configured on the server.`); return null; } - item = { itemId: itemDetails.gameId, amount: 1 }; + item = { itemId: itemDetails.gameId, amount }; } const existingItemIndex = this.findItemIndex({ itemId: item.itemId, amount: 1 }); @@ -200,7 +200,7 @@ export class ItemContainer { return { item: newItem, slot: existingItemIndex }; } else { const newItemIndex = this.getFirstOpenSlot(); - if(newItemIndex === -1) { + if (newItemIndex === -1) { // Not enough container space return null; } @@ -222,13 +222,13 @@ export class ItemContainer { public removeFirst(item: number | Item, fireEvent: boolean = true): number { const slot = this.findIndex(item); - if(slot === -1) { + if (slot === -1) { return -1; } this._items[slot] = null; - if(fireEvent) { + if (fireEvent) { this._containerUpdated.next({ type: 'REMOVE', slot }); } @@ -239,7 +239,7 @@ export class ItemContainer { const item = this._items[slot]; this._items[slot] = null; - if(fireEvent) { + if (fireEvent) { this._containerUpdated.next({ type: 'REMOVE', slot }); } return item; @@ -256,8 +256,8 @@ export class ItemContainer { public getOpenSlotCount(): number { let count = 0; - for(let i = 0; i < this._size; i++) { - if(!hasValueNotNull(this._items[i])) { + for (let i = 0; i < this._size; i++) { + if (!hasValueNotNull(this._items[i])) { count++; } } @@ -268,8 +268,8 @@ export class ItemContainer { public getOpenSlots(): number[] { const slots: number[] = []; - for(let i = 0; i < this._size; i++) { - if(!hasValueNotNull(this._items[i])) { + for (let i = 0; i < this._size; i++) { + if (!hasValueNotNull(this._items[i])) { slots.push(i); } } @@ -278,39 +278,20 @@ export class ItemContainer { } public swap(fromSlot: number, toSlot: number): void { - const fromItem = this._items[fromSlot]; - const toItem = this._items[toSlot]; - - this._items[toSlot] = fromItem; - this._items[fromSlot] = toItem; + [this._items[fromSlot], this._items[toSlot]] = [this._items[toSlot], this._items[fromSlot]]; } public weight(): number { - let weight = 0; - - for(const item of this._items) { - if(!hasValueNotNull(item)) { - continue; - } - - const itemData = findItem(item.itemId); - if(!itemData?.weight) { - continue; - } - - weight += itemData.weight; - } - - return weight; + return this._items.reduce((weight, item) => weight + (hasValueNotNull(item) ? findItem(item.itemId)?.weight || 0 : 0), 0); } public canFit(item: Item, everythingStacks: boolean = false): boolean { const itemDefinition = filestore.configStore.itemStore.getItem(item.itemId); - if(!itemDefinition) { - throw new Error(`Item ID ${ item.itemId } not found!`); + if (!itemDefinition) { + throw new Error(`Item ID ${item.itemId} not found!`); } - if(itemDefinition.stackable || everythingStacks || fromNote(item) > -1) { - if(this.has(item.itemId)) { + if (itemDefinition.stackable || everythingStacks || fromNote(item) > -1) { + if (this.has(item.itemId)) { const invItem = this.items[this.findIndex(item.itemId)]; return invItem.amount + item.amount <= 2147483647; } diff --git a/src/plugins/buttons/magic-attack.plugin.ts b/src/plugins/buttons/magic-attack.plugin.ts index 1c62432fe..b7228e1d4 100644 --- a/src/plugins/buttons/magic-attack.plugin.ts +++ b/src/plugins/buttons/magic-attack.plugin.ts @@ -1,7 +1,6 @@ import { Player } from '@engine/world/actor'; import { TaskExecutor, MagicOnNPCActionHook, MagicOnNPCAction } from '@engine/action'; import { logger } from '@runejs/core'; -import { loopingEvent } from '@engine/plugins'; const buttonIds: number[] = [ 0, // Home Teleport diff --git a/src/plugins/commands/give-item-command.plugin.ts b/src/plugins/commands/give-item-command.plugin.ts index 63c86c175..2d637c968 100644 --- a/src/plugins/commands/give-item-command.plugin.ts +++ b/src/plugins/commands/give-item-command.plugin.ts @@ -1,14 +1,13 @@ import { commandActionHandler } from '@engine/action'; -import { filestore } from '@server/game/game-server'; import { itemIds } from '@engine/world/config/item-ids'; -import { findItem, itemIdMap } from '@engine/config/config-handler'; +import { findItem } from '@engine/config/config-handler'; const action: commandActionHandler = (details) => { const { player, args } = details; const inventorySlot = player.inventory.getFirstOpenSlot(); - if(inventorySlot === -1) { + if (inventorySlot === -1) { player.sendLogMessage(`You don't have enough free space to do that.`, details.isConsole); return; } @@ -16,10 +15,10 @@ const action: commandActionHandler = (details) => { const itemSearch: string = args.itemSearch as string; let itemId: number; - if(itemSearch.match(/^[0-9]+$/)) { + if (itemSearch.match(/^[0-9]+$/)) { itemId = parseInt(itemSearch, 10); } else { - if(itemSearch.indexOf(':') !== -1) { + if (itemSearch.indexOf(':') !== -1) { itemId = findItem(itemSearch)?.gameId || null; } else { // @TODO nested item ids @@ -27,33 +26,34 @@ const action: commandActionHandler = (details) => { } } - if(isNaN(itemId)) { + if (isNaN(itemId)) { throw new Error(`Item name not found.`); } let amount: number = args.amount as number; - if(amount > 2000000000) { - throw new Error(`Unable to give more than 2,000,000,000.`); + const MAX_INT = 2 ** 31 - 1; + if (amount > MAX_INT) { + throw new Error(`Unable to give more than ${MAX_INT}.`); } const itemDefinition = findItem(itemId); - if(!itemDefinition) { + if (!itemDefinition) { throw new Error(`Item ID ${itemId} not found!`); } let actualAmount = 0; - if(itemDefinition.stackable) { + if (itemDefinition.stackable) { const item = { itemId, amount }; player.giveItem(item); actualAmount = amount; } else { - if(amount > 28) { + if (amount > 28) { amount = 28; } - for(let i = 0; i < amount; i++) { - if(player.giveItem({ itemId, amount: 1 })) { + for (let i = 0; i < amount; i++) { + if (player.giveItem({ itemId, amount: 1 })) { actualAmount++; } else { break; @@ -61,7 +61,7 @@ const action: commandActionHandler = (details) => { } } - player.sendLogMessage(`Added ${actualAmount}x ${itemDefinition.name} to inventory.`, details.isConsole); + player.sendLogMessage(`Added ${actualAmount} x ${itemDefinition.name} to inventory.`, details.isConsole); }; @@ -70,7 +70,7 @@ export default { hooks: [ { type: 'player_command', - commands: [ 'give', 'item', 'spawn' ], + commands: ['give', 'item', 'spawn'], args: [ { name: 'itemSearch', diff --git a/src/plugins/items/herblore/clean-herb.ts b/src/plugins/skills/herblore/clean-herb.plugin.ts similarity index 80% rename from src/plugins/items/herblore/clean-herb.ts rename to src/plugins/skills/herblore/clean-herb.plugin.ts index 11feab685..252292bcd 100644 --- a/src/plugins/items/herblore/clean-herb.ts +++ b/src/plugins/skills/herblore/clean-herb.plugin.ts @@ -1,7 +1,8 @@ -import { itemInteractionActionHandler } from '@engine/action'; +import { itemInteractionActionHandler, ItemInteractionActionHook } from '@engine/action'; import { findItem, widgets } from '@engine/config/config-handler'; import { soundIds } from '@engine/world/config/sound-ids'; import { ItemDetails } from '@engine/config/item-config'; +import { itemIds } from '@engine/world/config'; interface IGrimyHerb { grimy: ItemDetails; @@ -100,28 +101,34 @@ const herbs: IGrimyHerb[] = [ export const action: itemInteractionActionHandler = details => { const { player, itemId, itemSlot } = details; const herb: IGrimyHerb = herbs.find((herb) => herb.grimy.gameId === itemId); - if(!herb) { + if (!herb) { return; } - if(!player.skills.hasLevel('herblore', herb.level)) { + if (!player.skills.hasLevel('herblore', herb.level)) { player.sendMessage(`You need a Herblore level of ${herb.level} to identify this herb.`, true); return; } // Always check for cheaters - if(!player.inventory.items[itemSlot] && player.inventory.items[itemSlot].itemId === herb.grimy.gameId) { + if (!player.inventory.items[itemSlot] && player.inventory.items[itemSlot].itemId === herb.grimy.gameId) { return; } player.skills.addExp('herblore', herb.experience); player.inventory.set(itemSlot, { itemId: herb.clean.gameId, amount: 1 }); + player.sendMessage(`You identify the herb as a ${herb.clean.name.toLowerCase()}.`); details.player.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, details.player.inventory); player.playSound(soundIds.herblore.clean_herb); }; export default { - type: 'item_action', - widgets: widgets.inventory, - options: 'identify', - itemIds: herbs.map((herb) => herb.grimy.gameId), - action, - cancelOtherActions: true + pluginId: 'rs:clean_herb', + hooks: [ + { + type: 'item_interaction', + widgets: widgets.inventory, + options: 'identify', + itemIds: herbs.map(herb => herb.grimy.gameId), + handler: action, + cancelOtherActions: true, + } as ItemInteractionActionHook + ] }; diff --git a/src/plugins/skills/herblore/combine-potion.plugin.ts b/src/plugins/skills/herblore/combine-potion.plugin.ts new file mode 100644 index 000000000..9d1f0a431 --- /dev/null +++ b/src/plugins/skills/herblore/combine-potion.plugin.ts @@ -0,0 +1,66 @@ +import { + ItemOnItemAction, + ItemOnItemActionHook, +} from "@engine/action"; +import { widgets } from "@engine/config/config-handler"; +import items from './items'; + +const EMPTY_VIAL_ID = 229; +const MAX_DOSES = 4; +const PotionRegex = /(.*)\((1|2|3|4)\)/; + +const handler = ({ + player, + usedItem, + usedWithItem, + usedSlot, + usedWithSlot, +}: ItemOnItemAction) => { + const potion1 = items[usedItem.itemId].name.match(PotionRegex); + const potion2 = items[usedWithItem.itemId].name.match(PotionRegex); + + const potions = [ + { name: potion1[1], dose: Number(potion1[2]) }, + { name: potion2[1], dose: Number(potion2[2]) }, + ]; + + if (potions[0].name !== potions[1].name) { + player.sendMessage('Nothing interesting happens.'); + return; + } + + if (potions[0].dose === MAX_DOSES || potions[1].dose === MAX_DOSES) { + player.sendMessage('Cannot combine potions.'); + return; + } + + const total = potions[0].dose + potions[1].dose; + const major = Math.min(total, MAX_DOSES) + const leftover = Math.max(total - MAX_DOSES, 0); + + const findPotion = (name: string, dose: number) => items.find(i => i?.name === `${name}(${dose})`); + + player.inventory.set(usedSlot, { + itemId: leftover === 0 + ? EMPTY_VIAL_ID + : findPotion(potions[0].name, leftover).id, + amount: 1, + }); + + player.inventory.set(usedWithSlot, { itemId: findPotion(potions[0].name, major).id, amount: 1 }) + player.sendMessage(`You have combined the liquid into ${major} doses.`); + player.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, player.inventory); +}; + +const HasDoseRegex = /\((1|2|3|4)\)$/; + +export default { + pluginId: "rs:combine_potion", + hooks: [ + { + acceptItems: (item1, item2) => [items[item1], items[item2]].every(i => HasDoseRegex.test(i.name)), + handler, + type: "item_on_item", + } as ItemOnItemActionHook, + ], +}; diff --git a/src/plugins/skills/herblore/ingredients.js b/src/plugins/skills/herblore/ingredients.js new file mode 100644 index 000000000..6bcae4c0f --- /dev/null +++ b/src/plugins/skills/herblore/ingredients.js @@ -0,0 +1,2618 @@ +export default [ + { + "id": 91, + "name": "Guam potion (unf)", + "levelRequired": 3, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Guam leaf": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Guam potion.", + "value": 3, + "highAlch": 1, + "lowAlch": 1, + "weight": 0.056, + "exchange": 90, + "buyLimit": 10000, + "dailyVolume": 418962 + }, + { + "id": 93, + "name": "Marrentill potion (unf)", + "levelRequired": 5, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Marrentill": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Marrentill potion.", + "value": 5, + "highAlch": 3, + "lowAlch": 2, + "weight": 0.056, + "exchange": 72, + "buyLimit": 10000, + "dailyVolume": 38646 + }, + { + "id": 95, + "name": "Tarromin potion (unf)", + "levelRequired": 12, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Tarromin": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Tarromin potion.", + "value": 11, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.056, + "exchange": 213, + "buyLimit": 10000, + "dailyVolume": 150866 + }, + { + "id": 97, + "name": "Harralander potion (unf)", + "levelRequired": 22, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Harralander": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Harralander potion.", + "value": 20, + "highAlch": 12, + "lowAlch": 8, + "weight": 0.056, + "exchange": 808, + "buyLimit": 10000, + "dailyVolume": 196298 + }, + { + "id": 99, + "name": "Ranarr potion (unf)", + "levelRequired": 30, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Ranarr weed": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Ranarr potion.", + "value": 25, + "highAlch": 15, + "lowAlch": 10, + "weight": 0.056, + "exchange": 7634, + "buyLimit": 10000, + "dailyVolume": 1055870 + }, + { + "id": 3002, + "name": "Toadflax potion (unf)", + "levelRequired": 34, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Vial of water": 1, + "Toadflax": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Toadflax potion.", + "value": 48, + "highAlch": 28, + "lowAlch": 19, + "weight": 0.056, + "exchange": 2704, + "buyLimit": 10000, + "dailyVolume": 892972 + }, + { + "id": 101, + "name": "Irit potion (unf)", + "levelRequired": 45, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Irit leaf": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Irit potion.", + "value": 40, + "highAlch": 24, + "lowAlch": 16, + "weight": 0.056, + "exchange": 861, + "buyLimit": 10000, + "dailyVolume": 812062 + }, + { + "id": 103, + "name": "Avantoe potion (unf)", + "levelRequired": 50, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Avantoe": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Avantoe potion.", + "value": 48, + "highAlch": 28, + "lowAlch": 19, + "weight": 0.056, + "exchange": 2038, + "buyLimit": 10000, + "dailyVolume": 744107 + }, + { + "id": 105, + "name": "Kwuarm potion (unf)", + "levelRequired": 55, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Kwuarm": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Kwuarm potion.", + "value": 54, + "highAlch": 32, + "lowAlch": 21, + "weight": 0.056, + "exchange": 1789, + "buyLimit": 10000, + "dailyVolume": 494791 + }, + { + "id": 3004, + "name": "Snapdragon potion (unf)", + "levelRequired": 63, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Snapdragon": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Snapdragon potion.", + "value": 59, + "highAlch": 35, + "lowAlch": 23, + "weight": 0.056, + "exchange": 10199, + "buyLimit": 10000, + "dailyVolume": 789639 + }, + { + "id": 107, + "name": "Cadantine potion (unf)", + "levelRequired": 66, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Vial of water": 1, + "Cadantine": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Cadantine potion.", + "value": 65, + "highAlch": 39, + "lowAlch": 26, + "weight": 0.056, + "exchange": 2109, + "buyLimit": 10000, + "dailyVolume": 390774 + }, + { + "id": 2483, + "name": "Lantadyme potion (unf)", + "levelRequired": 69, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Lantadyme": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "29 March 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Lantadyme potion.", + "value": 68, + "highAlch": 40, + "lowAlch": 27, + "weight": 0.056, + "exchange": 1681, + "buyLimit": 10000, + "dailyVolume": 811961 + }, + { + "id": 109, + "name": "Dwarf weed potion (unf)", + "levelRequired": 72, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Dwarf weed": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Dwarf Weed potion.", + "value": 70, + "highAlch": 42, + "lowAlch": 28, + "weight": 0.056, + "exchange": 1543, + "buyLimit": 10000, + "dailyVolume": 671290 + }, + { + "id": 111, + "name": "Torstol potion (unf)", + "levelRequired": 78, + "boostable": true, + "xpGain": 0, + "ticks": 1, + "materials": { + "Torstol": 1, + "Vial of water": 1 + }, + "hadReleased": true, + "released": "12 December 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "I need another ingredient to finish this Torstol potion.", + "value": 25, + "highAlch": 15, + "lowAlch": 10, + "weight": 0.056, + "exchange": 8333, + "buyLimit": 10000, + "dailyVolume": 9460 + }, + { + "id": 5936, + "name": "Weapon poison+ (unf)", + "levelRequired": 73, + "boostable": true, + "xpGain": 0, + "ticks": 2, + "materials": { + "Coconut milk": 1, + "Cactus spine": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": false, + "equipable": false, + "stackable": false, + "options": "Empty", + "destroy": "Drop", + "examine": "A vial of coconut milk and Cactus spine.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.035 + }, + { + "id": 5939, + "name": "Weapon poison++ (unf)", + "levelRequired": 82, + "boostable": true, + "xpGain": 0, + "ticks": 2, + "materials": { + "Coconut milk": 1, + "Cave nightshade": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": false, + "equipable": false, + "stackable": false, + "options": "Empty", + "destroy": "Drop", + "examine": "A vial of coconut milk and Deadly Nightshade.", + "value": 14, + "highAlch": 8, + "lowAlch": 5, + "weight": 0.035 + }, + { + "id": 3410, + "name": "Serum 207 (3)", + "levelRequired": 15, + "boostable": true, + "xpGain": 50, + "ticks": 0, + "materials": { + "Tarromin potion (unf)": 1, + "Ashes": 1 + }, + "hadReleased": true, + "released": "18 October 2004 (Update)", + "members": true, + "questItem": "Shades of Mort'ton", + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "value": 13, + "highAlch": 7, + "lowAlch": 5, + "weight": 0.03, + "exchange": 6, + "buyLimit": 2000, + "dailyVolume": 32734 + }, + { + "id": 2460, + "name": "Assorted flowers", + "nameId": "Assorted flowers", + "hadReleased": true, + "released": "29 March 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": true, + "stackable": false, + "noteable": true, + "options": "Wield", + "destroy": "Drop", + "examine": "A posy of flowers.", + "value": 100, + "highAlch": 60, + "lowAlch": 40, + "weight": 0.028, + "exchange": 284, + "buyLimit": 150, + "dailyVolume": 636, + "-100": 100, + "otherBonuses": "Slot", + "-10": 0, + "attackSpeed": "Range" + }, + { + "id": 121, + "name": "Attack potion(3)", + "levelRequired": 3, + "boostable": false, + "xpGain": 25, + "ticks": 2, + "materials": { + "Guam potion (unf)": 1, + "Eye of newt": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Attack potion.", + "value": 12, + "highAlch": 7, + "lowAlch": 4, + "weight": 0.03, + "respawnTime": 10060, + "exchange": 4, + "buyLimit": 2000, + "dailyVolume": 129617 + }, + { + "id": 227, + "name": "Vial of water", + "ticks": 1, + "materials": { + "Vial": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "A glass vial containing water.", + "value": 2, + "highAlch": 1, + "lowAlch": 0, + "weight": 0.02, + "exchange": 5, + "buyLimit": 13000, + "dailyVolume": 9211704 + }, + { + "id": 249, + "name": "Guam leaf", + "levelRequired": 3, + "boostable": true, + "xpGain": 2.5, + "ticks": 0, + "materials": { + "Grimy guam leaf": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A bitter green herb.", + "value": 3, + "highAlch": 1, + "lowAlch": 1, + "weight": 0.007, + "exchange": 30, + "buyLimit": 13000, + "dailyVolume": 291443 + }, + { + "id": 221, + "name": "Eye of newt", + "nameId": "Eye of newt", + "hadReleased": true, + "released": "6 April 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "It seems to be looking at me.", + "value": 3, + "highAlch": 1, + "lowAlch": 1, + "weight": 0.007, + "exchange": 4, + "buyLimit": 13000, + "dailyVolume": 6087052 + }, + { + "id": 175, + "name": "Antipoison(3)", + "levelRequired": 5, + "boostable": true, + "xpGain": 37.5, + "ticks": 2, + "materials": { + "Marrentill potion (unf)": 1, + "Unicorn horn dust": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of antipoison potion.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.03, + "exchange": 107, + "buyLimit": 2000, + "dailyVolume": 11888 + }, + { + "id": 251, + "name": "Marrentill", + "levelRequired": 1, + "boostable": true, + "xpGain": 3.8, + "ticks": 0, + "materials": { + "Grimy marrentill": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A herb used in poison cures.", + "value": 5, + "highAlch": 3, + "lowAlch": 2, + "weight": 0.007, + "exchange": 33, + "buyLimit": 13000, + "dailyVolume": 494886, + "firemakingXP": 0, + "facility": "Burners", + "type": "Other", + "requiredTool": "Tinderbox" + }, + { + "id": 235, + "name": "Unicorn horn dust", + "ticks": 0, + "materials": { + "Unicorn horn": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Finely ground horn of Unicorn.", + "value": 20, + "highAlch": 12, + "lowAlch": 8, + "weight": 0.007, + "exchange": 236, + "buyLimit": 13000, + "dailyVolume": 122170 + }, + { + "id": 4844, + "name": "Relicym's balm(3)", + "levelRequired": 8, + "boostable": true, + "xpGain": 40, + "ticks": 0, + "materials": { + "Unfinished potion (Rogue's Purse)": 1, + "Snake weed": 1 + }, + "hadReleased": true, + "released": "17 May 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Relicym's balm, which helps cure disease.", + "value": 200, + "highAlch": 120, + "lowAlch": 80, + "weight": 0.03, + "exchange": 454, + "buyLimit": 2000, + "dailyVolume": 138 + }, + { + "id": 1534, + "name": "Rogue's purse", + "levelRequired": 3, + "boostable": false, + "xpGain": 2.5, + "ticks": 0, + "materials": { + "Grimy rogue's purse": 1 + }, + "hadReleased": true, + "released": "23 October 2002 (Update)", + "members": true, + "questItem": "Jungle Potion", + "tradeable": false, + "equipable": false, + "stackable": false, + "destroy": "Drop", + "examine": "This herb is Rogue's Purse.", + "value": 5, + "highAlch": 3, + "lowAlch": 2, + "weight": 0.007 + }, + { + "id": 1526, + "name": "Snake weed", + "levelRequired": 3, + "boostable": false, + "xpGain": 2.5, + "ticks": 0, + "materials": { + "Grimy snake weed": 1 + }, + "hadReleased": true, + "released": "23 October 2002 (Update)", + "members": true, + "questItem": "Jungle Potion, Legends' Quest", + "tradeable": false, + "equipable": false, + "stackable": false, + "destroy": "Drop", + "examine": "This herb is Snake Weed.", + "value": 5, + "highAlch": 3, + "lowAlch": 2, + "weight": 0.007 + }, + { + "id": 115, + "name": "Strength potion(3)", + "levelRequired": 12, + "boostable": true, + "xpGain": 50, + "ticks": 2, + "materials": { + "Tarromin potion (unf)": 1, + "Limpwurt root": 1 + }, + "hadReleased": true, + "released": "5 February 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Strength potion.", + "value": 13, + "highAlch": 7, + "lowAlch": 5, + "weight": 0.03, + "exchange": 191, + "buyLimit": 2000, + "dailyVolume": 48767 + }, + { + "id": 253, + "name": "Tarromin", + "levelRequired": 11, + "boostable": true, + "xpGain": 5, + "ticks": 0, + "materials": { + "Grimy tarromin": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 11, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.007, + "exchange": 158, + "buyLimit": 13000, + "dailyVolume": 386536 + }, + { + "id": 225, + "name": "Limpwurt root", + "nameId": "Limpwurt root", + "hadReleased": true, + "released": "5 February 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "The root of a limpwurt plant.", + "value": 7, + "highAlch": 4, + "lowAlch": 2, + "weight": 0.007, + "exchange": 715, + "buyLimit": 13000, + "dailyVolume": 762281 + }, + { + "id": 592, + "name": "Ashes", + "nameId": "Ashes", + "hadReleased": true, + "released": "4 January 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A heap of ashes.", + "value": 2, + "highAlch": 1, + "lowAlch": 0, + "weight": 0.056, + "respawnTime": 10060, + "exchange": 49, + "buyLimit": 13000, + "dailyVolume": 132293 + }, + { + "id": 4423, + "name": "Guthix rest(1)", + "levelRequired": 18, + "boostable": true, + "xpGain": 15.5, + "ticks": 0, + "materials": { + "Herb tea mix": 1, + "Marrentill": 1 + }, + "hadReleased": true, + "released": "28 February 2005 (Update)", + "members": true, + "questItem": "One Small Favour", + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "A cup of Guthix Rest.", + "value": 50, + "highAlch": 30, + "lowAlch": 20, + "weight": 0.05, + "exchange": 466, + "buyLimit": 2000, + "dailyVolume": 299 + }, + { + "id": 4460, + "name": "Cup of hot water", + "ticks": 0, + "materials": { + "Bowl of hot water": 1, + "Empty cup": 1 + }, + "hadReleased": true, + "released": "28 February 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "It's hot!", + "value": 10, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.05, + "exchange": 336, + "buyLimit": 13000, + "dailyVolume": 1707 + }, + { + "id": 255, + "name": "Harralander", + "levelRequired": 20, + "boostable": true, + "xpGain": 6.3, + "ticks": 0, + "materials": { + "Grimy harralander": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 20, + "highAlch": 12, + "lowAlch": 8, + "weight": 0.007, + "exchange": 677, + "buyLimit": 13000, + "dailyVolume": 176907 + }, + { + "id": 6472, + "name": "Compost potion(3)", + "levelRequired": 22, + "boostable": true, + "xpGain": 60, + "ticks": 2, + "materials": { + "Harralander potion (unf)": 1, + "Volcanic ash": 1 + }, + "hadReleased": true, + "released": "30 August 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "Pour this on compost to turn it into super-compost.", + "value": 90, + "highAlch": 54, + "lowAlch": 36, + "weight": 0.03, + "exchange": 54, + "buyLimit": 50, + "dailyVolume": 5744 + }, + { + "id": 127, + "name": "Restore potion(3)", + "levelRequired": 22, + "boostable": true, + "xpGain": 62.5, + "ticks": 2, + "materials": { + "Harralander potion (unf)": 1, + "Red spiders' eggs": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of restore potion.", + "value": 88, + "highAlch": 52, + "lowAlch": 35, + "weight": 0.03, + "exchange": 40, + "buyLimit": 2000, + "dailyVolume": 5624 + }, + { + "id": 223, + "name": "Red spiders' eggs", + "nameId": "Red spiders' eggs", + "hadReleased": true, + "released": "5 February 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Ewww!", + "value": 7, + "highAlch": 4, + "lowAlch": 2, + "weight": 0.007, + "respawnTime": 10060, + "exchange": 413, + "buyLimit": 13000, + "dailyVolume": 1621942 + }, + { + "id": 7662, + "name": "Guthix balance(3)", + "levelRequired": 22, + "boostable": true, + "xpGain": 25, + "ticks": 0, + "materials": { + "undefined": null + }, + "hadReleased": true, + "released": "22 March 2006 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "value": 200, + "highAlch": 120, + "lowAlch": 80, + "weight": 0.035, + "exchange": 125, + "buyLimit": 2000, + "dailyVolume": 8 + }, + { + "id": 1550, + "name": "Garlic", + "nameId": "Garlic", + "hadReleased": true, + "released": "28 January 2001 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "edible": "no", + "destroy": "Drop", + "examine": "A clove of garlic.", + "value": 3, + "highAlch": 1, + "lowAlch": 1, + "weight": 0.028, + "respawnTime": 5030, + "exchange": 47, + "buyLimit": 11000, + "dailyVolume": 39295 + }, + { + "id": 7650, + "name": "Silver dust", + "ticks": 4, + "materials": { + "Silver bar": 1 + }, + "hadReleased": true, + "released": "22 March 2006 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "It's ground up silver.", + "value": 200, + "highAlch": 120, + "lowAlch": 80, + "weight": 0.15, + "exchange": 120, + "buyLimit": 13000, + "dailyVolume": 132 + }, + { + "id": 1582, + "name": "Blamish oil", + "levelRequired": 25, + "boostable": true, + "xpGain": 80, + "ticks": 2, + "materials": { + "Blamish snail slime": 1, + "Harralander potion (unf)": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": "Heroes' Quest", + "tradeable": false, + "equipable": false, + "stackable": false, + "options": "Drink", + "destroy": "Drop", + "examine": "Made from the finest snail slime.", + "value": 10, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.025 + }, + { + "id": 1581, + "name": "Blamish snail slime", + "ticks": 0, + "materials": { + "Sample bottle": 1, + "Thin snail": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": "Heroes' Quest", + "tradeable": false, + "equipable": false, + "stackable": false, + "destroy": "Drop", + "examine": "Yuck.", + "value": 5, + "highAlch": 3, + "lowAlch": 2, + "weight": 0.025 + }, + { + "id": 3010, + "name": "Energy potion(3)", + "levelRequired": 26, + "boostable": true, + "xpGain": 67.5, + "ticks": 2, + "materials": { + "Harralander potion (unf)": 1, + "Chocolate dust": 1 + }, + "hadReleased": true, + "released": "1 September 2004 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of energy potion.", + "value": 110, + "highAlch": 66, + "lowAlch": 44, + "weight": 0.03, + "exchange": 296, + "buyLimit": 2000, + "dailyVolume": 71023 + }, + { + "id": 1975, + "name": "Chocolate dust", + "ticks": 0, + "materials": { + "Chocolate bar": 1 + }, + "hadReleased": true, + "released": "27 August 2002 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "It's ground up chocolate.", + "value": 2, + "highAlch": 1, + "lowAlch": 0, + "weight": 0.15, + "exchange": 28, + "buyLimit": 13000, + "dailyVolume": 220594 + }, + { + "id": 133, + "name": "Defence potion(3)", + "levelRequired": 30, + "boostable": true, + "xpGain": 75, + "ticks": 2, + "materials": { + "Ranarr potion (unf)": 1, + "White berries": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Defence potion.", + "value": 120, + "highAlch": 72, + "lowAlch": 48, + "weight": 0.03, + "exchange": 230, + "buyLimit": 2000, + "dailyVolume": 1062 + }, + { + "id": 257, + "name": "Ranarr weed", + "levelRequired": 25, + "boostable": true, + "xpGain": 7.5, + "ticks": 0, + "materials": { + "Grimy ranarr weed": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 25, + "highAlch": 15, + "lowAlch": 10, + "weight": 0.007, + "exchange": 7327, + "buyLimit": 11000, + "dailyVolume": 497979 + }, + { + "id": 239, + "name": "White berries", + "nameId": "White berries", + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Sour berries, used in potions.", + "value": 10, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.007, + "respawnTime": 106, + "exchange": 171, + "buyLimit": 13000, + "dailyVolume": 658362 + }, + { + "id": 3034, + "name": "Agility potion(3)", + "levelRequired": 34, + "boostable": true, + "xpGain": 80, + "ticks": 2, + "materials": { + "Toadflax potion (unf)": 1, + "Toad's legs": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Agility potion.", + "value": 150, + "highAlch": 90, + "lowAlch": 60, + "weight": 0.03, + "exchange": 141, + "buyLimit": 2000, + "dailyVolume": 1268 + }, + { + "id": 2998, + "name": "Toadflax", + "levelRequired": 30, + "boostable": true, + "xpGain": 8, + "ticks": 0, + "materials": { + "Grimy toadflax": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 48, + "highAlch": 28, + "lowAlch": 19, + "weight": 0.007, + "exchange": 2504, + "buyLimit": 13000, + "dailyVolume": 578415 + }, + { + "id": 2152, + "name": "Toad's legs", + "ticks": 0, + "materials": { + "Swamp toad (item)": 1 + }, + "hadReleased": true, + "released": "12 December 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "edible": true, + "options": "Eat", + "destroy": "Drop", + "examine": "They're a gnome delicacy apparently.", + "value": 2, + "highAlch": 1, + "lowAlch": 0, + "weight": 0.15, + "exchange": 717, + "buyLimit": 13000, + "dailyVolume": 3051 + }, + { + "id": 9741, + "name": "Combat potion(3)", + "levelRequired": 36, + "boostable": true, + "xpGain": 84, + "ticks": 2, + "materials": { + "Harralander potion (unf)": 1, + "Goat horn dust": 1 + }, + "hadReleased": true, + "released": "18 October 2006 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of combat potion.", + "value": 160, + "highAlch": 96, + "lowAlch": 64, + "weight": 0.03, + "exchange": 359, + "buyLimit": 2000, + "dailyVolume": 46051 + }, + { + "id": 9736, + "name": "Goat horn dust", + "ticks": 0, + "materials": { + "Desert goat horn": 1 + }, + "hadReleased": true, + "released": "18 October 2006 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Finely ground desert goat horn.", + "value": 12, + "highAlch": 7, + "lowAlch": 4, + "weight": 0.453, + "exchange": 93, + "buyLimit": 13000, + "dailyVolume": 64435 + }, + { + "id": 139, + "name": "Prayer potion(3)", + "levelRequired": 38, + "boostable": true, + "xpGain": 87.5, + "ticks": 2, + "materials": { + "Ranarr potion (unf)": 1, + "Snape grass": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Prayer restore potion.", + "value": 152, + "highAlch": 91, + "lowAlch": 60, + "weight": 0.03, + "exchange": 7349, + "buyLimit": 2000, + "dailyVolume": 408847 + }, + { + "id": 231, + "name": "Snape grass", + "nameId": "Snape grass", + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Strange spiky grass.", + "value": 10, + "highAlch": 6, + "lowAlch": 4, + "weight": 0.007, + "respawnTime": 3018, + "exchange": 278, + "buyLimit": 13000, + "dailyVolume": 1693998 + }, + { + "id": 145, + "name": "Super attack(3)", + "levelRequired": 45, + "boostable": true, + "xpGain": 100, + "ticks": 2, + "materials": { + "Irit potion (unf)": 1, + "Eye of newt": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super Attack potion.", + "value": 180, + "highAlch": 108, + "lowAlch": 72, + "weight": 0.03, + "exchange": 151, + "buyLimit": 2000, + "dailyVolume": 293209 + }, + { + "id": 259, + "name": "Irit leaf", + "levelRequired": 40, + "boostable": true, + "xpGain": 8.8, + "ticks": 0, + "materials": { + "Grimy irit leaf": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 40, + "highAlch": 24, + "lowAlch": 16, + "weight": 0.007, + "exchange": 714, + "buyLimit": 13000, + "dailyVolume": 372989 + }, + { + "id": 181, + "name": "Superantipoison(3)", + "levelRequired": 48, + "boostable": true, + "xpGain": 106.3, + "ticks": 2, + "materials": { + "Irit potion (unf)": 1, + "Unicorn horn dust": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super antipoison potion.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.03, + "respawnTime": 10060, + "exchange": 137, + "buyLimit": 2000, + "dailyVolume": 20138 + }, + { + "id": 151, + "name": "Fishing potion(3)", + "levelRequired": 50, + "boostable": true, + "xpGain": 112.5, + "ticks": 2, + "materials": { + "Avantoe potion (unf)": 1, + "Snape grass": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Fishing potion.", + "value": 200, + "highAlch": 120, + "lowAlch": 80, + "weight": 0.03, + "exchange": 107, + "buyLimit": 2000, + "dailyVolume": 4202 + }, + { + "id": 261, + "name": "Avantoe", + "levelRequired": 48, + "boostable": true, + "xpGain": 10, + "ticks": 0, + "materials": { + "Grimy avantoe": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A useful herb.", + "value": 48, + "highAlch": 28, + "lowAlch": 19, + "weight": 0.007, + "exchange": 1826, + "buyLimit": 13000, + "dailyVolume": 341211 + }, + { + "id": 3018, + "name": "Super energy(3)", + "levelRequired": 52, + "boostable": true, + "xpGain": 117.5, + "ticks": 2, + "materials": { + "Avantoe potion (unf)": 1, + "Mort myre fungus": 1 + }, + "hadReleased": true, + "released": "1 September 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super energy potion.", + "value": 230, + "highAlch": 138, + "lowAlch": 92, + "weight": 0.03, + "exchange": 1476, + "buyLimit": 2000, + "dailyVolume": 346935 + }, + { + "id": 2970, + "name": "Mort myre fungus", + "nameId": "Mort myre fungus", + "hadReleased": true, + "released": "13 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A mushroom from the swamps of Mort Myre.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.01, + "exchange": 490, + "buyLimit": 13000, + "dailyVolume": 715221 + }, + { + "id": 157, + "name": "Super strength(3)", + "levelRequired": 55, + "boostable": true, + "xpGain": 125, + "ticks": 2, + "materials": { + "Kwuarm potion (unf)": 1, + "Limpwurt root": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super Strength potion.", + "value": 220, + "highAlch": 132, + "lowAlch": 88, + "weight": 0.03, + "exchange": 1506, + "buyLimit": 2000, + "dailyVolume": 208576 + }, + { + "id": 263, + "name": "Kwuarm", + "levelRequired": 54, + "boostable": true, + "xpGain": 11.3, + "ticks": 0, + "materials": { + "Grimy kwuarm": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 54, + "highAlch": 32, + "lowAlch": 21, + "weight": 0.007, + "exchange": 1578, + "buyLimit": 13000, + "dailyVolume": 272744 + }, + { + "id": 9022, + "name": "Magic essence(3)", + "levelRequired": 57, + "boostable": true, + "xpGain": 130, + "ticks": 2, + "materials": { + "Magic essence (unf)": 1, + "Gorak claw powder": 1 + }, + "hadReleased": true, + "released": "11 July 2006 (Update)", + "members": true, + "questItem": "Fairytale II - Cure a Queen", + "tradeable": false, + "equipable": false, + "stackable": false, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of magic essence potion.", + "value": 230, + "highAlch": 138, + "lowAlch": 92, + "weight": 0.03 + }, + { + "id": 9017, + "name": "Star flower", + "nameId": "Star flower", + "hadReleased": true, + "released": "11 July 2006 (Update)", + "members": true, + "questItem": "Fairy Tale II - Cure a Queen", + "tradeable": false, + "equipable": false, + "stackable": false, + "destroy": "Drop", + "examine": "A rare flower with magical properties.", + "value": 75, + "highAlch": 45, + "lowAlch": 30, + "weight": 0.001 + }, + { + "id": 9018, + "name": "Gorak claw powder", + "ticks": 0, + "materials": { + "Gorak claws": 1 + }, + "hadReleased": true, + "released": "11 July 2006 (Update)", + "members": true, + "questItem": "Fairy Tale II - Cure a Queen", + "tradeable": false, + "equipable": false, + "stackable": false, + "destroy": "Drop", + "examine": "Ground-down Gorak claws.", + "value": 150, + "highAlch": 90, + "lowAlch": 60, + "weight": 0.001 + }, + { + "id": 187, + "name": "Weapon poison", + "levelRequired": 60, + "boostable": true, + "xpGain": 137.5, + "ticks": 2, + "materials": { + "Kwuarm potion (unf)": 1, + "Dragon scale dust": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "For use on daggers and projectiles.", + "value": 144, + "highAlch": 86, + "lowAlch": 57, + "weight": 0.025, + "exchange": 399, + "buyLimit": 2000, + "dailyVolume": 13821 + }, + { + "id": 241, + "name": "Dragon scale dust", + "ticks": 0, + "materials": { + "Blue dragon scale": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "Finely ground scale of Dragon.", + "value": 52, + "highAlch": 31, + "lowAlch": 20, + "weight": 0.007, + "exchange": 156, + "buyLimit": 13000, + "dailyVolume": 379194 + }, + { + "id": 3026, + "name": "Super restore(3)", + "levelRequired": 63, + "boostable": true, + "xpGain": 142.5, + "ticks": 2, + "materials": { + "Snapdragon potion (unf)": 1, + "Red spiders' eggs": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super restore potion.", + "value": 240, + "highAlch": 144, + "lowAlch": 96, + "weight": 0.03, + "exchange": 9304, + "buyLimit": 2000, + "dailyVolume": 221259 + }, + { + "id": 3000, + "name": "Snapdragon", + "levelRequired": 59, + "boostable": true, + "xpGain": 11.8, + "ticks": 0, + "materials": { + "Grimy snapdragon": 1 + }, + "hadReleased": true, + "released": "27 July 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 59, + "highAlch": 35, + "lowAlch": 23, + "weight": 0.007, + "exchange": 9820, + "buyLimit": 11000, + "dailyVolume": 388402 + }, + { + "id": 163, + "name": "Super defence(3)", + "levelRequired": 66, + "boostable": true, + "xpGain": 150, + "ticks": 2, + "materials": { + "Cadantine potion (unf)": 1, + "White berries": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super Defence potion.", + "value": 264, + "highAlch": 158, + "lowAlch": 105, + "weight": 0.03, + "exchange": 616, + "buyLimit": 2000, + "dailyVolume": 178877 + }, + { + "id": 265, + "name": "Cadantine", + "levelRequired": 65, + "boostable": true, + "xpGain": 12.5, + "ticks": 0, + "materials": { + "Grimy cadantine": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 65, + "highAlch": 39, + "lowAlch": 26, + "weight": 0.007, + "exchange": 1926, + "buyLimit": 11000, + "dailyVolume": 407652 + }, + { + "id": 5945, + "name": "Antidote+(3)", + "levelRequired": 68, + "boostable": true, + "xpGain": 155, + "ticks": 2, + "materials": { + "Coconut milk": 1, + "Toadflax": 1, + "Yew roots": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of extra strong antipoison potion.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.035, + "exchange": 1820, + "buyLimit": 4000, + "dailyVolume": 23 + }, + { + "id": 5935, + "name": "Coconut milk", + "ticks": 0, + "materials": { + "Vial": 1, + "Half coconut": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "A vial filled with coconut milk", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.035, + "exchange": 1263, + "buyLimit": 11000, + "dailyVolume": 4215 + }, + { + "id": 6049, + "name": "Yew roots", + "nameId": "Yew roots", + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "The roots of the Yew tree.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.001, + "exchange": 154, + "buyLimit": 11000, + "dailyVolume": 1574 + }, + { + "id": 2454, + "name": "Antifire potion(3)", + "levelRequired": 69, + "boostable": true, + "xpGain": 157.5, + "ticks": 2, + "materials": { + "Lantadyme potion (unf)": 1, + "Dragon scale dust": 1 + }, + "hadReleased": true, + "released": "29 March 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of anti-firebreath potion.", + "value": 264, + "highAlch": 158, + "lowAlch": 105, + "weight": 0.03, + "exchange": 195, + "buyLimit": 2000, + "dailyVolume": 99224 + }, + { + "id": 2481, + "name": "Lantadyme", + "levelRequired": 67, + "boostable": true, + "xpGain": 13.1, + "ticks": 0, + "materials": { + "Grimy lantadyme": 1 + }, + "hadReleased": true, + "released": "29 March 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 68, + "highAlch": 40, + "lowAlch": 27, + "weight": 0.007, + "exchange": 1470, + "buyLimit": 11000, + "dailyVolume": 467753 + }, + { + "id": 169, + "name": "Ranging potion(3)", + "levelRequired": 72, + "boostable": true, + "xpGain": 162.5, + "ticks": 2, + "materials": { + "Dwarf weed potion (unf)": 1, + "Wine of zamorak": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of ranging potion.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.03, + "exchange": 276, + "buyLimit": 2000, + "dailyVolume": 160869 + }, + { + "id": 267, + "name": "Dwarf weed", + "levelRequired": 70, + "boostable": true, + "xpGain": 13.8, + "ticks": 0, + "materials": { + "Grimy dwarf weed": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 70, + "highAlch": 42, + "lowAlch": 28, + "weight": 0.007, + "exchange": 1335, + "buyLimit": 11000, + "dailyVolume": 603122 + }, + { + "id": 245, + "name": "Wine of zamorak", + "levelRequired": 65, + "boostable": true, + "xpGain": 200, + "ticks": 20, + "materials": { + "Zamorak's grapes": 1, + "Jug of water": 1 + }, + "hadReleased": true, + "released": "27 February 2002 (Update)", + "members": false, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "An evil wine for an evil god.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.085, + "respawnTime": 5030, + "exchange": 703, + "buyLimit": 11000, + "dailyVolume": 2342484 + }, + { + "id": 5937, + "name": "Weapon poison(+)", + "levelRequired": 73, + "boostable": true, + "xpGain": 165, + "ticks": 2, + "materials": { + "Coconut milk": 1, + "Cactus spine": 1, + "Red spiders' eggs": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "A vial of extra strong weapon poison, for spears and daggers.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.035, + "exchange": 855, + "buyLimit": 2000, + "dailyVolume": 1136 + }, + { + "id": 6016, + "name": "Cactus spine", + "nameId": "Cactus spine", + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "None (?)", + "destroy": "Drop", + "examine": "Don't prick yourself with this.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.028, + "exchange": 1703, + "buyLimit": 11000, + "dailyVolume": 368543 + }, + { + "id": 3042, + "name": "Magic potion(3)", + "levelRequired": 76, + "boostable": true, + "xpGain": 172.5, + "ticks": 2, + "materials": { + "Lantadyme potion (unf)": 1, + "Potato cactus": 1 + }, + "hadReleased": true, + "released": "7 September 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Magic potion.", + "value": 250, + "highAlch": 150, + "lowAlch": 100, + "weight": 0.03, + "exchange": 48, + "buyLimit": 2000, + "dailyVolume": 126823 + }, + { + "id": 3138, + "name": "Potato cactus", + "nameId": "Potato cactus", + "hadReleased": true, + "released": "7 September 2004 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "How am I supposed to eat that?!", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.5, + "respawnTime": 10060, + "exchange": 654, + "buyLimit": 11000, + "dailyVolume": 662121 + }, + { + "id": 189, + "name": "Zamorak brew(3)", + "levelRequired": 78, + "boostable": true, + "xpGain": 175, + "ticks": 2, + "materials": { + "Torstol potion (unf)": 1, + "Jangerberries": 1 + }, + "hadReleased": true, + "released": "12 December 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Zamorak brew.", + "value": 175, + "highAlch": 105, + "lowAlch": 70, + "weight": 0.03, + "exchange": 1352, + "buyLimit": 2000, + "dailyVolume": 2230 + }, + { + "id": 269, + "name": "Torstol", + "levelRequired": 75, + "boostable": true, + "xpGain": 15, + "ticks": 0, + "materials": { + "Grimy torstol": 1 + }, + "hadReleased": true, + "released": "12 December 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A powerful herb.", + "value": 75, + "highAlch": 45, + "lowAlch": 30, + "weight": 0.007, + "exchange": 7783, + "buyLimit": 11000, + "dailyVolume": 446135 + }, + { + "id": 247, + "name": "Jangerberries", + "nameId": "Jangerberries", + "hadReleased": true, + "released": "12 December 2002 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "edible": true, + "options": "Eat", + "destroy": "Drop", + "examine": "They don't look very ripe.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.007, + "respawnTime": 3018, + "exchange": 240, + "buyLimit": 13000, + "dailyVolume": 44055 + }, + { + "id": 5954, + "name": "Antidote++(3)", + "levelRequired": 79, + "boostable": true, + "xpGain": 177.5, + "ticks": 2, + "materials": { + "Coconut milk": 1, + "Irit leaf": 1, + "Magic roots": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of super strong antipoison potion.", + "value": 288, + "highAlch": 172, + "lowAlch": 115, + "weight": 0.035, + "exchange": 1214, + "buyLimit": 4000, + "dailyVolume": 2648 + }, + { + "id": 6051, + "name": "Magic roots", + "nameId": "Magic roots", + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "The roots of the Magic tree.", + "value": 1, + "highAlch": 0, + "lowAlch": 0, + "weight": 0.001, + "exchange": 1847, + "buyLimit": 11000, + "dailyVolume": 1116 + }, + { + "id": 6687, + "name": "Saradomin brew(3)", + "levelRequired": 81, + "boostable": true, + "xpGain": 180, + "ticks": 2, + "materials": { + "Toadflax potion (unf)": 1, + "Crushed nest": 1 + }, + "hadReleased": true, + "released": "24 October 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Drink, Empty", + "destroy": "Drop", + "examine": "3 doses of Saradomin brew.", + "value": 175, + "highAlch": 105, + "lowAlch": 70, + "weight": 0.03, + "exchange": 3580, + "buyLimit": 2000, + "dailyVolume": 269641 + }, + { + "id": 6693, + "name": "Crushed nest", + "ticks": 0, + "materials": { + "Bird nest (empty)": 1 + }, + "hadReleased": true, + "released": "24 October 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "A crushed bird's nest.", + "value": 200, + "highAlch": 120, + "lowAlch": 80, + "weight": 0.002, + "exchange": 3673, + "buyLimit": 11000, + "dailyVolume": 924141 + }, + { + "id": 5940, + "name": "Weapon poison(++)", + "levelRequired": 82, + "boostable": true, + "xpGain": 190, + "ticks": 2, + "materials": { + "Weapon poison++ (unf)": 1, + "Poison ivy berries": 1 + }, + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "options": "Empty", + "destroy": "Drop", + "examine": "A vial of super strong weapon poison, for spears and daggers.", + "value": 432, + "highAlch": 259, + "lowAlch": 172, + "weight": 0.035, + "exchange": 3469, + "buyLimit": 2000, + "dailyVolume": 11802 + }, + { + "id": 2398, + "name": "Cave nightshade", + "nameId": "Cave nightshade", + "hadReleased": true, + "released": "7 May 2003 (Update)", + "members": true, + "questItem": false, + "tradeable": false, + "equipable": false, + "stackable": false, + "options": "Eat", + "destroy": "Drop", + "examine": "Deadly.", + "value": 30, + "highAlch": 18, + "lowAlch": 12, + "weight": 0.015, + "respawnTime": 10060 + }, + { + "id": 6018, + "name": "Poison ivy berries", + "nameId": "Poison ivy berries", + "hadReleased": true, + "released": "11 July 2005 (Update)", + "members": true, + "questItem": false, + "tradeable": true, + "equipable": false, + "stackable": false, + "noteable": true, + "destroy": "Drop", + "examine": "They look sweet and juicy, but only a fool would eat them.", + "value": 65, + "highAlch": 39, + "lowAlch": 26, + "weight": 0.007, + "exchange": 65, + "buyLimit": 11000, + "dailyVolume": 183817 + } +]; \ No newline at end of file diff --git a/src/plugins/skills/herblore/items.js b/src/plugins/skills/herblore/items.js new file mode 100644 index 000000000..2f140e569 --- /dev/null +++ b/src/plugins/skills/herblore/items.js @@ -0,0 +1,36671 @@ +export default [ + { + "id": 0, + "name": "Dwarf remains", + "examine": "The body of a Dwarf savaged by Goblins." + }, + { + "id": 1, + "name": "Tool kit", + "examine": "These could be handy." + }, + { + "id": 2, + "name": "Cannonball", + "examine": "Ammo for the Dwarf Cannon." + }, + { + "id": 3, + "name": "Nulodion's notes", + "examine": "Construction notes for Dwarf cannon ammo." + }, + { + "id": 4, + "name": "Ammo mould", + "examine": "Used to make cannon ammunition." + }, + { + "id": 5, + "name": "Instruction manual", + "examine": "An old note book." + }, + { + "id": 6, + "name": "Cannon base", + "examine": "The cannon is built on this." + }, + { + "id": 7, + "name": "Cannon base", + "examine": "Swap this note at any bank for a Cannon base." + }, + { + "id": 8, + "name": "Cannon stand", + "examine": "The mounting for the multicannon." + }, + { + "id": 9, + "name": "Cannon stand", + "examine": "Swap this note at any bank for a Cannon stand." + }, + { + "id": 10, + "name": "Cannon barrels", + "examine": "The barrels of the multicannon." + }, + { + "id": 11, + "name": "Cannon barrels", + "examine": "Swap this note at any bank for a Cannon barrels." + }, + { + "id": 12, + "name": "Cannon furnace", + "examine": "This powers the multicannon." + }, + { + "id": 13, + "name": "Cannon furnace", + "examine": "Swap this note at any bank for a Cannon furnace." + }, + { + "id": 14, + "name": "Railing", + "examine": "A metal railing replacement." + }, + { + "id": 15, + "name": "Holy table napkin", + "examine": "A cloth given to me by Sir Galahad." + }, + { + "id": 16, + "name": "Magic whistle", + "examine": "A small tin whistle." + }, + { + "id": 17, + "name": "Grail bell", + "examine": "I wonder what happens when I ring it?" + }, + { + "id": 18, + "name": "Magic gold feather", + "examine": "It will point the way for me." + }, + { + "id": 19, + "name": "Holy grail", + "examine": "A holy and powerful artifact." + }, + { + "id": 20, + "name": "Cog", + "examine": "A cog from some machinery." + }, + { + "id": 21, + "name": "Cog", + "examine": "A cog from some machinery." + }, + { + "id": 22, + "name": "Cog", + "examine": "A cog from some machinery." + }, + { + "id": 23, + "name": "Cog", + "examine": "A cog from some machinery." + }, + { + "id": 24, + "name": "Rat poison", + "examine": "Doesn't look very tasty." + }, + { + "id": 25, + "name": "Red vine worm", + "examine": "Wormy." + }, + { + "id": 26, + "name": "Fishing trophy", + "examine": "Hemenster fishing contest trophy." + }, + { + "id": 27, + "name": "Fishing pass", + "examine": "Pass to the Hemenster fishing contest." + }, + { + "id": 28, + "name": "Insect repellent", + "examine": "Drives away all known 6 legged creatures." + }, + { + "id": 29, + "name": "Insect repellent", + "examine": "Swap this note at any bank for an Insect repellent." + }, + { + "id": 30, + "name": "Bucket of wax", + "examine": "It's a bucket of wax." + }, + { + "id": 31, + "name": "Bucket of wax", + "examine": "Swap this note at any bank for a Bucket of wax." + }, + { + "id": 32, + "name": "Lit black candle", + "examine": "A lit spooky candle." + }, + { + "id": 33, + "name": "Lit candle", + "examine": "A lit candle." + }, + { + "id": 34, + "name": "Lit candle", + "examine": "A lit candle." + }, + { + "id": 35, + "name": "Excalibur", + "examine": "This used to belong to King Arthur." + }, + { + "id": 36, + "name": "Candle", + "examine": "A candle." + }, + { + "id": 37, + "name": "Candle", + "examine": "Swap this note at any bank for a Candle." + }, + { + "id": 38, + "name": "Black candle", + "examine": "A spooky candle." + }, + { + "id": 39, + "name": "Bronze arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 40, + "name": "Iron arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 41, + "name": "Steel arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 42, + "name": "Mithril arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 43, + "name": "Adamant arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 44, + "name": "Rune arrowtips", + "examine": "I can make an arrow with these." + }, + { + "id": 45, + "name": "Opal bolttips", + "examine": "I can make bolts with these." + }, + { + "id": 46, + "name": "Pearl bolttips", + "examine": "I can make bolts with these." + }, + { + "id": 47, + "name": "Barb bolttips", + "examine": "I can make bolts with these." + }, + { + "id": 48, + "name": "Longbow (u)", + "examine": "I need to find a string for this." + }, + { + "id": 49, + "name": "Longbow (u)", + "examine": "Swap this note at any bank for a Longbow (u)." + }, + { + "id": 50, + "name": "Shortbow (u)", + "examine": "I need to find a string for this." + }, + { + "id": 51, + "name": "Shortbow (u)", + "examine": "Swap this note at any bank for a Shortbow (u)." + }, + { + "id": 52, + "name": "Arrow shaft", + "examine": "A wooden arrow shaft." + }, + { + "id": 53, + "name": "Headless arrow", + "examine": "A wooden arrow shaft with flights attached." + }, + { + "id": 54, + "name": "Oak shortbow (u)", + "examine": "An unstrung oak shortbow, I need a bowstring for this." + }, + { + "id": 55, + "name": "Oak shortbow (u)", + "examine": "Swap this note at any bank for an Oak shortbow (u)." + }, + { + "id": 56, + "name": "Oak longbow (u)", + "examine": "An unstrung oak longbow, I need a bowstring for this." + }, + { + "id": 57, + "name": "Oak longbow (u)", + "examine": "Swap this note at any bank for an Oak longbow (u)." + }, + { + "id": 58, + "name": "Willow longbow (u)", + "examine": "An unstrung willow longbow, I need a bowstring for this." + }, + { + "id": 59, + "name": "Willow longbow (u)", + "examine": "Swap this note at any bank for a Willow longbow (u)." + }, + { + "id": 60, + "name": "Willow shortbow (u)", + "examine": "An unstrung willow shortbow, I need a bowstring for this." + }, + { + "id": 61, + "name": "Willow shortbow (u)", + "examine": "Swap this note at any bank for a Willow shortbow (u)." + }, + { + "id": 62, + "name": "Maple longbow (u)", + "examine": "An unstrung maple longbow, I need a bowstring for this." + }, + { + "id": 63, + "name": "Maple longbow (u)", + "examine": "Swap this note at any bank for a Maple longbow (u)." + }, + { + "id": 64, + "name": "Maple shortbow (u)", + "examine": "An unstrung maple shortbow, I need a bowstring for this." + }, + { + "id": 65, + "name": "Maple shortbow (u)", + "examine": "Swap this note at any bank for a Maple shortbow (u)." + }, + { + "id": 66, + "name": "Yew longbow (u)", + "examine": "An unstrung yew longbow, I need a bowstring for this." + }, + { + "id": 67, + "name": "Yew longbow (u)", + "examine": "Swap this note at any bank for a Yew longbow (u)." + }, + { + "id": 68, + "name": "Yew shortbow (u)", + "examine": "An unstrung yew shortbow, I need a bowstring for this." + }, + { + "id": 69, + "name": "Yew shortbow (u)", + "examine": "Swap this note at any bank for a Yew shortbow (u)." + }, + { + "id": 70, + "name": "Magic longbow (u)", + "examine": "An unstrung magic longbow, I need a bowstring for this." + }, + { + "id": 71, + "name": "Magic longbow (u)", + "examine": "Swap this note at any bank for a Magic longbow (u)." + }, + { + "id": 72, + "name": "Magic shortbow (u)", + "examine": "An unstrung magic shortbow, I need a bowstring for this." + }, + { + "id": 73, + "name": "Magic shortbow (u)", + "examine": "Swap this note at any bank for a Magic shortbow (u)." + }, + { + "id": 74, + "name": "Khazard helmet", + "examine": "A helmet, as worn by the minions of General Khazard." + }, + { + "id": 75, + "name": "Khazard armour", + "examine": "Armour, as worn by the minions of General Khazard." + }, + { + "id": 76, + "name": "Khazard cell keys", + "examine": "These keys open the cells at the Khazard fight arena." + }, + { + "id": 77, + "name": "Khali brew", + "examine": "A bottle of Khazard's worst brew." + }, + { + "id": 78, + "name": "Ice arrows", + "examine": "Can only be fired with yew or magic bows." + }, + null, + null, + null, + null, + { + "id": 83, + "name": "Lever", + "examine": "A lever to open something perhaps?" + }, + { + "id": 84, + "name": "Staff of armadyl", + "examine": "The power in this staff causes it to vibrate gently." + }, + { + "id": 85, + "name": "Shiny key", + "examine": "It catches the light!" + }, + { + "id": 86, + "name": "Pendant of lucien", + "examine": "The amulet that Lucien gave you." + }, + { + "id": 87, + "name": "Armadyl pendant", + "examine": "Yet another amulet." + }, + { + "id": 88, + "name": "Boots of lightness", + "examine": "Magic boots that make you lighter than normal." + }, + { + "id": 89, + "name": "Boots of lightness", + "examine": "Magic boots that make you lighter than normal." + }, + { + "id": 90, + "name": "Child's blanket", + "examine": "It's very soft!" + }, + { + "id": 91, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Guam potion." + }, + { + "id": 92, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 93, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Marrentill potion." + }, + { + "id": 94, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 95, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Tarromin potion." + }, + { + "id": 96, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 97, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Harralander potion." + }, + { + "id": 98, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 99, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Ranarr potion." + }, + { + "id": 100, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 101, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Irit potion." + }, + { + "id": 102, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 103, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Avantoe potion." + }, + { + "id": 104, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 105, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Kwuarm potion." + }, + { + "id": 106, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 107, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Cadantine potion." + }, + { + "id": 108, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 109, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Dwarf Weed potion." + }, + { + "id": 110, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 111, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Torstol potion." + }, + { + "id": 112, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 113, + "name": "Strength potion(4)", + "examine": "4 doses of strength potion." + }, + { + "id": 114, + "name": "Strength potion(4)", + "examine": "Swap this note at any bank for a Strength potion(4)." + }, + { + "id": 115, + "name": "Strength potion(3)", + "examine": "3 doses of strength potion." + }, + { + "id": 116, + "name": "Strength potion(3)", + "examine": "Swap this note at any bank for a Strength potion(3)." + }, + { + "id": 117, + "name": "Strength potion(2)", + "examine": "2 doses of strength potion." + }, + { + "id": 118, + "name": "Strength potion(2)", + "examine": "Swap this note at any bank for a Strength potion(2)." + }, + { + "id": 119, + "name": "Strength potion(1)", + "examine": "1 dose of strength potion." + }, + { + "id": 120, + "name": "Strength potion(1)", + "examine": "Swap this note at any bank for a Strength potion(1)." + }, + { + "id": 121, + "name": "Attack potion(3)", + "examine": "3 doses of attack potion." + }, + { + "id": 122, + "name": "Attack potion(3)", + "examine": "Swap this note at any bank for an Attack potion(3)." + }, + { + "id": 123, + "name": "Attack potion(2)", + "examine": "2 doses of attack potion." + }, + { + "id": 124, + "name": "Attack potion(2)", + "examine": "Swap this note at any bank for an Attack potion(2)." + }, + { + "id": 125, + "name": "Attack potion(1)", + "examine": "1 dose of attack potion." + }, + { + "id": 126, + "name": "Attack potion(1)", + "examine": "Swap this note at any bank for an Attack potion(1)." + }, + { + "id": 127, + "name": "Restore potion(3)", + "examine": "3 doses of stat restoration potion." + }, + { + "id": 128, + "name": "Restore potion(3)", + "examine": "Swap this note at any bank for a Restore potion(3)." + }, + { + "id": 129, + "name": "Restore potion(2)", + "examine": "2 doses of stat restoration potion." + }, + { + "id": 130, + "name": "Restore potion(2)", + "examine": "Swap this note at any bank for a Restore potion(2)." + }, + { + "id": 131, + "name": "Restore potion(1)", + "examine": "1 dose of stat restoration potion." + }, + { + "id": 132, + "name": "Restore potion(1)", + "examine": "Swap this note at any bank for a Restore potion(1)." + }, + { + "id": 133, + "name": "Defence potion(3)", + "examine": "3 doses of defence potion." + }, + { + "id": 134, + "name": "Defence potion(3)", + "examine": "Swap this note at any bank for a Defence potion(3)." + }, + { + "id": 135, + "name": "Defence potion(2)", + "examine": "2 doses of defence potion." + }, + { + "id": 136, + "name": "Defence potion(2)", + "examine": "Swap this note at any bank for a Defence potion(2)." + }, + { + "id": 137, + "name": "Defence potion(1)", + "examine": "1 dose of defence potion." + }, + { + "id": 138, + "name": "Defence potion(1)", + "examine": "Swap this note at any bank for a Defence potion(1)." + }, + { + "id": 139, + "name": "Prayer potion(3)", + "examine": "3 doses of restore prayer potion." + }, + { + "id": 140, + "name": "Prayer potion(3)", + "examine": "Swap this note at any bank for a Prayer potion(3)." + }, + { + "id": 141, + "name": "Prayer potion(2)", + "examine": "2 doses of restore prayer potion." + }, + { + "id": 142, + "name": "Prayer potion(2)", + "examine": "Swap this note at any bank for a Prayer potion(2)." + }, + { + "id": 143, + "name": "Prayer potion(1)", + "examine": "1 dose of restore prayer potion." + }, + { + "id": 144, + "name": "Prayer potion(1)", + "examine": "Swap this note at any bank for a Prayer potion(1)." + }, + { + "id": 145, + "name": "Super attack(3)", + "examine": "3 doses of super attack potion." + }, + { + "id": 146, + "name": "Super attack(3)", + "examine": "Swap this note at any bank for a Super attack(3)." + }, + { + "id": 147, + "name": "Super attack(2)", + "examine": "2 doses of super attack potion." + }, + { + "id": 148, + "name": "Super attack(2)", + "examine": "Swap this note at any bank for a Super attack(2)." + }, + { + "id": 149, + "name": "Super attack(1)", + "examine": "1 dose of super attack potion." + }, + { + "id": 150, + "name": "Super attack(1)", + "examine": "Swap this note at any bank for a Super attack(1)." + }, + { + "id": 151, + "name": "Fishing potion(3)", + "examine": "3 doses of fishing potion." + }, + { + "id": 152, + "name": "Fishing potion(3)", + "examine": "Swap this note at any bank for a Fishing potion(3)." + }, + { + "id": 153, + "name": "Fishing potion(2)", + "examine": "2 doses of fishing potion." + }, + { + "id": 154, + "name": "Fishing potion(2)", + "examine": "Swap this note at any bank for a Fishing potion(2)." + }, + { + "id": 155, + "name": "Fishing potion(1)", + "examine": "1 dose of fishing potion." + }, + { + "id": 156, + "name": "Fishing potion(1)", + "examine": "Swap this note at any bank for a Fishing potion(1)." + }, + { + "id": 157, + "name": "Super strength(3)", + "examine": "3 doses of super strength potion." + }, + { + "id": 158, + "name": "Super strength(3)", + "examine": "Swap this note at any bank for a Super strength(3)." + }, + { + "id": 159, + "name": "Super strength(2)", + "examine": "2 doses of super strength potion." + }, + { + "id": 160, + "name": "Super strength(2)", + "examine": "Swap this note at any bank for a Super strength(2)." + }, + { + "id": 161, + "name": "Super strength(1)", + "examine": "1 dose of super strength potion." + }, + { + "id": 162, + "name": "Super strength(1)", + "examine": "Swap this note at any bank for a Super strength(1)." + }, + { + "id": 163, + "name": "Super defence(3)", + "examine": "3 doses of super defence potion." + }, + { + "id": 164, + "name": "Super defence(3)", + "examine": "Swap this note at any bank for a Super defence(3)." + }, + { + "id": 165, + "name": "Super defence(2)", + "examine": "2 doses of super defence potion." + }, + { + "id": 166, + "name": "Super defence(2)", + "examine": "Swap this note at any bank for a Super defence(2)." + }, + { + "id": 167, + "name": "Super defence(1)", + "examine": "1 dose of super defence potion." + }, + { + "id": 168, + "name": "Super defence(1)", + "examine": "Swap this note at any bank for a Super defence(1)." + }, + { + "id": 169, + "name": "Ranging potion(3)", + "examine": "3 doses of ranging potion." + }, + { + "id": 170, + "name": "Ranging potion(3)", + "examine": "Swap this note at any bank for a Ranging potion(3)." + }, + { + "id": 171, + "name": "Ranging potion(2)", + "examine": "2 doses of ranging potion." + }, + { + "id": 172, + "name": "Ranging potion(2)", + "examine": "Swap this note at any bank for a Ranging potion(2)." + }, + { + "id": 173, + "name": "Ranging potion(1)", + "examine": "1 dose of ranging potion." + }, + { + "id": 174, + "name": "Ranging potion(1)", + "examine": "Swap this note at any bank for a Ranging potion(1)." + }, + { + "id": 175, + "name": "Antipoison(3)", + "examine": "3 doses of antipoison potion." + }, + { + "id": 176, + "name": "Antipoison(3)", + "examine": "Swap this note at any bank for an Antipoison(3)." + }, + { + "id": 177, + "name": "Antipoison(2)", + "examine": "2 doses of antipoison potion." + }, + { + "id": 178, + "name": "Antipoison(2)", + "examine": "Swap this note at any bank for an Antipoison(2)." + }, + { + "id": 179, + "name": "Antipoison(1)", + "examine": "1 dose of antipoison potion." + }, + { + "id": 180, + "name": "Antipoison(1)", + "examine": "Swap this note at any bank for an Antipoison(1)." + }, + { + "id": 181, + "name": "Superantipoison(3)", + "examine": "3 doses of super antipoison potion." + }, + { + "id": 182, + "name": "Superantipoison(3)", + "examine": "Swap this note at any bank for a Superantipoison(3)." + }, + { + "id": 183, + "name": "Superantipoison(2)", + "examine": "2 doses of super antipoison potion." + }, + { + "id": 184, + "name": "Superantipoison(2)", + "examine": "Swap this note at any bank for a Superantipoison(2)." + }, + { + "id": 185, + "name": "Superantipoison(1)", + "examine": "1 dose of super antipoison potion." + }, + { + "id": 186, + "name": "Superantipoison(1)", + "examine": "Swap this note at any bank for a Superantipoison(1)." + }, + { + "id": 187, + "name": "Weapon poison", + "examine": "For use on daggers and projectiles." + }, + { + "id": 188, + "name": "Weapon poison", + "examine": "Swap this note at any bank for a Weapon poison." + }, + { + "id": 189, + "name": "Zamorak brew(3)", + "examine": "3 doses of Zamorak Brew." + }, + { + "id": 190, + "name": "Zamorak brew(3)", + "examine": "Swap this note at any bank for a Zamorak brew(3)." + }, + { + "id": 191, + "name": "Zamorak brew(2)", + "examine": "2 doses of Zamorak Brew." + }, + { + "id": 192, + "name": "Zamorak brew(2)", + "examine": "Swap this note at any bank for a Zamorak brew(2)." + }, + { + "id": 193, + "name": "Zamorak brew(1)", + "examine": "1 dose of Zamorak Brew." + }, + { + "id": 194, + "name": "Zamorak brew(1)", + "examine": "Swap this note at any bank for a Zamorak brew(1)." + }, + { + "id": 195, + "name": "Potion", + "examine": "This is meant to be good for spots." + }, + { + "id": 196, + "name": "Potion", + "examine": "Swap this note at any bank for a Potion." + }, + { + "id": 197, + "name": "Poison chalice", + "examine": "A cup of a strange brew..." + }, + { + "id": 198, + "name": "Poison chalice", + "examine": "Swap this note at any bank for a Poison chalice." + }, + { + "id": 199, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 200, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 201, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 202, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 203, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 204, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 205, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 206, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 207, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 208, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 209, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 210, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 211, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 212, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 213, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 214, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 215, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 216, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 217, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 218, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 219, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 220, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 221, + "name": "Eye of newt", + "examine": "It seems to be looking at me." + }, + { + "id": 222, + "name": "Eye of newt", + "examine": "Swap this note at any bank for an Eye of newt." + }, + { + "id": 223, + "name": "Red spiders' eggs", + "examine": "Ewww!" + }, + { + "id": 224, + "name": "Red spiders' eggs", + "examine": "Swap this note at any bank for a Red spiders' eggs." + }, + { + "id": 225, + "name": "Limpwurt root", + "examine": "The root of a limpwurt plant." + }, + { + "id": 226, + "name": "Limpwurt root", + "examine": "Swap this note at any bank for a Limpwurt root." + }, + { + "id": 227, + "name": "Vial of water", + "examine": "A glass vial containing water." + }, + { + "id": 228, + "name": "Vial of water", + "examine": "Swap this note at any bank for a Vial of water." + }, + { + "id": 229, + "name": "Vial", + "examine": "An empty glass vial." + }, + { + "id": 230, + "name": "Vial", + "examine": "Swap this note at any bank for a Vial." + }, + { + "id": 231, + "name": "Snape grass", + "examine": "Strange spiky grass." + }, + { + "id": 232, + "name": "Snape grass", + "examine": "Swap this note at any bank for a Snape grass." + }, + { + "id": 233, + "name": "Pestle and mortar", + "examine": "I can grind things for potions in this." + }, + { + "id": 234, + "name": "Pestle and mortar", + "examine": "Swap this note at any bank for a Pestle and mortar." + }, + { + "id": 235, + "name": "Unicorn horn dust", + "examine": "Finely ground horn of Unicorn." + }, + { + "id": 236, + "name": "Unicorn horn dust", + "examine": "Swap this note at any bank for an Unicorn horn dust." + }, + { + "id": 237, + "name": "Unicorn horn", + "examine": "This horn has restorative properties." + }, + { + "id": 238, + "name": "Unicorn horn", + "examine": "Swap this note at any bank for an Unicorn horn." + }, + { + "id": 239, + "name": "White berries", + "examine": "Sour berries, used in potions." + }, + { + "id": 240, + "name": "White berries", + "examine": "Swap this note at any bank for a White berries." + }, + { + "id": 241, + "name": "Dragon scale dust", + "examine": "Finely ground scale of Dragon." + }, + { + "id": 242, + "name": "Dragon scale dust", + "examine": "Swap this note at any bank for a Dragon scale dust." + }, + { + "id": 243, + "name": "Blue dragon scale", + "examine": "A large shiny scale." + }, + { + "id": 244, + "name": "Blue dragon scale", + "examine": "Swap this note at any bank for a Blue dragon scale." + }, + { + "id": 245, + "name": "Wine of zamorak", + "examine": "An evil wine for an evil god." + }, + { + "id": 246, + "name": "Wine of zamorak", + "examine": "Swap this note at any bank for a Wine of zamorak." + }, + { + "id": 247, + "name": "Jangerberries", + "examine": "They don't look very ripe." + }, + { + "id": 248, + "name": "Jangerberries", + "examine": "Swap this note at any bank for a Jangerberries." + }, + { + "id": 249, + "name": "Guam leaf", + "examine": "A bitter green herb." + }, + { + "id": 250, + "name": "Guam leaf", + "examine": "Swap this note at any bank for a Guam leaf." + }, + { + "id": 251, + "name": "Marrentill", + "examine": "A herb used in poison cures." + }, + { + "id": 252, + "name": "Marrentill", + "examine": "Swap this note at any bank for a Marrentill." + }, + { + "id": 253, + "name": "Tarromin", + "examine": "A useful herb." + }, + { + "id": 254, + "name": "Tarromin", + "examine": "Swap this note at any bank for a Tarromin." + }, + { + "id": 255, + "name": "Harralander", + "examine": "A useful herb." + }, + { + "id": 256, + "name": "Harralander", + "examine": "Swap this note at any bank for a Harralander." + }, + { + "id": 257, + "name": "Ranarr weed", + "examine": "A useful herb." + }, + { + "id": 258, + "name": "Ranarr weed", + "examine": "Swap this note at any bank for a Ranarr weed." + }, + { + "id": 259, + "name": "Irit leaf", + "examine": "A useful herb." + }, + { + "id": 260, + "name": "Irit leaf", + "examine": "Swap this note at any bank for an Irit leaf." + }, + { + "id": 261, + "name": "Avantoe", + "examine": "A useful herb." + }, + { + "id": 262, + "name": "Avantoe", + "examine": "Swap this note at any bank for an Avantoe." + }, + { + "id": 263, + "name": "Kwuarm", + "examine": "A powerful herb." + }, + { + "id": 264, + "name": "Kwuarm", + "examine": "Swap this note at any bank for a Kwuarm." + }, + { + "id": 265, + "name": "Cadantine", + "examine": "A powerful herb." + }, + { + "id": 266, + "name": "Cadantine", + "examine": "Swap this note at any bank for a Cadantine." + }, + { + "id": 267, + "name": "Dwarf weed", + "examine": "A powerful herb." + }, + { + "id": 268, + "name": "Dwarf weed", + "examine": "Swap this note at any bank for a Dwarf weed." + }, + { + "id": 269, + "name": "Torstol", + "examine": "A powerful herb." + }, + { + "id": 270, + "name": "Torstol", + "examine": "Swap this note at any bank for a Torstol." + }, + { + "id": 271, + "name": "Pressure gauge", + "examine": "It looks like part of a machine." + }, + { + "id": 272, + "name": "Fish food", + "examine": "Keeps your pet fish strong and healthy." + }, + { + "id": 273, + "name": "Poison", + "examine": "This stuff looks nasty." + }, + { + "id": 274, + "name": "Poisoned fish food", + "examine": "Doesn't seem very nice to the poor fishes." + }, + { + "id": 275, + "name": "Key", + "examine": "A slightly smelly key." + }, + { + "id": 276, + "name": "Rubber tube", + "examine": "It's slightly charred." + }, + { + "id": 277, + "name": "Oil can", + "examine": "It's pretty full." + }, + { + "id": 278, + "name": "Cattleprod", + "examine": "A sharp cattleprod." + }, + { + "id": 279, + "name": "Sheep feed", + "examine": "Councillor Halgrive gave me this to kill some sheep." + }, + { + "id": 280, + "name": "Sheep bones (1)", + "examine": "The suspicious-looking remains of a suspicious-looking sheep." + }, + { + "id": 281, + "name": "Sheep bones (2)", + "examine": "The suspicious-looking remains of a suspicious-looking sheep." + }, + { + "id": 282, + "name": "Sheep bones (3)", + "examine": "The suspicious-looking remains of a suspicious-looking sheep." + }, + { + "id": 283, + "name": "Sheep bones (4)", + "examine": "The suspicious-looking remains of a suspicious-looking sheep." + }, + { + "id": 284, + "name": "Plague jacket", + "examine": "This should protect me from the plague, I hope!" + }, + { + "id": 285, + "name": "Plague trousers", + "examine": "These should protect me from the plague, I hope!" + }, + { + "id": 286, + "name": "Orange goblin mail", + "examine": "Armour designed to fit goblins." + }, + { + "id": 287, + "name": "Blue goblin mail", + "examine": "Armour designed to fit goblins." + }, + { + "id": 288, + "name": "Goblin mail", + "examine": "Armour designed to fit goblins." + }, + { + "id": 289, + "name": "Goblin mail", + "examine": "Swap this note at any bank for a Goblin mail." + }, + { + "id": 290, + "name": "Research package", + "examine": "This contains some vital research results." + }, + { + "id": 291, + "name": "Notes", + "examine": "It seems to be written in some kind of code." + }, + { + "id": 292, + "name": "Book on baxtorian", + "examine": "A book on elven history in northern RuneScape." + }, + { + "id": 293, + "name": "A key", + "examine": "This will unlock something." + }, + { + "id": 294, + "name": "Glarial's pebble", + "examine": "A small pebble with elven inscription." + }, + { + "id": 295, + "name": "Glarial's amulet", + "examine": "A bright green gem set in a necklace." + }, + { + "id": 296, + "name": "Glarial's urn", + "examine": "An urn containing Glarial's ashes." + }, + { + "id": 297, + "name": "Glarial's urn", + "examine": "An empty urn made for Glarial's ashes." + }, + { + "id": 298, + "name": "A key", + "examine": "This will unlock something." + }, + { + "id": 299, + "name": "Mithril seeds", + "examine": "Magical seeds in a mithril case." + }, + { + "id": 300, + "name": "Rat's tail", + "examine": "A bit of rat." + }, + { + "id": 301, + "name": "Lobster pot", + "examine": "Useful for catching lobsters." + }, + { + "id": 302, + "name": "Lobster pot", + "examine": "Swap this note at any bank for a Lobster pot." + }, + { + "id": 303, + "name": "Small fishing net", + "examine": "Useful for catching small fish." + }, + { + "id": 304, + "name": "Small fishing net", + "examine": "Swap this note at any bank for a Small fishing net." + }, + { + "id": 305, + "name": "Big fishing net", + "examine": "Useful for catching lots of fish." + }, + { + "id": 306, + "name": "Big fishing net", + "examine": "Swap this note at any bank for a Big fishing net." + }, + { + "id": 307, + "name": "Fishing rod", + "examine": "Useful for catching sardine or herring." + }, + { + "id": 308, + "name": "Fishing rod", + "examine": "Swap this note at any bank for a Fishing rod." + }, + { + "id": 309, + "name": "Fly fishing rod", + "examine": "Useful for catching salmon or trout." + }, + { + "id": 310, + "name": "Fly fishing rod", + "examine": "Swap this note at any bank for a Fly fishing rod." + }, + { + "id": 311, + "name": "Harpoon", + "examine": "Useful for catching really big fish." + }, + { + "id": 312, + "name": "Harpoon", + "examine": "Swap this note at any bank for a Harpoon." + }, + { + "id": 313, + "name": "Fishing bait", + "examine": "For use with a fishing rod." + }, + { + "id": 314, + "name": "Feather", + "examine": "Used for fly fishing." + }, + { + "id": 315, + "name": "Shrimps", + "examine": "Some nicely cooked fish." + }, + { + "id": 316, + "name": "Shrimps", + "examine": "Swap this note at any bank for a Shrimps." + }, + { + "id": 317, + "name": "Raw shrimps", + "examine": "I should try cooking this." + }, + { + "id": 318, + "name": "Raw shrimps", + "examine": "Swap this note at any bank for a Raw shrimps." + }, + { + "id": 319, + "name": "Anchovies", + "examine": "Some nicely cooked fish." + }, + { + "id": 320, + "name": "Anchovies", + "examine": "Swap this note at any bank for an Anchovies." + }, + { + "id": 321, + "name": "Raw anchovies", + "examine": "I should try cooking this." + }, + { + "id": 322, + "name": "Raw anchovies", + "examine": "Swap this note at any bank for a Raw anchovies." + }, + { + "id": 323, + "name": "Burnt fish", + "examine": "Oops!" + }, + { + "id": 324, + "name": "Burnt fish", + "examine": "Swap this note at any bank for a Burnt fish." + }, + { + "id": 325, + "name": "Sardine", + "examine": "Some nicely cooked fish." + }, + { + "id": 326, + "name": "Sardine", + "examine": "Swap this note at any bank for a Sardine." + }, + { + "id": 327, + "name": "Raw sardine", + "examine": "I should try cooking this." + }, + { + "id": 328, + "name": "Raw sardine", + "examine": "Swap this note at any bank for a Raw sardine." + }, + { + "id": 329, + "name": "Salmon", + "examine": "Some nicely cooked fish." + }, + { + "id": 330, + "name": "Salmon", + "examine": "Swap this note at any bank for a Salmon." + }, + { + "id": 331, + "name": "Raw salmon", + "examine": "I should try cooking this." + }, + { + "id": 332, + "name": "Raw salmon", + "examine": "Swap this note at any bank for a Raw salmon." + }, + { + "id": 333, + "name": "Trout", + "examine": "Some nicely cooked fish." + }, + { + "id": 334, + "name": "Trout", + "examine": "Swap this note at any bank for a Trout." + }, + { + "id": 335, + "name": "Raw trout", + "examine": "I should try cooking this." + }, + { + "id": 336, + "name": "Raw trout", + "examine": "Swap this note at any bank for a Raw trout." + }, + { + "id": 337, + "name": "Giant carp", + "examine": "Some nicely cooked fish." + }, + { + "id": 338, + "name": "Raw giant carp", + "examine": "I should try cooking this." + }, + { + "id": 339, + "name": "Cod", + "examine": "Some nicely cooked fish." + }, + { + "id": 340, + "name": "Cod", + "examine": "Swap this note at any bank for a Cod." + }, + { + "id": 341, + "name": "Raw cod", + "examine": "I should try cooking this." + }, + { + "id": 342, + "name": "Raw cod", + "examine": "Swap this note at any bank for a Raw cod." + }, + { + "id": 343, + "name": "Burnt fish", + "examine": "Oops!" + }, + { + "id": 344, + "name": "Burnt fish", + "examine": "Swap this note at any bank for a Burnt fish." + }, + { + "id": 345, + "name": "Raw herring", + "examine": "I should try cooking this." + }, + { + "id": 346, + "name": "Raw herring", + "examine": "Swap this note at any bank for a Raw herring." + }, + { + "id": 347, + "name": "Herring", + "examine": "Some nicely cooked fish." + }, + { + "id": 348, + "name": "Herring", + "examine": "Swap this note at any bank for a Herring." + }, + { + "id": 349, + "name": "Raw pike", + "examine": "I should try cooking this." + }, + { + "id": 350, + "name": "Raw pike", + "examine": "Swap this note at any bank for a Raw pike." + }, + { + "id": 351, + "name": "Pike", + "examine": "Some nicely cooked Pike." + }, + { + "id": 352, + "name": "Pike", + "examine": "Swap this note at any bank for a Pike." + }, + { + "id": 353, + "name": "Raw mackerel", + "examine": "I should try cooking this." + }, + { + "id": 354, + "name": "Raw mackerel", + "examine": "Swap this note at any bank for a Raw mackerel." + }, + { + "id": 355, + "name": "Mackerel", + "examine": "Some nicely cooked fish." + }, + { + "id": 356, + "name": "Mackerel", + "examine": "Swap this note at any bank for a Mackerel." + }, + { + "id": 357, + "name": "Burnt fish", + "examine": "Oops!" + }, + { + "id": 358, + "name": "Burnt fish", + "examine": "Swap this note at any bank for a Burnt fish." + }, + { + "id": 359, + "name": "Raw tuna", + "examine": "I should try cooking this." + }, + { + "id": 360, + "name": "Raw tuna", + "examine": "Swap this note at any bank for a Raw tuna." + }, + { + "id": 361, + "name": "Tuna", + "examine": "Wow, this is a big fish." + }, + { + "id": 362, + "name": "Tuna", + "examine": "Swap this note at any bank for a Tuna." + }, + { + "id": 363, + "name": "Raw bass", + "examine": "I should try cooking this." + }, + { + "id": 364, + "name": "Raw bass", + "examine": "Swap this note at any bank for a Raw bass." + }, + { + "id": 365, + "name": "Bass", + "examine": "Wow, this is a big fish." + }, + { + "id": 366, + "name": "Bass", + "examine": "Swap this note at any bank for a Bass." + }, + { + "id": 367, + "name": "Burnt fish", + "examine": "Oops!" + }, + { + "id": 368, + "name": "Burnt fish", + "examine": "Swap this note at any bank for a Burnt fish." + }, + { + "id": 369, + "name": "Burnt fish", + "examine": "Oops!" + }, + { + "id": 370, + "name": "Burnt fish", + "examine": "Swap this note at any bank for a Burnt fish." + }, + { + "id": 371, + "name": "Raw swordfish", + "examine": "I should try cooking this." + }, + { + "id": 372, + "name": "Raw swordfish", + "examine": "Swap this note at any bank for a Raw swordfish." + }, + { + "id": 373, + "name": "Swordfish", + "examine": "I'd better be careful eating this!" + }, + { + "id": 374, + "name": "Swordfish", + "examine": "Swap this note at any bank for a Swordfish." + }, + { + "id": 375, + "name": "Burnt swordfish", + "examine": "Oops!" + }, + { + "id": 376, + "name": "Burnt swordfish", + "examine": "Swap this note at any bank for a Burnt swordfish." + }, + { + "id": 377, + "name": "Raw lobster", + "examine": "I should try cooking this." + }, + { + "id": 378, + "name": "Raw lobster", + "examine": "Swap this note at any bank for a Raw lobster." + }, + { + "id": 379, + "name": "Lobster", + "examine": "This looks tricky to eat." + }, + { + "id": 380, + "name": "Lobster", + "examine": "Swap this note at any bank for a Lobster." + }, + { + "id": 381, + "name": "Burnt lobster", + "examine": "Oops!" + }, + { + "id": 382, + "name": "Burnt lobster", + "examine": "Swap this note at any bank for a Burnt lobster." + }, + { + "id": 383, + "name": "Raw shark", + "examine": "I should try cooking this." + }, + { + "id": 384, + "name": "Raw shark", + "examine": "Swap this note at any bank for a Raw shark." + }, + { + "id": 385, + "name": "Shark", + "examine": "I'd better be careful eating this." + }, + { + "id": 386, + "name": "Shark", + "examine": "Swap this note at any bank for a Shark." + }, + { + "id": 387, + "name": "Burnt shark", + "examine": "Oops!" + }, + { + "id": 388, + "name": "Burnt shark", + "examine": "Swap this note at any bank for a Burnt shark." + }, + { + "id": 389, + "name": "Raw manta ray", + "examine": "A rare catch." + }, + { + "id": 390, + "name": "Raw manta ray", + "examine": "Swap this note at any bank for a Raw manta ray." + }, + { + "id": 391, + "name": "Manta ray", + "examine": "A rare catch." + }, + { + "id": 392, + "name": "Manta ray", + "examine": "Swap this note at any bank for a Manta ray." + }, + { + "id": 393, + "name": "Burnt manta ray", + "examine": "Oops!" + }, + { + "id": 394, + "name": "Burnt manta ray", + "examine": "Swap this note at any bank for a Burnt manta ray." + }, + { + "id": 395, + "name": "Raw sea turtle", + "examine": "A rare catch." + }, + { + "id": 396, + "name": "Raw sea turtle", + "examine": "Swap this note at any bank for a Raw sea turtle." + }, + { + "id": 397, + "name": "Sea turtle", + "examine": "Tasty!" + }, + { + "id": 398, + "name": "Sea turtle", + "examine": "Swap this note at any bank for a Sea turtle." + }, + { + "id": 399, + "name": "Burnt sea turtle", + "examine": "Oops!" + }, + { + "id": 400, + "name": "Burnt sea turtle", + "examine": "Swap this note at any bank for a Burnt sea turtle." + }, + { + "id": 401, + "name": "Seaweed", + "examine": "Slightly damp seaweed." + }, + { + "id": 402, + "name": "Seaweed", + "examine": "Swap this note at any bank for a Seaweed." + }, + { + "id": 403, + "name": "Edible seaweed", + "examine": "Slightly damp seaweed." + }, + { + "id": 404, + "name": "Edible seaweed", + "examine": "Swap this note at any bank for an Edible seaweed." + }, + { + "id": 405, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 406, + "name": "Casket", + "examine": "Swap this note at any bank for a Casket." + }, + { + "id": 407, + "name": "Oyster", + "examine": "It's a rare oyster." + }, + { + "id": 408, + "name": "Oyster", + "examine": "Swap this note at any bank for an Oyster." + }, + { + "id": 409, + "name": "Empty oyster", + "examine": "It's empty." + }, + { + "id": 410, + "name": "Empty oyster", + "examine": "Swap this note at any bank for an Empty oyster." + }, + { + "id": 411, + "name": "Oyster pearl", + "examine": "I could work wonders with a chisel on this pearl." + }, + { + "id": 412, + "name": "Oyster pearl", + "examine": "Swap this note at any bank for an Oyster pearl." + }, + { + "id": 413, + "name": "Oyster pearls", + "examine": "I could work wonders with a chisel on these pearls." + }, + { + "id": 414, + "name": "Oyster pearls", + "examine": "Swap this note at any bank for an Oyster pearls." + }, + { + "id": 415, + "name": "Ethenea", + "examine": "An expensive colourless liquid." + }, + { + "id": 416, + "name": "Liquid honey", + "examine": "This isn't worth much." + }, + { + "id": 417, + "name": "Sulphuric broline", + "examine": "It's highly poisonous." + }, + { + "id": 418, + "name": "Plague sample", + "examine": "Probably best I don't keep this too long." + }, + { + "id": 419, + "name": "Touch paper", + "examine": "A special kind of paper." + }, + { + "id": 420, + "name": "Distillator", + "examine": "Apparently it distills." + }, + { + "id": 421, + "name": "Lathas' amulet", + "examine": "Yup. It's an amulet." + }, + { + "id": 422, + "name": "Bird feed", + "examine": "Birds love this stuff!" + }, + { + "id": 423, + "name": "Key", + "examine": "Opens things." + }, + { + "id": 424, + "name": "Pigeon cage", + "examine": "It's full of pigeons." + }, + { + "id": 425, + "name": "Pigeon cage", + "examine": "It's empty..." + }, + { + "id": 426, + "name": "Priest gown", + "examine": "Top half of a priest suit." + }, + { + "id": 427, + "name": "Priest gown", + "examine": "Swap this note at any bank for a Priest gown." + }, + { + "id": 428, + "name": "Priest gown", + "examine": "Bottom half of a priest suit." + }, + { + "id": 429, + "name": "Priest gown", + "examine": "Swap this note at any bank for a Priest gown." + }, + { + "id": 430, + "name": "Doctors' gown", + "examine": "Medical looking." + }, + { + "id": 431, + "name": "Karamjan rum", + "examine": "A very strong spirit brewed in Karamja." + }, + { + "id": 432, + "name": "Chest key", + "examine": "A key to One eyed Hector's chest." + }, + { + "id": 433, + "name": "Pirate message", + "examine": "Pirates don't have the best handwriting..." + }, + { + "id": 434, + "name": "Clay", + "examine": "Some hard dry clay." + }, + { + "id": 435, + "name": "Clay", + "examine": "Swap this note at any bank for a Clay." + }, + { + "id": 436, + "name": "Copper ore", + "examine": "This needs refining." + }, + { + "id": 437, + "name": "Copper ore", + "examine": "Swap this note at any bank for a Copper ore." + }, + { + "id": 438, + "name": "Tin ore", + "examine": "This needs refining." + }, + { + "id": 439, + "name": "Tin ore", + "examine": "Swap this note at any bank for a Tin ore." + }, + { + "id": 440, + "name": "Iron ore", + "examine": "This needs refining." + }, + { + "id": 441, + "name": "Iron ore", + "examine": "Swap this note at any bank for an Iron ore." + }, + { + "id": 442, + "name": "Silver ore", + "examine": "This needs refining." + }, + { + "id": 443, + "name": "Silver ore", + "examine": "Swap this note at any bank for a Silver ore." + }, + { + "id": 444, + "name": "Gold ore", + "examine": "This needs refining." + }, + { + "id": 445, + "name": "Gold ore", + "examine": "Swap this note at any bank for a Gold ore." + }, + { + "id": 446, + "name": "'perfect' gold ore", + "examine": "This needs refining." + }, + { + "id": 447, + "name": "Mithril ore", + "examine": "This needs refining." + }, + { + "id": 448, + "name": "Mithril ore", + "examine": "Swap this note at any bank for a Mithril ore." + }, + { + "id": 449, + "name": "Adamantite ore", + "examine": "This needs refining." + }, + { + "id": 450, + "name": "Adamantite ore", + "examine": "Swap this note at any bank for an Adamantite ore." + }, + { + "id": 451, + "name": "Runite ore", + "examine": "This needs refining." + }, + { + "id": 452, + "name": "Runite ore", + "examine": "Swap this note at any bank for a Runite ore." + }, + { + "id": 453, + "name": "Coal", + "examine": "Hmm a non-renewable energy source!" + }, + { + "id": 454, + "name": "Coal", + "examine": "Swap this note at any bank for a Coal." + }, + { + "id": 455, + "name": "Barcrawl card", + "examine": "The official Alfred Grimhand bar crawl card." + }, + { + "id": 456, + "name": "Scorpion cage", + "examine": "It's empty!" + }, + { + "id": 457, + "name": "Scorpion cage", + "examine": "There is 1 scorpion inside." + }, + { + "id": 458, + "name": "Scorpion cage", + "examine": "There are 2 scorpions inside." + }, + { + "id": 459, + "name": "Scorpion cage", + "examine": "There are 2 scorpions inside." + }, + { + "id": 460, + "name": "Scorpion cage", + "examine": "There is 1 scorpion inside." + }, + { + "id": 461, + "name": "Scorpion cage", + "examine": "There are 2 scorpions inside." + }, + { + "id": 462, + "name": "Scorpion cage", + "examine": "There is 1 scorpion inside." + }, + { + "id": 463, + "name": "Scorpion cage", + "examine": "There are 3 scorpions inside." + }, + { + "id": 464, + "name": "Strange fruit", + "examine": "I wonder what this tastes like?" + }, + { + "id": 465, + "name": "Strange fruit", + "examine": "Swap this note at any bank for a Strange fruit." + }, + { + "id": 466, + "name": "Pickaxe handle", + "examine": "Useless without the head." + }, + { + "id": 467, + "name": "Pickaxe handle", + "examine": "Swap this note at any bank for a Pickaxe handle." + }, + { + "id": 468, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 469, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 470, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 471, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 472, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 473, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 474, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 475, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 476, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 477, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 478, + "name": "Broken pickaxe", + "examine": "Nurmof can fix this for me." + }, + { + "id": 479, + "name": "Broken pickaxe", + "examine": "Swap this note at any bank for a Broken pickaxe." + }, + { + "id": 480, + "name": "Bronze pick head", + "examine": "It's missing a handle." + }, + { + "id": 481, + "name": "Bronze pick head", + "examine": "Swap this note at any bank for a Bronze pick head." + }, + { + "id": 482, + "name": "Iron pick head", + "examine": "It's missing a handle." + }, + { + "id": 483, + "name": "Iron pick head", + "examine": "Swap this note at any bank for an Iron pick head." + }, + { + "id": 484, + "name": "Steel pick head", + "examine": "It's missing a handle." + }, + { + "id": 485, + "name": "Steel pick head", + "examine": "Swap this note at any bank for a Steel pick head." + }, + { + "id": 486, + "name": "Mithril pick head", + "examine": "It's missing a handle." + }, + { + "id": 487, + "name": "Mithril pick head", + "examine": "Swap this note at any bank for a Mithril pick head." + }, + { + "id": 488, + "name": "Adamant pick head", + "examine": "It's missing a handle." + }, + { + "id": 489, + "name": "Adamant pick head", + "examine": "Swap this note at any bank for an Adamant pick head." + }, + { + "id": 490, + "name": "Rune pick head", + "examine": "It's missing a handle." + }, + { + "id": 491, + "name": "Rune pick head", + "examine": "Swap this note at any bank for a Rune pick head." + }, + { + "id": 492, + "name": "Axe handle", + "examine": "Useless without the head." + }, + { + "id": 493, + "name": "Axe handle", + "examine": "Swap this note at any bank for an Axe handle." + }, + { + "id": 494, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 495, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 496, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 497, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 498, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 499, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 500, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 501, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 502, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 503, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 504, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 505, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 506, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 507, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 508, + "name": "Bronze axe head", + "examine": "It's missing a handle." + }, + { + "id": 509, + "name": "Bronze axe head", + "examine": "Swap this note at any bank for a Bronze axe head." + }, + { + "id": 510, + "name": "Iron axe head", + "examine": "It's missing a handle." + }, + { + "id": 511, + "name": "Iron axe head", + "examine": "Swap this note at any bank for an Iron axe head." + }, + { + "id": 512, + "name": "Steel axe head", + "examine": "It's missing a handle." + }, + { + "id": 513, + "name": "Steel axe head", + "examine": "Swap this note at any bank for a Steel axe head." + }, + { + "id": 514, + "name": "Black axe head", + "examine": "It's missing a handle." + }, + { + "id": 515, + "name": "Black axe head", + "examine": "Swap this note at any bank for a Black axe head." + }, + { + "id": 516, + "name": "Mithril axe head", + "examine": "It's missing a handle." + }, + { + "id": 517, + "name": "Mithril axe head", + "examine": "Swap this note at any bank for a Mithril axe head." + }, + { + "id": 518, + "name": "Adamant axe head", + "examine": "It's missing a handle." + }, + { + "id": 519, + "name": "Adamant axe head", + "examine": "Swap this note at any bank for an Adamant axe head." + }, + { + "id": 520, + "name": "Rune axe head", + "examine": "It's missing a handle." + }, + { + "id": 521, + "name": "Rune axe head", + "examine": "Swap this note at any bank for a Rune axe head." + }, + { + "id": 522, + "name": "Enchanted beef", + "examine": "I don't fancy eating this now." + }, + { + "id": 523, + "name": "Enchanted rat", + "examine": "I don't fancy eating this now." + }, + { + "id": 524, + "name": "Enchanted bear", + "examine": "I don't fancy eating this now." + }, + { + "id": 525, + "name": "Enchanted chicken", + "examine": "I don't fancy eating this now." + }, + { + "id": 526, + "name": "Bones", + "examine": "Bones are for burying!" + }, + { + "id": 527, + "name": "Bones", + "examine": "Swap this note at any bank for a Bones." + }, + { + "id": 528, + "name": "Burnt bones", + "examine": "Bones are for burying!" + }, + { + "id": 529, + "name": "Burnt bones", + "examine": "Swap this note at any bank for a Burnt bones." + }, + { + "id": 530, + "name": "Bat bones", + "examine": "Bones are for burying!" + }, + { + "id": 531, + "name": "Bat bones", + "examine": "Swap this note at any bank for a Bat bones." + }, + { + "id": 532, + "name": "Big bones", + "examine": "Ew it's a pile of bones." + }, + { + "id": 533, + "name": "Big bones", + "examine": "Swap this note at any bank for a Big bones." + }, + { + "id": 534, + "name": "Babydragon bones", + "examine": "Ew it's a pile of bones." + }, + { + "id": 535, + "name": "Babydragon bones", + "examine": "Swap this note at any bank for a Babydragon bones." + }, + { + "id": 536, + "name": "Dragon bones", + "examine": "These would feed a dog for months!" + }, + { + "id": 537, + "name": "Dragon bones", + "examine": "Swap this note at any bank for a Dragon bones." + }, + { + "id": 538, + "name": "Druid's robe", + "examine": "Keeps a druid's knees nice and warm." + }, + { + "id": 539, + "name": "Druid's robe", + "examine": "Swap this note at any bank for a Druid's robe." + }, + { + "id": 540, + "name": "Druid's robe", + "examine": "I feel closer to the gods when I am wearing this." + }, + { + "id": 541, + "name": "Druid's robe", + "examine": "Swap this note at any bank for a Druid's robe." + }, + { + "id": 542, + "name": "Monk's robe", + "examine": "Keeps a monk's knees nice and warm." + }, + { + "id": 543, + "name": "Monk's robe", + "examine": "Swap this note at any bank for a Monk's robe." + }, + { + "id": 544, + "name": "Monk's robe", + "examine": "I feel closer to the gods when I am wearing this." + }, + { + "id": 545, + "name": "Monk's robe", + "examine": "Swap this note at any bank for a Monk's robe." + }, + { + "id": 546, + "name": "Shade robe", + "examine": "I feel closer to the gods when I am wearing this." + }, + { + "id": 547, + "name": "Shade robe", + "examine": "Swap this note at any bank for a Shade robe." + }, + { + "id": 548, + "name": "Shade robe", + "examine": "If a shade had knees, this would keep them nice and warm." + }, + { + "id": 549, + "name": "Shade robe", + "examine": "Swap this note at any bank for a Shade robe." + }, + { + "id": 550, + "name": "Newcomer map", + "examine": "Issued by RuneScape Council to all new citizens." + }, + { + "id": 551, + "name": "Newcomer map", + "examine": "Swap this note at any bank for a Newcomer map." + }, + { + "id": 552, + "name": "Ghostspeak amulet", + "examine": "It lets me talk to ghosts." + }, + { + "id": 553, + "name": "Skull", + "examine": "Ooooh spooky!" + }, + { + "id": 554, + "name": "Fire rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 555, + "name": "Water rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 556, + "name": "Air rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 557, + "name": "Earth rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 558, + "name": "Mind rune", + "examine": "Used for basic level missile spells." + }, + { + "id": 559, + "name": "Body rune", + "examine": "Used for curse spells." + }, + { + "id": 560, + "name": "Death rune", + "examine": "Used for medium level missile spells." + }, + { + "id": 561, + "name": "Nature rune", + "examine": "Used for alchemy spells." + }, + { + "id": 562, + "name": "Chaos rune", + "examine": "Used for low level missile spells." + }, + { + "id": 563, + "name": "Law rune", + "examine": "Used for teleport spells." + }, + { + "id": 564, + "name": "Cosmic rune", + "examine": "Used for enchant spells." + }, + { + "id": 565, + "name": "Blood rune", + "examine": "Used for high level missile spells." + }, + { + "id": 566, + "name": "Soul rune", + "examine": "Used for high level curse spells." + }, + { + "id": 567, + "name": "Unpowered orb", + "examine": "I'd prefer it if it was powered." + }, + { + "id": 568, + "name": "Unpowered orb", + "examine": "Swap this note at any bank for an Unpowered orb." + }, + { + "id": 569, + "name": "Fire orb", + "examine": "A magic glowing orb." + }, + { + "id": 570, + "name": "Fire orb", + "examine": "Swap this note at any bank for a Fire orb." + }, + { + "id": 571, + "name": "Water orb", + "examine": "A magic glowing orb." + }, + { + "id": 572, + "name": "Water orb", + "examine": "Swap this note at any bank for a Water orb." + }, + { + "id": 573, + "name": "Air orb", + "examine": "A magic glowing orb." + }, + { + "id": 574, + "name": "Air orb", + "examine": "Swap this note at any bank for an Air orb." + }, + { + "id": 575, + "name": "Earth orb", + "examine": "A magic glowing orb." + }, + { + "id": 576, + "name": "Earth orb", + "examine": "Swap this note at any bank for an Earth orb." + }, + { + "id": 577, + "name": "Wizard robe", + "examine": "I can do magic better in this." + }, + { + "id": 578, + "name": "Wizard robe", + "examine": "Swap this note at any bank for a Wizard robe." + }, + { + "id": 579, + "name": "Wizard hat", + "examine": "A silly pointed hat." + }, + { + "id": 580, + "name": "Wizard hat", + "examine": "Swap this note at any bank for a Wizard hat." + }, + { + "id": 581, + "name": "Black robe", + "examine": "I can do magic better in this." + }, + { + "id": 582, + "name": "Black robe", + "examine": "Swap this note at any bank for a Black robe." + }, + { + "id": 583, + "name": "Bailing bucket", + "examine": "It's a bailing bucket." + }, + { + "id": 584, + "name": "Bailing bucket", + "examine": "Swap this note at any bank for a Bailing bucket." + }, + { + "id": 585, + "name": "Bailing bucket", + "examine": "It's a bailing bucket full of salty water." + }, + { + "id": 586, + "name": "Bailing bucket", + "examine": "Swap this note at any bank for a Bailing bucket." + }, + { + "id": 587, + "name": "Orb of protection", + "examine": "A strange glowing green orb." + }, + { + "id": 588, + "name": "Orbs of protection", + "examine": "Two strange glowing green orbs." + }, + { + "id": 589, + "name": "Gnome amulet", + "examine": "It's an amulet of protection given to me by the gnomes." + }, + { + "id": 590, + "name": "Tinderbox", + "examine": "Useful for lighting a fire." + }, + { + "id": 591, + "name": "Tinderbox", + "examine": "Swap this note at any bank for a Tinderbox." + }, + { + "id": 592, + "name": "Ashes", + "examine": "A heap of ashes." + }, + { + "id": 593, + "name": "Ashes", + "examine": "Swap this note at any bank for an Ashes." + }, + { + "id": 594, + "name": "Torch", + "examine": "A lit home-made torch." + }, + { + "id": 595, + "name": "Torch", + "examine": "A lit home-made torch." + }, + { + "id": 596, + "name": "Torch", + "examine": "An unlit home-made torch." + }, + { + "id": 597, + "name": "Torch", + "examine": "Swap this note at any bank for a Torch." + }, + { + "id": 598, + "name": "Bronze fire arrows", + "examine": "Arrows with bronze heads and oil soaked cloth." + }, + { + "id": 599, + "name": "Double helix", + "examine": "Who says it's just manners that maketh man?" + }, + { + "id": 600, + "name": "Astrology book", + "examine": "A book on the history of Astrology in RuneScape." + }, + { + "id": 601, + "name": "Keep key", + "examine": "A small key for a jail door." + }, + { + "id": 602, + "name": "Lens mould", + "examine": "An unusual clay mould in the shape of a disc." + }, + { + "id": 603, + "name": "Lens", + "examine": "A perfectly circular disc of glass." + }, + { + "id": 604, + "name": "Bone shard", + "examine": "A slender bone shard given to you by Zadimus." + }, + { + "id": 605, + "name": "Bone key", + "examine": "A bone key fashioned from a shard of bone." + }, + { + "id": 606, + "name": "Stone-plaque", + "examine": "A stone plaque with carved letters in it." + }, + { + "id": 607, + "name": "Tattered scroll", + "examine": "An ancient tattered scroll." + }, + { + "id": 608, + "name": "Crumpled scroll", + "examine": "An ancient crumpled scroll." + }, + { + "id": 609, + "name": "Rashiliyia corpse", + "examine": "The remains of the Zombie Queen." + }, + { + "id": 610, + "name": "Zadimus corpse", + "examine": "The remains of Zadimus." + }, + { + "id": 611, + "name": "Locating crystal", + "examine": "A magical crystal sphere." + }, + { + "id": 612, + "name": "Locating crystal", + "examine": "A magical crystal sphere." + }, + { + "id": 613, + "name": "Locating crystal", + "examine": "A magical crystal sphere." + }, + { + "id": 614, + "name": "Locating crystal", + "examine": "A magical crystal sphere." + }, + { + "id": 615, + "name": "Locating crystal", + "examine": "A magical crystal sphere." + }, + { + "id": 616, + "name": "Beads of the dead", + "examine": "A curious looking neck ornament." + }, + { + "id": 617, + "name": "Coins", + "examine": "Lovely money!" + }, + { + "id": 618, + "name": "Bone beads", + "examine": "Beads carved out of a bone." + }, + { + "id": 619, + "name": "Paramaya ticket", + "examine": "Allows you to rest in the luxurious Paramayer Inn." + }, + { + "id": 620, + "name": "Paramaya ticket", + "examine": "Swap this note at any bank for a Paramaya ticket." + }, + { + "id": 621, + "name": "Ship ticket", + "examine": "Allows you passage on the 'Lady of the waves' ship." + }, + { + "id": 622, + "name": "Ship ticket", + "examine": "Swap this note at any bank for a Ship ticket." + }, + { + "id": 623, + "name": "Sword pommel", + "examine": "An ivory sword pommel." + }, + { + "id": 624, + "name": "Bervirius notes", + "examine": "Notes taken from the tomb of Bervirius." + }, + { + "id": 625, + "name": "Wampum belt", + "examine": "A decorated belt used to trade information between distant villages." + }, + { + "id": 626, + "name": "Boots", + "examine": "They're soft and silky." + }, + { + "id": 627, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 628, + "name": "Boots", + "examine": "They're soft and silky." + }, + { + "id": 629, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 630, + "name": "Boots", + "examine": "They're soft and silky." + }, + { + "id": 631, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 632, + "name": "Boots", + "examine": "They're soft and silky." + }, + { + "id": 633, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 634, + "name": "Boots", + "examine": "They're soft and silky." + }, + { + "id": 635, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 636, + "name": "Robe top", + "examine": "The ultimate in gnome design." + }, + { + "id": 637, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 638, + "name": "Robe top", + "examine": "The ultimate in gnome design." + }, + { + "id": 639, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 640, + "name": "Robe top", + "examine": "The ultimate in gnome design." + }, + { + "id": 641, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 642, + "name": "Robe top", + "examine": "The ultimate in gnome design." + }, + { + "id": 643, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 644, + "name": "Robe top", + "examine": "The ultimate in gnome design." + }, + { + "id": 645, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 646, + "name": "Robe bottoms", + "examine": "Made by Tree Gnomes." + }, + { + "id": 647, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 648, + "name": "Robe bottoms", + "examine": "Made by Tree Gnomes." + }, + { + "id": 649, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 650, + "name": "Robe bottoms", + "examine": "Made by Tree Gnomes." + }, + { + "id": 651, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 652, + "name": "Robe bottoms", + "examine": "Made by Tree Gnomes." + }, + { + "id": 653, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 654, + "name": "Robe bottoms", + "examine": "Made by Tree Gnomes." + }, + { + "id": 655, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 656, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 657, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 658, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 659, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 660, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 661, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 662, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 663, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 664, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 665, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 666, + "name": "Portrait", + "examine": "Picture of a posing Paladin." + }, + { + "id": 667, + "name": "Blurite sword", + "examine": "A Faladian Knight's sword." + }, + { + "id": 668, + "name": "Blurite ore", + "examine": "Definitely blue." + }, + { + "id": 669, + "name": "Specimen jar", + "examine": "A receptacle for specimens!" + }, + { + "id": 670, + "name": "Specimen brush", + "examine": "A small brush used to clean rock samples." + }, + { + "id": 671, + "name": "Rock sample 1", + "examine": "A carefully-kept-safe rock sample." + }, + { + "id": 672, + "name": "Rock sample 2", + "examine": "A carefully-kept-safe rock sample." + }, + { + "id": 673, + "name": "Rock sample 3", + "examine": "A carefully-kept-safe rock sample." + }, + { + "id": 674, + "name": "Rock sample", + "examine": "A rough shaped piece of rock." + }, + { + "id": 675, + "name": "Rock pick", + "examine": "A small pick for cracking rock samples." + }, + { + "id": 676, + "name": "Trowel", + "examine": "Used for digging!" + }, + { + "id": 677, + "name": "Panning tray", + "examine": "An empty tray for panning." + }, + { + "id": 678, + "name": "Panning tray", + "examine": "This tray contains gold." + }, + { + "id": 679, + "name": "Panning tray", + "examine": "This tray contains mud." + }, + { + "id": 680, + "name": "Nuggets", + "examine": "Pure, lovely gold!" + }, + { + "id": 681, + "name": "Zaros talisman", + "examine": "An unusual symbol of a lesser-known god." + }, + { + "id": 682, + "name": "Unstamped letter", + "examine": "A scroll waiting to be stamped." + }, + { + "id": 683, + "name": "Stamped letter", + "examine": "A stamped scroll of recommendation." + }, + { + "id": 684, + "name": "Belt buckle", + "examine": "Used to hold up trousers!" + }, + { + "id": 685, + "name": "Old boot", + "examine": "Phew!" + }, + { + "id": 686, + "name": "Rusty sword", + "examine": "A decent enough weapon gone rusty." + }, + { + "id": 687, + "name": "Broken arrow", + "examine": "This must have been shot at high speed." + }, + { + "id": 688, + "name": "Buttons", + "examine": "Not Dick Whittington's helper at all!" + }, + { + "id": 689, + "name": "Broken staff", + "examine": "I pity the poor person beaten with this!" + }, + { + "id": 690, + "name": "Broken glass", + "examine": "Watch those feet!" + }, + { + "id": 691, + "name": "Level 1 certificate", + "examine": "The owner has passed the Earth Sciences level 1 exam." + }, + { + "id": 692, + "name": "Level 2 certificate", + "examine": "The owner has passed Earth Sciences level 2 exam." + }, + { + "id": 693, + "name": "Level 3 certificate", + "examine": "The owner has passed Earth Sciences level 3 exam." + }, + { + "id": 694, + "name": "Ceramic remains", + "examine": "Smashing!" + }, + { + "id": 695, + "name": "Old tooth", + "examine": "Now if I can just find a tooth fairy to sell this to..." + }, + { + "id": 696, + "name": "Invitation letter", + "examine": "A letter inviting me to use the private digshafts." + }, + { + "id": 697, + "name": "Damaged armour", + "examine": "Beyond repair." + }, + { + "id": 698, + "name": "Broken armour", + "examine": "No use to me..." + }, + { + "id": 699, + "name": "Stone tablet", + "examine": "An old stone slab with writing on it." + }, + { + "id": 700, + "name": "Chemical powder", + "examine": "An acrid chemical." + }, + { + "id": 701, + "name": "Ammonium nitrate", + "examine": "An acrid chemical." + }, + { + "id": 702, + "name": "Unidentified liquid", + "examine": "A strong chemical." + }, + { + "id": 703, + "name": "Nitroglycerin", + "examine": "A strong chemical." + }, + { + "id": 704, + "name": "Ground charcoal", + "examine": "Charcoal, crushed to small pieces!" + }, + { + "id": 705, + "name": "Mixed chemicals", + "examine": "A mixture of strong chemicals." + }, + { + "id": 706, + "name": "Mixed chemicals", + "examine": "A mixture of strong chemicals." + }, + { + "id": 707, + "name": "Chemical compound", + "examine": "A mixture of strong chemicals." + }, + { + "id": 708, + "name": "Arcenia root", + "examine": "The root of an Arcenia plant." + }, + { + "id": 709, + "name": "Chest key", + "examine": "This fits a chest." + }, + { + "id": 710, + "name": "Vase", + "examine": "A vessel for holding plants." + }, + { + "id": 711, + "name": "Book on chemicals", + "examine": "It's about chemicals, judging from its cover." + }, + { + "id": 712, + "name": "Cup of tea", + "examine": "A refreshing cuppa." + }, + { + "id": 713, + "name": "Enjifern", + "examine": "Truly fun to have around." + }, + { + "id": 714, + "name": "Radimus notes", + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map." + }, + { + "id": 715, + "name": "Radimus notes", + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map." + }, + { + "id": 716, + "name": "Bull roarer", + "examine": "It makes a loud but interesting sound when swung in the air." + }, + { + "id": 717, + "name": "Scrawled note", + "examine": "A scrawled note with spidery writing on it." + }, + { + "id": 718, + "name": "A scribbled note", + "examine": "A scrawled note with spidery writing on it." + }, + { + "id": 719, + "name": "Scrumpled note", + "examine": "A scrawled note with spidery writing on it." + }, + { + "id": 720, + "name": "Sketch", + "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo." + }, + { + "id": 721, + "name": "Gold bowl", + "examine": "A specially made bowl constructed out of pure gold." + }, + { + "id": 722, + "name": "Blessed gold bowl", + "examine": "A specially made bowl constructed out of pure gold and blessed." + }, + { + "id": 723, + "name": "Golden bowl", + "examine": "A specially made golden bowl with water." + }, + { + "id": 724, + "name": "Golden bowl", + "examine": "A specially made bowl constructed out of pure gold. It has pure water in it." + }, + { + "id": 725, + "name": "Golden bowl", + "examine": "A blessed golden bowl. It has water in it." + }, + { + "id": 726, + "name": "Golden bowl", + "examine": "A blessed golden bowl. It has pure sacred water in it." + }, + { + "id": 727, + "name": "Hollow reed", + "examine": "One of nature's pipes." + }, + { + "id": 728, + "name": "Hollow reed", + "examine": "Swap this note at any bank for a Hollow reed." + }, + { + "id": 729, + "name": "Shamans tome", + "examine": "It looks like the Shamans personal notes..." + }, + { + "id": 730, + "name": "Book of binding", + "examine": "An ancient tome on Demonology." + }, + { + "id": 731, + "name": "Enchanted vial", + "examine": "An enchanted empty glass vial." + }, + { + "id": 732, + "name": "Holy water", + "examine": "A vial of holy water, good against certain demons." + }, + { + "id": 733, + "name": "Smashed glass", + "examine": "Fragments of a broken container." + }, + { + "id": 734, + "name": "Smashed glass", + "examine": "Swap this note at any bank for a Smashed glass." + }, + { + "id": 735, + "name": "Yommi tree seeds", + "examine": "These need to be germinated before they can be used." + }, + { + "id": 736, + "name": "Yommi tree seeds", + "examine": "These are germinated and ready to be planted in fertile soil." + }, + { + "id": 737, + "name": "Snakeweed mixture", + "examine": "It's a mixture of Snakeweed and water. Needs another ingredient." + }, + { + "id": 738, + "name": "Ardrigal mixture", + "examine": "It's a mixture of Ardrigal and water. Needs another ingredient." + }, + { + "id": 739, + "name": "Bravery potion", + "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works." + }, + { + "id": 740, + "name": "Blue hat", + "examine": "A strange blue wizards hat." + }, + { + "id": 741, + "name": "Chunk of crystal", + "examine": "It looks like it's been snapped off of something." + }, + { + "id": 742, + "name": "Hunk of crystal", + "examine": "It looks like it's been snapped off of something." + }, + { + "id": 743, + "name": "Lump of crystal", + "examine": "It looks like it's been snapped off of something." + }, + { + "id": 744, + "name": "Heart crystal", + "examine": "A heart shaped crystal." + }, + { + "id": 745, + "name": "Heart crystal", + "examine": "A heart shaped crystal." + }, + { + "id": 746, + "name": "Dark dagger", + "examine": "A black obsidian dagger, it has a strange aura about it." + }, + { + "id": 747, + "name": "Glowing dagger", + "examine": "A black obsidian dagger, it has a strange aura about it" + }, + { + "id": 748, + "name": "Holy force", + "examine": "A powerful spell for good." + }, + { + "id": 749, + "name": "Yommi totem", + "examine": "A well carved totem pole made from the trunk of a Yommi tree." + }, + { + "id": 750, + "name": "Gilded totem", + "examine": "A gilded totem pole from the Kharazi tribe." + }, + { + "id": 751, + "name": "Gnomeball", + "examine": "A ball used in Gnomeball." + }, + { + "id": 752, + "name": "Gnomeball", + "examine": "Swap this note at any bank for a Gnomeball." + }, + { + "id": 753, + "name": "Cadava berries", + "examine": "Poisonous berries." + }, + { + "id": 754, + "name": "Cadava berries", + "examine": "Swap this note at any bank for a Cadava berries." + }, + { + "id": 755, + "name": "Message", + "examine": "A message from Juliet to Romeo." + }, + { + "id": 756, + "name": "Cadava potion", + "examine": "I'm meant to give this to Juliet." + }, + { + "id": 757, + "name": "Book", + "examine": "The Shield of Arrav by A R Wright." + }, + { + "id": 758, + "name": "Key", + "examine": "The key to get into the Phoenix Gang HQ." + }, + { + "id": 759, + "name": "Key", + "examine": "The key to the Phoenix Gang's weapons store." + }, + { + "id": 760, + "name": "Key", + "examine": "Swap this note at any bank for a Key." + }, + { + "id": 761, + "name": "Scroll", + "examine": "An intelligence report." + }, + { + "id": 762, + "name": "Scroll", + "examine": "Swap this note at any bank for a Scroll." + }, + { + "id": 763, + "name": "Broken shield", + "examine": "Half of the Shield of Arrav." + }, + { + "id": 764, + "name": "Broken shield", + "examine": "Swap this note at any bank for a Broken shield." + }, + { + "id": 765, + "name": "Broken shield", + "examine": "Half of the Shield of Arrav." + }, + { + "id": 766, + "name": "Broken shield", + "examine": "Swap this note at any bank for a Broken shield." + }, + { + "id": 767, + "name": "Phoenix crossbow", + "examine": "Former property of the Phoenix Gang." + }, + { + "id": 768, + "name": "Phoenix crossbow", + "examine": "Swap this note at any bank for a Phoenix crossbow." + }, + { + "id": 769, + "name": "Certificate", + "examine": "I can use this to claim a reward from the King." + }, + { + "id": 770, + "name": "Certificate", + "examine": "Swap this note at any bank for a Certificate." + }, + { + "id": 771, + "name": "Dramen branch", + "examine": "A limb of the fabled Dramen tree." + }, + { + "id": 772, + "name": "Dramen staff", + "examine": "Crafted from a Dramen tree branch." + }, + { + "id": 773, + "name": "'perfect' ring", + "examine": "A perfect ruby ring." + }, + { + "id": 774, + "name": "'perfect' necklace", + "examine": "A perfect ruby necklace." + }, + { + "id": 775, + "name": "Cooking gauntlets", + "examine": "These gauntlets empower with a greater ability to cook fish." + }, + { + "id": 776, + "name": "Goldsmith gauntlet", + "examine": "These gauntlets empower the bearer whilst making gold." + }, + { + "id": 777, + "name": "Chaos gauntlets", + "examine": "These gauntlets empower spell casters." + }, + { + "id": 778, + "name": "Steel gauntlets", + "examine": "My reward for assisting the Fitzharmon family." + }, + { + "id": 779, + "name": "Crest part", + "examine": "A fragment of the Fitzharmon family crest." + }, + { + "id": 780, + "name": "Crest part", + "examine": "A fragment of the Fitzharmon family crest." + }, + { + "id": 781, + "name": "Crest part", + "examine": "A fragment of the Fitzharmon family crest." + }, + { + "id": 782, + "name": "Family crest", + "examine": "The Fitzharmon family crest." + }, + { + "id": 783, + "name": "Bark sample", + "examine": "A sample of the bark from the Grand Tree." + }, + { + "id": 784, + "name": "Translation book", + "examine": "A book to translate the ancient gnome language into English." + }, + { + "id": 785, + "name": "Glough's journal", + "examine": "Perhaps I should read it and see what Glough is up to!" + }, + { + "id": 786, + "name": "Hazelmere's scroll", + "examine": "Hazelmere wrote something down on this scroll." + }, + { + "id": 787, + "name": "Lumber order", + "examine": "An order from the Karamja shipyard." + }, + { + "id": 788, + "name": "Glough's key", + "examine": "The key to Glough's chest." + }, + { + "id": 789, + "name": "Twigs", + "examine": "Twigs bound together in the shape of a T." + }, + { + "id": 790, + "name": "Twigs", + "examine": "Twigs bound together in the shape of a U." + }, + { + "id": 791, + "name": "Twigs", + "examine": "Twigs bound together in the shape of a Z." + }, + { + "id": 792, + "name": "Twigs", + "examine": "Twigs bound together in the shape of a O." + }, + { + "id": 793, + "name": "Daconia rock", + "examine": "An ancient rock with strange magical properties." + }, + { + "id": 794, + "name": "Invasion plans", + "examine": "These are plans for an invasion!" + }, + { + "id": 795, + "name": "War ship", + "examine": "A model of a Karamja warship." + }, + { + "id": 796, + "name": "Exploding vial", + "examine": "An exploding vial." + }, + { + "id": 797, + "name": "Herb bowl", + "examine": "A bowl of herbs." + }, + { + "id": 798, + "name": "Grinder", + "examine": "A grinder." + }, + null, + { + "id": 800, + "name": "Bronze thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 801, + "name": "Iron thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 802, + "name": "Steel thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 803, + "name": "Mithril thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 804, + "name": "Adamnt thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 805, + "name": "Rune thrownaxe", + "examine": "A finely balanced throwing axe." + }, + { + "id": 806, + "name": "Bronze dart", + "examine": "A deadly throwing dart with a bronze tip." + }, + { + "id": 807, + "name": "Iron dart", + "examine": "A deadly throwing dart with an iron tip." + }, + { + "id": 808, + "name": "Steel dart", + "examine": "A deadly throwing dart with a steel tip." + }, + { + "id": 809, + "name": "Mithril dart", + "examine": "A deadly throwing dart with a mithril tip." + }, + { + "id": 810, + "name": "Adamant dart", + "examine": "A deadly throwing dart with an adamantite tip." + }, + { + "id": 811, + "name": "Rune dart", + "examine": "A deadly throwing dart with a rune tip." + }, + { + "id": 812, + "name": "Bronze dart(p)", + "examine": "A deadly poisoned dart with a bronze tip." + }, + { + "id": 813, + "name": "Iron dart(p)", + "examine": "A deadly poisoned dart with an iron tip." + }, + { + "id": 814, + "name": "Steel dart(p)", + "examine": "A deadly poisoned dart with a steel tip." + }, + { + "id": 815, + "name": "Mithril dart(p)", + "examine": "A deadly poisoned dart with a mithril tip." + }, + { + "id": 816, + "name": "Adamant dart(p)", + "examine": "A deadly poisoned dart with an adamantite tip." + }, + { + "id": 817, + "name": "Rune dart(p)", + "examine": "A deadly poisoned dart with a rune tip." + }, + { + "id": 818, + "name": "Poisoned dart(p)", + "examine": "A deadly throwing dart with a poisoned tip." + }, + { + "id": 819, + "name": "Bronze dart tip", + "examine": "A deadly looking dart tip made of bronze" + }, + { + "id": 820, + "name": "Iron dart tip", + "examine": "A deadly looking dart tip made of iron" + }, + { + "id": 821, + "name": "Steel dart tip", + "examine": "A deadly looking dart tip made of steel" + }, + { + "id": 822, + "name": "Mithril dart tip", + "examine": "A deadly looking dart tip made of mithril" + }, + { + "id": 823, + "name": "Adamant dart tip", + "examine": "A deadly looking dart tip made of adamantite" + }, + { + "id": 824, + "name": "Rune dart tip", + "examine": "A deadly looking dart tip made of runite" + }, + { + "id": 825, + "name": "Bronze javelin", + "examine": "A bronze tipped javelin." + }, + { + "id": 826, + "name": "Iron javelin", + "examine": "An iron tipped javelin." + }, + { + "id": 827, + "name": "Steel javelin", + "examine": "A steel tipped javelin." + }, + { + "id": 828, + "name": "Mithril javelin", + "examine": "A mithril tipped javelin." + }, + { + "id": 829, + "name": "Adamant javelin", + "examine": "An adamantite tipped javelin." + }, + { + "id": 830, + "name": "Rune javelin", + "examine": "A rune tipped javelin." + }, + { + "id": 831, + "name": "Bronze javelin(p)", + "examine": "A bronze tipped javelin." + }, + { + "id": 832, + "name": "Iron javelin(p)", + "examine": "An iron tipped javelin." + }, + { + "id": 833, + "name": "Steel javelin(p)", + "examine": "A steel tipped javelin." + }, + { + "id": 834, + "name": "Mithril javelin(p)", + "examine": "A mithril tipped javelin." + }, + { + "id": 835, + "name": "Adamant javelin(p)", + "examine": "An adamantite tipped javelin." + }, + { + "id": 836, + "name": "Rune javelin(p)", + "examine": "A rune tipped javelin." + }, + { + "id": 837, + "name": "Crossbow", + "examine": "This fires crossbow bolts." + }, + { + "id": 838, + "name": "Crossbow", + "examine": "Swap this note at any bank for a Crossbow." + }, + { + "id": 839, + "name": "Longbow", + "examine": "A nice sturdy bow." + }, + { + "id": 840, + "name": "Longbow", + "examine": "Swap this note at any bank for a Longbow." + }, + { + "id": 841, + "name": "Shortbow", + "examine": "Short but effective." + }, + { + "id": 842, + "name": "Shortbow", + "examine": "Swap this note at any bank for a Shortbow." + }, + { + "id": 843, + "name": "Oak shortbow", + "examine": "A shortbow made out of oak, still effective." + }, + { + "id": 844, + "name": "Oak shortbow", + "examine": "Swap this note at any bank for an Oak shortbow." + }, + { + "id": 845, + "name": "Oak longbow", + "examine": "A nice sturdy bow made out of oak." + }, + { + "id": 846, + "name": "Oak longbow", + "examine": "Swap this note at any bank for an Oak longbow." + }, + { + "id": 847, + "name": "Willow longbow", + "examine": "A nice sturdy bow made out of willow." + }, + { + "id": 848, + "name": "Willow longbow", + "examine": "Swap this note at any bank for a Willow longbow." + }, + { + "id": 849, + "name": "Willow shortbow", + "examine": "A shortbow made out of willow, still effective." + }, + { + "id": 850, + "name": "Willow shortbow", + "examine": "Swap this note at any bank for a Willow shortbow." + }, + { + "id": 851, + "name": "Maple longbow", + "examine": "A nice sturdy bow made out of Maple." + }, + { + "id": 852, + "name": "Maple longbow", + "examine": "Swap this note at any bank for a Maple longbow." + }, + { + "id": 853, + "name": "Maple shortbow", + "examine": "A shortbow made out of Maple, still effective." + }, + { + "id": 854, + "name": "Maple shortbow", + "examine": "Swap this note at any bank for a Maple shortbow." + }, + { + "id": 855, + "name": "Yew longbow", + "examine": "A nice sturdy bow made out of yew." + }, + { + "id": 856, + "name": "Yew longbow", + "examine": "Swap this note at any bank for a Yew longbow." + }, + { + "id": 857, + "name": "Yew shortbow", + "examine": "A shortbow made out of yew, still effective." + }, + { + "id": 858, + "name": "Yew shortbow", + "examine": "Swap this note at any bank for a Yew shortbow." + }, + { + "id": 859, + "name": "Magic longbow", + "examine": "A nice sturdy magical bow." + }, + { + "id": 860, + "name": "Magic longbow", + "examine": "Swap this note at any bank for a Magic longbow." + }, + { + "id": 861, + "name": "Magic shortbow", + "examine": "Short and magical, but still effective." + }, + { + "id": 862, + "name": "Magic shortbow", + "examine": "Swap this note at any bank for a Magic shortbow." + }, + { + "id": 863, + "name": "Iron knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 864, + "name": "Bronze knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 865, + "name": "Steel knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 866, + "name": "Mithril knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 867, + "name": "Adamant knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 868, + "name": "Rune knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 869, + "name": "Black knife", + "examine": "A finely balanced throwing knife." + }, + { + "id": 870, + "name": "Bronze knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 871, + "name": "Iron knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 872, + "name": "Steel knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 873, + "name": "Mithril knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 874, + "name": "Black knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 875, + "name": "Adamant knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 876, + "name": "Rune knife(p)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 877, + "name": "Bolts", + "examine": "Good if you have a crossbow!" + }, + { + "id": 878, + "name": "Bolts(p)", + "examine": "Vicious poisoned bolts." + }, + { + "id": 879, + "name": "Opal bolts", + "examine": "Great if you have a crossbow!" + }, + { + "id": 880, + "name": "Pearl bolts", + "examine": "Useful if you have a crossbow!" + }, + { + "id": 881, + "name": "Barbed bolts", + "examine": "Great if you have a crossbow!" + }, + { + "id": 882, + "name": "Bronze arrow", + "examine": "Arrows with bronze heads." + }, + { + "id": 883, + "name": "Bronze arrow(p)", + "examine": "Venomous looking arrows." + }, + { + "id": 884, + "name": "Iron arrow", + "examine": "Arrows with iron heads." + }, + { + "id": 885, + "name": "Iron arrow(p)", + "examine": "Venomous looking arrows." + }, + { + "id": 886, + "name": "Steel arrow", + "examine": "Arrows with steel heads." + }, + { + "id": 887, + "name": "Steel arrow(p)", + "examine": "Venomous looking arrows." + }, + { + "id": 888, + "name": "Mithril arrow", + "examine": "Arrows with mithril heads." + }, + { + "id": 889, + "name": "Mithril arrow(p)", + "examine": "Venomous looking arrows." + }, + { + "id": 890, + "name": "Adamant arrow", + "examine": "Arrows with adamantite heads." + }, + { + "id": 891, + "name": "Adamant arrow(p)", + "examine": "Venomous looking arrows." + }, + { + "id": 892, + "name": "Rune arrow", + "examine": "Arrows with rune heads." + }, + { + "id": 893, + "name": "Rune arrow(p)", + "examine": "Venomous looking arrows." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 942, + "name": "Bronze fire arrows", + "examine": "These bronze headed arrows are ablaze with fire." + }, + { + "id": 943, + "name": "Worm", + "examine": "Ugh! It's wriggling!" + }, + { + "id": 944, + "name": "Worm", + "examine": "Swap this note at any bank for a Worm." + }, + { + "id": 945, + "name": "Throwing rope", + "examine": "A rope." + }, + { + "id": 946, + "name": "Knife", + "examine": "A dangerous looking knife." + }, + { + "id": 947, + "name": "Knife", + "examine": "Swap this note at any bank for a Knife." + }, + { + "id": 948, + "name": "Bear fur", + "examine": "This would make warm clothing." + }, + { + "id": 949, + "name": "Bear fur", + "examine": "Swap this note at any bank for a Bear fur." + }, + { + "id": 950, + "name": "Silk", + "examine": "It's a sheet of silk." + }, + { + "id": 951, + "name": "Silk", + "examine": "Swap this note at any bank for a Silk." + }, + { + "id": 952, + "name": "Spade", + "examine": "A slightly muddy spade." + }, + { + "id": 953, + "name": "Spade", + "examine": "Swap this note at any bank for a Spade." + }, + { + "id": 954, + "name": "Rope", + "examine": "A coil of rope." + }, + { + "id": 955, + "name": "Rope", + "examine": "Swap this note at any bank for a Rope." + }, + { + "id": 956, + "name": "Flier", + "examine": "Get your axes from Bob's Axes." + }, + { + "id": 957, + "name": "Flier", + "examine": "Swap this note at any bank for a Flier." + }, + { + "id": 958, + "name": "Grey wolf fur", + "examine": "This would make warm clothing." + }, + { + "id": 959, + "name": "Grey wolf fur", + "examine": "Swap this note at any bank for a Grey wolf fur." + }, + { + "id": 960, + "name": "Plank", + "examine": "A plank of wood!" + }, + { + "id": 961, + "name": "Plank", + "examine": "Swap this note at any bank for a Plank." + }, + { + "id": 962, + "name": "Christmas cracker", + "examine": "I need to pull this." + }, + { + "id": 963, + "name": "Christmas cracker", + "examine": "Swap this note at any bank for a Christmas cracker." + }, + { + "id": 964, + "name": "Skull", + "examine": "Ooooh spooky!" + }, + { + "id": 965, + "name": "Skull", + "examine": "Swap this note at any bank for a Skull." + }, + { + "id": 966, + "name": "Tile", + "examine": "A fraction of a roof." + }, + { + "id": 967, + "name": "Tile", + "examine": "Swap this note at any bank for a Tile." + }, + { + "id": 968, + "name": "Rock", + "examine": "A rock" + }, + { + "id": 969, + "name": "Rock", + "examine": "Swap this note at any bank for a Rock." + }, + { + "id": 970, + "name": "Papyrus", + "examine": "Used for making notes." + }, + { + "id": 971, + "name": "Papyrus", + "examine": "Swap this note at any bank for a Papyrus." + }, + { + "id": 972, + "name": "Papyrus", + "examine": "Used papyrus, it has squiggles all over it." + }, + { + "id": 973, + "name": "Charcoal", + "examine": "A lump of charcoal." + }, + { + "id": 974, + "name": "Charcoal", + "examine": "Swap this note at any bank for a Charcoal." + }, + { + "id": 975, + "name": "Machete", + "examine": "A jungle specific slashing device." + }, + { + "id": 976, + "name": "Machete", + "examine": "Swap this note at any bank for a Machete." + }, + { + "id": 977, + "name": "Cooking pot", + "examine": "A cooking pot." + }, + { + "id": 978, + "name": "Cooking pot", + "examine": "Swap this note at any bank for a Cooking pot." + }, + null, + { + "id": 980, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 981, + "name": "Disk of returning", + "examine": "Used to get out of Thordur's blackhole." + }, + { + "id": 982, + "name": "Disk of returning", + "examine": "Swap this note at any bank for a Disk of returning." + }, + { + "id": 983, + "name": "Brass key", + "examine": "Opens a door that leads into a dungeon." + }, + { + "id": 984, + "name": "Brass key", + "examine": "Swap this note at any bank for a Brass key." + }, + { + "id": 985, + "name": "Half of a key", + "examine": "The tooth end of the mysterious Crystal Key. Can you find the other half?" + }, + { + "id": 986, + "name": "Half of a key", + "examine": "Swap this note at any bank for a Half of a key." + }, + { + "id": 987, + "name": "Half of a key", + "examine": "The loop end of the mysterious Crystal Key. Can you find the other half?" + }, + { + "id": 988, + "name": "Half of a key", + "examine": "Swap this note at any bank for a Half of a key." + }, + { + "id": 989, + "name": "Crystal key", + "examine": "A very rare and mysterious key." + }, + { + "id": 990, + "name": "Crystal key", + "examine": "Swap this note at any bank for a Crystal key." + }, + { + "id": 991, + "name": "Muddy key", + "examine": "It looks like the key to a chest." + }, + { + "id": 992, + "name": "Muddy key", + "examine": "Swap this note at any bank for a Muddy key." + }, + { + "id": 993, + "name": "Sinister key", + "examine": "You get a sense of dread from this key." + }, + { + "id": 994, + "name": "Sinister key", + "examine": "Swap this note at any bank for a Sinister key." + }, + { + "id": 995, + "name": "Coins", + "examine": "Lovely money!" + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 1005, + "name": "White apron", + "examine": "A mostly clean apron." + }, + { + "id": 1006, + "name": "White apron", + "examine": "Swap this note at any bank for a White apron." + }, + { + "id": 1007, + "name": "Cape", + "examine": "A bright red cape." + }, + { + "id": 1008, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1009, + "name": "Brass necklace", + "examine": "I'd prefer a gold one." + }, + { + "id": 1010, + "name": "Brass necklace", + "examine": "Swap this note at any bank for a Brass necklace." + }, + { + "id": 1011, + "name": "Blue skirt", + "examine": "Leg covering favoured by women and wizards." + }, + { + "id": 1012, + "name": "Blue skirt", + "examine": "Swap this note at any bank for a Blue skirt." + }, + { + "id": 1013, + "name": "Pink skirt", + "examine": "A ladies skirt." + }, + { + "id": 1014, + "name": "Pink skirt", + "examine": "Swap this note at any bank for a Pink skirt." + }, + { + "id": 1015, + "name": "Black skirt", + "examine": "Clothing favoured by women and dark wizards." + }, + { + "id": 1016, + "name": "Black skirt", + "examine": "Swap this note at any bank for a Black skirt." + }, + { + "id": 1017, + "name": "Wizard hat", + "examine": "A silly pointed hat." + }, + { + "id": 1018, + "name": "Wizard hat", + "examine": "Swap this note at any bank for a Wizard hat." + }, + { + "id": 1019, + "name": "Cape", + "examine": "A warm black cape." + }, + { + "id": 1020, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1021, + "name": "Cape", + "examine": "A thick blue cape." + }, + { + "id": 1022, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1023, + "name": "Cape", + "examine": "A thick yellow cape." + }, + { + "id": 1024, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1025, + "name": "Eye patch", + "examine": "A black piece of cloth on a string." + }, + { + "id": 1026, + "name": "Eye patch", + "examine": "Swap this note at any bank for an Eye patch." + }, + { + "id": 1027, + "name": "Cape", + "examine": "A thick green cape." + }, + { + "id": 1028, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1029, + "name": "Cape", + "examine": "A thick purple cape." + }, + { + "id": 1030, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1031, + "name": "Cape", + "examine": "A thick orange cape." + }, + { + "id": 1032, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 1033, + "name": "Zamorak robe", + "examine": "A robe worn by worshippers of Zamorak." + }, + { + "id": 1034, + "name": "Zamorak robe", + "examine": "Swap this note at any bank for a Zamorak robe." + }, + { + "id": 1035, + "name": "Zamorak robe", + "examine": "A robe worn by worshippers of Zamorak." + }, + { + "id": 1036, + "name": "Zamorak robe", + "examine": "Swap this note at any bank for a Zamorak robe." + }, + { + "id": 1037, + "name": "Bunny ears", + "examine": "A rabbit-like adornment." + }, + { + "id": 1038, + "name": "Red partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1039, + "name": "Red partyhat", + "examine": "Swap this note at any bank for a Red partyhat." + }, + { + "id": 1040, + "name": "Yellow partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1041, + "name": "Yellow partyhat", + "examine": "Swap this note at any bank for a Yellow partyhat." + }, + { + "id": 1042, + "name": "Blue partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1043, + "name": "Blue partyhat", + "examine": "Swap this note at any bank for a Blue partyhat." + }, + { + "id": 1044, + "name": "Green partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1045, + "name": "Green partyhat", + "examine": "Swap this note at any bank for a Green partyhat." + }, + { + "id": 1046, + "name": "Purple partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1047, + "name": "Purple partyhat", + "examine": "Swap this note at any bank for a Purple partyhat." + }, + { + "id": 1048, + "name": "White partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 1049, + "name": "White partyhat", + "examine": "Swap this note at any bank for a White partyhat." + }, + { + "id": 1050, + "name": "Santa hat", + "examine": "It's a Santa hat." + }, + { + "id": 1051, + "name": "Santa hat", + "examine": "Swap this note at any bank for a Santa hat." + }, + { + "id": 1052, + "name": "Cape of legends", + "examine": "The cape worn by members of the Legends Guild." + }, + { + "id": 1053, + "name": "Green h'ween mask", + "examine": "Aaaarrrghhh ... I'm a monster." + }, + { + "id": 1054, + "name": "Green h'ween mask", + "examine": "Swap this note at any bank for a Green h'ween mask." + }, + { + "id": 1055, + "name": "Blue h'ween mask", + "examine": "Aaaarrrghhh ... I'm a monster." + }, + { + "id": 1056, + "name": "Blue h'ween mask", + "examine": "Swap this note at any bank for a Blue h'ween mask." + }, + { + "id": 1057, + "name": "Red h'ween mask", + "examine": "Aaaarrrghhh ... I'm a monster." + }, + { + "id": 1058, + "name": "Red h'ween mask", + "examine": "Swap this note at any bank for a Red h'ween mask." + }, + { + "id": 1059, + "name": "Leather gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 1060, + "name": "Leather gloves", + "examine": "Swap this note at any bank for a Leather gloves." + }, + { + "id": 1061, + "name": "Leather boots", + "examine": "Comfortable leather boots." + }, + { + "id": 1062, + "name": "Leather boots", + "examine": "Swap this note at any bank for a Leather boots." + }, + { + "id": 1063, + "name": "Leather vambraces", + "examine": "Better than no armour!" + }, + { + "id": 1064, + "name": "Leather vambraces", + "examine": "Swap this note at any bank for a Leather vambraces." + }, + { + "id": 1065, + "name": "Green d'hide vamb", + "examine": "Vambraces made from 100% real dragonhide." + }, + { + "id": 1066, + "name": "Green d'hide vamb", + "examine": "Swap this note at any bank for a Green d'hide vamb." + }, + { + "id": 1067, + "name": "Iron platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1068, + "name": "Iron platelegs", + "examine": "Swap this note at any bank for an Iron platelegs." + }, + { + "id": 1069, + "name": "Steel platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1070, + "name": "Steel platelegs", + "examine": "Swap this note at any bank for a Steel platelegs." + }, + { + "id": 1071, + "name": "Mithril platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1072, + "name": "Mithril platelegs", + "examine": "Swap this note at any bank for a Mithril platelegs." + }, + { + "id": 1073, + "name": "Adamant platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1074, + "name": "Adamant platelegs", + "examine": "Swap this note at any bank for an Adamant platelegs." + }, + { + "id": 1075, + "name": "Bronze platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1076, + "name": "Bronze platelegs", + "examine": "Swap this note at any bank for a Bronze platelegs." + }, + { + "id": 1077, + "name": "Black platelegs", + "examine": "Big, black and heavy looking." + }, + { + "id": 1078, + "name": "Black platelegs", + "examine": "Swap this note at any bank for a Black platelegs." + }, + { + "id": 1079, + "name": "Rune platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 1080, + "name": "Rune platelegs", + "examine": "Swap this note at any bank for a Rune platelegs." + }, + { + "id": 1081, + "name": "Iron plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1082, + "name": "Iron plateskirt", + "examine": "Swap this note at any bank for an Iron plateskirt." + }, + { + "id": 1083, + "name": "Steel plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1084, + "name": "Steel plateskirt", + "examine": "Swap this note at any bank for a Steel plateskirt." + }, + { + "id": 1085, + "name": "Mithril plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1086, + "name": "Mithril plateskirt", + "examine": "Swap this note at any bank for a Mithril plateskirt." + }, + { + "id": 1087, + "name": "Bronze plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1088, + "name": "Bronze plateskirt", + "examine": "Swap this note at any bank for a Bronze plateskirt." + }, + { + "id": 1089, + "name": "Black plateskirt", + "examine": "Big, black and heavy looking." + }, + { + "id": 1090, + "name": "Black plateskirt", + "examine": "Swap this note at any bank for a Black plateskirt." + }, + { + "id": 1091, + "name": "Adamant plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1092, + "name": "Adamant plateskirt", + "examine": "Swap this note at any bank for an Adamant plateskirt." + }, + { + "id": 1093, + "name": "Rune plateskirt", + "examine": "Designer leg protection." + }, + { + "id": 1094, + "name": "Rune plateskirt", + "examine": "Swap this note at any bank for a Rune plateskirt." + }, + { + "id": 1095, + "name": "Leather chaps", + "examine": "Better than no armour!" + }, + { + "id": 1096, + "name": "Leather chaps", + "examine": "Swap this note at any bank for a Leather chaps." + }, + { + "id": 1097, + "name": "Studded chaps", + "examine": "Those studs should provide a bit more protection." + }, + { + "id": 1098, + "name": "Studded chaps", + "examine": "Swap this note at any bank for a Studded chaps." + }, + { + "id": 1099, + "name": "Green d'hide chaps", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 1100, + "name": "Green d'hide chaps", + "examine": "Swap this note at any bank for a Green d'hide chaps." + }, + { + "id": 1101, + "name": "Iron chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1102, + "name": "Iron chainbody", + "examine": "Swap this note at any bank for an Iron chainbody." + }, + { + "id": 1103, + "name": "Bronze chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1104, + "name": "Bronze chainbody", + "examine": "Swap this note at any bank for a Bronze chainbody." + }, + { + "id": 1105, + "name": "Steel chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1106, + "name": "Steel chainbody", + "examine": "Swap this note at any bank for a Steel chainbody." + }, + { + "id": 1107, + "name": "Black chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1108, + "name": "Black chainbody", + "examine": "Swap this note at any bank for a Black chainbody." + }, + { + "id": 1109, + "name": "Mithril chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1110, + "name": "Mithril chainbody", + "examine": "Swap this note at any bank for a Mithril chainbody." + }, + { + "id": 1111, + "name": "Adamant chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1112, + "name": "Adamant chainbody", + "examine": "Swap this note at any bank for an Adamant chainbody." + }, + { + "id": 1113, + "name": "Rune chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 1114, + "name": "Rune chainbody", + "examine": "Swap this note at any bank for a Rune chainbody." + }, + { + "id": 1115, + "name": "Iron platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1116, + "name": "Iron platebody", + "examine": "Swap this note at any bank for an Iron platebody." + }, + { + "id": 1117, + "name": "Bronze platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1118, + "name": "Bronze platebody", + "examine": "Swap this note at any bank for a Bronze platebody." + }, + { + "id": 1119, + "name": "Steel platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1120, + "name": "Steel platebody", + "examine": "Swap this note at any bank for a Steel platebody." + }, + { + "id": 1121, + "name": "Mithril platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1122, + "name": "Mithril platebody", + "examine": "Swap this note at any bank for a Mithril platebody." + }, + { + "id": 1123, + "name": "Adamant platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1124, + "name": "Adamant platebody", + "examine": "Swap this note at any bank for an Adamant platebody." + }, + { + "id": 1125, + "name": "Black platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1126, + "name": "Black platebody", + "examine": "Swap this note at any bank for a Black platebody." + }, + { + "id": 1127, + "name": "Rune platebody", + "examine": "Provides excellent protection." + }, + { + "id": 1128, + "name": "Rune platebody", + "examine": "Swap this note at any bank for a Rune platebody." + }, + { + "id": 1129, + "name": "Leather body", + "examine": "Better than no armour!" + }, + { + "id": 1130, + "name": "Leather body", + "examine": "Swap this note at any bank for a Leather body." + }, + { + "id": 1131, + "name": "Hardleather body", + "examine": "Harder than normal leather." + }, + { + "id": 1132, + "name": "Hardleather body", + "examine": "Swap this note at any bank for a Hardleather body." + }, + { + "id": 1133, + "name": "Studded body", + "examine": "Those studs should provide a bit more protection." + }, + { + "id": 1134, + "name": "Studded body", + "examine": "Swap this note at any bank for a Studded body." + }, + { + "id": 1135, + "name": "Green d'hide body", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 1136, + "name": "Green d'hide body", + "examine": "Swap this note at any bank for a Green d'hide body." + }, + { + "id": 1137, + "name": "Iron med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1138, + "name": "Iron med helm", + "examine": "Swap this note at any bank for an Iron med helm." + }, + { + "id": 1139, + "name": "Bronze med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1140, + "name": "Bronze med helm", + "examine": "Swap this note at any bank for a Bronze med helm." + }, + { + "id": 1141, + "name": "Steel med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1142, + "name": "Steel med helm", + "examine": "Swap this note at any bank for a Steel med helm." + }, + { + "id": 1143, + "name": "Mithril med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1144, + "name": "Mithril med helm", + "examine": "Swap this note at any bank for a Mithril med helm." + }, + { + "id": 1145, + "name": "Adamant med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1146, + "name": "Adamant med helm", + "examine": "Swap this note at any bank for an Adamant med helm." + }, + { + "id": 1147, + "name": "Rune med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1148, + "name": "Rune med helm", + "examine": "Swap this note at any bank for a Rune med helm." + }, + { + "id": 1149, + "name": "Dragon med helm", + "examine": "Makes the wearer pretty intimidating." + }, + { + "id": 1150, + "name": "Dragon med helm", + "examine": "Swap this note at any bank for a Dragon med helm." + }, + { + "id": 1151, + "name": "Black med helm", + "examine": "A medium sized helmet." + }, + { + "id": 1152, + "name": "Black med helm", + "examine": "Swap this note at any bank for a Black med helm." + }, + { + "id": 1153, + "name": "Iron full helm", + "examine": "A full face helmet." + }, + { + "id": 1154, + "name": "Iron full helm", + "examine": "Swap this note at any bank for an Iron full helm." + }, + { + "id": 1155, + "name": "Bronze full helm", + "examine": "A full face helmet." + }, + { + "id": 1156, + "name": "Bronze full helm", + "examine": "Swap this note at any bank for a Bronze full helm." + }, + { + "id": 1157, + "name": "Steel full helm", + "examine": "A full face helmet." + }, + { + "id": 1158, + "name": "Steel full helm", + "examine": "Swap this note at any bank for a Steel full helm." + }, + { + "id": 1159, + "name": "Mithril full helm", + "examine": "A full face helmet." + }, + { + "id": 1160, + "name": "Mithril full helm", + "examine": "Swap this note at any bank for a Mithril full helm." + }, + { + "id": 1161, + "name": "Adamant full helm", + "examine": "A full face helmet." + }, + { + "id": 1162, + "name": "Adamant full helm", + "examine": "Swap this note at any bank for an Adamant full helm." + }, + { + "id": 1163, + "name": "Rune full helm", + "examine": "A full face helmet." + }, + { + "id": 1164, + "name": "Rune full helm", + "examine": "Swap this note at any bank for a Rune full helm." + }, + { + "id": 1165, + "name": "Black full helm", + "examine": "A full face helmet." + }, + { + "id": 1166, + "name": "Black full helm", + "examine": "Swap this note at any bank for a Black full helm." + }, + { + "id": 1167, + "name": "Leather cowl", + "examine": "Better than no armour!" + }, + { + "id": 1168, + "name": "Leather cowl", + "examine": "Swap this note at any bank for a Leather cowl." + }, + { + "id": 1169, + "name": "Coif", + "examine": "Light weight head protection." + }, + { + "id": 1170, + "name": "Coif", + "examine": "Swap this note at any bank for a Coif." + }, + { + "id": 1171, + "name": "Wooden shield", + "examine": "A solid wooden shield." + }, + { + "id": 1172, + "name": "Wooden shield", + "examine": "Swap this note at any bank for a Wooden shield." + }, + { + "id": 1173, + "name": "Bronze sq shield", + "examine": "A medium square shield." + }, + { + "id": 1174, + "name": "Bronze sq shield", + "examine": "Swap this note at any bank for a Bronze sq shield." + }, + { + "id": 1175, + "name": "Iron sq shield", + "examine": "A medium square shield." + }, + { + "id": 1176, + "name": "Iron sq shield", + "examine": "Swap this note at any bank for an Iron sq shield." + }, + { + "id": 1177, + "name": "Steel sq shield", + "examine": "A medium square shield." + }, + { + "id": 1178, + "name": "Steel sq shield", + "examine": "Swap this note at any bank for a Steel sq shield." + }, + { + "id": 1179, + "name": "Black sq shield", + "examine": "A medium square shield." + }, + { + "id": 1180, + "name": "Black sq shield", + "examine": "Swap this note at any bank for a Black sq shield." + }, + { + "id": 1181, + "name": "Mithril sq shield", + "examine": "A medium square shield." + }, + { + "id": 1182, + "name": "Mithril sq shield", + "examine": "Swap this note at any bank for a Mithril sq shield." + }, + { + "id": 1183, + "name": "Adamant sq shield", + "examine": "A medium square shield." + }, + { + "id": 1184, + "name": "Adamant sq shield", + "examine": "Swap this note at any bank for an Adamant sq shield." + }, + { + "id": 1185, + "name": "Rune sq shield", + "examine": "A medium square shield." + }, + { + "id": 1186, + "name": "Rune sq shield", + "examine": "Swap this note at any bank for a Rune sq shield." + }, + { + "id": 1187, + "name": "Dragon sq shield", + "examine": "An ancient and powerful looking Dragon Square shield." + }, + { + "id": 1188, + "name": "Dragon sq shield", + "examine": "Swap this note at any bank for a Dragon sq shield." + }, + { + "id": 1189, + "name": "Bronze kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1190, + "name": "Bronze kiteshield", + "examine": "Swap this note at any bank for a Bronze kiteshield." + }, + { + "id": 1191, + "name": "Iron kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1192, + "name": "Iron kiteshield", + "examine": "Swap this note at any bank for an Iron kiteshield." + }, + { + "id": 1193, + "name": "Steel kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1194, + "name": "Steel kiteshield", + "examine": "Swap this note at any bank for a Steel kiteshield." + }, + { + "id": 1195, + "name": "Black kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1196, + "name": "Black kiteshield", + "examine": "Swap this note at any bank for a Black kiteshield." + }, + { + "id": 1197, + "name": "Mithril kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1198, + "name": "Mithril kiteshield", + "examine": "Swap this note at any bank for a Mithril kiteshield." + }, + { + "id": 1199, + "name": "Adamant kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1200, + "name": "Adamant kiteshield", + "examine": "Swap this note at any bank for an Adamant kiteshield." + }, + { + "id": 1201, + "name": "Rune kiteshield", + "examine": "A large metal shield." + }, + { + "id": 1202, + "name": "Rune kiteshield", + "examine": "Swap this note at any bank for a Rune kiteshield." + }, + { + "id": 1203, + "name": "Iron dagger", + "examine": "Short but pointy." + }, + { + "id": 1204, + "name": "Iron dagger", + "examine": "Swap this note at any bank for an Iron dagger." + }, + { + "id": 1205, + "name": "Bronze dagger", + "examine": "Short but pointy." + }, + { + "id": 1206, + "name": "Bronze dagger", + "examine": "Swap this note at any bank for a Bronze dagger." + }, + { + "id": 1207, + "name": "Steel dagger", + "examine": "Short but pointy." + }, + { + "id": 1208, + "name": "Steel dagger", + "examine": "Swap this note at any bank for a Steel dagger." + }, + { + "id": 1209, + "name": "Mithril dagger", + "examine": "A dangerous dagger." + }, + { + "id": 1210, + "name": "Mithril dagger", + "examine": "Swap this note at any bank for a Mithril dagger." + }, + { + "id": 1211, + "name": "Adamant dagger", + "examine": "Short and deadly." + }, + { + "id": 1212, + "name": "Adamant dagger", + "examine": "Swap this note at any bank for an Adamant dagger." + }, + { + "id": 1213, + "name": "Rune dagger", + "examine": "A powerful dagger." + }, + { + "id": 1214, + "name": "Rune dagger", + "examine": "Swap this note at any bank for a Rune dagger." + }, + { + "id": 1215, + "name": "Dragon dagger", + "examine": "A powerful dagger." + }, + { + "id": 1216, + "name": "Dragon dagger", + "examine": "Swap this note at any bank for a Dragon dagger." + }, + { + "id": 1217, + "name": "Black dagger", + "examine": "A vicious black dagger." + }, + { + "id": 1218, + "name": "Black dagger", + "examine": "Swap this note at any bank for a Black dagger." + }, + { + "id": 1219, + "name": "Iron dagger(p)", + "examine": "The blade is covered with poison." + }, + { + "id": 1220, + "name": "Iron dagger(p)", + "examine": "Swap this note at any bank for an Iron dagger(p)." + }, + { + "id": 1221, + "name": "Bronze dagger(p)", + "examine": "This dagger is poisoned." + }, + { + "id": 1222, + "name": "Bronze dagger(p)", + "examine": "Swap this note at any bank for a Bronze dagger(p)." + }, + { + "id": 1223, + "name": "Steel dagger(p)", + "examine": "The blade has been poisoned." + }, + { + "id": 1224, + "name": "Steel dagger(p)", + "examine": "Swap this note at any bank for a Steel dagger(p)." + }, + { + "id": 1225, + "name": "Mithril dagger(p)", + "examine": "A poisoned Mithril dagger." + }, + { + "id": 1226, + "name": "Mithril dagger(p)", + "examine": "Swap this note at any bank for a Mithril dagger(p)." + }, + { + "id": 1227, + "name": "Adamant dagger(p)", + "examine": "A very dangerous poisoned dagger." + }, + { + "id": 1228, + "name": "Adamant dagger(p)", + "examine": "Swap this note at any bank for an Adamant dagger(p)." + }, + { + "id": 1229, + "name": "Rune dagger(p)", + "examine": "The blade is covered with a nasty poison." + }, + { + "id": 1230, + "name": "Rune dagger(p)", + "examine": "Swap this note at any bank for a Rune dagger(p)." + }, + { + "id": 1231, + "name": "Dragon dagger(p)", + "examine": "A powerful dagger." + }, + { + "id": 1232, + "name": "Dragon dagger(p)", + "examine": "Swap this note at any bank for a Dragon dagger(p)." + }, + { + "id": 1233, + "name": "Black dagger(p)", + "examine": "This dagger is poisoned." + }, + { + "id": 1234, + "name": "Black dagger(p)", + "examine": "Swap this note at any bank for a Black dagger(p)." + }, + { + "id": 1235, + "name": "Poisoned dagger(p)", + "examine": "The blade is covered with poison." + }, + { + "id": 1236, + "name": "Poisoned dagger(p)", + "examine": "Swap this note at any bank for a Poisoned dagger(p)." + }, + { + "id": 1237, + "name": "Bronze spear", + "examine": "A bronze tipped spear." + }, + { + "id": 1238, + "name": "Bronze spear", + "examine": "Swap this note at any bank for a Bronze spear." + }, + { + "id": 1239, + "name": "Iron spear", + "examine": "An iron tipped spear." + }, + { + "id": 1240, + "name": "Iron spear", + "examine": "Swap this note at any bank for an Iron spear." + }, + { + "id": 1241, + "name": "Steel spear", + "examine": "A steel tipped spear." + }, + { + "id": 1242, + "name": "Steel spear", + "examine": "Swap this note at any bank for a Steel spear." + }, + { + "id": 1243, + "name": "Mithril spear", + "examine": "A mithril tipped spear." + }, + { + "id": 1244, + "name": "Mithril spear", + "examine": "Swap this note at any bank for a Mithril spear." + }, + { + "id": 1245, + "name": "Adamant spear", + "examine": "An adamantite tipped spear." + }, + { + "id": 1246, + "name": "Adamant spear", + "examine": "Swap this note at any bank for an Adamant spear." + }, + { + "id": 1247, + "name": "Rune spear", + "examine": "A rune tipped spear." + }, + { + "id": 1248, + "name": "Rune spear", + "examine": "Swap this note at any bank for a Rune spear." + }, + { + "id": 1249, + "name": "Dragon spear", + "examine": "A dragon tipped spear." + }, + { + "id": 1250, + "name": "Dragon spear", + "examine": "Swap this note at any bank for a Dragon spear." + }, + { + "id": 1251, + "name": "Bronze spear(p)", + "examine": "A poisoned bronze tipped spear." + }, + { + "id": 1252, + "name": "Bronze spear(p)", + "examine": "Swap this note at any bank for a Bronze spear(p)." + }, + { + "id": 1253, + "name": "Iron spear(p)", + "examine": "A poisoned iron tipped spear." + }, + { + "id": 1254, + "name": "Iron spear(p)", + "examine": "Swap this note at any bank for an Iron spear(p)." + }, + { + "id": 1255, + "name": "Steel spear(p)", + "examine": "A poisoned steel tipped spear." + }, + { + "id": 1256, + "name": "Steel spear(p)", + "examine": "Swap this note at any bank for a Steel spear(p)." + }, + { + "id": 1257, + "name": "Mithril spear(p)", + "examine": "A poisoned mithril tipped spear." + }, + { + "id": 1258, + "name": "Mithril spear(p)", + "examine": "Swap this note at any bank for a Mithril spear(p)." + }, + { + "id": 1259, + "name": "Adamant spear(p)", + "examine": "A poisoned adamantite tipped spear." + }, + { + "id": 1260, + "name": "Adamant spear(p)", + "examine": "Swap this note at any bank for an Adamant spear(p)." + }, + { + "id": 1261, + "name": "Rune spear(p)", + "examine": "A poisoned rune tipped spear." + }, + { + "id": 1262, + "name": "Rune spear(p)", + "examine": "Swap this note at any bank for a Rune spear(p)." + }, + { + "id": 1263, + "name": "Dragon spear(p)", + "examine": "A poisoned dragon tipped spear." + }, + { + "id": 1264, + "name": "Dragon spear(p)", + "examine": "Swap this note at any bank for a Dragon spear(p)." + }, + { + "id": 1265, + "name": "Bronze pickaxe", + "examine": "Used for mining." + }, + { + "id": 1266, + "name": "Bronze pickaxe", + "examine": "Swap this note at any bank for a Bronze pickaxe." + }, + { + "id": 1267, + "name": "Iron pickaxe", + "examine": "Used for mining." + }, + { + "id": 1268, + "name": "Iron pickaxe", + "examine": "Swap this note at any bank for an Iron pickaxe." + }, + { + "id": 1269, + "name": "Steel pickaxe", + "examine": "Used for mining." + }, + { + "id": 1270, + "name": "Steel pickaxe", + "examine": "Swap this note at any bank for a Steel pickaxe." + }, + { + "id": 1271, + "name": "Adamant pickaxe", + "examine": "Used for mining." + }, + { + "id": 1272, + "name": "Adamant pickaxe", + "examine": "Swap this note at any bank for an Adamant pickaxe." + }, + { + "id": 1273, + "name": "Mithril pickaxe", + "examine": "Used for mining." + }, + { + "id": 1274, + "name": "Mithril pickaxe", + "examine": "Swap this note at any bank for a Mithril pickaxe." + }, + { + "id": 1275, + "name": "Rune pickaxe", + "examine": "Used for mining." + }, + { + "id": 1276, + "name": "Rune pickaxe", + "examine": "Swap this note at any bank for a Rune pickaxe." + }, + { + "id": 1277, + "name": "Bronze sword", + "examine": "A razor sharp sword." + }, + { + "id": 1278, + "name": "Bronze sword", + "examine": "Swap this note at any bank for a Bronze sword." + }, + { + "id": 1279, + "name": "Iron sword", + "examine": "A razor sharp sword." + }, + { + "id": 1280, + "name": "Iron sword", + "examine": "Swap this note at any bank for an Iron sword." + }, + { + "id": 1281, + "name": "Steel sword", + "examine": "A razor sharp sword." + }, + { + "id": 1282, + "name": "Steel sword", + "examine": "Swap this note at any bank for a Steel sword." + }, + { + "id": 1283, + "name": "Black sword", + "examine": "A razor sharp sword." + }, + { + "id": 1284, + "name": "Black sword", + "examine": "Swap this note at any bank for a Black sword." + }, + { + "id": 1285, + "name": "Mithril sword", + "examine": "A razor sharp sword." + }, + { + "id": 1286, + "name": "Mithril sword", + "examine": "Swap this note at any bank for a Mithril sword." + }, + { + "id": 1287, + "name": "Adamant sword", + "examine": "A razor sharp sword." + }, + { + "id": 1288, + "name": "Adamant sword", + "examine": "Swap this note at any bank for an Adamant sword." + }, + { + "id": 1289, + "name": "Rune sword", + "examine": "A razor sharp sword." + }, + { + "id": 1290, + "name": "Rune sword", + "examine": "Swap this note at any bank for a Rune sword." + }, + { + "id": 1291, + "name": "Bronze longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1292, + "name": "Bronze longsword", + "examine": "Swap this note at any bank for a Bronze longsword." + }, + { + "id": 1293, + "name": "Iron longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1294, + "name": "Iron longsword", + "examine": "Swap this note at any bank for an Iron longsword." + }, + { + "id": 1295, + "name": "Steel longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1296, + "name": "Steel longsword", + "examine": "Swap this note at any bank for a Steel longsword." + }, + { + "id": 1297, + "name": "Black longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1298, + "name": "Black longsword", + "examine": "Swap this note at any bank for a Black longsword." + }, + { + "id": 1299, + "name": "Mithril longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1300, + "name": "Mithril longsword", + "examine": "Swap this note at any bank for a Mithril longsword." + }, + { + "id": 1301, + "name": "Adamant longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1302, + "name": "Adamant longsword", + "examine": "Swap this note at any bank for an Adamant longsword." + }, + { + "id": 1303, + "name": "Rune longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 1304, + "name": "Rune longsword", + "examine": "Swap this note at any bank for a Rune longsword." + }, + { + "id": 1305, + "name": "Dragon longsword", + "examine": "A very powerful sword." + }, + { + "id": 1306, + "name": "Dragon longsword", + "examine": "Swap this note at any bank for a Dragon longsword." + }, + { + "id": 1307, + "name": "Bronze 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1308, + "name": "Bronze 2h sword", + "examine": "Swap this note at any bank for a Bronze 2h sword." + }, + { + "id": 1309, + "name": "Iron 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1310, + "name": "Iron 2h sword", + "examine": "Swap this note at any bank for an Iron 2h sword." + }, + { + "id": 1311, + "name": "Steel 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1312, + "name": "Steel 2h sword", + "examine": "Swap this note at any bank for a Steel 2h sword." + }, + { + "id": 1313, + "name": "Black 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1314, + "name": "Black 2h sword", + "examine": "Swap this note at any bank for a Black 2h sword." + }, + { + "id": 1315, + "name": "Mithril 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1316, + "name": "Mithril 2h sword", + "examine": "Swap this note at any bank for a Mithril 2h sword." + }, + { + "id": 1317, + "name": "Adamant 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1318, + "name": "Adamant 2h sword", + "examine": "Swap this note at any bank for an Adamant 2h sword." + }, + { + "id": 1319, + "name": "Rune 2h sword", + "examine": "A two handed sword." + }, + { + "id": 1320, + "name": "Rune 2h sword", + "examine": "Swap this note at any bank for a Rune 2h sword." + }, + { + "id": 1321, + "name": "Bronze scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1322, + "name": "Bronze scimitar", + "examine": "Swap this note at any bank for a Bronze scimitar." + }, + { + "id": 1323, + "name": "Iron scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1324, + "name": "Iron scimitar", + "examine": "Swap this note at any bank for an Iron scimitar." + }, + { + "id": 1325, + "name": "Steel scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1326, + "name": "Steel scimitar", + "examine": "Swap this note at any bank for a Steel scimitar." + }, + { + "id": 1327, + "name": "Black scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1328, + "name": "Black scimitar", + "examine": "Swap this note at any bank for a Black scimitar." + }, + { + "id": 1329, + "name": "Mithril scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1330, + "name": "Mithril scimitar", + "examine": "Swap this note at any bank for a Mithril scimitar." + }, + { + "id": 1331, + "name": "Adamant scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1332, + "name": "Adamant scimitar", + "examine": "Swap this note at any bank for an Adamant scimitar." + }, + { + "id": 1333, + "name": "Rune scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 1334, + "name": "Rune scimitar", + "examine": "Swap this note at any bank for a Rune scimitar." + }, + { + "id": 1335, + "name": "Iron warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1336, + "name": "Iron warhammer", + "examine": "Swap this note at any bank for an Iron warhammer." + }, + { + "id": 1337, + "name": "Created by Fasga -" + }, + { + "id": 1338, + "name": "Bronze warhammer", + "examine": "Swap this note at any bank for a Bronze warhammer." + }, + { + "id": 1339, + "name": "Steel warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1340, + "name": "Steel warhammer", + "examine": "Swap this note at any bank for a Steel warhammer." + }, + { + "id": 1341, + "name": "Black warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1342, + "name": "Black warhammer", + "examine": "Swap this note at any bank for a Black warhammer." + }, + { + "id": 1343, + "name": "Mithril warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1344, + "name": "Mithril warhammer", + "examine": "Swap this note at any bank for a Mithril warhammer." + }, + { + "id": 1345, + "name": "Adamnt warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1346, + "name": "Adamnt warhammer", + "examine": "Swap this note at any bank for an Adamnt warhammer." + }, + { + "id": 1347, + "name": "Rune warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 1348, + "name": "Rune warhammer", + "examine": "Swap this note at any bank for a Rune warhammer." + }, + { + "id": 1349, + "name": "Iron axe", + "examine": "A woodcutter's axe." + }, + { + "id": 1350, + "name": "Iron axe", + "examine": "Swap this note at any bank for an Iron axe." + }, + { + "id": 1351, + "name": "Bronze axe", + "examine": "A woodcutter's axe." + }, + { + "id": 1352, + "name": "Bronze axe", + "examine": "Swap this note at any bank for a Bronze axe." + }, + { + "id": 1353, + "name": "Steel axe", + "examine": "A woodcutter's axe." + }, + { + "id": 1354, + "name": "Steel axe", + "examine": "Swap this note at any bank for a Steel axe." + }, + { + "id": 1355, + "name": "Mithril axe", + "examine": "A powerful axe." + }, + { + "id": 1356, + "name": "Mithril axe", + "examine": "Swap this note at any bank for a Mithril axe." + }, + { + "id": 1357, + "name": "Adamant axe", + "examine": "A powerful axe." + }, + { + "id": 1358, + "name": "Adamant axe", + "examine": "Swap this note at any bank for an Adamant axe." + }, + { + "id": 1359, + "name": "Rune axe", + "examine": "A powerful axe." + }, + { + "id": 1360, + "name": "Rune axe", + "examine": "Swap this note at any bank for a Rune axe." + }, + { + "id": 1361, + "name": "Black axe", + "examine": "A sinister looking axe." + }, + { + "id": 1362, + "name": "Black axe", + "examine": "Swap this note at any bank for a Black axe." + }, + { + "id": 1363, + "name": "Iron battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1364, + "name": "Iron battleaxe", + "examine": "Swap this note at any bank for an Iron battleaxe." + }, + { + "id": 1365, + "name": "Steel battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1366, + "name": "Steel battleaxe", + "examine": "Swap this note at any bank for a Steel battleaxe." + }, + { + "id": 1367, + "name": "Black battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1368, + "name": "Black battleaxe", + "examine": "Swap this note at any bank for a Black battleaxe." + }, + { + "id": 1369, + "name": "Mithril battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1370, + "name": "Mithril battleaxe", + "examine": "Swap this note at any bank for a Mithril battleaxe." + }, + { + "id": 1371, + "name": "Adamant battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1372, + "name": "Adamant battleaxe", + "examine": "Swap this note at any bank for an Adamant battleaxe." + }, + { + "id": 1373, + "name": "Rune battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1374, + "name": "Rune battleaxe", + "examine": "Swap this note at any bank for a Rune battleaxe." + }, + { + "id": 1375, + "name": "Bronze battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1376, + "name": "Bronze battleaxe", + "examine": "Swap this note at any bank for a Bronze battleaxe." + }, + { + "id": 1377, + "name": "Dragon battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 1378, + "name": "Dragon battleaxe", + "examine": "Swap this note at any bank for a Dragon battleaxe." + }, + { + "id": 1379, + "name": "Staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1380, + "name": "Staff", + "examine": "Swap this note at any bank for a Staff." + }, + { + "id": 1381, + "name": "Staff of air", + "examine": "A Magical staff." + }, + { + "id": 1382, + "name": "Staff of air", + "examine": "Swap this note at any bank for a Staff of air." + }, + { + "id": 1383, + "name": "Staff of water", + "examine": "A Magical staff." + }, + { + "id": 1384, + "name": "Staff of water", + "examine": "Swap this note at any bank for a Staff of water." + }, + { + "id": 1385, + "name": "Staff of earth", + "examine": "A Magical staff." + }, + { + "id": 1386, + "name": "Staff of earth", + "examine": "Swap this note at any bank for a Staff of earth." + }, + { + "id": 1387, + "name": "Staff of fire", + "examine": "A Magical staff." + }, + { + "id": 1388, + "name": "Staff of fire", + "examine": "Swap this note at any bank for a Staff of fire." + }, + { + "id": 1389, + "name": "Magic staff", + "examine": "A Magical staff." + }, + { + "id": 1390, + "name": "Magic staff", + "examine": "Swap this note at any bank for a Magic staff." + }, + { + "id": 1391, + "name": "Battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1392, + "name": "Battlestaff", + "examine": "Swap this note at any bank for a Battlestaff." + }, + { + "id": 1393, + "name": "Fire battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1394, + "name": "Fire battlestaff", + "examine": "Swap this note at any bank for a Fire battlestaff." + }, + { + "id": 1395, + "name": "Water battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1396, + "name": "Water battlestaff", + "examine": "Swap this note at any bank for a Water battlestaff." + }, + { + "id": 1397, + "name": "Air battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1398, + "name": "Air battlestaff", + "examine": "Swap this note at any bank for an Air battlestaff." + }, + { + "id": 1399, + "name": "Earth battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1400, + "name": "Earth battlestaff", + "examine": "Swap this note at any bank for an Earth battlestaff." + }, + { + "id": 1401, + "name": "Mystic fire staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1402, + "name": "Mystic fire staff", + "examine": "Swap this note at any bank for a Mystic fire staff." + }, + { + "id": 1403, + "name": "Mystic water staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1404, + "name": "Mystic water staff", + "examine": "Swap this note at any bank for a Mystic water staff." + }, + { + "id": 1405, + "name": "Mystic air staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1406, + "name": "Mystic air staff", + "examine": "Swap this note at any bank for a Mystic air staff." + }, + { + "id": 1407, + "name": "Mystic earth staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 1408, + "name": "Mystic earth staff", + "examine": "Swap this note at any bank for a Mystic earth staff." + }, + { + "id": 1409, + "name": "Iban's staff", + "examine": "An ancient staff, formerly the property of Iban." + }, + { + "id": 1410, + "name": "Iban's staff", + "examine": "I'll need to get this repaired before I can use it." + }, + { + "id": 1411, + "name": "Farmer's fork", + "examine": "A farmer's fork." + }, + { + "id": 1412, + "name": "Farmer's fork", + "examine": "Swap this note at any bank for a Farmer's fork." + }, + { + "id": 1413, + "name": "Halberd", + "examine": "A halberd." + }, + { + "id": 1414, + "name": "Halberd", + "examine": "Swap this note at any bank for a Halberd." + }, + { + "id": 1415, + "name": "Warhammer", + "examine": "A warhammer." + }, + { + "id": 1416, + "name": "Warhammer", + "examine": "Swap this note at any bank for a Warhammer." + }, + { + "id": 1417, + "name": "Javelin", + "examine": "A javelin." + }, + { + "id": 1418, + "name": "Javelin", + "examine": "Swap this note at any bank for a Javelin." + }, + { + "id": 1419, + "name": "Scythe", + "examine": "It's a Scythe." + }, + { + "id": 1420, + "name": "Iron mace", + "examine": "A spiky mace." + }, + { + "id": 1421, + "name": "Iron mace", + "examine": "Swap this note at any bank for an Iron mace." + }, + { + "id": 1422, + "name": "Bronze mace", + "examine": "A spiky mace." + }, + { + "id": 1423, + "name": "Bronze mace", + "examine": "Swap this note at any bank for a Bronze mace." + }, + { + "id": 1424, + "name": "Steel mace", + "examine": "A spiky mace." + }, + { + "id": 1425, + "name": "Steel mace", + "examine": "Swap this note at any bank for a Steel mace." + }, + { + "id": 1426, + "name": "Black mace", + "examine": "A spiky mace." + }, + { + "id": 1427, + "name": "Black mace", + "examine": "Swap this note at any bank for a Black mace." + }, + { + "id": 1428, + "name": "Mithril mace", + "examine": "A spiky mace." + }, + { + "id": 1429, + "name": "Mithril mace", + "examine": "Swap this note at any bank for a Mithril mace." + }, + { + "id": 1430, + "name": "Adamant mace", + "examine": "A spiky mace." + }, + { + "id": 1431, + "name": "Adamant mace", + "examine": "Swap this note at any bank for an Adamant mace." + }, + { + "id": 1432, + "name": "Rune mace", + "examine": "A spiky mace." + }, + { + "id": 1433, + "name": "Rune mace", + "examine": "Swap this note at any bank for a Rune mace." + }, + { + "id": 1434, + "name": "Dragon mace", + "examine": "A spiky mace." + }, + { + "id": 1435, + "name": "Dragon mace", + "examine": "Swap this note at any bank for a Dragon mace." + }, + { + "id": 1436, + "name": "Rune essence", + "examine": "An uncharged Rune Stone." + }, + { + "id": 1437, + "name": "Rune essence", + "examine": "Swap this note at any bank for a Rune essence." + }, + { + "id": 1438, + "name": "Air talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1439, + "name": "Air talisman", + "examine": "Swap this note at any bank for an Air talisman." + }, + { + "id": 1440, + "name": "Earth talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1441, + "name": "Earth talisman", + "examine": "Swap this note at any bank for an Earth talisman." + }, + { + "id": 1442, + "name": "Fire talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1443, + "name": "Fire talisman", + "examine": "Swap this note at any bank for a Fire talisman." + }, + { + "id": 1444, + "name": "Water talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1445, + "name": "Water talisman", + "examine": "Swap this note at any bank for a Water talisman." + }, + { + "id": 1446, + "name": "Body talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1447, + "name": "Body talisman", + "examine": "Swap this note at any bank for a Body talisman." + }, + { + "id": 1448, + "name": "Mind talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1449, + "name": "Mind talisman", + "examine": "Swap this note at any bank for a Mind talisman." + }, + { + "id": 1450, + "name": "Blood talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1451, + "name": "Blood talisman", + "examine": "Swap this note at any bank for a Blood talisman." + }, + { + "id": 1452, + "name": "Chaos talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1453, + "name": "Chaos talisman", + "examine": "Swap this note at any bank for a Chaos talisman." + }, + { + "id": 1454, + "name": "Cosmic talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1455, + "name": "Cosmic talisman", + "examine": "Swap this note at any bank for a Cosmic talisman." + }, + { + "id": 1456, + "name": "Death talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1457, + "name": "Death talisman", + "examine": "Swap this note at any bank for a Death talisman." + }, + { + "id": 1458, + "name": "Law talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1459, + "name": "Rotten net", + "examine": "For catching rotten fish." + }, + { + "id": 1460, + "name": "Soul talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1461, + "name": "Soul talisman", + "examine": "Swap this note at any bank for a Soul talisman." + }, + { + "id": 1462, + "name": "Nature talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 1463, + "name": "Nature talisman", + "examine": "Swap this note at any bank for a Nature talisman." + }, + { + "id": 1464, + "name": "Archery ticket", + "examine": "I can exchange this for equipment." + }, + { + "id": 1465, + "name": "Weapon poison", + "examine": "For use on daggers and projectiles." + }, + { + "id": 1466, + "name": "Sea slug", + "examine": "A rather nasty looking crustacean." + }, + { + "id": 1467, + "name": "Damp sticks", + "examine": "Some damp wooden sticks." + }, + { + "id": 1468, + "name": "Dry sticks", + "examine": "Some dry wooden sticks." + }, + { + "id": 1469, + "name": "Broken glass", + "examine": "Smashed glass." + }, + { + "id": 1470, + "name": "Red bead", + "examine": "A small round red bead." + }, + { + "id": 1471, + "name": "Red bead", + "examine": "Swap this note at any bank for a Red bead." + }, + { + "id": 1472, + "name": "Yellow bead", + "examine": "A small round yellow bead." + }, + { + "id": 1473, + "name": "Yellow bead", + "examine": "Swap this note at any bank for a Yellow bead." + }, + { + "id": 1474, + "name": "Black bead", + "examine": "A small round black bead." + }, + { + "id": 1475, + "name": "Black bead", + "examine": "Swap this note at any bank for a Black bead." + }, + { + "id": 1476, + "name": "White bead", + "examine": "A small round white bead." + }, + { + "id": 1477, + "name": "White bead", + "examine": "Swap this note at any bank for a White bead." + }, + { + "id": 1478, + "name": "Amulet of accuracy", + "examine": "It increases my aim." + }, + { + "id": 1479, + "name": "Amulet of accuracy", + "examine": "Swap this note at any bank for an Amulet of accuracy." + }, + { + "id": 1480, + "name": "Rock", + "examine": "A chunk of rock." + }, + { + "id": 1481, + "name": "Orb of light", + "examine": "A magical sphere that glimmers within." + }, + { + "id": 1482, + "name": "Orb of light", + "examine": "A magical sphere that glimmers within." + }, + { + "id": 1483, + "name": "Orb of light", + "examine": "A magical sphere that glimmers within." + }, + { + "id": 1484, + "name": "Orb of light", + "examine": "A magical sphere that glimmers within." + }, + { + "id": 1485, + "name": "Damp cloth", + "examine": "A damp, wet cloth." + }, + { + "id": 1486, + "name": "Piece of railing", + "examine": "A broken piece of railing." + }, + { + "id": 1487, + "name": "Unicorn horn", + "examine": "A withered unicorn horn." + }, + { + "id": 1488, + "name": "Paladin's badge", + "examine": "A coat of arms of the Ardougne Paladins." + }, + { + "id": 1489, + "name": "Paladin's badge", + "examine": "A coat of arms of the Ardougne Paladins." + }, + { + "id": 1490, + "name": "Paladin's badge", + "examine": "A coat of arms of the Ardougne Paladins." + }, + { + "id": 1491, + "name": "Witch's cat", + "examine": "A cat." + }, + { + "id": 1492, + "name": "Doll of iban", + "examine": "A simple doll with Iban's likeness." + }, + { + "id": 1493, + "name": "Old journal", + "examine": "An account of the last times of someone." + }, + { + "id": 1494, + "name": "History of iban", + "examine": "The tale of Iban." + }, + { + "id": 1495, + "name": "Klank's gauntlets", + "examine": "Strong dwarvish gloves." + }, + { + "id": 1496, + "name": "Iban's dove", + "examine": "I thought you only saw these in pairs?" + }, + { + "id": 1497, + "name": "Amulet of othanian", + "examine": "A mystical demonic amulet." + }, + { + "id": 1498, + "name": "Amulet of doomion", + "examine": "A mystical demonic amulet." + }, + { + "id": 1499, + "name": "Amulet of holthion", + "examine": "A mystical demonic amulet." + }, + { + "id": 1500, + "name": "Iban's shadow", + "examine": "A strange dark liquid." + }, + { + "id": 1501, + "name": "Dwarf brew", + "examine": "Smells stronger than most spirits." + }, + { + "id": 1502, + "name": "Iban's ashes", + "examine": "The burnt remains of Iban." + }, + { + "id": 1503, + "name": "Warrant", + "examine": "A search warrant for a house in Ardougne." + }, + { + "id": 1504, + "name": "Hangover cure", + "examine": "It doesn't look very tasty." + }, + { + "id": 1505, + "name": "A magic scroll", + "examine": "Maybe I should read it..." + }, + { + "id": 1506, + "name": "Gas mask", + "examine": "Stops me from breathing nasty stuff!" + }, + { + "id": 1507, + "name": "A small key", + "examine": "Quite a small key." + }, + { + "id": 1508, + "name": "A scruffy note", + "examine": "It seems to say \"hongorer lure\"..." + }, + { + "id": 1509, + "name": "Book", + "examine": "Turnip growing for beginners." + }, + { + "id": 1510, + "name": "Picture", + "examine": "A picture of a lady called Elena." + }, + { + "id": 1511, + "name": "Logs", + "examine": "A number of wooden logs." + }, + { + "id": 1512, + "name": "Logs", + "examine": "Swap this note at any bank for a Logs." + }, + { + "id": 1513, + "name": "Magic logs", + "examine": "Logs made from magical wood." + }, + { + "id": 1514, + "name": "Magic logs", + "examine": "Swap this note at any bank for a Magic logs." + }, + { + "id": 1515, + "name": "Yew logs", + "examine": "Logs cut from a yew tree." + }, + { + "id": 1516, + "name": "Yew logs", + "examine": "Swap this note at any bank for a Yew logs." + }, + { + "id": 1517, + "name": "Maple logs", + "examine": "Logs cut from a maple tree." + }, + { + "id": 1518, + "name": "Maple logs", + "examine": "Swap this note at any bank for a Maple logs." + }, + { + "id": 1519, + "name": "Willow logs", + "examine": "Logs cut from a willow tree." + }, + { + "id": 1520, + "name": "Willow logs", + "examine": "Swap this note at any bank for a Willow logs." + }, + { + "id": 1521, + "name": "Oak logs", + "examine": "Logs cut from an oak tree." + }, + { + "id": 1522, + "name": "Oak logs", + "examine": "Swap this note at any bank for an Oak logs." + }, + { + "id": 1523, + "name": "Lockpick", + "examine": "For picking tough locks." + }, + { + "id": 1524, + "name": "Lockpick", + "examine": "Swap this note at any bank for a Lockpick." + }, + { + "id": 1525, + "name": "Herb", + "examine": "An unidentified herb." + }, + { + "id": 1526, + "name": "Snake weed", + "examine": "This herb is Snake Weed." + }, + { + "id": 1527, + "name": "Herb", + "examine": "An unidentified herb." + }, + { + "id": 1528, + "name": "Ardrigal", + "examine": "This herb is Ardrigal." + }, + { + "id": 1529, + "name": "Herb", + "examine": "An unidentified herb." + }, + { + "id": 1530, + "name": "Sito foil", + "examine": "This herb is Sito Foil." + }, + { + "id": 1531, + "name": "Herb", + "examine": "An unidentified herb." + }, + { + "id": 1532, + "name": "Volencia moss", + "examine": "This herb is Volencia Moss." + }, + { + "id": 1533, + "name": "Herb", + "examine": "An unidentified herb." + }, + { + "id": 1534, + "name": "Rogue's purse", + "examine": "This herb is Rogue's Purse." + }, + { + "id": 1535, + "name": "Map part", + "examine": "A piece of a map." + }, + { + "id": 1536, + "name": "Map part", + "examine": "A piece of a map." + }, + { + "id": 1537, + "name": "Map part", + "examine": "A piece of a map." + }, + { + "id": 1538, + "name": "Crandor map", + "examine": "A map of the route to Crandor." + }, + { + "id": 1539, + "name": "Steel nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 1540, + "name": "Anti-dragon shield", + "examine": "This provides partial protection from dragon-breath attacks." + }, + { + "id": 1541, + "name": "Anti-dragon shield", + "examine": "Swap this note at any bank for an Anti-dragon shield." + }, + { + "id": 1542, + "name": "Maze key", + "examine": "A key to Melzar's Maze." + }, + { + "id": 1543, + "name": "Key", + "examine": "A red key." + }, + { + "id": 1544, + "name": "Key", + "examine": "An orange key." + }, + { + "id": 1545, + "name": "Key", + "examine": "A yellow key." + }, + { + "id": 1546, + "name": "Key", + "examine": "A blue key." + }, + { + "id": 1547, + "name": "Key", + "examine": "A magenta key." + }, + { + "id": 1548, + "name": "Key", + "examine": "A green key." + }, + { + "id": 1549, + "name": "Stake", + "examine": "A very pointy stick." + }, + { + "id": 1550, + "name": "Garlic", + "examine": "A clove of garlic." + }, + { + "id": 1551, + "name": "Garlic", + "examine": "Swap this note at any bank for a Garlic." + }, + { + "id": 1552, + "name": "Seasoned sardine", + "examine": "Sardine flavoured with doogle leaves." + }, + { + "id": 1553, + "name": "Seasoned sardine", + "examine": "Swap this note at any bank for a Seasoned sardine." + }, + { + "id": 1554, + "name": "Fluffs' kitten", + "examine": "It looks like it's lost." + }, + { + "id": 1555, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1556, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1557, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1558, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1559, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1560, + "name": "Pet kitten", + "examine": "This kitten seems to like you." + }, + { + "id": 1561, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1562, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1563, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1564, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1565, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1566, + "name": "Pet cat", + "examine": "This cat definitely likes you." + }, + { + "id": 1567, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1568, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1569, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1570, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1571, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1572, + "name": "Pet cat", + "examine": "This cat is so well fed it can hardly move." + }, + { + "id": 1573, + "name": "Doogle leaves", + "examine": "A tasty herb good for seasoning." + }, + { + "id": 1574, + "name": "Doogle leaves", + "examine": "Swap this note at any bank for a Doogle leaves." + }, + { + "id": 1575, + "name": "Cat training medal", + "examine": "For feline training expertise." + }, + { + "id": 1576, + "name": "Cat training medal", + "examine": "Swap this note at any bank for a Cat training medal." + }, + { + "id": 1577, + "name": "Pete's candlestick", + "examine": "Scarface Pete's Candlestick." + }, + { + "id": 1578, + "name": "Pete's candlestick", + "examine": "Swap this note at any bank for a Pete's candlestick." + }, + { + "id": 1579, + "name": "Thieves' armband", + "examine": "This denotes a Master Thief." + }, + { + "id": 1580, + "name": "Ice gloves", + "examine": "These will keep my hands cold!" + }, + { + "id": 1581, + "name": "Blamish snail slime", + "examine": "Yuck." + }, + { + "id": 1582, + "name": "Blamish oil", + "examine": "Made from the finest snail slime." + }, + { + "id": 1583, + "name": "Fire feather", + "examine": "Firebird feather." + }, + { + "id": 1584, + "name": "Id papers", + "examine": "Apparently my name is Hartigen." + }, + { + "id": 1585, + "name": "Oily fishing rod", + "examine": "Useful for catching lava eels." + }, + { + "id": 1586, + "name": "Miscellaneous key", + "examine": "I wonder what this unlocks?" + }, + { + "id": 1587, + "name": "Miscellaneous key", + "examine": "Swap this note at any bank for a Miscellaneous key." + }, + { + "id": 1588, + "name": "Grips' keyring", + "examine": "Some keys on a keyring." + }, + { + "id": 1589, + "name": "Pretty girl", + "examine": "To be handled with caution." + }, + { + "id": 1590, + "name": "Dusty key", + "examine": "I wonder what this unlocks?" + }, + { + "id": 1591, + "name": "Jail key", + "examine": "Key to a cell." + }, + { + "id": 1592, + "name": "Ring mould", + "examine": "Used to make gold rings." + }, + { + "id": 1593, + "name": "Ring mould", + "examine": "Swap this note at any bank for a Ring mould." + }, + { + "id": 1594, + "name": "Unholy mould", + "examine": "Used to make unholy symbols." + }, + { + "id": 1595, + "name": "Amulet mould", + "examine": "Used to make gold amulets" + }, + { + "id": 1596, + "name": "Amulet mould", + "examine": "Swap this note at any bank for an Amulet mould." + }, + { + "id": 1597, + "name": "Necklace mould", + "examine": "Used to make gold necklaces." + }, + { + "id": 1598, + "name": "Necklace mould", + "examine": "Swap this note at any bank for a Necklace mould." + }, + { + "id": 1599, + "name": "Holy mould", + "examine": "Used to make Holy Symbols of Saradomin." + }, + { + "id": 1600, + "name": "Holy mould", + "examine": "Swap this note at any bank for a Holy mould." + }, + { + "id": 1601, + "name": "Diamond", + "examine": "This looks valuable." + }, + { + "id": 1602, + "name": "Diamond", + "examine": "Swap this note at any bank for a Diamond." + }, + { + "id": 1603, + "name": "Ruby", + "examine": "This looks valuable." + }, + { + "id": 1604, + "name": "Ruby", + "examine": "Swap this note at any bank for a Ruby." + }, + { + "id": 1605, + "name": "Emerald", + "examine": "This looks valuable." + }, + { + "id": 1606, + "name": "Emerald", + "examine": "Swap this note at any bank for an Emerald." + }, + { + "id": 1607, + "name": "Sapphire", + "examine": "This looks valuable." + }, + { + "id": 1608, + "name": "Sapphire", + "examine": "Swap this note at any bank for a Sapphire." + }, + { + "id": 1609, + "name": "Opal", + "examine": "A semi precious stone." + }, + { + "id": 1610, + "name": "Opal", + "examine": "Swap this note at any bank for an Opal." + }, + { + "id": 1611, + "name": "Jade", + "examine": "A semi precious stone." + }, + { + "id": 1612, + "name": "Jade", + "examine": "Swap this note at any bank for a Jade." + }, + { + "id": 1613, + "name": "Red topaz", + "examine": "A semi precious stone." + }, + { + "id": 1614, + "name": "Red topaz", + "examine": "Swap this note at any bank for a Red topaz." + }, + { + "id": 1615, + "name": "Dragonstone", + "examine": "This looks valuable." + }, + { + "id": 1616, + "name": "Dragonstone", + "examine": "Swap this note at any bank for a Dragonstone." + }, + { + "id": 1617, + "name": "Uncut diamond", + "examine": "This would be worth more cut." + }, + { + "id": 1618, + "name": "Uncut diamond", + "examine": "Swap this note at any bank for an Uncut diamond." + }, + { + "id": 1619, + "name": "Uncut ruby", + "examine": "This would be worth more cut." + }, + { + "id": 1620, + "name": "Uncut ruby", + "examine": "Swap this note at any bank for an Uncut ruby." + }, + { + "id": 1621, + "name": "Uncut emerald", + "examine": "This would be worth more cut." + }, + { + "id": 1622, + "name": "Uncut emerald", + "examine": "Swap this note at any bank for an Uncut emerald." + }, + { + "id": 1623, + "name": "Uncut sapphire", + "examine": "This would be worth more cut." + }, + { + "id": 1624, + "name": "Uncut sapphire", + "examine": "Swap this note at any bank for an Uncut sapphire." + }, + { + "id": 1625, + "name": "Uncut opal", + "examine": "This would be worth more cut." + }, + { + "id": 1626, + "name": "Uncut opal", + "examine": "Swap this note at any bank for an Uncut opal." + }, + { + "id": 1627, + "name": "Uncut jade", + "examine": "This would be worth more cut." + }, + { + "id": 1628, + "name": "Uncut jade", + "examine": "Swap this note at any bank for an Uncut jade." + }, + { + "id": 1629, + "name": "Uncut red topaz", + "examine": "This would be worth more cut." + }, + { + "id": 1630, + "name": "Uncut red topaz", + "examine": "Swap this note at any bank for an Uncut red topaz." + }, + { + "id": 1631, + "name": "Uncut dragonstone", + "examine": "This would be worth more cut." + }, + { + "id": 1632, + "name": "Uncut dragonstone", + "examine": "Swap this note at any bank for an Uncut dragonstone." + }, + { + "id": 1633, + "name": "Crushed gemstone", + "examine": "A gemstone that has been smashed." + }, + { + "id": 1634, + "name": "Crushed gemstone", + "examine": "Swap this note at any bank for a Crushed gemstone." + }, + { + "id": 1635, + "name": "Gold ring", + "examine": "A valuable ring." + }, + { + "id": 1636, + "name": "Gold ring", + "examine": "Swap this note at any bank for a Gold ring." + }, + { + "id": 1637, + "name": "Sapphire ring", + "examine": "A valuable ring." + }, + { + "id": 1638, + "name": "Sapphire ring", + "examine": "Swap this note at any bank for a Sapphire ring." + }, + { + "id": 1639, + "name": "Emerald ring", + "examine": "A valuable ring." + }, + { + "id": 1640, + "name": "Emerald ring", + "examine": "Swap this note at any bank for an Emerald ring." + }, + { + "id": 1641, + "name": "Ruby ring", + "examine": "A valuable ring." + }, + { + "id": 1642, + "name": "Ruby ring", + "examine": "Swap this note at any bank for a Ruby ring." + }, + { + "id": 1643, + "name": "Diamond ring", + "examine": "A valuable ring." + }, + { + "id": 1644, + "name": "Diamond ring", + "examine": "Swap this note at any bank for a Diamond ring." + }, + { + "id": 1645, + "name": "Dragonstone ring", + "examine": "A valuable ring." + }, + { + "id": 1646, + "name": "Dragonstone ring", + "examine": "Swap this note at any bank for a Dragonstone ring." + }, + null, + { + "id": 1648, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 1649, + "name": "Sapphire ring", + "examine": "A valuable ring." + }, + { + "id": 1650, + "name": "Emerald ring", + "examine": "A valuable ring." + }, + { + "id": 1651, + "name": "Ruby ring", + "examine": "A valuable ring." + }, + { + "id": 1652, + "name": "Diamond ring", + "examine": "A valuable ring." + }, + { + "id": 1653, + "name": "Dragonstone ring", + "examine": "A valuable ring." + }, + { + "id": 1654, + "name": "Gold necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1655, + "name": "Gold necklace", + "examine": "Swap this note at any bank for a Gold necklace." + }, + { + "id": 1656, + "name": "Sapphire necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1657, + "name": "Sapphire necklace", + "examine": "Swap this note at any bank for a Sapphire necklace." + }, + { + "id": 1658, + "name": "Emerald necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1659, + "name": "Emerald necklace", + "examine": "Swap this note at any bank for an Emerald necklace." + }, + { + "id": 1660, + "name": "Ruby necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1661, + "name": "Ruby necklace", + "examine": "Swap this note at any bank for a Ruby necklace." + }, + { + "id": 1662, + "name": "Diamond necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1663, + "name": "Diamond necklace", + "examine": "Swap this note at any bank for a Diamond necklace." + }, + { + "id": 1664, + "name": "Dragon necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1665, + "name": "Dragon necklace", + "examine": "Swap this note at any bank for a Dragon necklace." + }, + null, + { + "id": 1667, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 1668, + "name": "Sapphire necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1669, + "name": "Emerald necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1670, + "name": "Ruby necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1671, + "name": "Diamond necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1672, + "name": "Dragon necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 1673, + "name": "Gold amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1674, + "name": "Gold amulet", + "examine": "Swap this note at any bank for a Gold amulet." + }, + { + "id": 1675, + "name": "Sapphire amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1676, + "name": "Sapphire amulet", + "examine": "Swap this note at any bank for a Sapphire amulet." + }, + { + "id": 1677, + "name": "Emerald amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1678, + "name": "Emerald amulet", + "examine": "Swap this note at any bank for an Emerald amulet." + }, + { + "id": 1679, + "name": "Ruby amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1680, + "name": "Ruby amulet", + "examine": "Swap this note at any bank for a Ruby amulet." + }, + { + "id": 1681, + "name": "Diamond amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1682, + "name": "Diamond amulet", + "examine": "Swap this note at any bank for a Diamond amulet." + }, + { + "id": 1683, + "name": "Dragonstoneamulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1684, + "name": "Dragonstoneamulet", + "examine": "Swap this note at any bank for a Dragonstoneamulet." + }, + null, + { + "id": 1686, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 1687, + "name": "Sapphire amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1688, + "name": "Emerald amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1689, + "name": "Ruby amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1690, + "name": "Diamond amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1691, + "name": "Dragonstoneamulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1692, + "name": "Gold amulet", + "examine": "A plain gold amulet." + }, + { + "id": 1693, + "name": "Gold amulet", + "examine": "Swap this note at any bank for a Gold amulet." + }, + { + "id": 1694, + "name": "Sapphire amulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 1695, + "name": "Sapphire amulet", + "examine": "Swap this note at any bank for a Sapphire amulet." + }, + { + "id": 1696, + "name": "Emerald amulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 1697, + "name": "Emerald amulet", + "examine": "Swap this note at any bank for an Emerald amulet." + }, + { + "id": 1698, + "name": "Ruby amulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 1699, + "name": "Ruby amulet", + "examine": "Swap this note at any bank for a Ruby amulet." + }, + { + "id": 1700, + "name": "Diamond amulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 1701, + "name": "Diamond amulet", + "examine": "Swap this note at any bank for a Diamond amulet." + }, + { + "id": 1702, + "name": "Dragonstoneamulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 1703, + "name": "Dragonstoneamulet", + "examine": "Swap this note at any bank for a Dragonstoneamulet." + }, + { + "id": 1704, + "name": "Amulet of glory", + "examine": "A very powerful dragonstone amulet." + }, + { + "id": 1705, + "name": "Amulet of glory", + "examine": "Swap this note at any bank for an Amulet of glory." + }, + { + "id": 1706, + "name": "Amulet of glory(1)", + "examine": "A dragonstone amulet with 1 magic charge." + }, + { + "id": 1707, + "name": "Amulet of glory(1)", + "examine": "Swap this note at any bank for an Amulet of glory(1)." + }, + { + "id": 1708, + "name": "Amulet of glory(2)", + "examine": "A dragonstone amulet with 2 magic charges." + }, + { + "id": 1709, + "name": "Amulet of glory(2)", + "examine": "Swap this note at any bank for an Amulet of glory(2)." + }, + { + "id": 1710, + "name": "Amulet of glory(3)", + "examine": "A dragonstone amulet with 3 magic charges." + }, + { + "id": 1711, + "name": "Amulet of glory(3)", + "examine": "Swap this note at any bank for an Amulet of glory(3)." + }, + { + "id": 1712, + "name": "Amulet of glory(4)", + "examine": "A dragonstone amulet with 4 magic charges." + }, + { + "id": 1713, + "name": "Amulet of glory(4)", + "examine": "Swap this note at any bank for an Amulet of glory(4)." + }, + { + "id": 1714, + "name": "Unstrung symbol", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1715, + "name": "Unstrung symbol", + "examine": "Swap this note at any bank for an Unstrung symbol." + }, + { + "id": 1716, + "name": "Unblessed symbol", + "examine": "A symbol of Saradomin." + }, + { + "id": 1717, + "name": "Unblessed symbol", + "examine": "Swap this note at any bank for an Unblessed symbol." + }, + { + "id": 1718, + "name": "Holy symbol", + "examine": "A blessed holy symbol of Saradomin." + }, + { + "id": 1719, + "name": "Holy symbol", + "examine": "Swap this note at any bank for a Holy symbol." + }, + { + "id": 1720, + "name": "Unstrung emblem", + "examine": "It needs a string so I can wear it." + }, + { + "id": 1721, + "name": "Unstrung emblem", + "examine": "Swap this note at any bank for an Unstrung emblem." + }, + { + "id": 1722, + "name": "Unpowered symbol", + "examine": "An unblessed symbol of Zamorak." + }, + { + "id": 1723, + "name": "Unpowered symbol", + "examine": "Swap this note at any bank for an Unpowered symbol." + }, + { + "id": 1724, + "name": "Unholy symbol", + "examine": "An unholy symbol of Zamorak." + }, + { + "id": 1725, + "name": "Amulet of strength", + "examine": "An enchanted ruby amulet." + }, + { + "id": 1726, + "name": "Amulet of strength", + "examine": "Swap this note at any bank for an Amulet of strength." + }, + { + "id": 1727, + "name": "Amulet of magic", + "examine": "An enchanted sapphire amulet of magic." + }, + { + "id": 1728, + "name": "Amulet of magic", + "examine": "Swap this note at any bank for an Amulet of magic." + }, + { + "id": 1729, + "name": "Amulet of defence", + "examine": "An enchanted emerald amulet of protection." + }, + { + "id": 1730, + "name": "Amulet of defence", + "examine": "Swap this note at any bank for an Amulet of defence." + }, + { + "id": 1731, + "name": "Amulet of power", + "examine": "An enchanted diamond amulet of power." + }, + { + "id": 1732, + "name": "Amulet of power", + "examine": "Swap this note at any bank for an Amulet of power." + }, + { + "id": 1733, + "name": "Needle", + "examine": "Used with a thread to make clothes." + }, + { + "id": 1734, + "name": "Thread", + "examine": "Used with a needle to make clothes." + }, + { + "id": 1735, + "name": "Shears", + "examine": "For shearing sheep." + }, + { + "id": 1736, + "name": "Shears", + "examine": "Swap this note at any bank for a Shears." + }, + { + "id": 1737, + "name": "Wool", + "examine": "I think this came from a sheep." + }, + { + "id": 1738, + "name": "Wool", + "examine": "Swap this note at any bank for a Wool." + }, + { + "id": 1739, + "name": "Cowhide", + "examine": "I should take this to the tannery." + }, + { + "id": 1740, + "name": "Cowhide", + "examine": "Swap this note at any bank for a Cowhide." + }, + { + "id": 1741, + "name": "Leather", + "examine": "It's a piece of leather." + }, + { + "id": 1742, + "name": "Leather", + "examine": "Swap this note at any bank for a Leather." + }, + { + "id": 1743, + "name": "Hard leather", + "examine": "It's a piece of hard leather." + }, + { + "id": 1744, + "name": "Hard leather", + "examine": "Swap this note at any bank for a Hard leather." + }, + { + "id": 1745, + "name": "Green d-leather", + "examine": "It's a piece of prepared green dragonhide." + }, + { + "id": 1746, + "name": "Green d-leather", + "examine": "Swap this note at any bank for a Green d-leather." + }, + { + "id": 1747, + "name": "Black dragonhide", + "examine": "The scaly rough hide from a Black Dragon." + }, + { + "id": 1748, + "name": "Black dragonhide", + "examine": "Swap this note at any bank for a Black dragonhide." + }, + { + "id": 1749, + "name": "Red dragonhide", + "examine": "The scaly rough hide from a Red Dragon." + }, + { + "id": 1750, + "name": "Red dragonhide", + "examine": "Swap this note at any bank for a Red dragonhide." + }, + { + "id": 1751, + "name": "Blue dragonhide", + "examine": "The scaly rough hide from a Blue Dragon." + }, + { + "id": 1752, + "name": "Blue dragonhide", + "examine": "Swap this note at any bank for a Blue dragonhide." + }, + { + "id": 1753, + "name": "Green dragonhide", + "examine": "The scaly rough hide from a Green Dragon." + }, + { + "id": 1754, + "name": "Green dragonhide", + "examine": "Swap this note at any bank for a Green dragonhide." + }, + { + "id": 1755, + "name": "Chisel", + "examine": "Good for detailed crafting." + }, + { + "id": 1756, + "name": "Chisel", + "examine": "Swap this note at any bank for a Chisel." + }, + { + "id": 1757, + "name": "Brown apron", + "examine": "A mostly clean apron." + }, + { + "id": 1758, + "name": "Brown apron", + "examine": "Swap this note at any bank for a Brown apron." + }, + { + "id": 1759, + "name": "Ball of wool", + "examine": "Spun from sheeps' wool." + }, + { + "id": 1760, + "name": "Ball of wool", + "examine": "Swap this note at any bank for a Ball of wool." + }, + { + "id": 1761, + "name": "Soft clay", + "examine": "Clay soft enough to mould." + }, + { + "id": 1762, + "name": "Soft clay", + "examine": "Swap this note at any bank for a Soft clay." + }, + { + "id": 1763, + "name": "Red dye", + "examine": "A little bottle of red dye." + }, + { + "id": 1764, + "name": "Red dye", + "examine": "Swap this note at any bank for a Red dye." + }, + { + "id": 1765, + "name": "Yellow dye", + "examine": "A little bottle of yellow dye." + }, + { + "id": 1766, + "name": "Yellow dye", + "examine": "Swap this note at any bank for a Yellow dye." + }, + { + "id": 1767, + "name": "Blue dye", + "examine": "A little bottle of blue dye." + }, + { + "id": 1768, + "name": "Blue dye", + "examine": "Swap this note at any bank for a Blue dye." + }, + { + "id": 1769, + "name": "Orange dye", + "examine": "A little bottle of orange dye." + }, + { + "id": 1770, + "name": "Orange dye", + "examine": "Swap this note at any bank for an Orange dye." + }, + { + "id": 1771, + "name": "Green dye", + "examine": "A little bottle of green dye." + }, + { + "id": 1772, + "name": "Green dye", + "examine": "Swap this note at any bank for a Green dye." + }, + { + "id": 1773, + "name": "Purple dye", + "examine": "A little bottle of purple dye." + }, + { + "id": 1774, + "name": "Purple dye", + "examine": "Swap this note at any bank for a Purple dye." + }, + { + "id": 1775, + "name": "Molten glass", + "examine": "Hot glass ready to be blown into useful objects." + }, + { + "id": 1776, + "name": "Molten glass", + "examine": "Swap this note at any bank for a Molten glass." + }, + { + "id": 1777, + "name": "Bow string", + "examine": "I need a bow stave to attach this to." + }, + { + "id": 1778, + "name": "Bow string", + "examine": "Swap this note at any bank for a Bow string." + }, + { + "id": 1779, + "name": "Flax", + "examine": "I should use this with a spinning wheel." + }, + { + "id": 1780, + "name": "Flax", + "examine": "Swap this note at any bank for a Flax." + }, + { + "id": 1781, + "name": "Soda ash", + "examine": "One of the ingredients for making glass." + }, + { + "id": 1782, + "name": "Soda ash", + "examine": "Swap this note at any bank for a Soda ash." + }, + { + "id": 1783, + "name": "Bucket of sand", + "examine": "One of the ingredients for making glass." + }, + { + "id": 1784, + "name": "Bucket of sand", + "examine": "Swap this note at any bank for a Bucket of sand." + }, + { + "id": 1785, + "name": "Glassblowing pipe", + "examine": "Used to form molten glass into useful items." + }, + { + "id": 1786, + "name": "Glassblowing pipe", + "examine": "Swap this note at any bank for a Glassblowing pipe." + }, + { + "id": 1787, + "name": "Unfired pot", + "examine": "I need to put this in a pottery oven." + }, + { + "id": 1788, + "name": "Unfired pot", + "examine": "Swap this note at any bank for an Unfired pot." + }, + { + "id": 1789, + "name": "Unfired pie dish", + "examine": "I need to put this in a pottery oven." + }, + { + "id": 1790, + "name": "Unfired pie dish", + "examine": "Swap this note at any bank for an Unfired pie dish." + }, + { + "id": 1791, + "name": "Unfired bowl", + "examine": "I need to put this in a pottery oven." + }, + { + "id": 1792, + "name": "Unfired bowl", + "examine": "Swap this note at any bank for an Unfired bowl." + }, + { + "id": 1793, + "name": "Woad leaf", + "examine": "A slightly bluish leaf." + }, + { + "id": 1794, + "name": "Bronze wire", + "examine": "Useful for crafting items." + }, + { + "id": 1795, + "name": "Bronze wire", + "examine": "Swap this note at any bank for a Bronze wire." + }, + { + "id": 1796, + "name": "Silver necklace", + "examine": "Anna's shiny silver coated necklace." + }, + { + "id": 1797, + "name": "Silver necklace", + "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour." + }, + { + "id": 1798, + "name": "Silver cup", + "examine": "Bob's shiny silver coated tea cup." + }, + { + "id": 1799, + "name": "Silver cup", + "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour." + }, + { + "id": 1800, + "name": "Silver bottle", + "examine": "Carol's shiny silver coated bottle." + }, + { + "id": 1801, + "name": "Silver bottle", + "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour." + }, + { + "id": 1802, + "name": "Silver book", + "examine": "David's shiny silver coated book." + }, + { + "id": 1803, + "name": "Silver book", + "examine": "David's shiny silver coated book coated with a thin layer of flour." + }, + { + "id": 1804, + "name": "Silver needle", + "examine": "Elizabeth's shiny silver coated needle." + }, + { + "id": 1805, + "name": "Silver needle", + "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour." + }, + { + "id": 1806, + "name": "Silver pot", + "examine": "Frank's shiny silver coated pot." + }, + { + "id": 1807, + "name": "Silver pot", + "examine": "Frank's shiny silver coated pot coated with a thin layer of flour." + }, + { + "id": 1808, + "name": "Criminal's thread", + "examine": "Some red thread found at the murder scene." + }, + { + "id": 1809, + "name": "Criminal's thread", + "examine": "Some green thread found at the murder scene." + }, + { + "id": 1810, + "name": "Criminal's thread", + "examine": "Some blue thread found at the murder scene." + }, + { + "id": 1811, + "name": "Flypaper", + "examine": "A piece of fly paper. It's sticky." + }, + { + "id": 1812, + "name": "Pungent pot", + "examine": "A pot found at the murder scene, with a sickly odour." + }, + { + "id": 1813, + "name": "Criminal's dagger", + "examine": "A flimsy-looking dagger found at the crime scene." + }, + { + "id": 1814, + "name": "Criminal's dagger", + "examine": "A flimsy-looking dagger found at the crime scene coated with a thin layer of flour." + }, + { + "id": 1815, + "name": "Killer's print", + "examine": "The fingerprints of the murderer." + }, + { + "id": 1816, + "name": "Anna's print", + "examine": "An imprint of Anna's fingerprint." + }, + { + "id": 1817, + "name": "Bob's print", + "examine": "An imprint of Bob's fingerprint." + }, + { + "id": 1818, + "name": "Carol's print", + "examine": "An imprint of Carol's fingerprint." + }, + { + "id": 1819, + "name": "David's print", + "examine": "An imprint of David's fingerprint." + }, + { + "id": 1820, + "name": "Elizabeth's print", + "examine": "An imprint of Elizabeth's fingerprint." + }, + { + "id": 1821, + "name": "Frank's print", + "examine": "An imprint of Frank's fingerprint." + }, + { + "id": 1822, + "name": "Unknown print", + "examine": "An unidentified fingerprint taken from the murder weapon." + }, + { + "id": 1823, + "name": "Waterskin(4)", + "examine": "A full waterskin with four portions of water." + }, + { + "id": 1824, + "name": "Waterskin(4)", + "examine": "Swap this note at any bank for a Waterskin(4)." + }, + { + "id": 1825, + "name": "Waterskin(3)", + "examine": "A nearly full waterskin with three portions of water." + }, + { + "id": 1826, + "name": "Waterskin(3)", + "examine": "Swap this note at any bank for a Waterskin(3)." + }, + { + "id": 1827, + "name": "Waterskin(2)", + "examine": "A half empty waterskin with two portions of water." + }, + { + "id": 1828, + "name": "Waterskin(2)", + "examine": "Swap this note at any bank for a Waterskin(2)." + }, + { + "id": 1829, + "name": "Waterskin(1)", + "examine": "A nearly empty waterskin with one portion of water." + }, + { + "id": 1830, + "name": "Waterskin(1)", + "examine": "Swap this note at any bank for a Waterskin(1)." + }, + { + "id": 1831, + "name": "Waterskin(0)", + "examine": "A completely empty waterskin" + }, + { + "id": 1832, + "name": "Waterskin(0)", + "examine": "Swap this note at any bank for a Waterskin(0)." + }, + { + "id": 1833, + "name": "Desert shirt", + "examine": "A cool, light desert shirt." + }, + { + "id": 1834, + "name": "Desert shirt", + "examine": "Swap this note at any bank for a Desert shirt." + }, + { + "id": 1835, + "name": "Desert robe", + "examine": "A cool, light desert robe." + }, + { + "id": 1836, + "name": "Desert robe", + "examine": "Swap this note at any bank for a Desert robe." + }, + { + "id": 1837, + "name": "Desert boots", + "examine": "Comfortable desert shoes." + }, + { + "id": 1838, + "name": "Desert boots", + "examine": "Swap this note at any bank for a Desert boots." + }, + { + "id": 1839, + "name": "Metal key", + "examine": "A metal key, it's very crudely constructed." + }, + { + "id": 1840, + "name": "Cell door key", + "examine": "A metallic key, usually used by prison guards." + }, + { + "id": 1841, + "name": "Barrel", + "examine": "An empty mining barrel." + }, + { + "id": 1842, + "name": "Ana in a barrel", + "examine": "A mining barrel with Ana in it." + }, + { + "id": 1843, + "name": "Wrought iron key", + "examine": "This key unlocks a very sturdy gate of some sort." + }, + { + "id": 1844, + "name": "Slave shirt", + "examine": "A filthy, smelly, flea infested shirt." + }, + { + "id": 1845, + "name": "Slave robe", + "examine": "A filthy, smelly, flea infested robe." + }, + { + "id": 1846, + "name": "Slave boots", + "examine": "A set of filthy, smelly, flea infested desert slave boots." + }, + { + "id": 1847, + "name": "Scrumpled paper", + "examine": "A piece of paper with barely legible writing" + }, + { + "id": 1848, + "name": "Shantay disclaimer", + "examine": "Very important information." + }, + { + "id": 1849, + "name": "Prototype dart", + "examine": "A prototype throwing dart." + }, + { + "id": 1850, + "name": "Technical plans", + "examine": "Plans of a technical nature." + }, + { + "id": 1851, + "name": "Tenti pineapple", + "examine": "The most delicious of pineapples." + }, + { + "id": 1852, + "name": "Bedabin key", + "examine": "A key to the chest in Captain Siad's room." + }, + { + "id": 1853, + "name": "Prototype dart tip", + "examine": "A prototype dart tip" + }, + { + "id": 1854, + "name": "Shantay pass", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert." + }, + { + "id": 1855, + "name": "Rock", + "examine": "Looks like a plain rock, must have some ore in it?" + }, + { + "id": 1856, + "name": "Guide book", + "examine": "'A Tourists Guide To Ardougne'." + }, + { + "id": 1857, + "name": "Totem", + "examine": "The Rantuki tribes' totem." + }, + { + "id": 1858, + "name": "Address label", + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'." + }, + { + "id": 1859, + "name": "Raw ugthanki meat", + "examine": "I need to cook this first." + }, + { + "id": 1860, + "name": "Raw ugthanki meat", + "examine": "Swap this note at any bank for a Raw ugthanki meat." + }, + { + "id": 1861, + "name": "Ugthanki meat", + "examine": "Freshly cooked ugthanki meat." + }, + { + "id": 1862, + "name": "Ugthanki meat", + "examine": "Swap this note at any bank for an Ugthanki meat." + }, + { + "id": 1863, + "name": "Pitta dough", + "examine": "I need to cook this." + }, + { + "id": 1864, + "name": "Pitta dough", + "examine": "Swap this note at any bank for a Pitta dough." + }, + { + "id": 1865, + "name": "Pitta bread", + "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab." + }, + { + "id": 1866, + "name": "Pitta bread", + "examine": "Swap this note at any bank for a Pitta bread." + }, + { + "id": 1867, + "name": "Burnt pitta bread", + "examine": "It's all burnt." + }, + { + "id": 1868, + "name": "Burnt pitta bread", + "examine": "Swap this note at any bank for a Burnt pitta bread." + }, + { + "id": 1869, + "name": "Chopped tomato", + "examine": "A mixture of tomatoes in a bowl." + }, + { + "id": 1870, + "name": "Chopped tomato", + "examine": "Swap this note at any bank for a Chopped tomato." + }, + { + "id": 1871, + "name": "Chopped onion", + "examine": "A mixture of onions in a bowl." + }, + { + "id": 1872, + "name": "Chopped onion", + "examine": "Swap this note at any bank for a Chopped onion." + }, + { + "id": 1873, + "name": "Chopped ugthanki", + "examine": "Strips of ugthanki meat in a bowl." + }, + { + "id": 1874, + "name": "Chopped ugthanki", + "examine": "Swap this note at any bank for a Chopped ugthanki." + }, + { + "id": 1875, + "name": "Onion & tomato", + "examine": "A mixture of chopped onions and tomatoes in a bowl." + }, + { + "id": 1876, + "name": "Onion & tomato", + "examine": "Swap this note at any bank for an Onion & tomato." + }, + { + "id": 1877, + "name": "Ugthanki & onion", + "examine": "A mixture of chopped onions and ugthanki meat in a bowl." + }, + { + "id": 1878, + "name": "Ugthanki & onion", + "examine": "Swap this note at any bank for an Ugthanki & onion." + }, + { + "id": 1879, + "name": "Ugthanki & tomato", + "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl." + }, + { + "id": 1880, + "name": "Ugthanki & tomato", + "examine": "Swap this note at any bank for an Ugthanki & tomato." + }, + { + "id": 1881, + "name": "Kebab mix", + "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl." + }, + { + "id": 1882, + "name": "Kebab mix", + "examine": "Swap this note at any bank for a Kebab mix." + }, + { + "id": 1883, + "name": "Ugthanki kebab", + "examine": "A strange smelling kebab made from ugthanki meat." + }, + { + "id": 1884, + "name": "Ugthanki kebab", + "examine": "Swap this note at any bank for an Ugthanki kebab." + }, + { + "id": 1885, + "name": "Ugthanki kebab", + "examine": "A fresh kebab made from ugthanki meat." + }, + { + "id": 1886, + "name": "Ugthanki kebab", + "examine": "Swap this note at any bank for an Ugthanki kebab." + }, + { + "id": 1887, + "name": "Cake tin", + "examine": "Useful for baking cakes." + }, + { + "id": 1888, + "name": "Cake tin", + "examine": "Swap this note at any bank for a Cake tin." + }, + { + "id": 1889, + "name": "Uncooked cake", + "examine": "Now all I need to do is cook it." + }, + { + "id": 1890, + "name": "Uncooked cake", + "examine": "Swap this note at any bank for an Uncooked cake." + }, + { + "id": 1891, + "name": "Cake", + "examine": "A plain sponge cake." + }, + { + "id": 1892, + "name": "Cake", + "examine": "Swap this note at any bank for a Cake." + }, + { + "id": 1893, + "name": "2/3 cake", + "examine": "Someone has eaten a big chunk of this cake." + }, + { + "id": 1894, + "name": "2/3 cake", + "examine": "Swap this note at any bank for a 2/3 cake." + }, + { + "id": 1895, + "name": "Slice of cake", + "examine": "I'd rather have a whole cake." + }, + { + "id": 1896, + "name": "Slice of cake", + "examine": "Swap this note at any bank for a Slice of cake." + }, + { + "id": 1897, + "name": "Chocolate cake", + "examine": "This looks very tasty." + }, + { + "id": 1898, + "name": "Chocolate cake", + "examine": "Swap this note at any bank for a Chocolate cake." + }, + { + "id": 1899, + "name": "2/3 chocolate cake", + "examine": "Someone has eaten a big chunk of this cake." + }, + { + "id": 1900, + "name": "2/3 chocolate cake", + "examine": "Swap this note at any bank for a 2/3 chocolate cake." + }, + { + "id": 1901, + "name": "Chocolate slice", + "examine": "I'd rather have a whole cake." + }, + { + "id": 1902, + "name": "Chocolate slice", + "examine": "Swap this note at any bank for a Chocolate slice." + }, + { + "id": 1903, + "name": "Burnt cake", + "examine": "Argh what a mess!" + }, + { + "id": 1904, + "name": "Burnt cake", + "examine": "Swap this note at any bank for a Burnt cake." + }, + { + "id": 1905, + "name": "Asgarnian ale", + "examine": "Probably the finest ale in Asgarnia." + }, + { + "id": 1906, + "name": "Asgarnian ale", + "examine": "Swap this note at any bank for an Asgarnian ale." + }, + { + "id": 1907, + "name": "Wizard's mind bomb", + "examine": "It's got strange bubbles in it." + }, + { + "id": 1908, + "name": "Wizard's mind bomb", + "examine": "Swap this note at any bank for a Wizard's mind bomb." + }, + { + "id": 1909, + "name": "Greenman's ale", + "examine": "A glass of frothy ale." + }, + { + "id": 1910, + "name": "Greenman's ale", + "examine": "Swap this note at any bank for a Greenman's ale." + }, + { + "id": 1911, + "name": "Dragon bitter", + "examine": "A glass of bitter." + }, + { + "id": 1912, + "name": "Dragon bitter", + "examine": "Swap this note at any bank for a Dragon bitter." + }, + { + "id": 1913, + "name": "Dwarven stout", + "examine": "A pint of thick dark beer." + }, + { + "id": 1914, + "name": "Dwarven stout", + "examine": "Swap this note at any bank for a Dwarven stout." + }, + { + "id": 1915, + "name": "Grog", + "examine": "A murky glass of some sort of drink." + }, + { + "id": 1916, + "name": "Grog", + "examine": "Swap this note at any bank for a Grog." + }, + { + "id": 1917, + "name": "Beer", + "examine": "A glass of frothy ale." + }, + { + "id": 1918, + "name": "Beer", + "examine": "Swap this note at any bank for a Beer." + }, + { + "id": 1919, + "name": "Beer glass", + "examine": "I need to fill this with beer." + }, + { + "id": 1920, + "name": "Beer glass", + "examine": "Swap this note at any bank for a Beer glass." + }, + { + "id": 1921, + "name": "Bowl of water", + "examine": "It's a bowl of water." + }, + { + "id": 1922, + "name": "Bowl of water", + "examine": "Swap this note at any bank for a Bowl of water." + }, + { + "id": 1923, + "name": "Bowl", + "examine": "Useful for mixing things." + }, + { + "id": 1924, + "name": "Bowl", + "examine": "Swap this note at any bank for a Bowl." + }, + { + "id": 1925, + "name": "Bucket", + "examine": "It's a wooden bucket." + }, + { + "id": 1926, + "name": "Bucket", + "examine": "Swap this note at any bank for a Bucket." + }, + { + "id": 1927, + "name": "Bucket of milk", + "examine": "It's a bucket of milk." + }, + { + "id": 1928, + "name": "Bucket of milk", + "examine": "Swap this note at any bank for a Bucket of milk." + }, + { + "id": 1929, + "name": "Bucket of water", + "examine": "It's a bucket of water." + }, + { + "id": 1930, + "name": "Bucket of water", + "examine": "Swap this note at any bank for a Bucket of water." + }, + { + "id": 1931, + "name": "Pot", + "examine": "This pot is empty." + }, + { + "id": 1932, + "name": "Pot", + "examine": "Swap this note at any bank for a Pot." + }, + { + "id": 1933, + "name": "Pot of flour", + "examine": "There is flour in this pot." + }, + { + "id": 1934, + "name": "Pot of flour", + "examine": "Swap this note at any bank for a Pot of flour." + }, + { + "id": 1935, + "name": "Jug", + "examine": "This jug is empty." + }, + { + "id": 1936, + "name": "Jug", + "examine": "Swap this note at any bank for a Jug." + }, + { + "id": 1937, + "name": "Jug of water", + "examine": "It's full of water." + }, + { + "id": 1938, + "name": "Jug of water", + "examine": "Swap this note at any bank for a Jug of water." + }, + { + "id": 1939, + "name": "Swamp tar", + "examine": "A foul smelling thick tar like substance." + }, + { + "id": 1940, + "name": "Raw swamp paste", + "examine": "A thick tar like substance mixed with flour." + }, + { + "id": 1941, + "name": "Swamp paste", + "examine": "A tar like substance mixed with flour and warmed." + }, + { + "id": 1942, + "name": "Potato", + "examine": "This could be used to make a good stew." + }, + { + "id": 1943, + "name": "Potato", + "examine": "Swap this note at any bank for a Potato." + }, + { + "id": 1944, + "name": "Egg", + "examine": "A nice fresh egg." + }, + { + "id": 1945, + "name": "Egg", + "examine": "Swap this note at any bank for an Egg." + }, + { + "id": 1946, + "name": "Flour", + "examine": "A little heap of flour." + }, + { + "id": 1947, + "name": "Grain", + "examine": "Some wheat heads." + }, + { + "id": 1948, + "name": "Grain", + "examine": "Swap this note at any bank for a Grain." + }, + { + "id": 1949, + "name": "Chef's hat", + "examine": "What a silly hat." + }, + { + "id": 1950, + "name": "Chef's hat", + "examine": "Swap this note at any bank for a Chef's hat." + }, + { + "id": 1951, + "name": "Redberries", + "examine": "Very bright red berries." + }, + { + "id": 1952, + "name": "Redberries", + "examine": "Swap this note at any bank for a Redberries." + }, + { + "id": 1953, + "name": "Pastry dough", + "examine": "Potentially pastry." + }, + { + "id": 1954, + "name": "Pastry dough", + "examine": "Swap this note at any bank for a Pastry dough." + }, + { + "id": 1955, + "name": "Cooking apple", + "examine": "Keeps the doctor away." + }, + { + "id": 1956, + "name": "Cooking apple", + "examine": "Swap this note at any bank for a Cooking apple." + }, + { + "id": 1957, + "name": "Onion", + "examine": "A strong smelling onion." + }, + { + "id": 1958, + "name": "Onion", + "examine": "Swap this note at any bank for an Onion." + }, + { + "id": 1959, + "name": "Pumpkin", + "examine": "Happy Halloween." + }, + { + "id": 1960, + "name": "Pumpkin", + "examine": "Swap this note at any bank for a Pumpkin." + }, + { + "id": 1961, + "name": "Easter egg", + "examine": "Happy Easter." + }, + { + "id": 1962, + "name": "Easter egg", + "examine": "Swap this note at any bank for an Easter egg." + }, + { + "id": 1963, + "name": "Banana", + "examine": "Mmm this looks tasty." + }, + { + "id": 1964, + "name": "Banana", + "examine": "Swap this note at any bank for a Banana." + }, + { + "id": 1965, + "name": "Cabbage", + "examine": "Yuck I don't like cabbage." + }, + { + "id": 1966, + "name": "Cabbage", + "examine": "Swap this note at any bank for a Cabbage." + }, + { + "id": 1967, + "name": "Cabbage", + "examine": "Yuck I don't like cabbage." + }, + { + "id": 1968, + "name": "Cabbage", + "examine": "Swap this note at any bank for a Cabbage." + }, + { + "id": 1969, + "name": "Spinach roll", + "examine": "A home made spinach thing." + }, + { + "id": 1970, + "name": "Spinach roll", + "examine": "Swap this note at any bank for a Spinach roll." + }, + { + "id": 1971, + "name": "Kebab", + "examine": "A meaty kebab." + }, + { + "id": 1972, + "name": "Kebab", + "examine": "Swap this note at any bank for a Kebab." + }, + { + "id": 1973, + "name": "Chocolate bar", + "examine": "Mmmmmmm chocolate." + }, + { + "id": 1974, + "name": "Chocolate bar", + "examine": "Swap this note at any bank for a Chocolate bar." + }, + { + "id": 1975, + "name": "Chocolate dust", + "examine": "It's ground up chocolate." + }, + { + "id": 1976, + "name": "Chocolate dust", + "examine": "Swap this note at any bank for a Chocolate dust." + }, + { + "id": 1977, + "name": "Chocolatey milk", + "examine": "Milk with chocolate in it." + }, + { + "id": 1978, + "name": "Cup of tea", + "examine": "A nice cup of tea." + }, + { + "id": 1979, + "name": "Cup of tea", + "examine": "Swap this note at any bank for a Cup of tea." + }, + { + "id": 1980, + "name": "Empty cup", + "examine": "An empty cup." + }, + { + "id": 1981, + "name": "Empty cup", + "examine": "Swap this note at any bank for an Empty cup." + }, + { + "id": 1982, + "name": "Tomato", + "examine": "This would make good ketchup." + }, + { + "id": 1983, + "name": "Tomato", + "examine": "Swap this note at any bank for a Tomato." + }, + { + "id": 1984, + "name": "Rotten apple", + "examine": "Rotten to the core!" + }, + { + "id": 1985, + "name": "Cheese", + "examine": "It's got holes in it." + }, + { + "id": 1986, + "name": "Cheese", + "examine": "Swap this note at any bank for a Cheese." + }, + { + "id": 1987, + "name": "Grapes", + "examine": "Good grapes for wine making." + }, + { + "id": 1988, + "name": "Grapes", + "examine": "Swap this note at any bank for a Grapes." + }, + { + "id": 1989, + "name": "Half full wine jug", + "examine": "An optimist would say it's half full." + }, + { + "id": 1990, + "name": "Half full wine jug", + "examine": "Swap this note at any bank for a Half full wine jug." + }, + { + "id": 1991, + "name": "Jug of bad wine", + "examine": "Oh dear, this wine is terrible!" + }, + { + "id": 1992, + "name": "Jug of bad wine", + "examine": "Swap this note at any bank for a Jug of bad wine." + }, + { + "id": 1993, + "name": "Jug of wine", + "examine": "It's full of wine." + }, + { + "id": 1994, + "name": "Jug of wine", + "examine": "Swap this note at any bank for a Jug of wine." + }, + { + "id": 1995, + "name": "Unfermented wine", + "examine": "This wine needs to ferment before it can be drunk." + }, + { + "id": 1996, + "name": "Unfermented wine", + "examine": "Swap this note at any bank for an Unfermented wine." + }, + { + "id": 1997, + "name": "Incomplete stew", + "examine": "I need to add some meat too." + }, + { + "id": 1998, + "name": "Incomplete stew", + "examine": "Swap this note at any bank for an Incomplete stew." + }, + { + "id": 1999, + "name": "Incomplete stew", + "examine": "I need to add some potato too." + }, + { + "id": 2000, + "name": "Incomplete stew", + "examine": "Swap this note at any bank for an Incomplete stew." + }, + { + "id": 2001, + "name": "Uncooked stew", + "examine": "I need to cook this." + }, + { + "id": 2002, + "name": "Uncooked stew", + "examine": "Swap this note at any bank for an Uncooked stew." + }, + { + "id": 2003, + "name": "Stew", + "examine": "It's a meat and potato stew." + }, + { + "id": 2004, + "name": "Stew", + "examine": "Swap this note at any bank for a Stew." + }, + { + "id": 2005, + "name": "Burnt stew", + "examine": "Eew, it's horribly burnt." + }, + { + "id": 2006, + "name": "Burnt stew", + "examine": "Swap this note at any bank for a Burnt stew." + }, + { + "id": 2007, + "name": "Spice", + "examine": "This could liven up an otherwise bland stew." + }, + { + "id": 2008, + "name": "Spice", + "examine": "Swap this note at any bank for a Spice." + }, + { + "id": 2009, + "name": "Uncooked curry", + "examine": "I need to cook this." + }, + { + "id": 2010, + "name": "Uncooked curry", + "examine": "Swap this note at any bank for an Uncooked curry." + }, + { + "id": 2011, + "name": "Curry", + "examine": "It's a spicy hot curry." + }, + { + "id": 2012, + "name": "Curry", + "examine": "Swap this note at any bank for a Curry." + }, + { + "id": 2013, + "name": "Burnt curry", + "examine": "Eew, it's horribly burnt." + }, + { + "id": 2014, + "name": "Burnt curry", + "examine": "Swap this note at any bank for a Burnt curry." + }, + { + "id": 2015, + "name": "Vodka", + "examine": "A strong spirit." + }, + { + "id": 2016, + "name": "Vodka", + "examine": "Swap this note at any bank for a Vodka." + }, + { + "id": 2017, + "name": "Whisky", + "examine": "A bottle of Draynor Malt." + }, + { + "id": 2018, + "name": "Whisky", + "examine": "Swap this note at any bank for a Whisky." + }, + { + "id": 2019, + "name": "Gin", + "examine": "A strong spirit." + }, + { + "id": 2020, + "name": "Gin", + "examine": "Swap this note at any bank for a Gin." + }, + { + "id": 2021, + "name": "Brandy", + "examine": "A strong spirit." + }, + { + "id": 2022, + "name": "Brandy", + "examine": "Swap this note at any bank for a Brandy." + }, + { + "id": 2023, + "name": "Cocktail guide", + "examine": "A book on tree gnome cocktails." + }, + { + "id": 2024, + "name": "Cocktail guide", + "examine": "Swap this note at any bank for a Cocktail guide." + }, + { + "id": 2025, + "name": "Cocktail shaker", + "examine": "Used for mixing cocktails." + }, + { + "id": 2026, + "name": "Cocktail glass", + "examine": "For sipping cocktails." + }, + { + "id": 2027, + "name": "Cocktail glass", + "examine": "Swap this note at any bank for a Cocktail glass." + }, + { + "id": 2028, + "name": "Blurberry special", + "examine": "Looks good... smells strong." + }, + { + "id": 2029, + "name": "Blurberry special", + "examine": "Swap this note at any bank for a Blurberry special." + }, + { + "id": 2030, + "name": "Choc saturday", + "examine": "A warm creamy alcoholic beverage." + }, + { + "id": 2031, + "name": "Choc saturday", + "examine": "Swap this note at any bank for a Choc saturday." + }, + { + "id": 2032, + "name": "Drunk dragon", + "examine": "A warm creamy alcoholic beverage." + }, + { + "id": 2033, + "name": "Drunk dragon", + "examine": "Swap this note at any bank for a Drunk dragon." + }, + { + "id": 2034, + "name": "Fruit blast", + "examine": "A cool refreshing fruit mix." + }, + { + "id": 2035, + "name": "Fruit blast", + "examine": "Swap this note at any bank for a Fruit blast." + }, + { + "id": 2036, + "name": "Pineapple punch", + "examine": "A fresh healthy fruit mix." + }, + { + "id": 2037, + "name": "Pineapple punch", + "examine": "Swap this note at any bank for a Pineapple punch." + }, + { + "id": 2038, + "name": "Short green guy", + "examine": "A Short Green Guy... looks good." + }, + { + "id": 2039, + "name": "Short green guy", + "examine": "Swap this note at any bank for a Short green guy." + }, + { + "id": 2040, + "name": "Wizard blizzard", + "examine": "This looks like a strange mix." + }, + { + "id": 2041, + "name": "Wizard blizzard", + "examine": "Swap this note at any bank for a Wizard blizzard." + }, + { + "id": 2042, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2043, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2044, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2045, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2046, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2047, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2048, + "name": "Pineapple punch", + "examine": "A fresh healthy fruit mix." + }, + { + "id": 2049, + "name": "Pineapple punch", + "examine": "Swap this note at any bank for a Pineapple punch." + }, + { + "id": 2050, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2051, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2052, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2053, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2054, + "name": "Wizard blizzard", + "examine": "This looks like a strange mix." + }, + { + "id": 2055, + "name": "Wizard blizzard", + "examine": "Swap this note at any bank for a Wizard blizzard." + }, + { + "id": 2056, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2057, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2058, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2059, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2060, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2061, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2062, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2063, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2064, + "name": "Blurberry special", + "examine": "Looks good... smells strong." + }, + { + "id": 2065, + "name": "Blurberry special", + "examine": "Swap this note at any bank for a Blurberry special." + }, + { + "id": 2066, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2067, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2068, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2069, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2070, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2071, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2072, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2073, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2074, + "name": "Choc saturday", + "examine": "A warm creamy alcoholic beverage." + }, + { + "id": 2075, + "name": "Choc saturday", + "examine": "Swap this note at any bank for a Choc saturday." + }, + { + "id": 2076, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2077, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2078, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2079, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2080, + "name": "Short green guy", + "examine": "A Short Green Guy... looks good." + }, + { + "id": 2081, + "name": "Short green guy", + "examine": "Swap this note at any bank for a Short green guy." + }, + { + "id": 2082, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2083, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2084, + "name": "Fruit blast", + "examine": "A cool refreshing fruit mix." + }, + { + "id": 2085, + "name": "Fruit blast", + "examine": "Swap this note at any bank for a Fruit blast." + }, + { + "id": 2086, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2087, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2088, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2089, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2090, + "name": "Unfinished cocktail", + "examine": "This cocktail is just missing those little finishing touches." + }, + { + "id": 2091, + "name": "Unfinished cocktail", + "examine": "Swap this note at any bank for an Unfinished cocktail." + }, + { + "id": 2092, + "name": "Drunk dragon", + "examine": "A warm creamy alcoholic beverage." + }, + { + "id": 2093, + "name": "Drunk dragon", + "examine": "Swap this note at any bank for a Drunk dragon." + }, + { + "id": 2094, + "name": "Odd cocktail", + "examine": "I'm not completely sure what this contains." + }, + { + "id": 2095, + "name": "Odd cocktail", + "examine": "Swap this note at any bank for an Odd cocktail." + }, + { + "id": 2096, + "name": "Odd cocktail", + "examine": "I'm not completely sure what this contains." + }, + { + "id": 2097, + "name": "Odd cocktail", + "examine": "Swap this note at any bank for an Odd cocktail." + }, + { + "id": 2098, + "name": "Odd cocktail", + "examine": "I'm not completely sure what this contains." + }, + { + "id": 2099, + "name": "Odd cocktail", + "examine": "Swap this note at any bank for an Odd cocktail." + }, + { + "id": 2100, + "name": "Odd cocktail", + "examine": "I'm not completely sure what this contains." + }, + { + "id": 2101, + "name": "Odd cocktail", + "examine": "Swap this note at any bank for an Odd cocktail." + }, + { + "id": 2102, + "name": "Lemon", + "examine": "A fresh lemon." + }, + { + "id": 2103, + "name": "Lemon", + "examine": "Swap this note at any bank for a Lemon." + }, + { + "id": 2104, + "name": "Lemon chunks", + "examine": "Fresh chunks of lemon." + }, + { + "id": 2105, + "name": "Lemon chunks", + "examine": "Swap this note at any bank for a Lemon chunks." + }, + { + "id": 2106, + "name": "Lemon slices", + "examine": "Fresh lemon slices." + }, + { + "id": 2107, + "name": "Lemon slices", + "examine": "Swap this note at any bank for a Lemon slices." + }, + { + "id": 2108, + "name": "Orange", + "examine": "A fresh orange." + }, + { + "id": 2109, + "name": "Orange", + "examine": "Swap this note at any bank for an Orange." + }, + { + "id": 2110, + "name": "Orange chunks", + "examine": "Fresh chunks of orange." + }, + { + "id": 2111, + "name": "Orange chunks", + "examine": "Swap this note at any bank for an Orange chunks." + }, + { + "id": 2112, + "name": "Orange slices", + "examine": "Fresh orange slices." + }, + { + "id": 2113, + "name": "Orange slices", + "examine": "Swap this note at any bank for an Orange slices." + }, + { + "id": 2114, + "name": "Pineapple", + "examine": "It can be cut up into something more manageable with a knife." + }, + { + "id": 2115, + "name": "Pineapple", + "examine": "Swap this note at any bank for a Pineapple." + }, + { + "id": 2116, + "name": "Pineapple chunks", + "examine": "Fresh chunks of pineapple." + }, + { + "id": 2117, + "name": "Pineapple chunks", + "examine": "Swap this note at any bank for a Pineapple chunks." + }, + { + "id": 2118, + "name": "Pineapple ring", + "examine": "Exotic fruit." + }, + { + "id": 2119, + "name": "Pineapple ring", + "examine": "Swap this note at any bank for a Pineapple ring." + }, + { + "id": 2120, + "name": "Lime", + "examine": "A fresh lime." + }, + { + "id": 2121, + "name": "Lime", + "examine": "Swap this note at any bank for a Lime." + }, + { + "id": 2122, + "name": "Lime chunks", + "examine": "Fresh chunks of lime." + }, + { + "id": 2123, + "name": "Lime chunks", + "examine": "Swap this note at any bank for a Lime chunks." + }, + { + "id": 2124, + "name": "Lime slices", + "examine": "Fresh lime slices." + }, + { + "id": 2125, + "name": "Lime slices", + "examine": "Swap this note at any bank for a Lime slices." + }, + { + "id": 2126, + "name": "Dwellberries", + "examine": "Some rather pretty blue berries." + }, + { + "id": 2127, + "name": "Dwellberries", + "examine": "Swap this note at any bank for a Dwellberries." + }, + { + "id": 2128, + "name": "Equa leaves", + "examine": "Small sweet smelling leaves." + }, + { + "id": 2129, + "name": "Equa leaves", + "examine": "Swap this note at any bank for an Equa leaves." + }, + { + "id": 2130, + "name": "Pot of cream", + "examine": "Fresh cream." + }, + { + "id": 2131, + "name": "Pot of cream", + "examine": "Swap this note at any bank for a Pot of cream." + }, + { + "id": 2132, + "name": "Raw beef", + "examine": "I need to cook this first." + }, + { + "id": 2133, + "name": "Raw beef", + "examine": "Swap this note at any bank for a Raw beef." + }, + { + "id": 2134, + "name": "Raw rat meat", + "examine": "I need to cook this first." + }, + { + "id": 2135, + "name": "Raw rat meat", + "examine": "Swap this note at any bank for a Raw rat meat." + }, + { + "id": 2136, + "name": "Raw bear meat", + "examine": "I need to cook this first." + }, + { + "id": 2137, + "name": "Raw bear meat", + "examine": "Swap this note at any bank for a Raw bear meat." + }, + { + "id": 2138, + "name": "Raw chicken", + "examine": "I need to cook this first." + }, + { + "id": 2139, + "name": "Raw chicken", + "examine": "Swap this note at any bank for a Raw chicken." + }, + { + "id": 2140, + "name": "Cooked chicken", + "examine": "Mmm this looks tasty." + }, + { + "id": 2141, + "name": "Cooked chicken", + "examine": "Swap this note at any bank for a Cooked chicken." + }, + { + "id": 2142, + "name": "Cooked meat", + "examine": "Mmm this looks tasty." + }, + { + "id": 2143, + "name": "Cooked meat", + "examine": "Swap this note at any bank for a Cooked meat." + }, + { + "id": 2144, + "name": "Burnt chicken", + "examine": "Oh dear, it's totally burnt!" + }, + { + "id": 2145, + "name": "Burnt chicken", + "examine": "Swap this note at any bank for a Burnt chicken." + }, + { + "id": 2146, + "name": "Burnt meat", + "examine": "Oh dear, it's totally burnt!" + }, + { + "id": 2147, + "name": "Burnt meat", + "examine": "Swap this note at any bank for a Burnt meat." + }, + { + "id": 2148, + "name": "Raw lava eel", + "examine": "A very strange eel." + }, + { + "id": 2149, + "name": "Lava eel", + "examine": "Strange, it looks cooler now it's been cooked." + }, + { + "id": 2150, + "name": "Swamp toad", + "examine": "A slippery little blighter." + }, + { + "id": 2151, + "name": "Swamp toad", + "examine": "Swap this note at any bank for a Swamp toad." + }, + { + "id": 2152, + "name": "Toad's legs", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2153, + "name": "Toad's legs", + "examine": "Swap this note at any bank for a Toad's legs." + }, + { + "id": 2154, + "name": "Equa toad's legs", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2155, + "name": "Equa toad's legs", + "examine": "Swap this note at any bank for an Equa toad's legs." + }, + { + "id": 2156, + "name": "Spicy toad's legs", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2157, + "name": "Spicy toad's legs", + "examine": "Swap this note at any bank for a Spicy toad's legs." + }, + { + "id": 2158, + "name": "Seasoned legs", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2159, + "name": "Seasoned legs", + "examine": "Swap this note at any bank for a Seasoned legs." + }, + { + "id": 2160, + "name": "Spicy worm", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2161, + "name": "Spicy worm", + "examine": "Swap this note at any bank for a Spicy worm." + }, + { + "id": 2162, + "name": "King worm", + "examine": "They're a gnome delicacy apparently." + }, + { + "id": 2163, + "name": "King worm", + "examine": "Swap this note at any bank for a King worm." + }, + { + "id": 2164, + "name": "Batta tin", + "examine": "A deep tin used for baking gnome battas in." + }, + { + "id": 2165, + "name": "Crunchy tray", + "examine": "A shallow tray used for baking crunchies in." + }, + { + "id": 2166, + "name": "Gnomebowl mould", + "examine": "A large ovenproof bowl." + }, + { + "id": 2167, + "name": "Gianne's cook book", + "examine": "Aluft Gianne's favorite dishes." + }, + { + "id": 2168, + "name": "Gianne's cook book", + "examine": "Swap this note at any bank for a Gianne's cook book." + }, + { + "id": 2169, + "name": "Gnome spice", + "examine": "It's Aluft Gianne's secret mix of spices." + }, + { + "id": 2170, + "name": "Gnome spice", + "examine": "Swap this note at any bank for a Gnome spice." + }, + { + "id": 2171, + "name": "Gianne dough", + "examine": "It's made from a secret recipe." + }, + { + "id": 2172, + "name": "Gianne dough", + "examine": "Swap this note at any bank for a Gianne dough." + }, + { + "id": 2173, + "name": "Odd gnomebowl", + "examine": "This gnome bowl doesn't look very appetising." + }, + { + "id": 2174, + "name": "Odd gnomebowl", + "examine": "Swap this note at any bank for an Odd gnomebowl." + }, + { + "id": 2175, + "name": "Burnt gnomebowl", + "examine": "This gnome bowl has been burnt to a cinder." + }, + { + "id": 2176, + "name": "Burnt gnomebowl", + "examine": "Swap this note at any bank for a Burnt gnomebowl." + }, + { + "id": 2177, + "name": "Half baked bowl", + "examine": "This gnome bowl is in the early stages of preparation." + }, + { + "id": 2178, + "name": "Raw gnomebowl", + "examine": "This gnome bowl needs cooking." + }, + { + "id": 2179, + "name": "Unfinished bowl", + "examine": "This dish is just missing those little finishing touches." + }, + { + "id": 2180, + "name": "Unfinished bowl", + "examine": "Swap this note at any bank for an Unfinished bowl." + }, + { + "id": 2181, + "name": "Unfinished bowl", + "examine": "This dish is just missing those little finishing touches." + }, + { + "id": 2182, + "name": "Unfinished bowl", + "examine": "Swap this note at any bank for an Unfinished bowl." + }, + { + "id": 2183, + "name": "Unfinished bowl", + "examine": "This dish is just missing those little finishing touches." + }, + { + "id": 2184, + "name": "Unfinished bowl", + "examine": "Swap this note at any bank for an Unfinished bowl." + }, + { + "id": 2185, + "name": "Chocolate bomb", + "examine": "Looks great!" + }, + { + "id": 2186, + "name": "Chocolate bomb", + "examine": "Swap this note at any bank for a Chocolate bomb." + }, + { + "id": 2187, + "name": "Tangled toad's legs", + "examine": "It actually smells quite good." + }, + { + "id": 2188, + "name": "Tangled toad's legs", + "examine": "Swap this note at any bank for a Tangled toad's legs." + }, + { + "id": 2189, + "name": "Unfinished bowl", + "examine": "This dish is just missing those little finishing touches." + }, + { + "id": 2190, + "name": "Unfinished bowl", + "examine": "Swap this note at any bank for an Unfinished bowl." + }, + { + "id": 2191, + "name": "Worm hole", + "examine": "It actually smells quite good." + }, + { + "id": 2192, + "name": "Worm hole", + "examine": "Swap this note at any bank for a Worm hole." + }, + { + "id": 2193, + "name": "Unfinished bowl", + "examine": "This dish is just missing those little finishing touches." + }, + { + "id": 2194, + "name": "Unfinished bowl", + "examine": "Swap this note at any bank for an Unfinished bowl." + }, + { + "id": 2195, + "name": "Veg ball", + "examine": "This looks pretty healthy." + }, + { + "id": 2196, + "name": "Veg ball", + "examine": "Swap this note at any bank for a Veg ball." + }, + { + "id": 2197, + "name": "Odd crunchies", + "examine": "These crunchies don't look very appetising." + }, + { + "id": 2198, + "name": "Odd crunchies", + "examine": "Swap this note at any bank for an Odd crunchies." + }, + { + "id": 2199, + "name": "Burnt crunchies", + "examine": "These crunchies have been burnt to a cinder." + }, + { + "id": 2200, + "name": "Burnt crunchies", + "examine": "Swap this note at any bank for a Burnt crunchies." + }, + { + "id": 2201, + "name": "Half baked crunchy", + "examine": "This crunchy is in the early stages of preparation." + }, + { + "id": 2202, + "name": "Raw crunchies", + "examine": "These crunchies need cooking." + }, + { + "id": 2203, + "name": "Unfinished crunchy", + "examine": "These crunchies are just missing those little finishing touches." + }, + { + "id": 2204, + "name": "Unfinished crunchy", + "examine": "Swap this note at any bank for an Unfinished crunchy." + }, + { + "id": 2205, + "name": "Worm crunchies", + "examine": "It actually smells quite good." + }, + { + "id": 2206, + "name": "Worm crunchies", + "examine": "Swap this note at any bank for a Worm crunchies." + }, + { + "id": 2207, + "name": "Unfinished crunchy", + "examine": "These crunchies are just missing those little finishing touches." + }, + { + "id": 2208, + "name": "Unfinished crunchy", + "examine": "Swap this note at any bank for an Unfinished crunchy." + }, + { + "id": 2209, + "name": "Chocchip crunchies", + "examine": "Yum... smells good." + }, + { + "id": 2210, + "name": "Chocchip crunchies", + "examine": "Swap this note at any bank for a Chocchip crunchies." + }, + { + "id": 2211, + "name": "Unfinished crunchy", + "examine": "These crunchies are just missing those little finishing touches." + }, + { + "id": 2212, + "name": "Unfinished crunchy", + "examine": "Swap this note at any bank for an Unfinished crunchy." + }, + { + "id": 2213, + "name": "Spicy crunchies", + "examine": "Yum... smells good." + }, + { + "id": 2214, + "name": "Spicy crunchies", + "examine": "Swap this note at any bank for a Spicy crunchies." + }, + { + "id": 2215, + "name": "Unfinished crunchy", + "examine": "These crunchies are just missing those little finishing touches." + }, + { + "id": 2216, + "name": "Unfinished crunchy", + "examine": "Swap this note at any bank for an Unfinished crunchy." + }, + { + "id": 2217, + "name": "Toad crunchies", + "examine": "It actually smells quite good." + }, + { + "id": 2218, + "name": "Toad crunchies", + "examine": "Swap this note at any bank for a Toad crunchies." + }, + { + "id": 2219, + "name": "Worm batta", + "examine": "It actually smells quite good." + }, + { + "id": 2220, + "name": "Worm batta", + "examine": "Swap this note at any bank for a Worm batta." + }, + { + "id": 2221, + "name": "Toad batta", + "examine": "It actually smells quite good." + }, + { + "id": 2222, + "name": "Toad batta", + "examine": "Swap this note at any bank for a Toad batta." + }, + { + "id": 2223, + "name": "Cheese+tom batta", + "examine": "This smells really good." + }, + { + "id": 2224, + "name": "Cheese+tom batta", + "examine": "Swap this note at any bank for a Cheese+tom batta." + }, + { + "id": 2225, + "name": "Fruit batta", + "examine": "It actually smells quite good." + }, + { + "id": 2226, + "name": "Fruit batta", + "examine": "Swap this note at any bank for a Fruit batta." + }, + { + "id": 2227, + "name": "Vegetable batta", + "examine": "Well... it looks healthy." + }, + { + "id": 2228, + "name": "Vegetable batta", + "examine": "Swap this note at any bank for a Vegetable batta." + }, + { + "id": 2229, + "name": "Chocolate bomb", + "examine": "Looks great!" + }, + { + "id": 2230, + "name": "Chocolate bomb", + "examine": "Swap this note at any bank for a Chocolate bomb." + }, + { + "id": 2231, + "name": "Tangled toad's legs", + "examine": "It actually smells quite good." + }, + { + "id": 2232, + "name": "Tangled toad's legs", + "examine": "Swap this note at any bank for a Tangled toad's legs." + }, + { + "id": 2233, + "name": "Worm hole", + "examine": "It actually smells quite good." + }, + { + "id": 2234, + "name": "Worm hole", + "examine": "Swap this note at any bank for a Worm hole." + }, + { + "id": 2235, + "name": "Veg ball", + "examine": "This looks pretty healthy." + }, + { + "id": 2236, + "name": "Veg ball", + "examine": "Swap this note at any bank for a Veg ball." + }, + { + "id": 2237, + "name": "Worm crunchies", + "examine": "It actually smells quite good." + }, + { + "id": 2238, + "name": "Worm crunchies", + "examine": "Swap this note at any bank for a Worm crunchies." + }, + { + "id": 2239, + "name": "Chocchip crunchies", + "examine": "Yum... smells good." + }, + { + "id": 2240, + "name": "Chocchip crunchies", + "examine": "Swap this note at any bank for a Chocchip crunchies." + }, + { + "id": 2241, + "name": "Spicy crunchies", + "examine": "Yum... smells good." + }, + { + "id": 2242, + "name": "Spicy crunchies", + "examine": "Swap this note at any bank for a Spicy crunchies." + }, + { + "id": 2243, + "name": "Toad crunchies", + "examine": "It actually smells quite good." + }, + { + "id": 2244, + "name": "Toad crunchies", + "examine": "Swap this note at any bank for a Toad crunchies." + }, + { + "id": 2245, + "name": "Odd batta", + "examine": "This batta doesn't look very appetising." + }, + { + "id": 2246, + "name": "Odd batta", + "examine": "Swap this note at any bank for an Odd batta." + }, + { + "id": 2247, + "name": "Burnt batta", + "examine": "This batta has been burnt to a cinder." + }, + { + "id": 2248, + "name": "Burnt batta", + "examine": "Swap this note at any bank for a Burnt batta." + }, + { + "id": 2249, + "name": "Half baked batta", + "examine": "This gnome batta is in the early stages of preparation." + }, + { + "id": 2250, + "name": "Raw batta", + "examine": "This gnome batta needs cooking." + }, + { + "id": 2251, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2252, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2253, + "name": "Worm batta", + "examine": "It actually smells quite good." + }, + { + "id": 2254, + "name": "Worm batta", + "examine": "Swap this note at any bank for a Worm batta." + }, + { + "id": 2255, + "name": "Toad batta", + "examine": "It actually smells quite good." + }, + { + "id": 2256, + "name": "Toad batta", + "examine": "Swap this note at any bank for a Toad batta." + }, + { + "id": 2257, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2258, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2259, + "name": "Cheese+tom batta", + "examine": "This smells really good." + }, + { + "id": 2260, + "name": "Cheese+tom batta", + "examine": "Swap this note at any bank for a Cheese+tom batta." + }, + { + "id": 2261, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2262, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2263, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2264, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2265, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2266, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2267, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2268, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2269, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2270, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2271, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2272, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2273, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2274, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2275, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2276, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2277, + "name": "Fruit batta", + "examine": "It actually smells quite good." + }, + { + "id": 2278, + "name": "Fruit batta", + "examine": "Swap this note at any bank for a Fruit batta." + }, + { + "id": 2279, + "name": "Unfinished batta", + "examine": "This batta is just missing those little finishing touches." + }, + { + "id": 2280, + "name": "Unfinished batta", + "examine": "Swap this note at any bank for an Unfinished batta." + }, + { + "id": 2281, + "name": "Vegetable batta", + "examine": "Well... it looks healthy." + }, + { + "id": 2282, + "name": "Vegetable batta", + "examine": "Swap this note at any bank for a Vegetable batta." + }, + { + "id": 2283, + "name": "Pizza base", + "examine": "I need to add some tomato next." + }, + { + "id": 2284, + "name": "Pizza base", + "examine": "Swap this note at any bank for a Pizza base." + }, + { + "id": 2285, + "name": "Incomplete pizza", + "examine": "I need to add some cheese next." + }, + { + "id": 2286, + "name": "Incomplete pizza", + "examine": "Swap this note at any bank for an Incomplete pizza." + }, + { + "id": 2287, + "name": "Uncooked pizza", + "examine": "This needs cooking." + }, + { + "id": 2288, + "name": "Uncooked pizza", + "examine": "Swap this note at any bank for an Uncooked pizza." + }, + { + "id": 2289, + "name": "Plain pizza", + "examine": "A cheese and tomato pizza." + }, + { + "id": 2290, + "name": "Plain pizza", + "examine": "Swap this note at any bank for a Plain pizza." + }, + { + "id": 2291, + "name": "1/2 plain pizza", + "examine": "Half of this pizza has been eaten." + }, + { + "id": 2292, + "name": "1/2 plain pizza", + "examine": "Swap this note at any bank for a 1/2 plain pizza." + }, + { + "id": 2293, + "name": "Meat pizza", + "examine": "A pizza with bits of meat on it." + }, + { + "id": 2294, + "name": "Meat pizza", + "examine": "Swap this note at any bank for a Meat pizza." + }, + { + "id": 2295, + "name": "1/2 meat pizza", + "examine": "Half of this pizza has been eaten." + }, + { + "id": 2296, + "name": "1/2 meat pizza", + "examine": "Swap this note at any bank for a 1/2 meat pizza." + }, + { + "id": 2297, + "name": "Anchovy pizza", + "examine": "A pizza with anchovies." + }, + { + "id": 2298, + "name": "Anchovy pizza", + "examine": "Swap this note at any bank for an Anchovy pizza." + }, + { + "id": 2299, + "name": "1/2 anchovy pizza", + "examine": "Half of this pizza has been eaten." + }, + { + "id": 2300, + "name": "1/2 anchovy pizza", + "examine": "Swap this note at any bank for a 1/2 anchovy pizza." + }, + { + "id": 2301, + "name": "Pineapple pizza", + "examine": "A tropicana pizza." + }, + { + "id": 2302, + "name": "Pineapple pizza", + "examine": "Swap this note at any bank for a Pineapple pizza." + }, + { + "id": 2303, + "name": "1/2pineapple pizza", + "examine": "Half of this pizza has been eaten." + }, + { + "id": 2304, + "name": "1/2pineapple pizza", + "examine": "Swap this note at any bank for a 1/2pineapple pizza." + }, + { + "id": 2305, + "name": "Burnt pizza", + "examine": "Oh dear!" + }, + { + "id": 2306, + "name": "Burnt pizza", + "examine": "Swap this note at any bank for a Burnt pizza." + }, + { + "id": 2307, + "name": "Bread dough", + "examine": "Some uncooked dough." + }, + { + "id": 2308, + "name": "Bread dough", + "examine": "Swap this note at any bank for a Bread dough." + }, + { + "id": 2309, + "name": "Bread", + "examine": "Nice crispy bread." + }, + { + "id": 2310, + "name": "Bread", + "examine": "Swap this note at any bank for a Bread." + }, + { + "id": 2311, + "name": "Burnt bread", + "examine": "Nice crispy bread. Possibly too crispy." + }, + { + "id": 2312, + "name": "Burnt bread", + "examine": "Swap this note at any bank for a Burnt bread." + }, + { + "id": 2313, + "name": "Pie dish", + "examine": "Deceptively pie shaped." + }, + { + "id": 2314, + "name": "Pie dish", + "examine": "Swap this note at any bank for a Pie dish." + }, + { + "id": 2315, + "name": "Pie shell", + "examine": "I need to find a filling for this pie." + }, + { + "id": 2316, + "name": "Pie shell", + "examine": "Swap this note at any bank for a Pie shell." + }, + { + "id": 2317, + "name": "Uncooked apple pie", + "examine": "This would be much tastier cooked." + }, + { + "id": 2318, + "name": "Uncooked apple pie", + "examine": "Swap this note at any bank for an Uncooked apple pie." + }, + { + "id": 2319, + "name": "Uncooked meat pie", + "examine": "This would be much healthier cooked." + }, + { + "id": 2320, + "name": "Uncooked meat pie", + "examine": "Swap this note at any bank for an Uncooked meat pie." + }, + { + "id": 2321, + "name": "Uncooked berry pie", + "examine": "This would be much more appetising cooked." + }, + { + "id": 2322, + "name": "Uncooked berry pie", + "examine": "Swap this note at any bank for an Uncooked berry pie." + }, + { + "id": 2323, + "name": "Apple pie", + "examine": "Mmm Apple pie." + }, + { + "id": 2324, + "name": "Apple pie", + "examine": "Swap this note at any bank for an Apple pie." + }, + { + "id": 2325, + "name": "Redberry pie", + "examine": "Looks tasty." + }, + { + "id": 2326, + "name": "Redberry pie", + "examine": "Swap this note at any bank for a Redberry pie." + }, + { + "id": 2327, + "name": "Meat pie", + "examine": "Not for vegetarians." + }, + { + "id": 2328, + "name": "Meat pie", + "examine": "Swap this note at any bank for a Meat pie." + }, + { + "id": 2329, + "name": "Burnt pie", + "examine": "I think I left it on the stove too long." + }, + { + "id": 2330, + "name": "Burnt pie", + "examine": "Swap this note at any bank for a Burnt pie." + }, + { + "id": 2331, + "name": "Half a meat pie", + "examine": "Half of it is suitable for vegetarians." + }, + { + "id": 2332, + "name": "Half a meat pie", + "examine": "Swap this note at any bank for a Half a meat pie." + }, + { + "id": 2333, + "name": "Half a redberry pie", + "examine": "So tasty I kept some for later." + }, + { + "id": 2334, + "name": "Half a redberry pie", + "examine": "Swap this note at any bank for a Half a redberry pie." + }, + { + "id": 2335, + "name": "Half an apple pie", + "examine": "Mmm half an apple pie." + }, + { + "id": 2336, + "name": "Half an apple pie", + "examine": "Swap this note at any bank for a Half an apple pie." + }, + { + "id": 2337, + "name": "Raw oomlie", + "examine": "Raw meat from the oomlie bird." + }, + { + "id": 2338, + "name": "Raw oomlie", + "examine": "Swap this note at any bank for a Raw oomlie." + }, + { + "id": 2339, + "name": "Palm leaf", + "examine": "A thick green palm leaf used by natives to cook meat in." + }, + { + "id": 2340, + "name": "Palm leaf", + "examine": "Swap this note at any bank for a Palm leaf." + }, + { + "id": 2341, + "name": "Wrapped oomlie", + "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked." + }, + { + "id": 2342, + "name": "Wrapped oomlie", + "examine": "Swap this note at any bank for a Wrapped oomlie." + }, + { + "id": 2343, + "name": "Cooked oomlie wrap", + "examine": "Deliciously cooked oomlie meat in a palm leaf pouch." + }, + { + "id": 2344, + "name": "Cooked oomlie wrap", + "examine": "Swap this note at any bank for a Cooked oomlie wrap." + }, + { + "id": 2345, + "name": "Burnt oomlie wrap", + "examine": "Burnt oomlie meat in a palm leaf pouch." + }, + { + "id": 2346, + "name": "Burnt oomlie wrap", + "examine": "Swap this note at any bank for a Burnt oomlie wrap." + }, + { + "id": 2347, + "name": "Hammer", + "examine": "Good for hitting things!" + }, + { + "id": 2348, + "name": "Hammer", + "examine": "Swap this note at any bank for a Hammer." + }, + { + "id": 2349, + "name": "Bronze bar", + "examine": "It's a bar of bronze." + }, + { + "id": 2350, + "name": "Bronze bar", + "examine": "Swap this note at any bank for a Bronze bar." + }, + { + "id": 2351, + "name": "Iron bar", + "examine": "It's a bar of iron." + }, + { + "id": 2352, + "name": "Iron bar", + "examine": "Swap this note at any bank for an Iron bar." + }, + { + "id": 2353, + "name": "Steel bar", + "examine": "It's a bar of steel." + }, + { + "id": 2354, + "name": "Steel bar", + "examine": "Swap this note at any bank for a Steel bar." + }, + { + "id": 2355, + "name": "Silver bar", + "examine": "It's a bar of silver." + }, + { + "id": 2356, + "name": "Silver bar", + "examine": "Swap this note at any bank for a Silver bar." + }, + { + "id": 2357, + "name": "Gold bar", + "examine": "It's a bar of gold." + }, + { + "id": 2358, + "name": "Gold bar", + "examine": "Swap this note at any bank for a Gold bar." + }, + { + "id": 2359, + "name": "Mithril bar", + "examine": "It's a bar of mithril." + }, + { + "id": 2360, + "name": "Mithril bar", + "examine": "Swap this note at any bank for a Mithril bar." + }, + { + "id": 2361, + "name": "Adamantite bar", + "examine": "It's a bar of adamantite." + }, + { + "id": 2362, + "name": "Adamantite bar", + "examine": "Swap this note at any bank for an Adamantite bar." + }, + { + "id": 2363, + "name": "Runite bar", + "examine": "It's a bar of runite." + }, + { + "id": 2364, + "name": "Runite bar", + "examine": "Swap this note at any bank for a Runite bar." + }, + { + "id": 2365, + "name": "'perfect' gold bar", + "examine": "It's a bar of 'perfect' gold." + }, + { + "id": 2366, + "name": "Shield left half", + "examine": "The left half of a dragon square shield." + }, + { + "id": 2367, + "name": "Shield left half", + "examine": "Swap this note at any bank for a Shield left half." + }, + { + "id": 2368, + "name": "Shield right half", + "examine": "The right half of a dragon square shield." + }, + { + "id": 2369, + "name": "Shield right half", + "examine": "Swap this note at any bank for a Shield right half." + }, + { + "id": 2370, + "name": "Steel studs", + "examine": "A set of studs for leather armour." + }, + { + "id": 2371, + "name": "Steel studs", + "examine": "Swap this note at any bank for a Steel studs." + }, + { + "id": 2372, + "name": "Ogre relic", + "examine": "An old statue of an ogre warrior." + }, + { + "id": 2373, + "name": "Relic part 1", + "examine": "Part of an ogre relic." + }, + { + "id": 2374, + "name": "Relic part 2", + "examine": "Part of an ogre relic." + }, + { + "id": 2375, + "name": "Relic part 3", + "examine": "Part of an ogre relic." + }, + { + "id": 2376, + "name": "Skavid map", + "examine": "It's a map." + }, + { + "id": 2377, + "name": "Ogre tooth", + "examine": "Very tooth like." + }, + { + "id": 2378, + "name": "Toban's key", + "examine": "Formerly the property of Toban the ogre." + }, + { + "id": 2379, + "name": "Rock cake", + "examine": "Handy if you want to break all your teeth." + }, + { + "id": 2380, + "name": "Crystal", + "examine": "Powers the Watchtower in Yanille." + }, + { + "id": 2381, + "name": "Crystal", + "examine": "Powers the Watchtower in Yanille." + }, + { + "id": 2382, + "name": "Crystal", + "examine": "Powers the Watchtower in Yanille." + }, + { + "id": 2383, + "name": "Crystal", + "examine": "Powers the Watchtower in Yanille." + }, + { + "id": 2384, + "name": "Finger nails", + "examine": "Eeeeyeeew!" + }, + { + "id": 2385, + "name": "Old robe", + "examine": "I can't wear this old thing." + }, + { + "id": 2386, + "name": "Unusual armour", + "examine": "Looks kind of useless..." + }, + { + "id": 2387, + "name": "Damaged dagger", + "examine": "Pointy." + }, + { + "id": 2388, + "name": "Tattered eye patch", + "examine": "Useless as an eyepatch." + }, + { + "id": 2389, + "name": "Vial", + "examine": "An infusion of water and jangerberries." + }, + { + "id": 2390, + "name": "Vial", + "examine": "A mixture of jangerberries and guam leaves in a vial." + }, + { + "id": 2391, + "name": "Ground bat bones", + "examine": "Let's see it fly now!" + }, + { + "id": 2392, + "name": "Ground bat bones", + "examine": "Swap this note at any bank for a Ground bat bones." + }, + { + "id": 2393, + "name": "Gold", + "examine": "It's a stolen bar of gold." + }, + { + "id": 2394, + "name": "Potion", + "examine": "A strange brew." + }, + { + "id": 2395, + "name": "Magic ogre potion", + "examine": "A dangerous magical liquid." + }, + { + "id": 2396, + "name": "Spell scroll", + "examine": "A spell is written on this parchment." + }, + { + "id": 2397, + "name": "Shaman robe", + "examine": "A tattered old robe." + }, + { + "id": 2398, + "name": "Nightshade", + "examine": "Deadly!" + }, + { + "id": 2399, + "name": "Key", + "examine": "A key given to me by Wizard Traiborn." + }, + { + "id": 2400, + "name": "Key", + "examine": "A key given to me by Captain Rovin." + }, + { + "id": 2401, + "name": "Key", + "examine": "A key I found in a drain." + }, + { + "id": 2402, + "name": "Silverlight", + "examine": "The magical sword 'Silverlight'." + }, + { + "id": 2403, + "name": "Hazeel scroll", + "examine": "Scroll containing a powerful enchantment of restoration." + }, + { + "id": 2404, + "name": "Chest key", + "examine": "This key opens a chest in the Carnillean household." + }, + { + "id": 2405, + "name": "Carnillean armour", + "examine": "Decorative armour; an heirloom of the Carnillean family." + }, + { + "id": 2406, + "name": "Hazeel's mark", + "examine": "A sign of my commitment to Hazeel." + }, + { + "id": 2407, + "name": "Ball", + "examine": "A child's ball." + }, + { + "id": 2408, + "name": "Diary", + "examine": "A daily journal." + }, + { + "id": 2409, + "name": "Door key", + "examine": "A key to the Witch's house's front door." + }, + { + "id": 2410, + "name": "Magnet", + "examine": "A very attractive magnet." + }, + { + "id": 2411, + "name": "Key", + "examine": "A key to the Witch's shed." + }, + { + "id": 2412, + "name": "Saradomin cape", + "examine": "A cape from the almighty god Saradomin." + }, + { + "id": 2413, + "name": "Guthix cape", + "examine": "A cape from the almighty god Guthix." + }, + { + "id": 2414, + "name": "Zamorak cape", + "examine": "A cape from the almighty god Zamorak." + }, + { + "id": 2415, + "name": "Saradomin staff", + "examine": "A magical staff imbued with the power of Saradomin." + }, + { + "id": 2416, + "name": "Guthix staff", + "examine": "A magical staff imbued with the power of Guthix." + }, + { + "id": 2417, + "name": "Zamorak staff", + "examine": "A magical staff imbued with the power of Zamorak." + }, + { + "id": 2418, + "name": "Bronze key", + "examine": "A heavy key made of bronze." + }, + { + "id": 2419, + "name": "Wig", + "examine": "A wig that has been dyed slightly blonde." + }, + { + "id": 2420, + "name": "Brass monkey", + "examine": "Suffers in cold weather." + }, + { + "id": 2421, + "name": "Wig", + "examine": "A grey woollen wig." + }, + { + "id": 2422, + "name": "Blue partyhat", + "examine": "A nice hat from a cracker." + }, + { + "id": 2423, + "name": "Key print", + "examine": "An imprint of a key in a lump of clay." + }, + { + "id": 2424, + "name": "Paste", + "examine": "A bottle of skin coloured paste." + }, + { + "id": 2425, + "name": "Orbital knife", + "examine": "On average, it's accurate." + }, + { + "id": 2426, + "name": "Burnt oomlie", + "examine": "Oh dear, it's totally burnt!" + }, + { + "id": 2427, + "name": "Burnt oomlie", + "examine": "Swap this note at any bank for a Burnt oomlie." + }, + { + "id": 2428, + "name": "Attack potion(4)", + "examine": "4 doses of attack potion." + }, + { + "id": 2429, + "name": "Attack potion(4)", + "examine": "Swap this note at any bank for an Attack potion(4)." + }, + { + "id": 2430, + "name": "Restore potion(4)", + "examine": "4 doses of stat restoration potion." + }, + { + "id": 2431, + "name": "Restore potion(4)", + "examine": "Swap this note at any bank for a Restore potion(4)." + }, + { + "id": 2432, + "name": "Defence potion(4)", + "examine": "4 doses of defence potion." + }, + { + "id": 2433, + "name": "Defence potion(4)", + "examine": "Swap this note at any bank for a Defence potion(4)." + }, + { + "id": 2434, + "name": "Prayer potion(4)", + "examine": "4 doses of restore prayer potion." + }, + { + "id": 2435, + "name": "Prayer potion(4)", + "examine": "Swap this note at any bank for a Prayer potion(4)." + }, + { + "id": 2436, + "name": "Super attack(4)", + "examine": "4 doses of super attack potion." + }, + { + "id": 2437, + "name": "Super attack(4)", + "examine": "Swap this note at any bank for a Super attack(4)." + }, + { + "id": 2438, + "name": "Fishing potion(4)", + "examine": "4 doses of fishing potion." + }, + { + "id": 2439, + "name": "Fishing potion(4)", + "examine": "Swap this note at any bank for a Fishing potion(4)." + }, + { + "id": 2440, + "name": "Super strength(4)", + "examine": "4 doses of super strength potion." + }, + { + "id": 2441, + "name": "Super strength(4)", + "examine": "Swap this note at any bank for a Super strength(4)." + }, + { + "id": 2442, + "name": "Super defence(4)", + "examine": "4 doses of super defence potion." + }, + { + "id": 2443, + "name": "Super defence(4)", + "examine": "Swap this note at any bank for a Super defence(4)." + }, + { + "id": 2444, + "name": "Ranging potion(4)", + "examine": "4 doses of ranging potion." + }, + { + "id": 2445, + "name": "Ranging potion(4)", + "examine": "Swap this note at any bank for a Ranging potion(4)." + }, + { + "id": 2446, + "name": "Antipoison(4)", + "examine": "4 doses of antipoison potion." + }, + { + "id": 2447, + "name": "Antipoison(4)", + "examine": "Swap this note at any bank for an Antipoison(4)." + }, + { + "id": 2448, + "name": "Superantipoison(4)", + "examine": "4 doses of super antipoison potion." + }, + { + "id": 2449, + "name": "Superantipoison(4)", + "examine": "Swap this note at any bank for a Superantipoison(4)." + }, + { + "id": 2450, + "name": "Zamorak brew(4)", + "examine": "4 doses of Zamorak Brew." + }, + { + "id": 2451, + "name": "Zamorak brew(4)", + "examine": "Swap this note at any bank for a Zamorak brew(4)." + }, + { + "id": 2452, + "name": "Antifire potion(4)", + "examine": "4 doses of anti-firebreath potion." + }, + { + "id": 2453, + "name": "Antifire potion(4)", + "examine": "Swap this note at any bank for an Antifire potion(4)." + }, + { + "id": 2454, + "name": "Antifire potion(3)", + "examine": "3 doses of anti-firebreath potion." + }, + { + "id": 2455, + "name": "Antifire potion(3)", + "examine": "Swap this note at any bank for an Antifire potion(3)." + }, + { + "id": 2456, + "name": "Antifire potion(2)", + "examine": "2 doses of anti-firebreath potion." + }, + { + "id": 2457, + "name": "Antifire potion(2)", + "examine": "Swap this note at any bank for an Antifire potion(2)." + }, + { + "id": 2458, + "name": "Antifire potion(1)", + "examine": "1 dose of anti-firebreath potion." + }, + { + "id": 2459, + "name": "Antifire potion(1)", + "examine": "Swap this note at any bank for an Antifire potion(1)." + }, + { + "id": 2460, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2461, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2462, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2463, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2464, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2465, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2466, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2467, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2468, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2469, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2470, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2471, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2472, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2473, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2474, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2475, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2476, + "name": "Flowers", + "examine": "A posy of flowers." + }, + { + "id": 2477, + "name": "Flowers", + "examine": "Swap this note at any bank for a Flowers." + }, + { + "id": 2478, + "name": "Fish food", + "examine": "Swap this note at any bank for a Fish food." + }, + { + "id": 2479, + "name": "Poison", + "examine": "Swap this note at any bank for a Poison." + }, + { + "id": 2480, + "name": "Firestarter", + "examine": "Distorted." + }, + { + "id": 2481, + "name": "Lantadyme", + "examine": "A powerful herb." + }, + { + "id": 2482, + "name": "Lantadyme", + "examine": "Swap this note at any bank for a Lantadyme." + }, + { + "id": 2483, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Lantadyme potion." + }, + { + "id": 2484, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 2485, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 2486, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 2487, + "name": "Blue d'hide vamb", + "examine": "Vambraces made from 100% real dragonhide." + }, + { + "id": 2488, + "name": "Blue d'hide vamb", + "examine": "Swap this note at any bank for a Blue d'hide vamb." + }, + { + "id": 2489, + "name": "Red d'hide vamb", + "examine": "Vambraces made from 100% real dragonhide." + }, + { + "id": 2490, + "name": "Red d'hide vamb", + "examine": "Swap this note at any bank for a Red d'hide vamb." + }, + { + "id": 2491, + "name": "Black d'hide vamb", + "examine": "Vambraces made from 100% real dragonhide." + }, + { + "id": 2492, + "name": "Black d'hide vamb", + "examine": "Swap this note at any bank for a Black d'hide vamb." + }, + { + "id": 2493, + "name": "Blue d'hide chaps", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2494, + "name": "Blue d'hide chaps", + "examine": "Swap this note at any bank for a Blue d'hide chaps." + }, + { + "id": 2495, + "name": "Red d'hide chaps", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2496, + "name": "Red d'hide chaps", + "examine": "Swap this note at any bank for a Red d'hide chaps." + }, + { + "id": 2497, + "name": "Black d'hide chaps", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2498, + "name": "Black d'hide chaps", + "examine": "Swap this note at any bank for a Black d'hide chaps." + }, + { + "id": 2499, + "name": "Blue d'hide body", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2500, + "name": "Blue d'hide body", + "examine": "Swap this note at any bank for a Blue d'hide body." + }, + { + "id": 2501, + "name": "Red d'hide body", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2502, + "name": "Red d'hide body", + "examine": "Swap this note at any bank for a Red d'hide body." + }, + { + "id": 2503, + "name": "Black d'hide body", + "examine": "Made from 100% real dragonhide." + }, + { + "id": 2504, + "name": "Black d'hide body", + "examine": "Swap this note at any bank for a Black d'hide body." + }, + { + "id": 2505, + "name": "Blue d-leather", + "examine": "It's a piece of prepared blue dragonhide." + }, + { + "id": 2506, + "name": "Blue d-leather", + "examine": "Swap this note at any bank for a Blue d-leather." + }, + { + "id": 2507, + "name": "Red dragon leather", + "examine": "It's a piece of prepared red dragonhide." + }, + { + "id": 2508, + "name": "Red dragon leather", + "examine": "Swap this note at any bank for a Red dragon leather." + }, + { + "id": 2509, + "name": "Black d-leather", + "examine": "It's a piece of prepared black dragonhide." + }, + { + "id": 2510, + "name": "Black d-leather", + "examine": "Swap this note at any bank for a Black d-leather." + }, + { + "id": 2511, + "name": "Logs", + "examine": "A number of wooden logs." + }, + { + "id": 2512, + "name": "Box of delights", + "examine": "What could be in here?" + }, + { + "id": 2513, + "name": "Waste disposal", + "examine": "Gets rid of all that nasty kitchen waste." + }, + { + "id": 2514, + "name": "Raw shrimps", + "examine": "I should try cooking this." + }, + { + "id": 2515, + "name": "Raw shrimps", + "examine": "Swap this note at any bank for a Raw shrimps." + }, + { + "id": 2516, + "name": "Pot of flour", + "examine": "There is flour in this pot." + }, + { + "id": 2517, + "name": "Pot of flour", + "examine": "Swap this note at any bank for a Pot of flour." + }, + { + "id": 2518, + "name": "Rotten tomato", + "examine": "Pretty smelly." + }, + { + "id": 2519, + "name": "Rotten tomato", + "examine": "Swap this note at any bank for a Rotten tomato." + }, + { + "id": 2520, + "name": "Toy horsey", + "examine": "A brown toy horse." + }, + { + "id": 2521, + "name": "Toy horsey", + "examine": "Swap this note at any bank for a Toy horsey." + }, + { + "id": 2522, + "name": "Toy horsey", + "examine": "A white toy horse." + }, + { + "id": 2523, + "name": "Toy horsey", + "examine": "Swap this note at any bank for a Toy horsey." + }, + { + "id": 2524, + "name": "Toy horsey", + "examine": "A black toy horse." + }, + { + "id": 2525, + "name": "Toy horsey", + "examine": "Swap this note at any bank for a Toy horsey." + }, + { + "id": 2526, + "name": "Toy horsey", + "examine": "A grey toy horse." + }, + { + "id": 2527, + "name": "Toy horsey", + "examine": "Swap this note at any bank for a Toy horsey." + }, + { + "id": 2528, + "name": "Lamp", + "examine": "Wonder what happens if I rub it..." + }, + { + "id": 2529, + "name": "Orb of light", + "examine": "A magical sphere that glimmers within." + }, + { + "id": 2530, + "name": "Bones", + "examine": "Bones are for burying!" + }, + { + "id": 2531, + "name": "Bones", + "examine": "Swap this note at any bank for a Bones." + }, + { + "id": 2532, + "name": "Iron fire arrows", + "examine": "Arrows with iron heads and oil soaked cloth." + }, + { + "id": 2533, + "name": "Iron fire arrows", + "examine": "These iron headed arrows are ablaze with fire." + }, + { + "id": 2534, + "name": "Steel fire arrows", + "examine": "Arrows with steel heads and oil soaked cloth." + }, + { + "id": 2535, + "name": "Steel fire arrows", + "examine": "These steel headed arrows are ablaze with fire." + }, + { + "id": 2536, + "name": "Mithril fire arrows", + "examine": "Arrows with mithril heads and oil soaked cloth." + }, + { + "id": 2537, + "name": "Mithril fire arrows", + "examine": "These mithril headed arrows are ablaze with fire." + }, + { + "id": 2538, + "name": "Adamnt fire arrows", + "examine": "Arrows with adamant heads and oil soaked cloth." + }, + { + "id": 2539, + "name": "Adamnt fire arrows", + "examine": "These adamant headed arrows are ablaze with fire." + }, + { + "id": 2540, + "name": "Rune fire arrows", + "examine": "Arrows with rune heads and oil soaked cloth." + }, + { + "id": 2541, + "name": "Rune fire arrows", + "examine": "These rune headed arrows are ablaze with fire." + }, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 2550, + "name": "Ring of recoil", + "examine": "An enchanted ring." + }, + { + "id": 2551, + "name": "Ring of recoil", + "examine": "Swap this note at any bank for a Ring of recoil." + }, + { + "id": 2552, + "name": "Ring of dueling(8)", + "examine": "An enchanted ring." + }, + { + "id": 2553, + "name": "Ring of dueling(8)", + "examine": "Swap this note at any bank for a Ring of dueling(8)." + }, + { + "id": 2554, + "name": "Ring of dueling(7)", + "examine": "An enchanted ring." + }, + { + "id": 2555, + "name": "Ring of dueling(7)", + "examine": "Swap this note at any bank for a Ring of dueling(7)." + }, + { + "id": 2556, + "name": "Ring of dueling(6)", + "examine": "An enchanted ring." + }, + { + "id": 2557, + "name": "Ring of dueling(6)", + "examine": "Swap this note at any bank for a Ring of dueling(6)." + }, + { + "id": 2558, + "name": "Ring of dueling(5)", + "examine": "An enchanted ring." + }, + { + "id": 2559, + "name": "Ring of dueling(5)", + "examine": "Swap this note at any bank for a Ring of dueling(5)." + }, + { + "id": 2560, + "name": "Ring of dueling(4)", + "examine": "An enchanted ring." + }, + { + "id": 2561, + "name": "Ring of dueling(4)", + "examine": "Swap this note at any bank for a Ring of dueling(4)." + }, + { + "id": 2562, + "name": "Ring of dueling(3)", + "examine": "An enchanted ring." + }, + { + "id": 2563, + "name": "Ring of dueling(3)", + "examine": "Swap this note at any bank for a Ring of dueling(3)." + }, + { + "id": 2564, + "name": "Ring of dueling(2)", + "examine": "An enchanted ring." + }, + { + "id": 2565, + "name": "Ring of dueling(2)", + "examine": "Swap this note at any bank for a Ring of dueling(2)." + }, + { + "id": 2566, + "name": "Ring of dueling(1)", + "examine": "An enchanted ring." + }, + { + "id": 2567, + "name": "Ring of dueling(1)", + "examine": "Swap this note at any bank for a Ring of dueling(1)." + }, + { + "id": 2568, + "name": "Ring of forging", + "examine": "An enchanted ring." + }, + { + "id": 2569, + "name": "Ring of forging", + "examine": "Swap this note at any bank for a Ring of forging." + }, + { + "id": 2570, + "name": "Ring of life", + "examine": "An enchanted ring." + }, + { + "id": 2571, + "name": "Ring of life", + "examine": "Swap this note at any bank for a Ring of life." + }, + { + "id": 2572, + "name": "Ring of wealth", + "examine": "An enchanted ring." + }, + { + "id": 2573, + "name": "Ring of wealth", + "examine": "Swap this note at any bank for a Ring of wealth." + }, + { + "id": 2574, + "name": "Sextant", + "examine": "Used by navigators to find their position in RuneScape." + }, + { + "id": 2575, + "name": "Watch", + "examine": "A fine looking time piece." + }, + { + "id": 2576, + "name": "Chart", + "examine": "A navigator's chart of RuneScape." + }, + { + "id": 2577, + "name": "Ranger boots", + "examine": "Lightweight boots ideal for rangers." + }, + { + "id": 2578, + "name": "Ranger boots", + "examine": "Swap this note at any bank for a Ranger boots." + }, + { + "id": 2579, + "name": "Wizard boots", + "examine": "Slightly magical boots." + }, + { + "id": 2580, + "name": "Wizard boots", + "examine": "Swap this note at any bank for a Wizard boots." + }, + { + "id": 2581, + "name": "Robin hood hat", + "examine": "Endorsed by Robin Hood." + }, + { + "id": 2582, + "name": "Robin hood hat", + "examine": "Swap this note at any bank for a Robin hood hat." + }, + { + "id": 2583, + "name": "Black platebody (t)", + "examine": "Black plate body with trim." + }, + { + "id": 2584, + "name": "Black platebody (t)", + "examine": "Swap this note at any bank for a Black platebody (t)." + }, + { + "id": 2585, + "name": "Black platelegs (t)", + "examine": "Black platelegs with trim." + }, + { + "id": 2586, + "name": "Black platelegs (t)", + "examine": "Swap this note at any bank for a Black platelegs (t)." + }, + { + "id": 2587, + "name": "Black full helm (t)", + "examine": "Black full helm with trim." + }, + { + "id": 2588, + "name": "Black full helm (t)", + "examine": "Swap this note at any bank for a Black full helm (t)." + }, + { + "id": 2589, + "name": "Black kiteshield (t)", + "examine": "Black kiteshield with trim." + }, + { + "id": 2590, + "name": "Black kiteshield (t)", + "examine": "Swap this note at any bank for a Black kiteshield (t)." + }, + { + "id": 2591, + "name": "Black platebody (g)", + "examine": "Black platebody with gold trim." + }, + { + "id": 2592, + "name": "Black platebody (g)", + "examine": "Swap this note at any bank for a Black platebody (g)." + }, + { + "id": 2593, + "name": "Black platelegs (g)", + "examine": "Black platelegs with gold trim." + }, + { + "id": 2594, + "name": "Black platelegs (g)", + "examine": "Swap this note at any bank for a Black platelegs (g)." + }, + { + "id": 2595, + "name": "Black full helm (g)", + "examine": "Black full helm with gold trim." + }, + { + "id": 2596, + "name": "Black full helm (g)", + "examine": "Swap this note at any bank for a Black full helm (g)." + }, + { + "id": 2597, + "name": "Black kiteshield (g)", + "examine": "Black kiteshield with gold trim." + }, + { + "id": 2598, + "name": "Black kiteshield (g)", + "examine": "Swap this note at any bank for a Black kiteshield (g)." + }, + { + "id": 2599, + "name": "Adam platebody (t)", + "examine": "Adamant platebody with trim." + }, + { + "id": 2600, + "name": "Adam platebody (t)", + "examine": "Swap this note at any bank for an Adam platebody (t)." + }, + { + "id": 2601, + "name": "Adam platelegs (t)", + "examine": "Adamant platelegs with trim." + }, + { + "id": 2602, + "name": "Adam platelegs (t)", + "examine": "Swap this note at any bank for an Adam platelegs (t)." + }, + { + "id": 2603, + "name": "Adam kiteshield (t)", + "examine": "Adamant kiteshield with trim." + }, + { + "id": 2604, + "name": "Adam kiteshield (t)", + "examine": "Swap this note at any bank for an Adam kiteshield (t)." + }, + { + "id": 2605, + "name": "Adam full helm (t)", + "examine": "Adamant full helm with trim." + }, + { + "id": 2606, + "name": "Adam full helm (t)", + "examine": "Swap this note at any bank for an Adam full helm (t)." + }, + { + "id": 2607, + "name": "Adam platebody (g)", + "examine": "Adamant platebody with gold trim." + }, + { + "id": 2608, + "name": "Adam platebody (g)", + "examine": "Swap this note at any bank for an Adam platebody (g)." + }, + { + "id": 2609, + "name": "Adam platelegs (g)", + "examine": "Adamant platelegs with gold trim." + }, + { + "id": 2610, + "name": "Adam platelegs (g)", + "examine": "Swap this note at any bank for an Adam platelegs (g)." + }, + { + "id": 2611, + "name": "Adam kiteshield (g)", + "examine": "Adamant kiteshield with gold trim." + }, + { + "id": 2612, + "name": "Adam kiteshield (g)", + "examine": "Swap this note at any bank for an Adam kiteshield (g)." + }, + { + "id": 2613, + "name": "Adam full helm (g)", + "examine": "Adamant full helm with gold trim." + }, + { + "id": 2614, + "name": "Adam full helm (g)", + "examine": "Swap this note at any bank for an Adam full helm (g)." + }, + { + "id": 2615, + "name": "Rune platebody (g)", + "examine": "Rune plate body with gold trim." + }, + { + "id": 2616, + "name": "Rune platebody (g)", + "examine": "Swap this note at any bank for a Rune platebody (g)." + }, + { + "id": 2617, + "name": "Rune platelegs (g)", + "examine": "Rune platelegs with gold trim." + }, + { + "id": 2618, + "name": "Rune platelegs (g)", + "examine": "Swap this note at any bank for a Rune platelegs (g)." + }, + { + "id": 2619, + "name": "Rune full helm (g)", + "examine": "Rune full helm with gold trim." + }, + { + "id": 2620, + "name": "Rune full helm (g)", + "examine": "Swap this note at any bank for a Rune full helm (g)." + }, + { + "id": 2621, + "name": "Rune kiteshield (g)", + "examine": "Rune kiteshield with gold trim." + }, + { + "id": 2622, + "name": "Rune kiteshield (g)", + "examine": "Swap this note at any bank for a Rune kiteshield (g)." + }, + { + "id": 2623, + "name": "Rune platebody (t)", + "examine": "Rune platebody with trim." + }, + { + "id": 2624, + "name": "Rune platebody (t)", + "examine": "Swap this note at any bank for a Rune platebody (t)." + }, + { + "id": 2625, + "name": "Rune platelegs (t)", + "examine": "Rune platelegs with trim." + }, + { + "id": 2626, + "name": "Rune platelegs (t)", + "examine": "Swap this note at any bank for a Rune platelegs (t)." + }, + { + "id": 2627, + "name": "Rune full helm (t)", + "examine": "Rune full helm with trim." + }, + { + "id": 2628, + "name": "Rune full helm (t)", + "examine": "Swap this note at any bank for a Rune full helm (t)." + }, + { + "id": 2629, + "name": "Rune kiteshield (t)", + "examine": "Rune kiteshield with trim." + }, + { + "id": 2630, + "name": "Rune kiteshield (t)", + "examine": "Swap this note at any bank for a Rune kiteshield (t)." + }, + { + "id": 2631, + "name": "Highwayman mask", + "examine": "Your money or your life!" + }, + { + "id": 2632, + "name": "Highwayman mask", + "examine": "Swap this note at any bank for a Highwayman mask." + }, + { + "id": 2633, + "name": "Blue beret", + "examine": "Parlez-vous francais?" + }, + { + "id": 2634, + "name": "Blue beret", + "examine": "Swap this note at any bank for a Blue beret." + }, + { + "id": 2635, + "name": "Black beret", + "examine": "Parlez-vous francais?" + }, + { + "id": 2636, + "name": "Black beret", + "examine": "Swap this note at any bank for a Black beret." + }, + { + "id": 2637, + "name": "White beret", + "examine": "Parlez-vous francais?" + }, + { + "id": 2638, + "name": "White beret", + "examine": "Swap this note at any bank for a White beret." + }, + { + "id": 2639, + "name": "Tan cavalier", + "examine": "All for one and one for all!" + }, + { + "id": 2640, + "name": "Tan cavalier", + "examine": "Swap this note at any bank for a Tan cavalier." + }, + { + "id": 2641, + "name": "Dark cavalier", + "examine": "All for one and one for all!" + }, + { + "id": 2642, + "name": "Dark cavalier", + "examine": "Swap this note at any bank for a Dark cavalier." + }, + { + "id": 2643, + "name": "Black cavalier", + "examine": "All for one and one for all!" + }, + { + "id": 2644, + "name": "Black cavalier", + "examine": "Swap this note at any bank for a Black cavalier." + }, + { + "id": 2645, + "name": "Red headband", + "examine": "A minimalist's hat." + }, + { + "id": 2646, + "name": "Red headband", + "examine": "Swap this note at any bank for a Red headband." + }, + { + "id": 2647, + "name": "Black headband", + "examine": "A minimalist's hat." + }, + { + "id": 2648, + "name": "Black headband", + "examine": "Swap this note at any bank for a Black headband." + }, + { + "id": 2649, + "name": "Brown headband", + "examine": "A minimalist's hat." + }, + { + "id": 2650, + "name": "Brown headband", + "examine": "Swap this note at any bank for a Brown headband." + }, + { + "id": 2651, + "name": "Pirate's hat", + "examine": "Shiver me timbers!" + }, + { + "id": 2652, + "name": "Pirate's hat", + "examine": "Swap this note at any bank for a Pirate's hat." + }, + { + "id": 2653, + "name": "Zamorak platebody", + "examine": "Rune platebody in the colours of Zamorak." + }, + { + "id": 2654, + "name": "Zamorak platebody", + "examine": "Swap this note at any bank for a Zamorak platebody." + }, + { + "id": 2655, + "name": "Zamorak platelegs", + "examine": "Rune platelegs in the colours of Zamorak." + }, + { + "id": 2656, + "name": "Zamorak platelegs", + "examine": "Swap this note at any bank for a Zamorak platelegs." + }, + { + "id": 2657, + "name": "Zamorak full helm", + "examine": "Rune full helm in the colours of Zamorak." + }, + { + "id": 2658, + "name": "Zamorak full helm", + "examine": "Swap this note at any bank for a Zamorak full helm." + }, + { + "id": 2659, + "name": "Zamorak kiteshield", + "examine": "Rune kiteshield in the colours of Zamorak." + }, + { + "id": 2660, + "name": "Zamorak kiteshield", + "examine": "Swap this note at any bank for a Zamorak kiteshield." + }, + { + "id": 2661, + "name": "Saradomin plate", + "examine": "Rune platebody in the colours of Saradomin." + }, + { + "id": 2662, + "name": "Saradomin plate", + "examine": "Swap this note at any bank for a Saradomin plate." + }, + { + "id": 2663, + "name": "Saradomin legs", + "examine": "Rune platelegs in the colours of Saradomin." + }, + { + "id": 2664, + "name": "Saradomin legs", + "examine": "Swap this note at any bank for a Saradomin legs." + }, + { + "id": 2665, + "name": "Saradomin full", + "examine": "Rune full helm in the colours of Saradomin." + }, + { + "id": 2666, + "name": "Saradomin full", + "examine": "Swap this note at any bank for a Saradomin full." + }, + { + "id": 2667, + "name": "Saradomin kite", + "examine": "Rune kiteshield in the colours of Saradomin." + }, + { + "id": 2668, + "name": "Saradomin kite", + "examine": "Swap this note at any bank for a Saradomin kite." + }, + { + "id": 2669, + "name": "Guthix platebody", + "examine": "Rune plate body in the colours of Guthix." + }, + { + "id": 2670, + "name": "Guthix platebody", + "examine": "Swap this note at any bank for a Guthix platebody." + }, + { + "id": 2671, + "name": "Guthix platelegs", + "examine": "Rune plate legs in the colours of Guthix." + }, + { + "id": 2672, + "name": "Guthix platelegs", + "examine": "Swap this note at any bank for a Guthix platelegs." + }, + { + "id": 2673, + "name": "Guthix full helm", + "examine": "A rune full face helmet in the colours of Guthix." + }, + { + "id": 2674, + "name": "Guthix full helm", + "examine": "Swap this note at any bank for a Guthix full helm." + }, + { + "id": 2675, + "name": "Guthix kiteshield", + "examine": "Rune kiteshield in the colours of Guthix." + }, + { + "id": 2676, + "name": "Guthix kiteshield", + "examine": "Swap this note at any bank for a Guthix kiteshield." + }, + { + "id": 2677, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2678, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2679, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2680, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2681, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2682, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2683, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2684, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2685, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2686, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2687, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2688, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2689, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2690, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2691, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2692, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2693, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2694, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2695, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2696, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2697, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2698, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2699, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2700, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2701, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2702, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2703, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2704, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2705, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2706, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2707, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2708, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2709, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2710, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2711, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2712, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2713, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2714, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2715, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2716, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2717, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2718, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2719, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2720, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2721, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2722, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2723, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2724, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2725, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2726, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2727, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2728, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2729, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2730, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2731, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2732, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2733, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2734, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2735, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2736, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2737, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2738, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2739, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2740, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2741, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2742, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2743, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2744, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2745, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2746, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2747, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2748, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2749, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2750, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2751, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2752, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2753, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2754, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2755, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2756, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2757, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2758, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2759, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2760, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2761, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2762, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2763, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2764, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2765, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2766, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2767, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2768, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2769, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2770, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2771, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2772, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 2773, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2774, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2775, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2776, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2777, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2778, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2779, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2780, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2781, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2782, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2783, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2784, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2785, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2786, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2787, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2788, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2789, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2790, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2791, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2792, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2793, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2794, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2795, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 2796, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2797, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2798, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 2799, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2800, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 2801, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2802, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2803, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2804, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2805, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2806, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2807, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2808, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2809, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2810, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2811, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2812, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2813, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2814, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2815, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2816, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2817, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2818, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2819, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2820, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2821, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2822, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2823, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2824, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2825, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 2826, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2827, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2828, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2829, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 2830, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 2831, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2832, + "name": "Key", + "examine": "A key to unlock a treasure chest." + }, + { + "id": 2833, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2834, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 2835, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2836, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 2837, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2838, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 2839, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2840, + "name": "Key", + "examine": "A key to a chest." + }, + { + "id": 2841, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2842, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2843, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2844, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2845, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2846, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2847, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2848, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2849, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2850, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2851, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2852, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2853, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2854, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 2855, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2856, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2857, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2858, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 2859, + "name": "Wolf bones", + "examine": "Bones of a recently slain wolf." + }, + { + "id": 2860, + "name": "Wolf bones", + "examine": "Swap this note at any bank for a Wolf bones." + }, + { + "id": 2861, + "name": "Wolfbone arrowtips", + "examine": "I can make an ogre arrow with these." + }, + { + "id": 2862, + "name": "Achey tree logs", + "examine": "These logs are longer than normal." + }, + { + "id": 2863, + "name": "Achey tree logs", + "examine": "Swap this note at any bank for an Achey tree logs." + }, + { + "id": 2864, + "name": "Ogre arrow shaft", + "examine": "A wooden arrow shaft." + }, + { + "id": 2865, + "name": "Flighted ogre arrow", + "examine": "A wooden arrow shaft with four flights attached." + }, + { + "id": 2866, + "name": "Ogre arrow", + "examine": "A large ogre arrow with a bone tip." + }, + null, + null, + null, + null, + { + "id": 2871, + "name": "Ogre bellows", + "examine": "A large pair of ogre bellows." + }, + { + "id": 2872, + "name": "Ogre bellows (3)", + "examine": "A large pair of ogre bellows, it has three loads of swamp gas in it." + }, + { + "id": 2873, + "name": "Ogre bellows (2)", + "examine": "A large pair of ogre bellows, it has two loads of swamp gas in it." + }, + { + "id": 2874, + "name": "Ogre bellows (1)", + "examine": "A large pair of ogre bellows, it has one load of swamp gas in it." + }, + { + "id": 2875, + "name": "Bloated toad", + "examine": "An inflated toad." + }, + { + "id": 2876, + "name": "Raw chompy", + "examine": "I need to cook this first." + }, + { + "id": 2877, + "name": "Raw chompy", + "examine": "Swap this note at any bank for a Raw chompy." + }, + { + "id": 2878, + "name": "Cooked chompy", + "examine": "It might look delicious to an ogre." + }, + { + "id": 2879, + "name": "Cooked chompy", + "examine": "Swap this note at any bank for a Cooked chompy." + }, + { + "id": 2880, + "name": "Ruined chompy", + "examine": "It's really burnt." + }, + { + "id": 2881, + "name": "Ruined chompy", + "examine": "Swap this note at any bank for a Ruined chompy." + }, + { + "id": 2882, + "name": "Seasoned chompy", + "examine": "It has been deliciously seasoned to taste wonderful for ogres." + }, + { + "id": 2883, + "name": "Ogre bow", + "examine": "More powerful than a normal bow, useful against large game birds." + }, + null, + { + "id": 2885, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 2886, + "name": "Battered book", + "examine": "A very thickly bound book." + }, + { + "id": 2887, + "name": "Battered key", + "examine": "An old battered key." + }, + { + "id": 2888, + "name": "A stone bowl", + "examine": "This is an empty stone bowl." + }, + { + "id": 2889, + "name": "A stone bowl", + "examine": "This is a stone bowl full of lava." + }, + { + "id": 2890, + "name": "Elemental shield", + "examine": "A magic shield." + }, + { + "id": 2891, + "name": "Elemental shield", + "examine": "Swap this note at any bank for an Elemental shield." + }, + { + "id": 2892, + "name": "Elemental ore", + "examine": "This needs refining." + }, + { + "id": 2893, + "name": "Elemental metal", + "examine": "It's a bar of refined elemental ore." + }, + { + "id": 2894, + "name": "Boots", + "examine": "Very stylish!" + }, + { + "id": 2895, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 2896, + "name": "Robe top", + "examine": "Some fine werewolf clothing." + }, + { + "id": 2897, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 2898, + "name": "Robe bottoms", + "examine": "Made by werewolves for werewolves." + }, + { + "id": 2899, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 2900, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 2901, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 2902, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 2903, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 2904, + "name": "Boots", + "examine": "Very stylish!" + }, + { + "id": 2905, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 2906, + "name": "Robe top", + "examine": "Some fine werewolf clothing." + }, + { + "id": 2907, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 2908, + "name": "Robe bottoms", + "examine": "Made by werewolves for werewolves." + }, + { + "id": 2909, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 2910, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 2911, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 2912, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 2913, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 2914, + "name": "Boots", + "examine": "Very stylish!" + }, + { + "id": 2915, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 2916, + "name": "Robe top", + "examine": "Some fine werewolf clothing." + }, + { + "id": 2917, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 2918, + "name": "Robe bottoms", + "examine": "Made by werewolves for werewolves." + }, + { + "id": 2919, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 2920, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 2921, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 2922, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 2923, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 2924, + "name": "Boots", + "examine": "Very stylish!" + }, + { + "id": 2925, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 2926, + "name": "Robe top", + "examine": "Some fine werewolf clothing." + }, + { + "id": 2927, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 2928, + "name": "Robe bottoms", + "examine": "Made by werewolves for werewolves." + }, + { + "id": 2929, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 2930, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 2931, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 2932, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 2933, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 2934, + "name": "Boots", + "examine": "Very stylish!" + }, + { + "id": 2935, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 2936, + "name": "Robe top", + "examine": "Some fine werewolf clothing." + }, + { + "id": 2937, + "name": "Robe top", + "examine": "Swap this note at any bank for a Robe top." + }, + { + "id": 2938, + "name": "Robe bottoms", + "examine": "Made by werewolves for werewolves." + }, + { + "id": 2939, + "name": "Robe bottoms", + "examine": "Swap this note at any bank for a Robe bottoms." + }, + { + "id": 2940, + "name": "Hat", + "examine": "A silly pointed hat." + }, + { + "id": 2941, + "name": "Hat", + "examine": "Swap this note at any bank for a Hat." + }, + { + "id": 2942, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 2943, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 2944, + "name": "Golden key", + "examine": "A replica key made of solid gold." + }, + { + "id": 2945, + "name": "Iron key", + "examine": "A key made of solid Iron." + }, + { + "id": 2946, + "name": "Golden tinderbox", + "examine": "A replica tinderbox made of solid gold." + }, + { + "id": 2947, + "name": "Golden candle", + "examine": "A replica candle made of solid gold." + }, + { + "id": 2948, + "name": "Golden pot", + "examine": "A replica pot made of solid gold." + }, + { + "id": 2949, + "name": "Golden hammer", + "examine": "A replica hammer made of solid gold." + }, + { + "id": 2950, + "name": "Golden feather", + "examine": "A replica feather made of solid gold." + }, + { + "id": 2951, + "name": "Golden needle", + "examine": "A replica needle made of solid gold." + }, + { + "id": 2952, + "name": "Wolfbane", + "examine": "A silver dagger that can prevent werewolves changing form." + }, + { + "id": 2953, + "name": "Bucket of water", + "examine": "It's a bucket of murky water." + }, + { + "id": 2954, + "name": "Bucket of water", + "examine": "It's a bucket of blessed water." + }, + { + "id": 2955, + "name": "Moonlight mead", + "examine": "A foul smelling brew." + }, + { + "id": 2956, + "name": "Moonlight mead", + "examine": "Swap this note at any bank for a Moonlight mead." + }, + { + "id": 2957, + "name": "Druid pouch", + "examine": "An empty druid pouch." + }, + { + "id": 2958, + "name": "Druid pouch", + "examine": "A druid pouch." + }, + { + "id": 2959, + "name": "Rotten food", + "examine": "Erhhh! It stinks." + }, + { + "id": 2960, + "name": "Rotten food", + "examine": "Swap this note at any bank for a Rotten food." + }, + { + "id": 2961, + "name": "Silver sickle", + "examine": "It's a silver sickle." + }, + { + "id": 2962, + "name": "Silver sickle", + "examine": "Swap this note at any bank for a Silver sickle." + }, + { + "id": 2963, + "name": "Silver sickle(b)", + "examine": "It's a blessed silver sickle." + }, + { + "id": 2964, + "name": "Washing bowl", + "examine": "Used for washing your face, amongst other things." + }, + { + "id": 2965, + "name": "Washing bowl", + "examine": "Swap this note at any bank for a Washing bowl." + }, + { + "id": 2966, + "name": "Mirror", + "examine": "A small mirror, probably used for grooming." + }, + { + "id": 2967, + "name": "Journal", + "examine": "This must be Filliman Tarlocks personal journal." + }, + { + "id": 2968, + "name": "Druidic spell", + "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock." + }, + { + "id": 2969, + "name": "A used spell", + "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock." + }, + { + "id": 2970, + "name": "Mort myre fungi", + "examine": "A mushroom from the swamps of Mort Myre." + }, + { + "id": 2971, + "name": "Mort myre fungi", + "examine": "Swap this note at any bank for a Mort myre fungi." + }, + { + "id": 2972, + "name": "Mort myre stem", + "examine": "A cutting from a budding branch." + }, + { + "id": 2973, + "name": "Mort myre stem", + "examine": "Swap this note at any bank for a Mort myre stem." + }, + { + "id": 2974, + "name": "Mort myre pear", + "examine": "A pear picked from a dying bush in Mort Myre." + }, + { + "id": 2975, + "name": "Mort myre pear", + "examine": "Swap this note at any bank for a Mort myre pear." + }, + { + "id": 2976, + "name": "Sickle mould", + "examine": "Used to make sickles." + }, + { + "id": 2977, + "name": "Sickle mould", + "examine": "Swap this note at any bank for a Sickle mould." + }, + { + "id": 2978, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2979, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2980, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2981, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2982, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2983, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2984, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2985, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2986, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2987, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2988, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2989, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2990, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2991, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2992, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2993, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2994, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2995, + "name": "Chompy bird hat", + "examine": "A symbol of your chompy bird hunting prowess." + }, + { + "id": 2996, + "name": "Agility arena ticket", + "examine": "I can exchange these for further experience or items." + }, + { + "id": 2997, + "name": "Pirate's hook", + "examine": "You should see the shark..." + }, + { + "id": 2998, + "name": "Toadflax", + "examine": "A useful herb." + }, + { + "id": 2999, + "name": "Toadflax", + "examine": "Swap this note at any bank for a Toadflax." + }, + { + "id": 3000, + "name": "Snapdragon", + "examine": "A powerful herb." + }, + { + "id": 3001, + "name": "Snapdragon", + "examine": "Swap this note at any bank for a Snapdragon." + }, + { + "id": 3002, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Toadflax potion." + }, + { + "id": 3003, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 3004, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Snapdragon potion." + }, + { + "id": 3005, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 3006, + "name": "Firework", + "examine": "A firework potion, this'll look pretty!" + }, + { + "id": 3007, + "name": "Firework", + "examine": "Swap this note at any bank for a Firework." + }, + { + "id": 3008, + "name": "Energy potion(4)", + "examine": "4 doses of energy potion." + }, + { + "id": 3009, + "name": "Energy potion(4)", + "examine": "Swap this note at any bank for an Energy potion(4)." + }, + { + "id": 3010, + "name": "Energy potion(3)", + "examine": "3 doses of energy potion." + }, + { + "id": 3011, + "name": "Energy potion(3)", + "examine": "Swap this note at any bank for an Energy potion(3)." + }, + { + "id": 3012, + "name": "Energy potion(2)", + "examine": "2 doses of energy potion." + }, + { + "id": 3013, + "name": "Energy potion(2)", + "examine": "Swap this note at any bank for an Energy potion(2)." + }, + { + "id": 3014, + "name": "Energy potion(1)", + "examine": "1 dose of energy potion." + }, + { + "id": 3015, + "name": "Energy potion(1)", + "examine": "Swap this note at any bank for an Energy potion(1)." + }, + { + "id": 3016, + "name": "Super energy(4)", + "examine": "4 doses of super energy potion." + }, + { + "id": 3017, + "name": "Super energy(4)", + "examine": "Swap this note at any bank for a Super energy(4)." + }, + { + "id": 3018, + "name": "Super energy(3)", + "examine": "3 doses of super energy potion." + }, + { + "id": 3019, + "name": "Super energy(3)", + "examine": "Swap this note at any bank for a Super energy(3)." + }, + { + "id": 3020, + "name": "Super energy(2)", + "examine": "2 doses of super energy potion." + }, + { + "id": 3021, + "name": "Super energy(2)", + "examine": "Swap this note at any bank for a Super energy(2)." + }, + { + "id": 3022, + "name": "Super energy(1)", + "examine": "1 dose of super energy potion." + }, + { + "id": 3023, + "name": "Super energy(1)", + "examine": "Swap this note at any bank for a Super energy(1)." + }, + { + "id": 3024, + "name": "Super restore(4)", + "examine": "4 doses of super restore potion." + }, + { + "id": 3025, + "name": "Super restore(4)", + "examine": "Swap this note at any bank for a Super restore(4)." + }, + { + "id": 3026, + "name": "Super restore(3)", + "examine": "3 doses of super restore potion." + }, + { + "id": 3027, + "name": "Super restore(3)", + "examine": "Swap this note at any bank for a Super restore(3)." + }, + { + "id": 3028, + "name": "Super restore(2)", + "examine": "2 doses of super restore potion." + }, + { + "id": 3029, + "name": "Super restore(2)", + "examine": "Swap this note at any bank for a Super restore(2)." + }, + { + "id": 3030, + "name": "Super restore(1)", + "examine": "1 dose of super restore potion." + }, + { + "id": 3031, + "name": "Super restore(1)", + "examine": "Swap this note at any bank for a Super restore(1)." + }, + { + "id": 3032, + "name": "Agility potion(4)", + "examine": "4 doses of agility potion." + }, + { + "id": 3033, + "name": "Agility potion(4)", + "examine": "Swap this note at any bank for an Agility potion(4)." + }, + { + "id": 3034, + "name": "Agility potion(3)", + "examine": "3 doses of agility potion." + }, + { + "id": 3035, + "name": "Agility potion(3)", + "examine": "Swap this note at any bank for an Agility potion(3)." + }, + { + "id": 3036, + "name": "Agility potion(2)", + "examine": "2 doses of agility potion." + }, + { + "id": 3037, + "name": "Agility potion(2)", + "examine": "Swap this note at any bank for an Agility potion(2)." + }, + { + "id": 3038, + "name": "Agility potion(1)", + "examine": "1 dose of agility potion." + }, + { + "id": 3039, + "name": "Agility potion(1)", + "examine": "Swap this note at any bank for an Agility potion(1)." + }, + { + "id": 3040, + "name": "Magic potion(4)", + "examine": "4 doses of magic potion." + }, + { + "id": 3041, + "name": "Magic potion(4)", + "examine": "Swap this note at any bank for a Magic potion(4)." + }, + { + "id": 3042, + "name": "Magic potion(3)", + "examine": "3 doses of magic potion." + }, + { + "id": 3043, + "name": "Magic potion(3)", + "examine": "Swap this note at any bank for a Magic potion(3)." + }, + { + "id": 3044, + "name": "Magic potion(2)", + "examine": "2 doses of magic potion." + }, + { + "id": 3045, + "name": "Magic potion(2)", + "examine": "Swap this note at any bank for a Magic potion(2)." + }, + { + "id": 3046, + "name": "Magic potion(1)", + "examine": "1 dose of magic potion." + }, + { + "id": 3047, + "name": "Magic potion(1)", + "examine": "Swap this note at any bank for a Magic potion(1)." + }, + { + "id": 3048, + "name": "Pirate's hook", + "examine": "Swap this note at any bank for a Pirate's hook." + }, + { + "id": 3049, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 3050, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 3051, + "name": "Herb", + "examine": "I need a closer look to identify this." + }, + { + "id": 3052, + "name": "Herb", + "examine": "Swap this note at any bank for a Herb." + }, + { + "id": 3053, + "name": "Lava battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 3054, + "name": "Mystic lava staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 3055, + "name": "Lava battlestaff", + "examine": "Swap this note at any bank for a Lava battlestaff." + }, + { + "id": 3056, + "name": "Mystic lava staff", + "examine": "Swap this note at any bank for a Mystic lava staff." + }, + { + "id": 3057, + "name": "Mime mask", + "examine": "A mime would wear this." + }, + { + "id": 3058, + "name": "Mime top", + "examine": "A mime would wear this." + }, + { + "id": 3059, + "name": "Mime legs", + "examine": "A mime would wear these." + }, + { + "id": 3060, + "name": "Mime gloves", + "examine": "A mime would wear these." + }, + { + "id": 3061, + "name": "Mime boots", + "examine": "A mime would wear these." + }, + { + "id": 3062, + "name": "Strange box", + "examine": "It seems to be humming..." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 3093, + "name": "Black dart", + "examine": "A deadly throwing dart with a black tip." + }, + { + "id": 3094, + "name": "Black dart(p)", + "examine": "A deadly poisoned dart with a black tip." + }, + { + "id": 3095, + "name": "Bronze claws", + "examine": "A set of fighting claws." + }, + { + "id": 3096, + "name": "Iron claws", + "examine": "A set of fighting claws." + }, + { + "id": 3097, + "name": "Steel claws", + "examine": "A set of fighting claws." + }, + { + "id": 3098, + "name": "Black claws", + "examine": "A set of fighting claws." + }, + { + "id": 3099, + "name": "Mithril claws", + "examine": "A set of fighting claws." + }, + { + "id": 3100, + "name": "Adamant claws", + "examine": "A set of fighting claws." + }, + { + "id": 3101, + "name": "Rune claws", + "examine": "A set of fighting claws." + }, + { + "id": 3102, + "name": "Combination", + "examine": "The combination to Burthorpe Castle's equipment room." + }, + { + "id": 3103, + "name": "Iou", + "examine": "The guard wrote the IOU on the back of some paper." + }, + { + "id": 3104, + "name": "Secret way map", + "examine": "This map shows the secret way up to Death Plateau." + }, + { + "id": 3105, + "name": "Climbing boots", + "examine": "Boots made for climbing." + }, + { + "id": 3106, + "name": "Climbing boots", + "examine": "Swap this note at any bank for a Climbing boots." + }, + { + "id": 3107, + "name": "Spiked boots", + "examine": "Climbing boots with spikes." + }, + { + "id": 3108, + "name": "Spiked boots", + "examine": "Swap this note at any bank for a Spiked boots." + }, + { + "id": 3109, + "name": "Stone ball", + "examine": "Place on the stone mechanism in the right order to open the door." + }, + { + "id": 3110, + "name": "Stone ball", + "examine": "Place on the stone mechanism in the right order to open the door." + }, + { + "id": 3111, + "name": "Stone ball", + "examine": "Place on the stone mechanism in the right order to open the door." + }, + { + "id": 3112, + "name": "Stone ball", + "examine": "Place on the stone mechanism in the right order to open the door." + }, + { + "id": 3113, + "name": "Stone ball", + "examine": "Place on the stone mechanism in the right order to open the door." + }, + { + "id": 3114, + "name": "Certificate", + "examine": "Entrance certificate to the Imperial Guard." + }, + { + "id": 3115, + "name": "Bronze claws", + "examine": "Swap this note at any bank for a Bronze claws." + }, + { + "id": 3116, + "name": "Iron claws", + "examine": "Swap this note at any bank for an Iron claws." + }, + { + "id": 3117, + "name": "Steel claws", + "examine": "Swap this note at any bank for a Steel claws." + }, + { + "id": 3118, + "name": "Black claws", + "examine": "Swap this note at any bank for a Black claws." + }, + { + "id": 3119, + "name": "Mithril claws", + "examine": "Swap this note at any bank for a Mithril claws." + }, + { + "id": 3120, + "name": "Adamant claws", + "examine": "Swap this note at any bank for an Adamant claws." + }, + { + "id": 3121, + "name": "Rune claws", + "examine": "Swap this note at any bank for a Rune claws." + }, + { + "id": 3122, + "name": "Granite shield", + "examine": "A solid stone shield." + }, + { + "id": 3123, + "name": "Shaikahan bones", + "examine": "Large glistening bones which glow with a pale yellow aura." + }, + { + "id": 3124, + "name": "Shaikahan bones", + "examine": "Swap this note at any bank for a Shaikahan bones." + }, + { + "id": 3125, + "name": "Jogre bones", + "examine": "Fairly big bones which smell distinctly of Jogre." + }, + { + "id": 3126, + "name": "Jogre bones", + "examine": "Swap this note at any bank for a Jogre bones." + }, + { + "id": 3127, + "name": "Burnt jogre bones", + "examine": "These blackened Jogre bones have been somehow burnt." + }, + { + "id": 3128, + "name": "Pasty jogre bones", + "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste." + }, + { + "id": 3129, + "name": "Pasty jogre bones", + "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste." + }, + { + "id": 3130, + "name": "Marinated j' bones", + "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect." + }, + { + "id": 3131, + "name": "Pasty jogre bones", + "examine": "Jogre bones smothered with raw Karambwanji paste." + }, + { + "id": 3132, + "name": "Pasty jogre bones", + "examine": "Jogre bones smothered with cooked Karambwanji paste." + }, + { + "id": 3133, + "name": "Marinated j' bones", + "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right." + }, + { + "id": 3134, + "name": "Granite shield", + "examine": "Swap this note at any bank for a Granite shield." + }, + { + "id": 3135, + "name": "Prison key", + "examine": "The key to the troll prison." + }, + { + "id": 3136, + "name": "Cell key 1", + "examine": "The key to Godric's cell in the troll prison." + }, + { + "id": 3137, + "name": "Cell key 2", + "examine": "The key to Mad Eadgar's cell in the troll prison." + }, + { + "id": 3138, + "name": "Potato cactus", + "examine": "How am I supposed to eat that?!" + }, + { + "id": 3139, + "name": "Potato cactus", + "examine": "Swap this note at any bank for a Potato cactus." + }, + { + "id": 3140, + "name": "Dragon chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 3141, + "name": "Dragon chainbody", + "examine": "Swap this note at any bank for a Dragon chainbody." + }, + { + "id": 3142, + "name": "Raw karambwan", + "examine": "A raw green octopus." + }, + { + "id": 3143, + "name": "Raw karambwan", + "examine": "Swap this note at any bank for a Raw karambwan." + }, + { + "id": 3144, + "name": "Cooked karambwan", + "examine": "Cooked octopus. It looks very nutritious." + }, + { + "id": 3145, + "name": "Cooked karambwan", + "examine": "Swap this note at any bank for a Cooked karambwan." + }, + { + "id": 3146, + "name": "Cooked karambwan", + "examine": "Cooked octopus. It looks a little suspect." + }, + { + "id": 3147, + "name": "Cooked karambwan", + "examine": "Swap this note at any bank for a Cooked karambwan." + }, + { + "id": 3148, + "name": "Burnt karambwan", + "examine": "Burnt octopus." + }, + { + "id": 3149, + "name": "Burnt karambwan", + "examine": "Swap this note at any bank for a Burnt karambwan." + }, + { + "id": 3150, + "name": "Raw karambwanji", + "examine": "Small brightly coloured tropical fish." + }, + { + "id": 3151, + "name": "Karambwanji", + "examine": "Small brightly coloured tropical fish. Looks tasty." + }, + { + "id": 3152, + "name": "Karambwan paste", + "examine": "Freshly made octopus paste." + }, + { + "id": 3153, + "name": "Karambwan paste", + "examine": "Freshly made octopus paste. This smells quite nauseating." + }, + { + "id": 3154, + "name": "Karambwan paste", + "examine": "Freshly made octopus paste." + }, + { + "id": 3155, + "name": "Karambwanji paste", + "examine": "This paste smells of raw fish." + }, + { + "id": 3156, + "name": "Karambwanji paste", + "examine": "This paste smells of cooked fish." + }, + { + "id": 3157, + "name": "Karambwan vessel", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt." + }, + { + "id": 3158, + "name": "Karambwan vessel", + "examine": "Swap this note at any bank for a Karambwan vessel." + }, + { + "id": 3159, + "name": "Karambwan vessel", + "examine": "This Karambwan Vessel is loaded with Karambwanji." + }, + { + "id": 3160, + "name": "Karambwan vessel", + "examine": "Swap this note at any bank for a Karambwan vessel." + }, + { + "id": 3161, + "name": "Crafting manual", + "examine": "A set of instructions explaining how to construct a Karambwan vessel." + }, + { + "id": 3162, + "name": "Sliced banana", + "examine": "You swear you had more than three slices before." + }, + { + "id": 3163, + "name": "Sliced banana", + "examine": "Swap this note at any bank for a Sliced banana." + }, + { + "id": 3164, + "name": "Karamjan rum", + "examine": "The Karamjan rum has slices of banana floating in it." + }, + { + "id": 3165, + "name": "Karamjan rum", + "examine": "A banana has been stuffed into the neck of this bottle." + }, + { + "id": 3166, + "name": "Monkey corpse", + "examine": "It's the body of a dead monkey." + }, + { + "id": 3167, + "name": "Monkey skin", + "examine": "It's the skin of a (hopefully) dead monkey." + }, + { + "id": 3168, + "name": "Seaweed sandwich", + "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair." + }, + { + "id": 3169, + "name": "Stuffed monkey", + "examine": "A body of a dead monkey, tastefully stuffed with seaweed." + }, + { + "id": 3170, + "name": "Bronze spear(kp)", + "examine": "A Karambwan poisoned bronze tipped spear." + }, + { + "id": 3171, + "name": "Iron spear(kp)", + "examine": "A Karambwan poisoned iron tipped spear." + }, + { + "id": 3172, + "name": "Steel spear(kp)", + "examine": "A Karambwan poisoned steel tipped spear." + }, + { + "id": 3173, + "name": "Mithril spear(kp)", + "examine": "A Karambwan poisoned mithril tipped spear." + }, + { + "id": 3174, + "name": "Adamant spear(kp)", + "examine": "A Karambwan poisoned adamantite tipped spear." + }, + { + "id": 3175, + "name": "Rune spear(kp)", + "examine": "A Karambwan poisoned rune tipped spear." + }, + { + "id": 3176, + "name": "Dragon spear(kp)", + "examine": "A Karambwan poisoned dragon tipped spear." + }, + { + "id": 3177, + "name": "Banana left", + "examine": "Mmm this looks tasty." + }, + { + "id": 3178, + "name": "Banana left", + "examine": "Swap this note at any bank for a Banana left." + }, + { + "id": 3179, + "name": "Monkey bones", + "examine": "These are smallish monkey bones." + }, + { + "id": 3180, + "name": "Monkey bones", + "examine": "These are medium sized monkey bones." + }, + { + "id": 3181, + "name": "Monkey bones", + "examine": "These are quite large monkey bones." + }, + { + "id": 3182, + "name": "Monkey bones", + "examine": "These are quite large monkey bones." + }, + { + "id": 3183, + "name": "Monkey bones", + "examine": "These are small monkey bones." + }, + { + "id": 3184, + "name": "Monkey bones", + "examine": "Swap this note at any bank for a Monkey bones." + }, + { + "id": 3185, + "name": "Monkey bones", + "examine": "These are smallish monkey bones. They smell extremely nauseating." + }, + { + "id": 3186, + "name": "Monkey bones", + "examine": "These are smallish monkey bones. They smell extremely nauseating." + }, + { + "id": 3187, + "name": "Bones", + "examine": "They seem to shake slightly... It might be a good idea to bury them." + }, + { + "id": 3188, + "name": "Cleaning cloth", + "examine": "A spirit soaked piece of silk which can be used to remove poison." + }, + { + "id": 3189, + "name": "Cleaning cloth", + "examine": "Swap this note at any bank for a Cleaning cloth." + }, + { + "id": 3190, + "name": "Bronze halberd", + "examine": "A bronze halberd." + }, + { + "id": 3191, + "name": "Bronze halberd", + "examine": "Swap this note at any bank for a Bronze halberd." + }, + { + "id": 3192, + "name": "Iron halberd", + "examine": "An iron halberd." + }, + { + "id": 3193, + "name": "Iron halberd", + "examine": "Swap this note at any bank for an Iron halberd." + }, + { + "id": 3194, + "name": "Steel halberd", + "examine": "A steel halberd." + }, + { + "id": 3195, + "name": "Steel halberd", + "examine": "Swap this note at any bank for a Steel halberd." + }, + { + "id": 3196, + "name": "Black halberd", + "examine": "A black halberd." + }, + { + "id": 3197, + "name": "Black halberd", + "examine": "Swap this note at any bank for a Black halberd." + }, + { + "id": 3198, + "name": "Mithril halberd", + "examine": "A mithril halberd." + }, + { + "id": 3199, + "name": "Mithril halberd", + "examine": "Swap this note at any bank for a Mithril halberd." + }, + { + "id": 3200, + "name": "Adamant halberd", + "examine": "An adamant halberd." + }, + { + "id": 3201, + "name": "Adamant halberd", + "examine": "Swap this note at any bank for an Adamant halberd." + }, + { + "id": 3202, + "name": "Rune halberd", + "examine": "A rune halberd." + }, + { + "id": 3203, + "name": "Rune halberd", + "examine": "Swap this note at any bank for a Rune halberd." + }, + { + "id": 3204, + "name": "Dragon halberd", + "examine": "A dragon halberd." + }, + { + "id": 3205, + "name": "Dragon halberd", + "examine": "Swap this note at any bank for a Dragon halberd." + }, + { + "id": 3206, + "name": "King's message", + "examine": "A summons from King Lathas." + }, + { + "id": 3207, + "name": "Iorwerths message", + "examine": "A letter for King Lathas from Lord Iorwerth." + }, + { + "id": 3208, + "name": "Crystal pendant", + "examine": "Lord Iorwerth's crystal pendant." + }, + { + "id": 3209, + "name": "Sulphur", + "examine": "A piece of sulphur formation." + }, + { + "id": 3210, + "name": "Sulphur", + "examine": "Swap this note at any bank for a Sulphur." + }, + { + "id": 3211, + "name": "Limestone", + "examine": "Some limestone." + }, + { + "id": 3212, + "name": "Limestone", + "examine": "Swap this note at any bank for a Limestone." + }, + { + "id": 3213, + "name": "Quicklime", + "examine": "Some quicklime." + }, + { + "id": 3214, + "name": "Pot of quicklime", + "examine": "A pot of ground quicklime." + }, + { + "id": 3215, + "name": "Ground sulphur", + "examine": "A pile of ground sulphur." + }, + { + "id": 3216, + "name": "Barrel", + "examine": "An empty barrel." + }, + { + "id": 3217, + "name": "Barrel", + "examine": "Swap this note at any bank for a Barrel." + }, + { + "id": 3218, + "name": "Barrel bomb", + "examine": "A barrel full of fire oil." + }, + { + "id": 3219, + "name": "Barrel bomb", + "examine": "A fused barrel full of fire oil." + }, + { + "id": 3220, + "name": "Barrel of coal-tar", + "examine": "A barrel full of coal-tar." + }, + { + "id": 3221, + "name": "Barrel of naphtha", + "examine": "A barrel full of naphtha." + }, + { + "id": 3222, + "name": "Naphtha mix", + "examine": "A barrel full of naphtha and sulphur." + }, + { + "id": 3223, + "name": "Naphtha mix", + "examine": "A barrel full of naphtha and quicklime." + }, + { + "id": 3224, + "name": "Cloth", + "examine": "A bolt of cloth." + }, + { + "id": 3225, + "name": "Cloth", + "examine": "Swap this note at any bank for a Cloth." + }, + { + "id": 3226, + "name": "Raw rabbit", + "examine": "Might taste better cooked." + }, + { + "id": 3227, + "name": "Raw rabbit", + "examine": "Swap this note at any bank for a Raw rabbit." + }, + { + "id": 3228, + "name": "Cooked rabbit", + "examine": "Mmm this looks tasty." + }, + { + "id": 3229, + "name": "Cooked rabbit", + "examine": "Swap this note at any bank for a Cooked rabbit." + }, + { + "id": 3230, + "name": "Big book of bangs", + "examine": "A book by Mel Achy." + }, + { + "id": 3231, + "name": "Symbol1", + "examine": "An alchemy symbol" + }, + { + "id": 3232, + "name": "Symbol1", + "examine": "Swap this note at any bank for a Symbol1." + }, + { + "id": 3233, + "name": "Symbol2", + "examine": "An alchemy symbol" + }, + { + "id": 3234, + "name": "Symbol2", + "examine": "Swap this note at any bank for a Symbol2." + }, + { + "id": 3235, + "name": "Symbol3", + "examine": "An alchemy symbol" + }, + { + "id": 3236, + "name": "Symbol3", + "examine": "Swap this note at any bank for a Symbol3." + }, + { + "id": 3237, + "name": "Symbol4", + "examine": "An alchemy symbol" + }, + { + "id": 3238, + "name": "Symbol4", + "examine": "Swap this note at any bank for a Symbol4." + }, + { + "id": 3239, + "name": "Bark", + "examine": "Bark from a hollow tree." + }, + { + "id": 3240, + "name": "Bark", + "examine": "Swap this note at any bank for a Bark." + }, + { + "id": 3241, + "name": "Man", + "examine": "One of RuneScape's many citizens." + }, + { + "id": 3242, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3243, + "name": "Farmer", + "examine": "He grows the crops." + }, + { + "id": 3244, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3245, + "name": "Warrior woman", + "examine": "Not very fashion conscious." + }, + { + "id": 3246, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3247, + "name": "Rogue", + "examine": "Rogueish." + }, + { + "id": 3248, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3249, + "name": "Guard", + "examine": "He tries to keep order." + }, + { + "id": 3250, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3251, + "name": "Knight of ardougne", + "examine": "A member of Ardougne's militia." + }, + { + "id": 3252, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3253, + "name": "Watchman", + "examine": "Watches stuff. But who watches him?" + }, + { + "id": 3254, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3255, + "name": "Paladin", + "examine": "A holy warrior!" + }, + { + "id": 3256, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3257, + "name": "Gnome", + "examine": "Looks like a gnome to me." + }, + { + "id": 3258, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3259, + "name": "Hero", + "examine": "Heroic!" + }, + { + "id": 3260, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3261, + "name": "Goutweed", + "examine": "A pale, tough looking herb." + }, + { + "id": 3262, + "name": "Troll thistle", + "examine": "It's tough and spiky." + }, + { + "id": 3263, + "name": "Dried thistle", + "examine": "It'll be easier to grind now." + }, + { + "id": 3264, + "name": "Ground thistle", + "examine": "It's ready for mixing." + }, + { + "id": 3265, + "name": "Troll potion", + "examine": "It's part of Eadgar's plan." + }, + { + "id": 3266, + "name": "Drunk parrot", + "examine": "It's rather drunk." + }, + { + "id": 3267, + "name": "Dirty robe", + "examine": "It's dirty and smelly." + }, + { + "id": 3268, + "name": "Fake man", + "examine": "It's good enough to fool a troll." + }, + { + "id": 3269, + "name": "Storeroom key", + "examine": "The key to the Troll storeroom." + }, + { + "id": 3270, + "name": "Alco-chunks", + "examine": "Pineapple chunks dipped in strong liquor." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 3325, + "name": "Vampire dust", + "examine": "That used to be a vampire!" + }, + { + "id": 3326, + "name": "Vampire dust", + "examine": "Swap this note at any bank for a Vampire dust." + }, + { + "id": 3327, + "name": "Myre snelm", + "examine": "A marshy coloured snail shell helmet." + }, + { + "id": 3328, + "name": "Myre snelm", + "examine": "Swap this note at any bank for a Myre snelm." + }, + { + "id": 3329, + "name": "Blood'n'tar snelm", + "examine": "A red and black Snail shell helmet." + }, + { + "id": 3330, + "name": "Blood'n'tar snelm", + "examine": "Swap this note at any bank for a Blood'n'tar snelm." + }, + { + "id": 3331, + "name": "Ochre snelm", + "examine": "A muddy yellow snail shell helmet." + }, + { + "id": 3332, + "name": "Ochre snelm", + "examine": "Swap this note at any bank for an Ochre snelm." + }, + { + "id": 3333, + "name": "Bruise blue snelm", + "examine": "A moody blue snail shell helmet." + }, + { + "id": 3334, + "name": "Bruise blue snelm", + "examine": "Swap this note at any bank for a Bruise blue snelm." + }, + { + "id": 3335, + "name": "Broken bark snelm", + "examine": "An orange and bark coloured snail shell helmet." + }, + { + "id": 3336, + "name": "Broken bark snelm", + "examine": "Swap this note at any bank for a Broken bark snelm." + }, + { + "id": 3337, + "name": "Myre snelm", + "examine": "A swamp coloured pointed snail shell helmet." + }, + { + "id": 3338, + "name": "Myre snelm", + "examine": "Swap this note at any bank for a Myre snelm." + }, + { + "id": 3339, + "name": "Blood'n'tar snelm", + "examine": "A red and black pointed snail shell helmet." + }, + { + "id": 3340, + "name": "Blood'n'tar snelm", + "examine": "Swap this note at any bank for a Blood'n'tar snelm." + }, + { + "id": 3341, + "name": "Ochre snelm", + "examine": "A muddy yellow coloured pointed snail shell helmet." + }, + { + "id": 3342, + "name": "Ochre snelm", + "examine": "Swap this note at any bank for an Ochre snelm." + }, + { + "id": 3343, + "name": "Bruise blue snelm", + "examine": "A moody blue pointed snail shell helmet." + }, + { + "id": 3344, + "name": "Bruise blue snelm", + "examine": "Swap this note at any bank for a Bruise blue snelm." + }, + { + "id": 3345, + "name": "Blamish myre shell", + "examine": "A large 'Myre' coloured blamish snail shell, looks protective." + }, + { + "id": 3346, + "name": "Blamish myre shell", + "examine": "Swap this note at any bank for a Blamish myre shell." + }, + { + "id": 3347, + "name": "Blamish red shell", + "examine": "A large red and black blamish snail shell, looks protective." + }, + { + "id": 3348, + "name": "Blamish red shell", + "examine": "Swap this note at any bank for a Blamish red shell." + }, + { + "id": 3349, + "name": "Blamish ochre shell", + "examine": "A large muddy yellow coloured blamish snail shell, looks protective." + }, + { + "id": 3350, + "name": "Blamish ochre shell", + "examine": "Swap this note at any bank for a Blamish ochre shell." + }, + { + "id": 3351, + "name": "Blamish blue shell", + "examine": "A large blue coloured blamish snail shell, looks protective." + }, + { + "id": 3352, + "name": "Blamish blue shell", + "examine": "Swap this note at any bank for a Blamish blue shell." + }, + { + "id": 3353, + "name": "Blamish bark shell", + "examine": "A large bark coloured blamish snail shell, looks protective." + }, + { + "id": 3354, + "name": "Blamish bark shell", + "examine": "Swap this note at any bank for a Blamish bark shell." + }, + { + "id": 3355, + "name": "Blamish myre shell", + "examine": "A large 'Myre' coloured blamish snail shell, looks protective." + }, + { + "id": 3356, + "name": "Blamish myre shell", + "examine": "Swap this note at any bank for a Blamish myre shell." + }, + { + "id": 3357, + "name": "Blamish red shell", + "examine": "A large red coloured blamish snail shell, looks protective." + }, + { + "id": 3358, + "name": "Blamish red shell", + "examine": "Swap this note at any bank for a Blamish red shell." + }, + { + "id": 3359, + "name": "Blamish ochre shell", + "examine": "A large ochre coloured blamish snail shell, looks protective." + }, + { + "id": 3360, + "name": "Blamish ochre shell", + "examine": "Swap this note at any bank for a Blamish ochre shell." + }, + { + "id": 3361, + "name": "Blamish blue shell", + "examine": "A large blue coloured blamish snail shell, looks protective." + }, + { + "id": 3362, + "name": "Blamish blue shell", + "examine": "Swap this note at any bank for a Blamish blue shell." + }, + { + "id": 3363, + "name": "Thin snail", + "examine": "The thin, slimy corpse of a deceased giant snail." + }, + { + "id": 3364, + "name": "Thin snail", + "examine": "Swap this note at any bank for a Thin snail." + }, + { + "id": 3365, + "name": "Lean snail", + "examine": "The lean, slimy corpse of a deceased giant snail." + }, + { + "id": 3366, + "name": "Lean snail", + "examine": "Swap this note at any bank for a Lean snail." + }, + { + "id": 3367, + "name": "Fat snail", + "examine": "The fat, slimy corpse of a deceased giant snail." + }, + { + "id": 3368, + "name": "Fat snail", + "examine": "Swap this note at any bank for a Fat snail." + }, + { + "id": 3369, + "name": "Thin snail meat", + "examine": "A succulently slimy slice of sumptuous snail." + }, + { + "id": 3370, + "name": "Thin snail meat", + "examine": "Swap this note at any bank for a Thin snail meat." + }, + { + "id": 3371, + "name": "Lean snail meat", + "examine": "A succulently slimy slice of sumptuous snail." + }, + { + "id": 3372, + "name": "Lean snail meat", + "examine": "Swap this note at any bank for a Lean snail meat." + }, + { + "id": 3373, + "name": "Fat snail meat", + "examine": "A succulently slimy slice of sumptuous snail." + }, + { + "id": 3374, + "name": "Fat snail meat", + "examine": "Swap this note at any bank for a Fat snail meat." + }, + { + "id": 3375, + "name": "Burnt snail", + "examine": "A slightly super-saute'ed snail." + }, + { + "id": 3376, + "name": "Burnt snail", + "examine": "Swap this note at any bank for a Burnt snail." + }, + { + "id": 3377, + "name": "Sample bottle", + "examine": "An empty sample bottle." + }, + { + "id": 3378, + "name": "Sample bottle", + "examine": "Swap this note at any bank for a Sample bottle." + }, + { + "id": 3379, + "name": "Slimy eel", + "examine": "A slime covered eel" + }, + { + "id": 3380, + "name": "Slimy eel", + "examine": "Swap this note at any bank for a Slimy eel." + }, + { + "id": 3381, + "name": "Cooked slimy eel", + "examine": "A cooked slimy eel" + }, + { + "id": 3382, + "name": "Cooked slimy eel", + "examine": "Swap this note at any bank for a Cooked slimy eel." + }, + { + "id": 3383, + "name": "Burnt eel", + "examine": "It looks like it's seen one too many fires." + }, + { + "id": 3384, + "name": "Burnt eel", + "examine": "Swap this note at any bank for a Burnt eel." + }, + { + "id": 3385, + "name": "Splitbark helm", + "examine": "A wooden helmet." + }, + { + "id": 3386, + "name": "Splitbark helm", + "examine": "Swap this note at any bank for a Splitbark helm." + }, + { + "id": 3387, + "name": "Splitbark body", + "examine": "Provides good protection." + }, + { + "id": 3388, + "name": "Splitbark body", + "examine": "Swap this note at any bank for a Splitbark body." + }, + { + "id": 3389, + "name": "Splitbark legs", + "examine": "These should protect my legs." + }, + { + "id": 3390, + "name": "Splitbark legs", + "examine": "Swap this note at any bank for a Splitbark legs." + }, + { + "id": 3391, + "name": "Splitbark gauntlets", + "examine": "These should keep my hands safe." + }, + { + "id": 3392, + "name": "Splitbark gauntlets", + "examine": "Swap this note at any bank for a Splitbark gauntlets." + }, + { + "id": 3393, + "name": "Splitbark greaves", + "examine": "Wooden foot protection." + }, + { + "id": 3394, + "name": "Splitbark greaves", + "examine": "Swap this note at any bank for a Splitbark greaves." + }, + { + "id": 3395, + "name": "Diary", + "examine": "A diary belonging to Herbi Flax." + }, + { + "id": 3396, + "name": "Loar remains", + "examine": "The remains of a deadly shade." + }, + { + "id": 3397, + "name": "Loar remains", + "examine": "Swap this note at any bank for a Loar remains." + }, + { + "id": 3398, + "name": "Phrin remains", + "examine": "The remains of a deadly shade." + }, + { + "id": 3399, + "name": "Phrin remains", + "examine": "Swap this note at any bank for a Phrin remains." + }, + { + "id": 3400, + "name": "Riyl remains", + "examine": "The remains of a deadly shade." + }, + { + "id": 3401, + "name": "Riyl remains", + "examine": "Swap this note at any bank for a Riyl remains." + }, + { + "id": 3402, + "name": "Asyn remains", + "examine": "The remains of a deadly shade." + }, + { + "id": 3403, + "name": "Asyn remains", + "examine": "Swap this note at any bank for an Asyn remains." + }, + { + "id": 3404, + "name": "Fiyr remains", + "examine": "The remains of a deadly shade." + }, + { + "id": 3405, + "name": "Fiyr remains", + "examine": "Swap this note at any bank for a Fiyr remains." + }, + { + "id": 3406, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this potion." + }, + { + "id": 3407, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 3408, + "name": "Serum 207 (4)", + "examine": "4 doses serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3409, + "name": "Serum 207 (4)", + "examine": "Swap this note at any bank for a Serum 207 (4)." + }, + { + "id": 3410, + "name": "Serum 207 (3)", + "examine": "3 doses serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3411, + "name": "Serum 207 (3)", + "examine": "Swap this note at any bank for a Serum 207 (3)." + }, + { + "id": 3412, + "name": "Serum 207 (2)", + "examine": "2 doses serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3413, + "name": "Serum 207 (2)", + "examine": "Swap this note at any bank for a Serum 207 (2)." + }, + { + "id": 3414, + "name": "Serum 207 (1)", + "examine": "1 dose serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3415, + "name": "Serum 207 (1)", + "examine": "Swap this note at any bank for a Serum 207 (1)." + }, + { + "id": 3416, + "name": "Serum 207(p) (4)", + "examine": "4 doses permanent serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3417, + "name": "Serum 207(p) (3)", + "examine": "3 doses permanent serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3418, + "name": "Serum 207(p) (2)", + "examine": "2 doses permanent serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3419, + "name": "Serum 207(p) (1)", + "examine": "1 dose permanent serum 207 as described in Herbi Flax's diary." + }, + { + "id": 3420, + "name": "Limestone brick", + "examine": "A well carved limestone brick." + }, + { + "id": 3421, + "name": "Limestone brick", + "examine": "Swap this note at any bank for a Limestone brick." + }, + { + "id": 3422, + "name": "Olive oil(4)", + "examine": "4 doses of olive oil." + }, + { + "id": 3423, + "name": "Olive oil(4)", + "examine": "Swap this note at any bank for an Olive oil(4)." + }, + { + "id": 3424, + "name": "Olive oil(3)", + "examine": "3 doses of olive oil." + }, + { + "id": 3425, + "name": "Olive oil(3)", + "examine": "Swap this note at any bank for an Olive oil(3)." + }, + { + "id": 3426, + "name": "Olive oil(2)", + "examine": "2 doses of olive oil." + }, + { + "id": 3427, + "name": "Olive oil(2)", + "examine": "Swap this note at any bank for an Olive oil(2)." + }, + { + "id": 3428, + "name": "Olive oil(1)", + "examine": "1 dose of olive oil." + }, + { + "id": 3429, + "name": "Olive oil(1)", + "examine": "Swap this note at any bank for an Olive oil(1)." + }, + { + "id": 3430, + "name": "Sacred oil(4)", + "examine": "4 doses of sacred Oil." + }, + { + "id": 3431, + "name": "Sacred oil(4)", + "examine": "Swap this note at any bank for a Sacred oil(4)." + }, + { + "id": 3432, + "name": "Sacred oil(3)", + "examine": "3 doses of sacred Oil." + }, + { + "id": 3433, + "name": "Sacred oil(3)", + "examine": "Swap this note at any bank for a Sacred oil(3)." + }, + { + "id": 3434, + "name": "Sacred oil(2)", + "examine": "2 doses of sacred Oil." + }, + { + "id": 3435, + "name": "Sacred oil(2)", + "examine": "Swap this note at any bank for a Sacred oil(2)." + }, + { + "id": 3436, + "name": "Sacred oil(1)", + "examine": "1 dose of sacred Oil." + }, + { + "id": 3437, + "name": "Sacred oil(1)", + "examine": "Swap this note at any bank for a Sacred oil(1)." + }, + { + "id": 3438, + "name": "Pyre logs", + "examine": "Logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3439, + "name": "Pyre logs", + "examine": "Swap this note at any bank for a Pyre logs." + }, + { + "id": 3440, + "name": "Oak pyre logs", + "examine": "Oak logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3441, + "name": "Oak pyre logs", + "examine": "Swap this note at any bank for an Oak pyre logs." + }, + { + "id": 3442, + "name": "Willow pyre logs", + "examine": "Willow logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3443, + "name": "Willow pyre logs", + "examine": "Swap this note at any bank for a Willow pyre logs." + }, + { + "id": 3444, + "name": "Maple pyre logs", + "examine": "Maple logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3445, + "name": "Maple pyre logs", + "examine": "Swap this note at any bank for a Maple pyre logs." + }, + { + "id": 3446, + "name": "Yew pyre logs", + "examine": "Yew logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3447, + "name": "Yew pyre logs", + "examine": "Swap this note at any bank for a Yew pyre logs." + }, + { + "id": 3448, + "name": "Magic pyre logs", + "examine": "Magic logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 3449, + "name": "Magic pyre logs", + "examine": "Swap this note at any bank for a Magic pyre logs." + }, + { + "id": 3450, + "name": "Bronze key red", + "examine": "A bronze key with a blood-red painted eyelet." + }, + { + "id": 3451, + "name": "Bronze key brown", + "examine": "A bronze key with a brown painted eyelet." + }, + { + "id": 3452, + "name": "Bronze key crimson", + "examine": "A bronze key with a crimson painted eyelet." + }, + { + "id": 3453, + "name": "Bronze key black", + "examine": "A bronze key with a black painted eyelet." + }, + { + "id": 3454, + "name": "Bronze key purple", + "examine": "A bronze key with a purple painted eyelet." + }, + { + "id": 3455, + "name": "Steel key red", + "examine": "A steel key with a blood-red painted eyelet." + }, + { + "id": 3456, + "name": "Steel key brown", + "examine": "A steel key with a brown painted eyelet." + }, + { + "id": 3457, + "name": "Steel key crimson", + "examine": "A steel key with a crimson painted eyelet." + }, + { + "id": 3458, + "name": "Steel key black", + "examine": "A steel key with a black painted eyelet." + }, + { + "id": 3459, + "name": "Steel key purple", + "examine": "A steel key with a purple painted eyelet." + }, + { + "id": 3460, + "name": "Black key red", + "examine": "A black key with a blood-red painted eyelet." + }, + { + "id": 3461, + "name": "Black key brown", + "examine": "A black key with a brown painted eyelet." + }, + { + "id": 3462, + "name": "Black key crimson", + "examine": "A black key with a crimson painted eyelet." + }, + { + "id": 3463, + "name": "Black key black", + "examine": "A black key with a black painted eyelet." + }, + { + "id": 3464, + "name": "Black key purple", + "examine": "A black key with a purple painted eyelet." + }, + { + "id": 3465, + "name": "Silver key red", + "examine": "A silver key with a blood-red painted eyelet." + }, + { + "id": 3466, + "name": "Silver key brown", + "examine": "A silver key with a brown painted eyelet." + }, + { + "id": 3467, + "name": "Silver key crimson", + "examine": "A silver key with a crimson painted eyelet." + }, + { + "id": 3468, + "name": "Silver key black", + "examine": "A silver key with a black painted eyelet." + }, + { + "id": 3469, + "name": "Silver key purple", + "examine": "A silver key with a purple painted eyelet." + }, + { + "id": 3470, + "name": "Fine cloth", + "examine": "Amazingly untouched by time." + }, + { + "id": 3471, + "name": "Fine cloth", + "examine": "Swap this note at any bank for a Fine cloth." + }, + { + "id": 3472, + "name": "Black plateskirt (t)", + "examine": "Black plateskirt with trim." + }, + { + "id": 3473, + "name": "Black plateskirt (g)", + "examine": "Black plateskirt with gold trim." + }, + { + "id": 3474, + "name": "Adam plateskirt (t)", + "examine": "Adamant plateskirt with trim." + }, + { + "id": 3475, + "name": "Adam plateskirt (g)", + "examine": "Adamant plateskirt with gold trim." + }, + { + "id": 3476, + "name": "Rune plateskirt (g)", + "examine": "Rune plateskirt with gold trim." + }, + { + "id": 3477, + "name": "Rune plateskirt (t)", + "examine": "Rune plateskirt with trim." + }, + { + "id": 3478, + "name": "Zamorak plateskirt", + "examine": "Rune plateskirt in the colours of Zamorak." + }, + { + "id": 3479, + "name": "Saradomin skirt", + "examine": "Rune plateskirt in the colours of Saradomin." + }, + { + "id": 3480, + "name": "Guthix plateskirt", + "examine": "Rune plateskirt in the colours of Guthix." + }, + { + "id": 3481, + "name": "Gilded platebody", + "examine": "Rune platebody with gold plate." + }, + { + "id": 3482, + "name": "Gilded platebody", + "examine": "Swap this note at any bank for a Gilded platebody." + }, + { + "id": 3483, + "name": "Gilded platelegs", + "examine": "Rune platelegs with gold plate." + }, + { + "id": 3484, + "name": "Gilded platelegs", + "examine": "Swap this note at any bank for a Gilded platelegs." + }, + { + "id": 3485, + "name": "Gilded plateskirt", + "examine": "Rune plateskirt with gold plate." + }, + { + "id": 3486, + "name": "Gilded full helm", + "examine": "Rune full helm with gold plate." + }, + { + "id": 3487, + "name": "Gilded full helm", + "examine": "Swap this note at any bank for a Gilded full helm." + }, + { + "id": 3488, + "name": "Gilded kiteshield", + "examine": "Rune kiteshield with gold plate." + }, + { + "id": 3489, + "name": "Gilded kiteshield", + "examine": "Swap this note at any bank for a Gilded kiteshield." + }, + { + "id": 3490, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3491, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3492, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3493, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3494, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3495, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3496, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3497, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3498, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3499, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3500, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3501, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3502, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3503, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3504, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3505, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3506, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3507, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3508, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3509, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3510, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3511, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3512, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3513, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3514, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3515, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3516, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3517, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3518, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3519, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3520, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3521, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3522, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3523, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3524, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3525, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3526, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3527, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3528, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3529, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3530, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3531, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3532, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3533, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3534, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3535, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3536, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3537, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3538, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3539, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3540, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3541, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3542, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3543, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3544, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3545, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3546, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3547, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3548, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3549, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3550, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3551, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3552, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3553, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3554, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3555, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3556, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3557, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3558, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3559, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3560, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3561, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3562, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3563, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3564, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3565, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3566, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3567, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3568, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3569, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3570, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3571, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3572, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3573, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3574, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3575, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3576, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3577, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3578, + "name": "Puzzle box", + "examine": "I need to solve this!" + }, + { + "id": 3579, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3580, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3581, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3582, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3583, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3584, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3585, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3586, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3587, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3588, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3589, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3590, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3591, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3592, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3593, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3594, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 3595, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3596, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3597, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3598, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3599, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3600, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3601, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3602, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 3603, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 3604, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3605, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3606, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 3607, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3608, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 3609, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3610, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3611, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3612, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3613, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3614, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3615, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3616, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3617, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3618, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 3619, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3620, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3621, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3622, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3623, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3624, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3625, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3626, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3627, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3628, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3629, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3630, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3631, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3632, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3633, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3634, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3635, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3636, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3637, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3638, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3639, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3640, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3641, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3642, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3643, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3644, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3645, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3646, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3647, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3648, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3649, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3650, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3651, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3652, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3653, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3654, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3655, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3656, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3657, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3658, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3659, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3660, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3661, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3662, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3663, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3664, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3665, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3666, + "name": "Sliding piece", + "examine": "A piece of the puzzle" + }, + { + "id": 3667, + "name": "Lifeboat", + "examine": "Do not use except in case of emergency." + }, + { + "id": 3668, + "name": "Black plateskirt (t)", + "examine": "Swap this note at any bank for a Black plateskirt (t)." + }, + { + "id": 3669, + "name": "Black plateskirt (g)", + "examine": "Swap this note at any bank for a Black plateskirt (g)." + }, + { + "id": 3670, + "name": "Adam plateskirt (t)", + "examine": "Swap this note at any bank for an Adam plateskirt (t)." + }, + { + "id": 3671, + "name": "Adam plateskirt (g)", + "examine": "Swap this note at any bank for an Adam plateskirt (g)." + }, + { + "id": 3672, + "name": "Rune plateskirt (g)", + "examine": "Swap this note at any bank for a Rune plateskirt (g)." + }, + { + "id": 3673, + "name": "Rune plateskirt (t)", + "examine": "Swap this note at any bank for a Rune plateskirt (t)." + }, + { + "id": 3674, + "name": "Zamorak plateskirt", + "examine": "Swap this note at any bank for a Zamorak plateskirt." + }, + { + "id": 3675, + "name": "Saradomin skirt", + "examine": "Swap this note at any bank for a Saradomin skirt." + }, + { + "id": 3676, + "name": "Guthix plateskirt", + "examine": "Swap this note at any bank for a Guthix plateskirt." + }, + { + "id": 3677, + "name": "Gilded plateskirt", + "examine": "Swap this note at any bank for a Gilded plateskirt." + }, + { + "id": 3678, + "name": "Flamtaer hammer", + "examine": "An exquisitely shaped tool specially designed for fixing temples." + }, + { + "id": 3679, + "name": "Flamtaer hammer", + "examine": "Swap this note at any bank for a Flamtaer hammer." + }, + { + "id": 3680, + "name": "Shoe", + "examine": "A shoe." + }, + { + "id": 3681, + "name": "Shoe", + "examine": "A shoe." + }, + { + "id": 3682, + "name": "Shoe", + "examine": "A shoe." + }, + { + "id": 3683, + "name": "Shoe", + "examine": "A shoe." + }, + { + "id": 3684, + "name": "Shoe", + "examine": "A shoe." + }, + { + "id": 3685, + "name": "Shoe.", + "examine": "A shoe." + }, + { + "id": 3686, + "name": "Fremennik", + "examine": "One of Rellekka's many citizens." + }, + { + "id": 3687, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3688, + "name": "Unstrung lyre", + "examine": "It's almost a musical instrument." + }, + { + "id": 3689, + "name": "Lyre", + "examine": "It's a musical instrument I don't know how to play." + }, + { + "id": 3690, + "name": "Enchanted lyre", + "examine": "A musical instrument that I can magically play." + }, + { + "id": 3691, + "name": "Enchanted lyre(1)", + "examine": "This will teleport me to Rellekka when I play it." + }, + { + "id": 3692, + "name": "Branch", + "examine": "I can use this to make a lyre." + }, + { + "id": 3693, + "name": "Golden fleece", + "examine": "I can spin this into golden wool..." + }, + { + "id": 3694, + "name": "Golden wool", + "examine": "I can use this to make a lyre." + }, + { + "id": 3695, + "name": "Pet rock", + "examine": "The lowest maintenance pet you will ever have." + }, + { + "id": 3696, + "name": "Hunters' talisman", + "examine": "Talisman to bind the Draugen." + }, + { + "id": 3697, + "name": "Hunters' talisman", + "examine": "Talisman to bind the Draugen." + }, + { + "id": 3698, + "name": "Exotic flower", + "examine": "Some flowers from a distant land." + }, + { + "id": 3699, + "name": "Fremennik ballad", + "examine": "A hauntingly beautiful love ballad." + }, + { + "id": 3700, + "name": "Sturdy boots", + "examine": "A pair of sturdy custom made boots." + }, + { + "id": 3701, + "name": "Hunters map", + "examine": "A map showing very active hunting spots." + }, + { + "id": 3702, + "name": "Custom bow string", + "examine": "A finely crafted string for a custom bow." + }, + { + "id": 3703, + "name": "Unusual fish", + "examine": "An extremely rare, non edible fish." + }, + { + "id": 3704, + "name": "Sea fishing map", + "examine": "Map showing the best fishing spots out at sea." + }, + { + "id": 3705, + "name": "Weather forecast", + "examine": "An estimate of expected local weather patterns." + }, + { + "id": 3706, + "name": "Champions token", + "examine": "Shows the wearer is worthy of the Champions table." + }, + { + "id": 3707, + "name": "Legendary cocktail", + "examine": "Probably the greatest cocktail in the world." + }, + { + "id": 3708, + "name": "Fiscal statement", + "examine": "A signed statement promising a reduction on sales tax." + }, + { + "id": 3709, + "name": "Promissory note", + "examine": "A legally binding contract promising not to enter the longhall." + }, + { + "id": 3710, + "name": "Warriors' contract", + "examine": "This employment contract is for a warrior to act as a bodyguard." + }, + { + "id": 3711, + "name": "Keg of beer", + "examine": "A lot of beer in a barrel." + }, + { + "id": 3712, + "name": "Low alcohol keg", + "examine": "Suspiciously close to beer, but without the side effects." + }, + { + "id": 3713, + "name": "Strange object", + "examine": "It's some kind of weird little parcel thing." + }, + { + "id": 3714, + "name": "Lit strange object", + "examine": "It's some kind of weird little parcel thing. On fire." + }, + { + "id": 3715, + "name": "Red disk", + "examine": "A red coloured disk, apparently made of wood." + }, + { + "id": 3716, + "name": "Red disk", + "examine": "A red coloured disk, apparently made of wood." + }, + null, + { + "id": 3718, + "name": "Magnet", + "examine": "A very attractive magnet." + }, + { + "id": 3719, + "name": "Blue thread", + "examine": "Some blue thread." + }, + { + "id": 3720, + "name": "Small pick", + "examine": "A small pick for cracking small objects." + }, + { + "id": 3721, + "name": "Toy ship", + "examine": "Might be fun to play with in the bath." + }, + { + "id": 3722, + "name": "Full bucket", + "examine": "This bucket is completely full. It has a 5 painted on its side." + }, + { + "id": 3723, + "name": "4/5ths full bucket", + "examine": "This bucket is eighty percent full. It has a 5 painted on its side." + }, + { + "id": 3724, + "name": "3/5ths full bucket", + "examine": "This bucket is sixty percent full. It has a 5 painted on its side." + }, + { + "id": 3725, + "name": "2/5ths full bucket", + "examine": "This bucket is forty percent full. It has a 5 painted on its side." + }, + { + "id": 3726, + "name": "1/5ths full bucket", + "examine": "This bucket is twenty percent full. It has a 5 painted on its side." + }, + { + "id": 3727, + "name": "Empty bucket", + "examine": "This bucket is completely empty. It has a 5 painted on its side." + }, + { + "id": 3728, + "name": "Frozen bucket", + "examine": "This bucket of water is frozen solid." + }, + { + "id": 3729, + "name": "Full jug", + "examine": "This jug is completely full. It has a 3 painted on its side." + }, + { + "id": 3730, + "name": "2/3rds full jug", + "examine": "This jug is two thirds full. It has a 3 painted on its side." + }, + { + "id": 3731, + "name": "1/3rds full jug", + "examine": "This jug is one thirds full. It has a 3 painted on its side." + }, + { + "id": 3732, + "name": "Empty jug", + "examine": "This jug is completely empty. It has a 3 painted on its side." + }, + { + "id": 3733, + "name": "Frozen jug", + "examine": "This jug of water is frozen solid." + }, + { + "id": 3734, + "name": "Vase", + "examine": "An unusually shaped vase. You can see something glinting inside." + }, + { + "id": 3735, + "name": "Vase of water", + "examine": "An unusually shaped vase full of water. You can see something glinting inside." + }, + { + "id": 3736, + "name": "Frozen vase", + "examine": "An unusually shaped vase full of ice. You can see something glinting inside." + }, + { + "id": 3737, + "name": "Vase lid", + "examine": "This looks like a lid to some kind of container..." + }, + { + "id": 3738, + "name": "Sealed vase", + "examine": "The lid is screwed on tightly." + }, + { + "id": 3739, + "name": "Sealed vase", + "examine": "The lid is screwed on tightly. It is very cold." + }, + { + "id": 3740, + "name": "Sealed vase", + "examine": "The lid is screwed on tightly. It is full of water." + }, + { + "id": 3741, + "name": "Frozen key", + "examine": "A key encased in ice." + }, + { + "id": 3742, + "name": "Red herring", + "examine": "The colouring on it seems to be some kind of sticky goop..." + }, + { + "id": 3743, + "name": "Red disk", + "examine": "A red coloured disk, apparently made of wood." + }, + { + "id": 3744, + "name": "Wooden disk", + "examine": "A simple looking disk made of wood." + }, + { + "id": 3745, + "name": "Seer's key", + "examine": "The key to leave the Seer's house." + }, + { + "id": 3746, + "name": "Sticky red goop", + "examine": "Yup, it's sticky, it's red and it's goop." + }, + { + "id": 3747, + "name": "Sticky red goop", + "examine": "Swap this note at any bank for a Sticky red goop." + }, + { + "id": 3748, + "name": "Fremennik helm", + "examine": "A sturdy helm worn only by Fremennik clan members." + }, + { + "id": 3749, + "name": "Archer helm", + "examine": "This helmet is worn by archers." + }, + { + "id": 3750, + "name": "Archer helm", + "examine": "Swap this note at any bank for an Archer helm." + }, + { + "id": 3751, + "name": "Berserker helm", + "examine": "This helmet is worn by berserkers." + }, + { + "id": 3752, + "name": "Berserker helm", + "examine": "Swap this note at any bank for a Berserker helm." + }, + { + "id": 3753, + "name": "Warrior helm", + "examine": "This helmet is worn by warriors." + }, + { + "id": 3754, + "name": "Warrior helm", + "examine": "Swap this note at any bank for a Warrior helm." + }, + { + "id": 3755, + "name": "Farseer helm", + "examine": "This helmet is worn by farseers." + }, + { + "id": 3756, + "name": "Farseer helm", + "examine": "Swap this note at any bank for a Farseer helm." + }, + { + "id": 3757, + "name": "Fremennik blade", + "examine": "A sword used only by Fremennik warriors." + }, + { + "id": 3758, + "name": "Fremennik shield", + "examine": "A shield worn by Fremennik warriors." + }, + { + "id": 3759, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3760, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3761, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3762, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3763, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3764, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3765, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3766, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3767, + "name": "Fremennik shirt", + "examine": "The latest in Fremennik fashion." + }, + { + "id": 3768, + "name": "Fremennik shirt", + "examine": "Swap this note at any bank for a Fremennik shirt." + }, + { + "id": 3769, + "name": "Fremennik shirt", + "examine": "The latest in Fremennik fashion." + }, + { + "id": 3770, + "name": "Fremennik shirt", + "examine": "Swap this note at any bank for a Fremennik shirt." + }, + { + "id": 3771, + "name": "Fremennik shirt", + "examine": "The latest in Fremennik fashion." + }, + { + "id": 3772, + "name": "Fremennik shirt", + "examine": "Swap this note at any bank for a Fremennik shirt." + }, + { + "id": 3773, + "name": "Fremennik shirt", + "examine": "The latest in Fremennik fashion." + }, + { + "id": 3774, + "name": "Fremennik shirt", + "examine": "Swap this note at any bank for a Fremennik shirt." + }, + { + "id": 3775, + "name": "Fremennik shirt", + "examine": "The latest in Fremennik fashion." + }, + { + "id": 3776, + "name": "Fremennik shirt", + "examine": "Swap this note at any bank for a Fremennik shirt." + }, + { + "id": 3777, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3778, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3779, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3780, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3781, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3782, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3783, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3784, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3785, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3786, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3787, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3788, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3789, + "name": "Fremennik cloak", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3790, + "name": "Fremennik cloak", + "examine": "Swap this note at any bank for a Fremennik cloak." + }, + { + "id": 3791, + "name": "Fremennik boots", + "examine": "Very stylish!" + }, + { + "id": 3792, + "name": "Fremennik boots", + "examine": "Swap this note at any bank for a Fremennik boots." + }, + { + "id": 3793, + "name": "Fremennik robe", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3794, + "name": "Fremennik robe", + "examine": "Swap this note at any bank for a Fremennik robe." + }, + { + "id": 3795, + "name": "Fremennik skirt", + "examine": "The latest fashion in Rellekka." + }, + { + "id": 3796, + "name": "Fremennik skirt", + "examine": "Swap this note at any bank for a Fremennik skirt." + }, + { + "id": 3797, + "name": "Fremennik hat", + "examine": "A silly pointed hat." + }, + { + "id": 3798, + "name": "Fremennik hat", + "examine": "Swap this note at any bank for a Fremennik hat." + }, + { + "id": 3799, + "name": "Gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 3800, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 3801, + "name": "Keg of beer", + "examine": "A lot of beer in a barrel." + }, + { + "id": 3802, + "name": "Keg of beer", + "examine": "Swap this note at any bank for a Keg of beer." + }, + { + "id": 3803, + "name": "Beer", + "examine": "Frothy and alcoholic." + }, + { + "id": 3804, + "name": "Beer", + "examine": "Swap this note at any bank for a Beer." + }, + { + "id": 3805, + "name": "Tankard", + "examine": "A big cup for a big thirst." + }, + { + "id": 3806, + "name": "Tankard", + "examine": "Swap this note at any bank for a Tankard." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 3827, + "name": "Torn page 1(s)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3828, + "name": "Torn page 2(s)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3829, + "name": "Torn page 3(s)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3830, + "name": "Torn page 4(s)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3831, + "name": "Torn page 1(z)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3832, + "name": "Torn page 2(z)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3833, + "name": "Torn page 3(z)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3834, + "name": "Torn page 4(z)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3835, + "name": "Torn page 1(g)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3836, + "name": "Torn page 2(g)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3837, + "name": "Torn page 3(g)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3838, + "name": "Torn page 4(g)", + "examine": "This seems to have been torn from a book..." + }, + { + "id": 3839, + "name": "Damaged book", + "examine": "An incomplete book of Saradomin." + }, + { + "id": 3840, + "name": "Holy book", + "examine": "The holy book of Saradomin." + }, + { + "id": 3841, + "name": "Damaged book", + "examine": "An incomplete book of Zamorak." + }, + { + "id": 3842, + "name": "Unholy book", + "examine": "The unholy book of Zamorak." + }, + { + "id": 3843, + "name": "Damaged book", + "examine": "An incomplete book of Guthix." + }, + { + "id": 3844, + "name": "Book of balance", + "examine": "The holy book of Guthix." + }, + { + "id": 3845, + "name": "Journal", + "examine": "A daily journal." + }, + { + "id": 3846, + "name": "Diary", + "examine": "Someone's Diary." + }, + { + "id": 3847, + "name": "Manual", + "examine": "Looks like some kind of manual." + }, + { + "id": 3848, + "name": "Lighthouse key", + "examine": "The key to the front door of the lighthouse." + }, + { + "id": 3849, + "name": "Rusty casket", + "examine": "Looks old and rusty..." + }, + null, + { + "id": 3851, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3852, + "name": "Unholy symbol", + "examine": "Swap this note at any bank for an Unholy symbol." + }, + { + "id": 3853, + "name": "Games necklace(8)", + "examine": "An enchanted necklace." + }, + { + "id": 3854, + "name": "Games necklace(8)", + "examine": "Swap this note at any bank for a Games necklace(8)." + }, + { + "id": 3855, + "name": "Games necklace(7)", + "examine": "An enchanted necklace." + }, + { + "id": 3856, + "name": "Games necklace(7)", + "examine": "Swap this note at any bank for a Games necklace(7)." + }, + { + "id": 3857, + "name": "Games necklace(6)", + "examine": "An enchanted necklace." + }, + { + "id": 3858, + "name": "Games necklace(6)", + "examine": "Swap this note at any bank for a Games necklace(6)." + }, + { + "id": 3859, + "name": "Games necklace(5)", + "examine": "An enchanted necklace." + }, + { + "id": 3860, + "name": "Games necklace(5)", + "examine": "Swap this note at any bank for a Games necklace(5)." + }, + { + "id": 3861, + "name": "Games necklace(4)", + "examine": "An enchanted necklace." + }, + { + "id": 3862, + "name": "Games necklace(4)", + "examine": "Swap this note at any bank for a Games necklace(4)." + }, + { + "id": 3863, + "name": "Games necklace(3)", + "examine": "An enchanted necklace." + }, + { + "id": 3864, + "name": "Games necklace(3)", + "examine": "Swap this note at any bank for a Games necklace(3)." + }, + { + "id": 3865, + "name": "Games necklace(2)", + "examine": "An enchanted necklace." + }, + { + "id": 3866, + "name": "Games necklace(2)", + "examine": "Swap this note at any bank for a Games necklace(2)." + }, + { + "id": 3867, + "name": "Games necklace(1)", + "examine": "An enchanted necklace." + }, + { + "id": 3868, + "name": "Games necklace(1)", + "examine": "Swap this note at any bank for a Games necklace(1)." + }, + { + "id": 3869, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3870, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3871, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3872, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3873, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3874, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3875, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3876, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3877, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3878, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3879, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3880, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3881, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3882, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3883, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3884, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3885, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3886, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3887, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3888, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3889, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3890, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3891, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3892, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 3893, + "name": "Stool", + "examine": "A comfy stool." + }, + { + "id": 3894, + "name": "Awful anthem", + "examine": "It's not very good." + }, + { + "id": 3895, + "name": "Good anthem", + "examine": "Much better." + }, + { + "id": 3896, + "name": "Treaty", + "examine": "Just needs the King's signature." + }, + { + "id": 3897, + "name": "Giant nib", + "examine": "For making a giant pen." + }, + { + "id": 3898, + "name": "Giant pen", + "examine": "The King should be able to use this." + }, + { + "id": 3899, + "name": "Iron sickle", + "examine": "Not as good as a pet frog." + }, + { + "id": 3900, + "name": "Iron sickle", + "examine": "Swap this note at any bank for an Iron sickle." + }, + { + "id": 3901, + "name": "Ghrim's book", + "examine": "''Managing Thine Kingdom for Noobes'' by A. Ghrim." + }, + { + "id": 3902, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3903, + "name": "Sliding button", + "examine": "Swap this note at any bank for a Sliding button." + }, + { + "id": 3904, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3905, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3906, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3907, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3908, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3909, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3910, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3911, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3912, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3913, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3914, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3915, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3916, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3917, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3918, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3919, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3920, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3921, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3922, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3923, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3924, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3925, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3926, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3927, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3928, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3929, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3930, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3931, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3932, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3933, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3934, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3935, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3936, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3937, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3938, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3939, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3940, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3941, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3942, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3943, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3944, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3945, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3946, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3947, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3948, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3949, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3950, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3951, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3952, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3953, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3954, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3955, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3956, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3957, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3958, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3959, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3960, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3961, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3962, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3963, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3964, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3965, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3966, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3967, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3968, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3969, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3970, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3971, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3972, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3973, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3974, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3975, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3976, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3977, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3978, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3979, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3980, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3981, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3982, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3983, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3984, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3985, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3986, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3987, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3988, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3989, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3990, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3991, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3992, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3993, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3994, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3995, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3996, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3997, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 3998, + "name": "Sliding button", + "examine": "It's a sliding button of some kind." + }, + { + "id": 3999, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 4000, + "name": "Iodine", + "examine": "Slightly archaic, but effective." + }, + { + "id": 4001, + "name": "Shrine", + "examine": "Sanctity in your pocket." + }, + { + "id": 4002, + "name": "Spare controls", + "examine": "It looks like some kind of control panel." + }, + { + "id": 4003, + "name": "Spare controls", + "examine": "Swap this note at any bank for a Spare controls." + }, + { + "id": 4004, + "name": "Gnome royal seal", + "examine": "It's the official Gnome Royal Seal, signed by King Narnode Shareen." + }, + { + "id": 4005, + "name": "Narnode's orders", + "examine": "Unreadable orders handwritten by King Narnode Shareen." + }, + { + "id": 4006, + "name": "Monkey dentures", + "examine": "Magical monkey talking dentures! What more can we say? Ook!" + }, + { + "id": 4007, + "name": "Enchanted bar", + "examine": "A gold bar invested with a talkative monkey spirit." + }, + { + "id": 4008, + "name": "Eye of gnome", + "examine": "It's ... the eye of a gnome! Now what on earth could one do with this?" + }, + { + "id": 4009, + "name": "Eye of gnome", + "examine": "Swap this note at any bank for an Eye of gnome." + }, + { + "id": 4010, + "name": "Monkey magic", + "examine": "A small sample of monkey magic." + }, + { + "id": 4011, + "name": "Monkey magic", + "examine": "Swap this note at any bank for a Monkey magic." + }, + { + "id": 4012, + "name": "Monkey nuts", + "examine": "These are monkey nuts. Yummy." + }, + { + "id": 4013, + "name": "Monkey nuts", + "examine": "Swap this note at any bank for a Monkey nuts." + }, + { + "id": 4014, + "name": "Monkey bar", + "examine": "It's a monkey bar. It looks highly nutritious." + }, + { + "id": 4015, + "name": "Monkey bar", + "examine": "Swap this note at any bank for a Monkey bar." + }, + { + "id": 4016, + "name": "Banana stew", + "examine": "It's a bowl full of mushy banana." + }, + { + "id": 4017, + "name": "Banana stew", + "examine": "Swap this note at any bank for a Banana stew." + }, + { + "id": 4018, + "name": "Monkey wrench", + "examine": "For wrenching monkeys I'd guess." + }, + { + "id": 4019, + "name": "Monkey wrench", + "examine": "Swap this note at any bank for a Monkey wrench." + }, + { + "id": 4020, + "name": "M'amulet mould", + "examine": "It's an amulet mould shaped like a monkey head." + }, + { + "id": 4021, + "name": "M'speak amulet", + "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises." + }, + { + "id": 4022, + "name": "M'speak amulet", + "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises." + }, + { + "id": 4023, + "name": "Monkey talisman", + "examine": "A magical talisman in the shape of a monkey head." + }, + { + "id": 4024, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a small ninja monkey head." + }, + { + "id": 4025, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a medium ninja monkey head." + }, + { + "id": 4026, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a gorilla head." + }, + { + "id": 4027, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a bearded gorilla head." + }, + { + "id": 4028, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a mysterious monkey head." + }, + { + "id": 4029, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a small zombie monkey head." + }, + { + "id": 4030, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a big zombie monkey head." + }, + { + "id": 4031, + "name": "Monkey greegree", + "examine": "A magical talisman in the shape of a Karamjan monkey head." + }, + { + "id": 4032, + "name": "Dummy", + "examine": "A fade." + }, + { + "id": 4033, + "name": "Monkey", + "examine": "It's a monkey in your backpack. As you look it pokes you." + }, + { + "id": 4034, + "name": "Monkey skull", + "examine": "It's a very ancient skull from some kind of ape." + }, + { + "id": 4035, + "name": "10th squad sigil", + "examine": "It's the official sigil of the 10th squad of the Royal Guard." + }, + { + "id": 4036, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 4037, + "name": "Saradomin banner", + "examine": "The Saradomin Team Standard." + }, + { + "id": 4038, + "name": "Saradomin banner", + "examine": "Swap this note at any bank for a Saradomin banner." + }, + { + "id": 4039, + "name": "Zamorak banner", + "examine": "The Zamorak Team Standard." + }, + { + "id": 4040, + "name": "Zamorak banner", + "examine": "Swap this note at any bank for a Zamorak banner." + }, + { + "id": 4041, + "name": "Hooded cloak", + "examine": "The colours of Saradomin." + }, + { + "id": 4042, + "name": "Hooded cloak", + "examine": "The colours of Zamorak." + }, + { + "id": 4043, + "name": "Rock", + "examine": "I can use this with the catapult." + }, + { + "id": 4044, + "name": "Rock", + "examine": "Swap this note at any bank for a Rock." + }, + { + "id": 4045, + "name": "Explosive potion", + "examine": "I could use this to destroy things..." + }, + { + "id": 4046, + "name": "Explosive potion", + "examine": "Swap this note at any bank for an Explosive potion." + }, + { + "id": 4047, + "name": "Climbing rope", + "examine": "Should be long enough to scale castle walls." + }, + { + "id": 4048, + "name": "Climbing rope", + "examine": "Swap this note at any bank for a Climbing rope." + }, + { + "id": 4049, + "name": "Bandages", + "examine": "A box of bandages for healing." + }, + { + "id": 4050, + "name": "Bandages", + "examine": "Swap this note at any bank for a Bandages." + }, + { + "id": 4051, + "name": "Toolbox", + "examine": "I can use this to repair things." + }, + { + "id": 4052, + "name": "Toolbox", + "examine": "Swap this note at any bank for a Toolbox." + }, + { + "id": 4053, + "name": "Barricade", + "examine": "Use these to block enemy team movement." + }, + { + "id": 4054, + "name": "Barricade", + "examine": "Swap this note at any bank for a Barricade." + }, + { + "id": 4055, + "name": "Castlewars manual", + "examine": "It's a manual for castlewars." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 4067, + "name": "Castle wars ticket", + "examine": "I can exchange these for further items." + }, + { + "id": 4068, + "name": "Decorative sword", + "examine": "A very decorative sword." + }, + { + "id": 4069, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4070, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4071, + "name": "Decorative helm", + "examine": "A very decorative helm." + }, + { + "id": 4072, + "name": "Decorative shield", + "examine": "A very decorative shield." + }, + { + "id": 4073, + "name": "Damp tinderbox", + "examine": "Not so useful for lighting a fire." + }, + { + "id": 4074, + "name": "Damp tinderbox", + "examine": "Swap this note at any bank for a Damp tinderbox." + }, + { + "id": 4075, + "name": "Glowing fungus", + "examine": "A bizarre fungus. It glows with a pale blue light." + }, + { + "id": 4076, + "name": "Nezikchened's mum", + "examine": "She wasn't pleased to see what her son did." + }, + { + "id": 4077, + "name": "Crystal-mine key", + "examine": "A key I found in the lower levels of the Morytanian mines." + }, + { + "id": 4078, + "name": "Zealot's key", + "examine": "I stole this from a Saradominist I met South of Mort'ton." + }, + { + "id": 4079, + "name": "Yo-yo", + "examine": "A gift from Santa." + }, + null, + { + "id": 4081, + "name": "Salve amulet", + "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead." + }, + { + "id": 4082, + "name": "Salve shard", + "examine": "An unstrung crystal imbued with the power of Saradomin." + }, + { + "id": 4083, + "name": "Sled", + "examine": "It needs waxing before I can use it." + }, + { + "id": 4084, + "name": "Sled", + "examine": "A waxed sled." + }, + { + "id": 4085, + "name": "Wax", + "examine": "I can use this to wax my sled." + }, + { + "id": 4086, + "name": "Trollweiss", + "examine": "These are very rare flowers with a pungent odour." + }, + { + "id": 4087, + "name": "Dragon platelegs", + "examine": "These look pretty heavy." + }, + { + "id": 4088, + "name": "Dragon platelegs", + "examine": "Swap this note at any bank for a Dragon platelegs." + }, + { + "id": 4089, + "name": "Mystic hat", + "examine": "A magical hat." + }, + { + "id": 4090, + "name": "Mystic hat", + "examine": "Swap this note at any bank for a Mystic hat." + }, + { + "id": 4091, + "name": "Mystic robe top", + "examine": "The upper half of a magical robe." + }, + { + "id": 4092, + "name": "Mystic robe top", + "examine": "Swap this note at any bank for a Mystic robe top." + }, + { + "id": 4093, + "name": "Mystic robe bottom", + "examine": "The lower half of a magical robe." + }, + { + "id": 4094, + "name": "Mystic robe bottom", + "examine": "Swap this note at any bank for a Mystic robe bottom." + }, + { + "id": 4095, + "name": "Mystic gloves", + "examine": "Magical gloves." + }, + { + "id": 4096, + "name": "Mystic gloves", + "examine": "Swap this note at any bank for a Mystic gloves." + }, + { + "id": 4097, + "name": "Mystic boots", + "examine": "Magical boots." + }, + { + "id": 4098, + "name": "Mystic boots", + "examine": "Swap this note at any bank for a Mystic boots." + }, + { + "id": 4099, + "name": "Mystic hat", + "examine": "A dark magical hat." + }, + { + "id": 4100, + "name": "Mystic hat", + "examine": "Swap this note at any bank for a Mystic hat." + }, + { + "id": 4101, + "name": "Mystic robe top", + "examine": "The upper half of a dark magical robe." + }, + { + "id": 4102, + "name": "Mystic robe top", + "examine": "Swap this note at any bank for a Mystic robe top." + }, + { + "id": 4103, + "name": "Mystic robe bottom", + "examine": "The lower half of a dark magical robe." + }, + { + "id": 4104, + "name": "Mystic robe bottom", + "examine": "Swap this note at any bank for a Mystic robe bottom." + }, + { + "id": 4105, + "name": "Mystic gloves", + "examine": "Dark magical gloves." + }, + { + "id": 4106, + "name": "Mystic gloves", + "examine": "Swap this note at any bank for a Mystic gloves." + }, + { + "id": 4107, + "name": "Mystic boots", + "examine": "Dark magical boots." + }, + { + "id": 4108, + "name": "Mystic boots", + "examine": "Swap this note at any bank for a Mystic boots." + }, + { + "id": 4109, + "name": "Mystic hat", + "examine": "A bright magical hat." + }, + { + "id": 4110, + "name": "Mystic hat", + "examine": "Swap this note at any bank for a Mystic hat." + }, + { + "id": 4111, + "name": "Mystic robe top", + "examine": "The upper half of a bright magical robe." + }, + { + "id": 4112, + "name": "Mystic robe top", + "examine": "Swap this note at any bank for a Mystic robe top." + }, + { + "id": 4113, + "name": "Mystic robe bottom", + "examine": "The lower half of a bright magical robe." + }, + { + "id": 4114, + "name": "Mystic robe bottom", + "examine": "Swap this note at any bank for a Mystic robe bottom." + }, + { + "id": 4115, + "name": "Mystic gloves", + "examine": "Bright magical gloves." + }, + { + "id": 4116, + "name": "Mystic gloves", + "examine": "Swap this note at any bank for a Mystic gloves." + }, + { + "id": 4117, + "name": "Mystic boots", + "examine": "Bright magical boots." + }, + { + "id": 4118, + "name": "Mystic boots", + "examine": "Swap this note at any bank for a Mystic boots." + }, + { + "id": 4119, + "name": "Bronze boots", + "examine": "These will protect my feet." + }, + { + "id": 4120, + "name": "Bronze boots", + "examine": "Swap this note at any bank for a Bronze boots." + }, + { + "id": 4121, + "name": "Iron boots", + "examine": "These will protect my feet." + }, + { + "id": 4122, + "name": "Iron boots", + "examine": "Swap this note at any bank for an Iron boots." + }, + { + "id": 4123, + "name": "Steel boots", + "examine": "These will protect my feet." + }, + { + "id": 4124, + "name": "Steel boots", + "examine": "Swap this note at any bank for a Steel boots." + }, + { + "id": 4125, + "name": "Black boots", + "examine": "These will protect my feet." + }, + { + "id": 4126, + "name": "Black boots", + "examine": "Swap this note at any bank for a Black boots." + }, + { + "id": 4127, + "name": "Mithril boots", + "examine": "These will protect my feet." + }, + { + "id": 4128, + "name": "Mithril boots", + "examine": "Swap this note at any bank for a Mithril boots." + }, + { + "id": 4129, + "name": "Adamant boots", + "examine": "These will protect my feet." + }, + { + "id": 4130, + "name": "Adamant boots", + "examine": "Swap this note at any bank for an Adamant boots." + }, + { + "id": 4131, + "name": "Rune boots", + "examine": "These will protect my feet." + }, + { + "id": 4132, + "name": "Rune boots", + "examine": "Swap this note at any bank for a Rune boots." + }, + { + "id": 4133, + "name": "Crawling hand", + "examine": "A slayer monster." + }, + { + "id": 4134, + "name": "Cave crawler", + "examine": "A slayer monster." + }, + { + "id": 4135, + "name": "Banshee", + "examine": "A slayer monster." + }, + { + "id": 4136, + "name": "Rockslug", + "examine": "A slayer monster." + }, + { + "id": 4137, + "name": "Cockatrice", + "examine": "A slayer monster." + }, + { + "id": 4138, + "name": "Pyrefiend", + "examine": "A slayer monster." + }, + { + "id": 4139, + "name": "Basilisk", + "examine": "A slayer monster." + }, + { + "id": 4140, + "name": "Infernal mage", + "examine": "A slayer monster." + }, + { + "id": 4141, + "name": "Bloodveld", + "examine": "A slayer monster." + }, + { + "id": 4142, + "name": "Jelly", + "examine": "A slayer monster." + }, + { + "id": 4143, + "name": "Turoth", + "examine": "A slayer monster." + }, + { + "id": 4144, + "name": "Aberrant specter", + "examine": "A slayer monster." + }, + { + "id": 4145, + "name": "Dust devil", + "examine": "A slayer monster." + }, + { + "id": 4146, + "name": "Kurask", + "examine": "A slayer monster." + }, + { + "id": 4147, + "name": "Gargoyle", + "examine": "A slayer monster." + }, + { + "id": 4148, + "name": "Nechryael", + "examine": "A slayer monster." + }, + { + "id": 4149, + "name": "Abyssal demon", + "examine": "A slayer monster." + }, + { + "id": 4150, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + { + "id": 4151, + "name": "Abyssal whip", + "examine": "A weapon from the abyss." + }, + { + "id": 4152, + "name": "Abyssal whip", + "examine": "Swap this note at any bank for an Abyssal whip." + }, + { + "id": 4153, + "name": "Granite maul", + "examine": "Simplicity is the best weapon." + }, + { + "id": 4154, + "name": "Granite maul", + "examine": "Swap this note at any bank for a Granite maul." + }, + { + "id": 4155, + "name": "Enchanted gem", + "examine": "I can contact the Slayer Masters with this." + }, + { + "id": 4156, + "name": "Mirror shield", + "examine": "I can just about see things in this shield's reflection." + }, + { + "id": 4157, + "name": "Mirror shield", + "examine": "Swap this note at any bank for a Mirror shield." + }, + { + "id": 4158, + "name": "Leaf-bladed spear", + "examine": "A spear with a leaf-shaped point." + }, + { + "id": 4159, + "name": "Leaf-bladed spear", + "examine": "Swap this note at any bank for a Leaf-bladed spear." + }, + { + "id": 4160, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + { + "id": 4161, + "name": "Bag of salt", + "examine": "A bag of salt." + }, + { + "id": 4162, + "name": "Rock hammer", + "examine": "I can even smash stone with this." + }, + { + "id": 4163, + "name": "Rock hammer", + "examine": "Swap this note at any bank for a Rock hammer." + }, + { + "id": 4164, + "name": "Facemask", + "examine": "Stops me breathing in too much dust." + }, + { + "id": 4165, + "name": "Facemask", + "examine": "Swap this note at any bank for a Facemask." + }, + { + "id": 4166, + "name": "Earmuffs", + "examine": "These will protect my ears from loud noise." + }, + { + "id": 4167, + "name": "Earmuffs", + "examine": "Swap this note at any bank for an Earmuffs." + }, + { + "id": 4168, + "name": "Nose peg", + "examine": "Protects me from any bad smells." + }, + { + "id": 4169, + "name": "Nose peg", + "examine": "Swap this note at any bank for a Nose peg." + }, + { + "id": 4170, + "name": "Slayer's staff", + "examine": "An old and magical staff." + }, + { + "id": 4171, + "name": "Slayer's staff", + "examine": "Swap this note at any bank for a Slayer's staff." + }, + { + "id": 4172, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + { + "id": 4173, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + { + "id": 4174, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + { + "id": 4175, + "name": "Broad arrows", + "examine": "Arrows with a wider than normal tip." + }, + null, + { + "id": 4177, + "name": "Wolfbane lever", + "examine": "For magnifying forces applied to werewolves." + }, + { + "id": 4178, + "name": "Olive stuffer", + "examine": "For making cocktails." + }, + { + "id": 4179, + "name": "Stick", + "examine": "For playing fetch with." + }, + { + "id": 4180, + "name": "Coconut bunch", + "examine": "Now you've got a lovely one too!" + }, + { + "id": 4181, + "name": "Mouth grip", + "examine": "A holding thingy for the zip line." + }, + { + "id": 4182, + "name": "Elven sheep", + "examine": "Pocketsized so it's handy when you're roving in the woods!" + }, + { + "id": 4183, + "name": "Star amulet", + "examine": "A six-pointed marble and obsidian amulet" + }, + { + "id": 4184, + "name": "Cavern key", + "examine": "Upon close examination, this seems to be a key." + }, + { + "id": 4185, + "name": "Tower key", + "examine": "Upon close examination, this seems to be a key." + }, + { + "id": 4186, + "name": "Shed key", + "examine": "Upon close examination, this seems to be a key." + }, + { + "id": 4187, + "name": "Marble amulet", + "examine": "Triangular in shape, made from marble, and as large as your hand." + }, + { + "id": 4188, + "name": "Obsidian amulet", + "examine": "Triangular in shape, made from obsidian, and as large as your hand." + }, + { + "id": 4189, + "name": "Garden cane", + "examine": "A length of garden cane." + }, + { + "id": 4190, + "name": "Garden brush", + "examine": "A typical garden brush." + }, + { + "id": 4191, + "name": "Extended brush", + "examine": "A typical garden brush, with a cane tied to it." + }, + { + "id": 4192, + "name": "Extended brush", + "examine": "A typical garden brush, with two canes tied to it." + }, + { + "id": 4193, + "name": "Extended brush", + "examine": "A typical garden brush, with three canes tied to it." + }, + { + "id": 4194, + "name": "Torso", + "examine": "A decomposing torso, from which issues the acrid stench of the grave." + }, + { + "id": 4195, + "name": "Arms", + "examine": "A pair of limp, dead arms." + }, + { + "id": 4196, + "name": "Legs", + "examine": "A pair of lifeless, rotting legs." + }, + { + "id": 4197, + "name": "Decapitated head", + "examine": "A gruesome, decapitated head, whose brain has rotted away." + }, + { + "id": 4198, + "name": "Decapitated head", + "examine": "A gruesome, decapitated head" + }, + { + "id": 4199, + "name": "Pickled brain", + "examine": "A pickled brain, submerged inside a jar of vinegar." + }, + { + "id": 4200, + "name": "Conductor mould", + "examine": "A mould for making silver lightning conductors." + }, + { + "id": 4201, + "name": "Conductor", + "examine": "A silver lightning conductor." + }, + { + "id": 4202, + "name": "Ring of charos", + "examine": "The Ring of Charos." + }, + { + "id": 4203, + "name": "Journal", + "examine": "A book." + }, + { + "id": 4204, + "name": "Letter", + "examine": "A letter, clearly hastily written." + }, + { + "id": 4205, + "name": "Consecration seed", + "examine": "This consecration seed looks grey and dead." + }, + { + "id": 4206, + "name": "Consecration seed", + "examine": "This consecration seed glows with a warm light." + }, + { + "id": 4207, + "name": "Crystal seed", + "examine": "This crystal seed looks grey and dead." + }, + { + "id": 4208, + "name": "Crystal seed", + "examine": "Swap this note at any bank for a Crystal seed." + }, + { + "id": 4209, + "name": "Cadarn lineage", + "examine": "A book on Cadarn clan history." + }, + { + "id": 4210, + "name": "Cadarn lineage", + "examine": "Swap this note at any bank for a Cadarn lineage." + }, + { + "id": 4211, + "name": "Elf crystal", + "examine": "Elf crystal." + }, + { + "id": 4212, + "name": "New crystal bow", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4213, + "name": "New crystal bow", + "examine": "Swap this note at any bank for a New crystal bow." + }, + { + "id": 4214, + "name": "Crystal bow full", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4215, + "name": "Crystal bow 9/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4216, + "name": "Crystal bow 8/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4217, + "name": "Crystal bow 7/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4218, + "name": "Crystal bow 6/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4219, + "name": "Crystal bow 5/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4220, + "name": "Crystal bow 4/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4221, + "name": "Crystal bow 3/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4222, + "name": "Crystal bow 2/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4223, + "name": "Crystal bow 1/10", + "examine": "A nice sturdy magical bow." + }, + { + "id": 4224, + "name": "New crystal shield", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4225, + "name": "Crystal shield full", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4226, + "name": "Crystal shield 9/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4227, + "name": "Crystal shield 8/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4228, + "name": "Crystal shield 7/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4229, + "name": "Crystal shield 6/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4230, + "name": "Crystal shield 5/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4231, + "name": "Crystal shield 4/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4232, + "name": "Crystal shield 3/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4233, + "name": "Crystal shield 2/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4234, + "name": "Crystal shield 1/10", + "examine": "A nice sturdy crystal shield." + }, + { + "id": 4235, + "name": "New crystal shield", + "examine": "Swap this note at any bank for a New crystal shield." + }, + { + "id": 4236, + "name": "Oak longbow", + "examine": "This bow has been signed by Robin, Master Bowman." + }, + { + "id": 4237, + "name": "Nettle-water", + "examine": "It's a bowl of water, with some nettles in it." + }, + { + "id": 4238, + "name": "Puddle of slime", + "examine": "It's a Puddle of slime." + }, + { + "id": 4239, + "name": "Nettle tea", + "examine": "It's a bowl of nettle tea." + }, + { + "id": 4240, + "name": "Nettle tea", + "examine": "It's a bowl of milky nettle tea." + }, + { + "id": 4241, + "name": "Nettles", + "examine": "A handful of nettles." + }, + { + "id": 4242, + "name": "Cup of tea", + "examine": "A nice cup of nettle tea." + }, + { + "id": 4243, + "name": "Cup of tea", + "examine": "A milky cup of nettle tea." + }, + { + "id": 4244, + "name": "Porcelain cup", + "examine": "A porcelain cup." + }, + { + "id": 4245, + "name": "Cup of tea", + "examine": "Some nettle tea in a porcelain cup." + }, + { + "id": 4246, + "name": "Cup of tea", + "examine": "Some milky nettle tea in a porcelain cup." + }, + { + "id": 4247, + "name": "Mystical robes", + "examine": "The Robes of Necrovarus." + }, + { + "id": 4248, + "name": "Book of haricanto", + "examine": "The Book of Haricanto." + }, + { + "id": 4249, + "name": "Translation manual", + "examine": "A translation manual." + }, + { + "id": 4250, + "name": "Ghostspeak amulet", + "examine": "The amulet of ghostspeak glows green from the crone's enchantment." + }, + { + "id": 4251, + "name": "Ectophial", + "examine": "The Ectophial." + }, + { + "id": 4252, + "name": "Ectophial", + "examine": "The Ectophial." + }, + { + "id": 4253, + "name": "Model ship", + "examine": "A small wooden ship." + }, + { + "id": 4254, + "name": "Model ship", + "examine": "A small wooden ship with a silk flag." + }, + { + "id": 4255, + "name": "Bonemeal", + "examine": "A pot of crushed bones." + }, + { + "id": 4256, + "name": "Bonemeal", + "examine": "A pot of crushed bat bones." + }, + { + "id": 4257, + "name": "Bonemeal", + "examine": "A pot of crushed big bones." + }, + { + "id": 4258, + "name": "Bonemeal", + "examine": "A pot of crushed burnt bones." + }, + { + "id": 4259, + "name": "Bonemeal", + "examine": "A pot of crushed burnt jogre bones." + }, + { + "id": 4260, + "name": "Bonemeal", + "examine": "A pot of crushed baby dragon bones." + }, + { + "id": 4261, + "name": "Bonemeal", + "examine": "A pot of crushed dragon bones." + }, + { + "id": 4262, + "name": "Bonemeal", + "examine": "A pot of crushed wolf bones." + }, + { + "id": 4263, + "name": "Bonemeal", + "examine": "A pot of crushed small ninja monkey bones." + }, + { + "id": 4264, + "name": "Bonemeal", + "examine": "A pot of crushed medium ninja monkey bones." + }, + { + "id": 4265, + "name": "Bonemeal", + "examine": "A pot of crushed gorilla monkey bones." + }, + { + "id": 4266, + "name": "Bonemeal", + "examine": "A pot of crushed bearded gorilla monkey bones." + }, + { + "id": 4267, + "name": "Bonemeal", + "examine": "A pot of crushed monkey bones." + }, + { + "id": 4268, + "name": "Bonemeal", + "examine": "A pot of crushed small zombie monkey bones." + }, + { + "id": 4269, + "name": "Bonemeal", + "examine": "A pot of crushed large zombie monkey bones." + }, + { + "id": 4270, + "name": "Bonemeal", + "examine": "A pot of crushed skeleton bones." + }, + { + "id": 4271, + "name": "Bonemeal", + "examine": "A pot of crushed jogre bones." + }, + { + "id": 4272, + "name": "Bone key", + "examine": "A key dropped by Necrovarus." + }, + { + "id": 4273, + "name": "Chest key", + "examine": "A key to a chest." + }, + { + "id": 4274, + "name": "Map scrap", + "examine": "A section from some kind of map." + }, + { + "id": 4275, + "name": "Map scrap", + "examine": "A section from some kind of map." + }, + { + "id": 4276, + "name": "Map scrap", + "examine": "A section from some kind of map." + }, + { + "id": 4277, + "name": "Treasure map", + "examine": "A complete treasure map." + }, + { + "id": 4278, + "name": "Ecto-token", + "examine": "A token with ectoplasm on it." + }, + null, + null, + null, + null, + { + "id": 4283, + "name": "Petition form", + "examine": "A scroll of paper containing signatures." + }, + { + "id": 4284, + "name": "Bedsheet", + "examine": "It's a bedsheet." + }, + { + "id": 4285, + "name": "Bedsheet", + "examine": "It's an ectoplasm-covered bedsheet." + }, + { + "id": 4286, + "name": "Bucket of slime", + "examine": "It's a bucket of ectoplasm." + }, + { + "id": 4287, + "name": "Raw beef", + "examine": "This raw beef is rancid." + }, + { + "id": 4288, + "name": "Raw beef", + "examine": "Swap this note at any bank for a Raw beef." + }, + { + "id": 4289, + "name": "Raw chicken", + "examine": "This raw chicken is rancid." + }, + { + "id": 4290, + "name": "Raw chicken", + "examine": "Swap this note at any bank for a Raw chicken." + }, + { + "id": 4291, + "name": "Cooked chicken", + "examine": "This cooked chicken looks disgusting." + }, + { + "id": 4292, + "name": "Cooked chicken", + "examine": "Swap this note at any bank for a Cooked chicken." + }, + { + "id": 4293, + "name": "Cooked meat", + "examine": "I wouldn't eat that if I were you." + }, + { + "id": 4294, + "name": "Cooked meat", + "examine": "Swap this note at any bank for a Cooked meat." + }, + { + "id": 4295, + "name": "Female ham", + "examine": "She's a Human against Monsters." + }, + { + "id": 4296, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 4297, + "name": "Male ham", + "examine": "He's a Human against Monsters." + }, + { + "id": 4298, + "name": "Ham shirt", + "examine": "A vivid crimson shirt." + }, + { + "id": 4299, + "name": "Ham shirt", + "examine": "Swap this note at any bank for a Ham shirt." + }, + { + "id": 4300, + "name": "Ham robe", + "examine": "A vivid crimson robe." + }, + { + "id": 4301, + "name": "Ham robe", + "examine": "Swap this note at any bank for a Ham robe." + }, + { + "id": 4302, + "name": "Ham hood", + "examine": "Light-weight head protection and eye shield." + }, + { + "id": 4303, + "name": "Ham hood", + "examine": "Swap this note at any bank for a Ham hood." + }, + { + "id": 4304, + "name": "Ham cloak", + "examine": "A HAM cape." + }, + { + "id": 4305, + "name": "Ham cloak", + "examine": "Swap this note at any bank for a Ham cloak." + }, + { + "id": 4306, + "name": "H.a.m logo", + "examine": "A badge for the HAM cult." + }, + { + "id": 4307, + "name": "H.a.m logo", + "examine": "Swap this note at any bank for a H.a.m logo." + }, + { + "id": 4308, + "name": "Gloves", + "examine": "HAM gloves as worn by the Humans Against Monsters group." + }, + { + "id": 4309, + "name": "Gloves", + "examine": "Swap this note at any bank for a Gloves." + }, + { + "id": 4310, + "name": "Boots", + "examine": "HAM boots as worn by the Humans Against Monsters group." + }, + { + "id": 4311, + "name": "Boots", + "examine": "Swap this note at any bank for a Boots." + }, + { + "id": 4312, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 4313, + "name": "Crystal of seren", + "examine": "A book on elven crystal." + }, + { + "id": 4314, + "name": "Crystal of seren", + "examine": "Swap this note at any bank for a Crystal of seren." + }, + { + "id": 4315, + "name": "Team-1 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4316, + "name": "Team-1 cape", + "examine": "Swap this note at any bank for a Team-1 cape." + }, + { + "id": 4317, + "name": "Team-2 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4318, + "name": "Team-2 cape", + "examine": "Swap this note at any bank for a Team-2 cape." + }, + { + "id": 4319, + "name": "Team-3 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4320, + "name": "Team-3 cape", + "examine": "Swap this note at any bank for a Team-3 cape." + }, + { + "id": 4321, + "name": "Team-4 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4322, + "name": "Team-4 cape", + "examine": "Swap this note at any bank for a Team-4 cape." + }, + { + "id": 4323, + "name": "Team-5 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4324, + "name": "Team-5 cape", + "examine": "Swap this note at any bank for a Team-5 cape." + }, + { + "id": 4325, + "name": "Team-6 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4326, + "name": "Team-6 cape", + "examine": "Swap this note at any bank for a Team-6 cape." + }, + { + "id": 4327, + "name": "Team-7 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4328, + "name": "Team-7 cape", + "examine": "Swap this note at any bank for a Team-7 cape." + }, + { + "id": 4329, + "name": "Team-8 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4330, + "name": "Team-8 cape", + "examine": "Swap this note at any bank for a Team-8 cape." + }, + { + "id": 4331, + "name": "Team-9 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4332, + "name": "Team-9 cape", + "examine": "Swap this note at any bank for a Team-9 cape." + }, + { + "id": 4333, + "name": "Team-10 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4334, + "name": "Team-10 cape", + "examine": "Swap this note at any bank for a Team-10 cape." + }, + { + "id": 4335, + "name": "Team-11 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4336, + "name": "Team-11 cape", + "examine": "Swap this note at any bank for a Team-11 cape." + }, + { + "id": 4337, + "name": "Team-12 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4338, + "name": "Team-12 cape", + "examine": "Swap this note at any bank for a Team-12 cape." + }, + { + "id": 4339, + "name": "Team-13 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4340, + "name": "Team-13 cape", + "examine": "Swap this note at any bank for a Team-13 cape." + }, + { + "id": 4341, + "name": "Team-14 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4342, + "name": "Team-14 cape", + "examine": "Swap this note at any bank for a Team-14 cape." + }, + { + "id": 4343, + "name": "Team-15 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4344, + "name": "Team-15 cape", + "examine": "Swap this note at any bank for a Team-15 cape." + }, + { + "id": 4345, + "name": "Team-16 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4346, + "name": "Team-16 cape", + "examine": "Swap this note at any bank for a Team-16 cape." + }, + { + "id": 4347, + "name": "Team-17 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4348, + "name": "Team-17 cape", + "examine": "Swap this note at any bank for a Team-17 cape." + }, + { + "id": 4349, + "name": "Team-18 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4350, + "name": "Team-18 cape", + "examine": "Swap this note at any bank for a Team-18 cape." + }, + { + "id": 4351, + "name": "Team-19 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4352, + "name": "Team-19 cape", + "examine": "Swap this note at any bank for a Team-19 cape." + }, + { + "id": 4353, + "name": "Team-20 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4354, + "name": "Team-20 cape", + "examine": "Swap this note at any bank for a Team-20 cape." + }, + { + "id": 4355, + "name": "Team-21 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4356, + "name": "Team-21 cape", + "examine": "Swap this note at any bank for a Team-21 cape." + }, + { + "id": 4357, + "name": "Team-22 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4358, + "name": "Team-22 cape", + "examine": "Swap this note at any bank for a Team-22 cape." + }, + { + "id": 4359, + "name": "Team-23 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4360, + "name": "Team-23 cape", + "examine": "Swap this note at any bank for a Team-23 cape." + }, + { + "id": 4361, + "name": "Team-24 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4362, + "name": "Team-24 cape", + "examine": "Swap this note at any bank for a Team-24 cape." + }, + { + "id": 4363, + "name": "Team-25 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4364, + "name": "Team-25 cape", + "examine": "Swap this note at any bank for a Team-25 cape." + }, + { + "id": 4365, + "name": "Team-26 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4366, + "name": "Team-26 cape", + "examine": "Swap this note at any bank for a Team-26 cape." + }, + { + "id": 4367, + "name": "Team-27 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4368, + "name": "Team-27 cape", + "examine": "Swap this note at any bank for a Team-27 cape." + }, + { + "id": 4369, + "name": "Team-28 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4370, + "name": "Team-28 cape", + "examine": "Swap this note at any bank for a Team-28 cape." + }, + { + "id": 4371, + "name": "Team-29 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4372, + "name": "Team-29 cape", + "examine": "Swap this note at any bank for a Team-29 cape." + }, + { + "id": 4373, + "name": "Team-30 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4374, + "name": "Team-30 cape", + "examine": "Swap this note at any bank for a Team-30 cape." + }, + { + "id": 4375, + "name": "Team-31 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4376, + "name": "Team-31 cape", + "examine": "Swap this note at any bank for a Team-31 cape." + }, + { + "id": 4377, + "name": "Team-32 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4378, + "name": "Team-32 cape", + "examine": "Swap this note at any bank for a Team-32 cape." + }, + { + "id": 4379, + "name": "Team-33 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4380, + "name": "Team-33 cape", + "examine": "Swap this note at any bank for a Team-33 cape." + }, + { + "id": 4381, + "name": "Team-34 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4382, + "name": "Team-34 cape", + "examine": "Swap this note at any bank for a Team-34 cape." + }, + { + "id": 4383, + "name": "Team-35 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4384, + "name": "Team-35 cape", + "examine": "Swap this note at any bank for a Team-35 cape." + }, + { + "id": 4385, + "name": "Team-36 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4386, + "name": "Team-36 cape", + "examine": "Swap this note at any bank for a Team-36 cape." + }, + { + "id": 4387, + "name": "Team-37 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4388, + "name": "Team-37 cape", + "examine": "Swap this note at any bank for a Team-37 cape." + }, + { + "id": 4389, + "name": "Team-38 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4390, + "name": "Team-38 cape", + "examine": "Swap this note at any bank for a Team-38 cape." + }, + { + "id": 4391, + "name": "Team-39 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4392, + "name": "Team-39 cape", + "examine": "Swap this note at any bank for a Team-39 cape." + }, + { + "id": 4393, + "name": "Team-40 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4394, + "name": "Team-40 cape", + "examine": "Swap this note at any bank for a Team-40 cape." + }, + { + "id": 4395, + "name": "Team-41 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4396, + "name": "Team-41 cape", + "examine": "Swap this note at any bank for a Team-41 cape." + }, + { + "id": 4397, + "name": "Team-42 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4398, + "name": "Team-42 cape", + "examine": "Swap this note at any bank for a Team-42 cape." + }, + { + "id": 4399, + "name": "Team-43 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4400, + "name": "Team-43 cape", + "examine": "Swap this note at any bank for a Team-43 cape." + }, + { + "id": 4401, + "name": "Team-44 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4402, + "name": "Team-44 cape", + "examine": "Swap this note at any bank for a Team-44 cape." + }, + { + "id": 4403, + "name": "Team-45 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4404, + "name": "Team-45 cape", + "examine": "Swap this note at any bank for a Team-45 cape." + }, + { + "id": 4405, + "name": "Team-46 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4406, + "name": "Team-46 cape", + "examine": "Swap this note at any bank for a Team-46 cape." + }, + { + "id": 4407, + "name": "Team-47 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4408, + "name": "Team-47 cape", + "examine": "Swap this note at any bank for a Team-47 cape." + }, + { + "id": 4409, + "name": "Team-48 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4410, + "name": "Team-48 cape", + "examine": "Swap this note at any bank for a Team-48 cape." + }, + { + "id": 4411, + "name": "Team-49 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4412, + "name": "Team-49 cape", + "examine": "Swap this note at any bank for a Team-49 cape." + }, + { + "id": 4413, + "name": "Team-50 cape", + "examine": "Ooohhh look at the pretty colours..." + }, + { + "id": 4414, + "name": "Team-50 cape", + "examine": "Swap this note at any bank for a Team-50 cape." + }, + { + "id": 4415, + "name": "Blunt axe", + "examine": "A jungle forester's blunt axe." + }, + { + "id": 4416, + "name": "Herbal tincture", + "examine": "A strong medicinal brew for heavy chests." + }, + { + "id": 4417, + "name": "Guthix rest(4)", + "examine": "A cup of Guthix Rest." + }, + { + "id": 4418, + "name": "Guthix rest(4)", + "examine": "Swap this note at any bank for a Guthix rest(4)." + }, + { + "id": 4419, + "name": "Guthix rest(3)", + "examine": "A cup of Guthix Rest." + }, + { + "id": 4420, + "name": "Guthix rest(3)", + "examine": "Swap this note at any bank for a Guthix rest(3)." + }, + { + "id": 4421, + "name": "Guthix rest(2)", + "examine": "A cup of Guthix Rest." + }, + { + "id": 4422, + "name": "Guthix rest(2)", + "examine": "Swap this note at any bank for a Guthix rest(2)." + }, + { + "id": 4423, + "name": "Guthix rest(1)", + "examine": "A cup of Guthix Rest." + }, + { + "id": 4424, + "name": "Guthix rest(1)", + "examine": "Swap this note at any bank for a Guthix rest(1)." + }, + { + "id": 4425, + "name": "Stodgy mattress", + "examine": "A half-filled feather mattress." + }, + { + "id": 4426, + "name": "Comfy mattress", + "examine": "A comfy-looking feather mattress." + }, + { + "id": 4427, + "name": "Iron oxide", + "examine": "Looks like a bunch of rust to me." + }, + { + "id": 4428, + "name": "Animate rock scroll", + "examine": "An animate rock spell is written on this parchment." + }, + { + "id": 4429, + "name": "Broken vane part", + "examine": "These weathervane directionals are broken." + }, + { + "id": 4430, + "name": "Directionals", + "examine": "The weathervane directionals should work now." + }, + { + "id": 4431, + "name": "Broken vane part", + "examine": "This weathervane ornament is damaged." + }, + { + "id": 4432, + "name": "Ornament", + "examine": "A fixed Weathervane ornament." + }, + { + "id": 4433, + "name": "Broken vane part", + "examine": "A broken Weathervane pillar." + }, + { + "id": 4434, + "name": "Weathervane pillar", + "examine": "A fixed weathervane rotating pillar." + }, + { + "id": 4435, + "name": "Weather report", + "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail." + }, + { + "id": 4436, + "name": "Airtight pot", + "examine": "This is pretty well sealed." + }, + { + "id": 4437, + "name": "Airtight pot", + "examine": "Swap this note at any bank for an Airtight pot." + }, + { + "id": 4438, + "name": "Unfired pot lid", + "examine": "This needs firing, then it should fit on a normal-sized pot." + }, + { + "id": 4439, + "name": "Unfired pot lid", + "examine": "Swap this note at any bank for an Unfired pot lid." + }, + { + "id": 4440, + "name": "Pot lid", + "examine": "This should fit on a normal-sized pot." + }, + { + "id": 4441, + "name": "Pot lid", + "examine": "Swap this note at any bank for a Pot lid." + }, + { + "id": 4442, + "name": "Breathing salts", + "examine": "An airtight pot with something inside, most likely breathing salts." + }, + { + "id": 4443, + "name": "Chicken cage", + "examine": "A large cage for transporting chickens." + }, + { + "id": 4444, + "name": "Sharpened axe", + "examine": "A jungle forester's super sharp axe." + }, + { + "id": 4445, + "name": "Red mahogany log", + "examine": "Some rare mahogany logs which have been professionally cured." + }, + { + "id": 4446, + "name": "Steel key ring", + "examine": "I can store my keys here." + }, + { + "id": 4447, + "name": "Antique lamp", + "examine": "I Wonder what happens if I rub it..." + }, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 4456, + "name": "Bowl of hot water", + "examine": "It's a bowl of hot water." + }, + { + "id": 4457, + "name": "Bowl of hot water", + "examine": "Swap this note at any bank for a Bowl of hot water." + }, + { + "id": 4458, + "name": "Cup of water", + "examine": "A cup of water." + }, + { + "id": 4459, + "name": "Cup of water", + "examine": "Swap this note at any bank for a Cup of water." + }, + { + "id": 4460, + "name": "Cup of hot water", + "examine": "It's hot!" + }, + { + "id": 4461, + "name": "Cup of hot water", + "examine": "Swap this note at any bank for a Cup of hot water." + }, + { + "id": 4462, + "name": "Ruined herb tea", + "examine": "A ruined herb tea." + }, + { + "id": 4463, + "name": "Ruined herb tea", + "examine": "Swap this note at any bank for a Ruined herb tea." + }, + { + "id": 4464, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water and harralander." + }, + { + "id": 4465, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4466, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water and guam." + }, + { + "id": 4467, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4468, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water and marrentill." + }, + { + "id": 4469, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4470, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, harralander and marrentill." + }, + { + "id": 4471, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4472, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, harralander and guam." + }, + { + "id": 4473, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4474, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water and 2 doses of guam." + }, + { + "id": 4475, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4476, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, guam and marrentill." + }, + { + "id": 4477, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4478, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, harralander, marrentill and guam." + }, + { + "id": 4479, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4480, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, 2 doses of guam and marrentill." + }, + { + "id": 4481, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4482, + "name": "Herb tea mix", + "examine": "An unfinished herb tea made up of water, 2 doses of guam and harralander." + }, + { + "id": 4483, + "name": "Herb tea mix", + "examine": "Swap this note at any bank for a Herb tea mix." + }, + { + "id": 4484, + "name": "Safety guarantee", + "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka." + }, + { + "id": 4485, + "name": "White pearl", + "examine": "This fruit is known as White Pearl. Should taste good." + }, + { + "id": 4486, + "name": "White pearl seed", + "examine": "You can grow this seed even in cold mountain ranges!" + }, + { + "id": 4487, + "name": "Half a rock", + "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone." + }, + { + "id": 4488, + "name": "Corpse of woman", + "examine": "The corpse of a woman who died long ago." + }, + { + "id": 4489, + "name": "Asleif's necklace", + "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain." + }, + { + "id": 4490, + "name": "Mud", + "examine": "Yuck, it's sticky, dirty mud." + }, + { + "id": 4491, + "name": "Mud", + "examine": "Swap this note at any bank for a Mud." + }, + { + "id": 4492, + "name": "Rock", + "examine": "A rock." + }, + { + "id": 4493, + "name": "Rock", + "examine": "Swap this note at any bank for a Rock." + }, + { + "id": 4494, + "name": "Pole", + "examine": "It's just a long stick, really." + }, + { + "id": 4495, + "name": "Pole", + "examine": "Swap this note at any bank for a Pole." + }, + { + "id": 4496, + "name": "Broken pole", + "examine": "Splintered into pieces, it has become completely useless to you." + }, + { + "id": 4497, + "name": "Broken pole", + "examine": "Swap this note at any bank for a Broken pole." + }, + { + "id": 4498, + "name": "Rope", + "examine": "It's the rope you're holding." + }, + { + "id": 4499, + "name": "Rope", + "examine": "Swap this note at any bank for a Rope." + }, + { + "id": 4500, + "name": "Pole", + "examine": "It's the pole you're holding." + }, + { + "id": 4501, + "name": "Pole", + "examine": "Swap this note at any bank for a Pole." + }, + { + "id": 4502, + "name": "Bearhead", + "examine": "Quite ferocious looking." + }, + { + "id": 4503, + "name": "Decorative sword", + "examine": "A very decorative sword." + }, + { + "id": 4504, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4505, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4506, + "name": "Decorative helm", + "examine": "A very decorative helm." + }, + { + "id": 4507, + "name": "Decorative shield", + "examine": "A very decorative shield." + }, + { + "id": 4508, + "name": "Decorative sword", + "examine": "A very decorative sword." + }, + { + "id": 4509, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4510, + "name": "Decorative armour", + "examine": "Very decorative armour." + }, + { + "id": 4511, + "name": "Decorative helm", + "examine": "A very decorative helm." + }, + { + "id": 4512, + "name": "Decorative shield", + "examine": "A very decorative shield." + }, + { + "id": 4513, + "name": "Castlewars hood", + "examine": "The colours of Saradomin." + }, + { + "id": 4514, + "name": "Castlewars cloak", + "examine": "A fine castlewars Cape." + }, + { + "id": 4515, + "name": "Castlewars hood", + "examine": "The colours of Zamorak." + }, + { + "id": 4516, + "name": "Castlewars cloak", + "examine": "A fine castlewars Cape." + }, + { + "id": 4517, + "name": "Giant frog legs", + "examine": "This could feed a family of gnomes for a week!" + }, + { + "id": 4518, + "name": "Giant frog legs", + "examine": "Swap this note at any bank for a Giant frog legs." + }, + { + "id": 4519, + "name": "Swamp wallbeast", + "examine": "A slayer monster." + }, + { + "id": 4520, + "name": "Swamp cave slime", + "examine": "A slayer monster." + }, + { + "id": 4521, + "name": "Swamp cave bug", + "examine": "A slayer monster." + }, + { + "id": 4522, + "name": "Oil lamp", + "examine": "Not the genie sort." + }, + { + "id": 4523, + "name": "Oil lamp", + "examine": "Swap this note at any bank for an Oil lamp." + }, + { + "id": 4524, + "name": "Oil lamp", + "examine": "Not the genie sort." + }, + { + "id": 4525, + "name": "Oil lamp", + "examine": "An oil lamp with no oil in it." + }, + { + "id": 4526, + "name": "Oil lamp", + "examine": "Swap this note at any bank for an Oil lamp." + }, + { + "id": 4527, + "name": "Candle lantern", + "examine": "Put a candle in to complete it." + }, + { + "id": 4528, + "name": "Candle lantern", + "examine": "Swap this note at any bank for a Candle lantern." + }, + { + "id": 4529, + "name": "Candle lantern", + "examine": "A candle in a glass cage." + }, + { + "id": 4530, + "name": "Candle lantern", + "examine": "Swap this note at any bank for a Candle lantern." + }, + { + "id": 4531, + "name": "Candle lantern", + "examine": "A flickering candle in a glass cage." + }, + { + "id": 4532, + "name": "Candle lantern", + "examine": "A candle in a glass cage." + }, + { + "id": 4533, + "name": "Candle lantern", + "examine": "Swap this note at any bank for a Candle lantern." + }, + { + "id": 4534, + "name": "Candle lantern", + "examine": "A flickering candle in a glass cage." + }, + { + "id": 4535, + "name": "Oil lantern", + "examine": "Put oil in to complete it." + }, + { + "id": 4536, + "name": "Oil lantern", + "examine": "Swap this note at any bank for an Oil lantern." + }, + { + "id": 4537, + "name": "Oil lantern", + "examine": "An unlit oil lantern." + }, + { + "id": 4538, + "name": "Oil lantern", + "examine": "Swap this note at any bank for an Oil lantern." + }, + { + "id": 4539, + "name": "Oil lantern", + "examine": "It lights your way through the dark places of the earth." + }, + { + "id": 4540, + "name": "Oil lantern frame", + "examine": "Add the glass to complete." + }, + { + "id": 4541, + "name": "Oil lantern frame", + "examine": "Swap this note at any bank for an Oil lantern frame." + }, + { + "id": 4542, + "name": "Lantern lens", + "examine": "A roughly circular disc of glass." + }, + { + "id": 4543, + "name": "Lantern lens", + "examine": "Swap this note at any bank for a Lantern lens." + }, + { + "id": 4544, + "name": "Bullseye lantern", + "examine": "You need to add a lens before you can use it." + }, + { + "id": 4545, + "name": "Bullseye lantern", + "examine": "Swap this note at any bank for a Bullseye lantern." + }, + { + "id": 4546, + "name": "Bullseye lantern", + "examine": "You need to add lamp oil before you can use it." + }, + { + "id": 4547, + "name": "Bullseye lantern", + "examine": "Swap this note at any bank for a Bullseye lantern." + }, + { + "id": 4548, + "name": "Bullseye lantern", + "examine": "A sturdy steel lantern." + }, + { + "id": 4549, + "name": "Bullseye lantern", + "examine": "Swap this note at any bank for a Bullseye lantern." + }, + { + "id": 4550, + "name": "Bullseye lantern", + "examine": "A sturdy steel lantern casting a bright beam." + }, + { + "id": 4551, + "name": "Spiny helmet", + "examine": "You don't want to wear it inside-out." + }, + { + "id": 4552, + "name": "Spiny helmet", + "examine": "Swap this note at any bank for a Spiny helmet." + }, + null, + null, + null, + null, + null, + { + "id": 4558, + "name": "Blue sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4559, + "name": "Deep blue sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4560, + "name": "White sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4561, + "name": "Purple sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4562, + "name": "Red sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4563, + "name": "Green sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4564, + "name": "Pink sweets", + "examine": "Not likely to last until next Halloween." + }, + { + "id": 4565, + "name": "Basket of eggs", + "examine": "Hand them out to spread the Easter happiness." + }, + { + "id": 4566, + "name": "Rubber chicken", + "examine": "Perhaps not the most powerful weapon in RuneScape." + }, + { + "id": 4567, + "name": "Gold helmet", + "examine": "Made of gold and white gold." + }, + { + "id": 4568, + "name": "Dwarven lore", + "examine": "The book is almost falling apart, you'll have to handle it quite carefully." + }, + { + "id": 4569, + "name": "Book page 1", + "examine": "A missing page from Rolad's book! It seems to be the first one." + }, + { + "id": 4570, + "name": "Book page 2", + "examine": "A missing page from Rolad's book! It seems to be the second one." + }, + { + "id": 4571, + "name": "Book page 3", + "examine": "A missing page from Rolad's book! It seems to be the third one." + }, + { + "id": 4572, + "name": "Pages", + "examine": "Missing pages!" + }, + { + "id": 4573, + "name": "Pages", + "examine": "A collection of missing pages from Rolad's book!" + }, + { + "id": 4574, + "name": "Base schematics", + "examine": "These are the base schematics of a dwarven multicannon" + }, + { + "id": 4575, + "name": "Schematic", + "examine": "A transparent overlay" + }, + { + "id": 4576, + "name": "Schematics", + "examine": "Transparent overlays" + }, + { + "id": 4577, + "name": "Schematics", + "examine": "Transparent overlays" + }, + { + "id": 4578, + "name": "Schematic", + "examine": "The assembled schematic for modifying the dwarven multicannon." + }, + { + "id": 4579, + "name": "Cannon ball", + "examine": "A heavy gold metal sphere." + }, + { + "id": 4580, + "name": "Black spear", + "examine": "A black tipped spear." + }, + { + "id": 4581, + "name": "Black spear", + "examine": "Swap this note at any bank for a Black spear." + }, + { + "id": 4582, + "name": "Black spear(p)", + "examine": "A poisoned black tipped spear." + }, + { + "id": 4583, + "name": "Black spear(p)", + "examine": "Swap this note at any bank for a Black spear(p)." + }, + { + "id": 4584, + "name": "Black spear(kp)", + "examine": "A Karambwan poisoned black tipped spear." + }, + { + "id": 4585, + "name": "Dragon plateskirt", + "examine": "This looks pretty heavy." + }, + { + "id": 4586, + "name": "Dragon plateskirt", + "examine": "Swap this note at any bank for a Dragon plateskirt." + }, + { + "id": 4587, + "name": "Dragon scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 4588, + "name": "Dragon scimitar", + "examine": "Swap this note at any bank for a Dragon scimitar." + }, + { + "id": 4589, + "name": "Keys", + "examine": "Keys to the Mayor's house." + }, + { + "id": 4590, + "name": "Jewels", + "examine": "The Mayor of Pollnivneach's wife's jewels." + }, + { + "id": 4591, + "name": "Karidian headpiece", + "examine": "Wear it on your head." + }, + { + "id": 4592, + "name": "Karidian headpiece", + "examine": "Swap this note at any bank for a Karidian headpiece." + }, + { + "id": 4593, + "name": "Fake beard", + "examine": "Makes me itch." + }, + { + "id": 4594, + "name": "Fake beard", + "examine": "Swap this note at any bank for a Fake beard." + }, + { + "id": 4595, + "name": "Karidian disguise", + "examine": "Makes my face itch." + }, + { + "id": 4596, + "name": "Karidian disguise", + "examine": "Swap this note at any bank for a Karidian disguise." + }, + { + "id": 4597, + "name": "Note", + "examine": "A note found in the Mayor's bedroom mentioning the word 'Fibonacci'." + }, + { + "id": 4598, + "name": "Note", + "examine": "A list of 5 numbers." + }, + { + "id": 4599, + "name": "Oak-blackjack", + "examine": "A handy little club made out of oak." + }, + { + "id": 4600, + "name": "Willow-blackjack", + "examine": "A handy little club made out of willow." + }, + { + "id": 4601, + "name": "Ugthanki dung", + "examine": "Dung of the Camelus Horribleus variety." + }, + { + "id": 4602, + "name": "Ugthanki dung", + "examine": "Poor Camel, what have I fed you?" + }, + { + "id": 4603, + "name": "Receipt", + "examine": "A receipt for one 'Camelus Horribleus'." + }, + { + "id": 4604, + "name": "Hag's poison", + "examine": "A red viscous liquid in a vial." + }, + { + "id": 4605, + "name": "Snake charm", + "examine": "Makes a hissing sound." + }, + { + "id": 4606, + "name": "Snake basket", + "examine": "This is used to hold snakes." + }, + { + "id": 4607, + "name": "Snake basket full", + "examine": "This basket contains a snake." + }, + { + "id": 4608, + "name": "Super kebab", + "examine": "A meaty and very hot kebab." + }, + { + "id": 4609, + "name": "Super kebab", + "examine": "Swap this note at any bank for a Super kebab." + }, + { + "id": 4610, + "name": "Red hot sauce", + "examine": "The bottle feels warm." + }, + { + "id": 4611, + "name": "Desert disguise", + "examine": "A disguise suitable for the desert." + }, + { + "id": 4612, + "name": "Willow-blackjack", + "examine": "Swap this note at any bank for a Willow-blackjack." + }, + { + "id": 4613, + "name": "Spinning plate", + "examine": "It has a picture of a dragon on it." + }, + { + "id": 4614, + "name": "Broken plate", + "examine": "Alas..." + }, + { + "id": 4615, + "name": "Letter", + "examine": "An old faded letter." + }, + { + "id": 4616, + "name": "Varmen's notes", + "examine": "An archaeologist's notes." + }, + { + "id": 4617, + "name": "Display cabinet key", + "examine": "The museum curator's key." + }, + { + "id": 4618, + "name": "Statuette", + "examine": "A beautifully-carved stone statuette." + }, + { + "id": 4619, + "name": "Strange implement", + "examine": "It's pretty, but you wish you knew what it was." + }, + { + "id": 4620, + "name": "Black mushroom", + "examine": "It looks horrible." + }, + { + "id": 4621, + "name": "Phoenix feather", + "examine": "A long feather patterned like a flame." + }, + { + "id": 4622, + "name": "Black mushroom ink", + "examine": "Black ink made out of mushrooms." + }, + { + "id": 4623, + "name": "Phoenix quill pen", + "examine": "A phoenix feather dipped in ink." + }, + { + "id": 4624, + "name": "Golem program", + "examine": "It reads 'YOUR TASK IS DONE'." + }, + { + "id": 4625, + "name": "Bandit", + "examine": "A tough looking criminal." + }, + { + "id": 4626, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 4627, + "name": "Bandit's brew", + "examine": "A cheeky little lager." + }, + { + "id": 4628, + "name": "Bandit's brew", + "examine": "Swap this note at any bank for a Bandit's brew.." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 4653, + "name": "Fire", + "examine": "Hot!" + }, + { + "id": 4654, + "name": "Etchings", + "examine": "A copy of the engravings found on a mysterious stone tablet." + }, + { + "id": 4655, + "name": "Translation", + "examine": "A rough translation made from archaeological etchings." + }, + { + "id": 4656, + "name": "Warm key", + "examine": "This key is unusually warm to the touch." + }, + { + "id": 4657, + "name": "Ring of visibility", + "examine": "A ring that allows you to see things that are normally invisible..." + }, + { + "id": 4658, + "name": "Silver pot", + "examine": "A silver pot made by Ruantun." + }, + { + "id": 4659, + "name": "Blessed pot", + "examine": "A silver pot made by Ruantun and blessed on Entrana." + }, + { + "id": 4660, + "name": "Silver pot", + "examine": "A silver pot made by Ruantun filled with your blood." + }, + { + "id": 4661, + "name": "Blessed pot", + "examine": "A blessed silver pot made by Ruantun filled with your blood." + }, + { + "id": 4662, + "name": "Silver pot", + "examine": "A silver pot made by Ruantun filled with blood and garlic." + }, + { + "id": 4663, + "name": "Blessed pot", + "examine": "A blessed silver pot filled with blood and garlic." + }, + { + "id": 4664, + "name": "Silver pot", + "examine": "A silver pot made by Ruantun filled with blood, garlic and spices." + }, + { + "id": 4665, + "name": "Blessed pot", + "examine": "A blessed silver pot filled with blood, garlic and spices." + }, + { + "id": 4666, + "name": "Silver pot", + "examine": "A silver pot made by Ruantun filled with blood and spices." + }, + { + "id": 4667, + "name": "Blessed pot", + "examine": "A blessed silver pot filled with blood and spices." + }, + { + "id": 4668, + "name": "Garlic powder", + "examine": "Finely ground garlic powder." + }, + { + "id": 4669, + "name": "Garlic powder", + "examine": "Swap this note at any bank for a Garlic powder." + }, + { + "id": 4670, + "name": "Blood diamond", + "examine": "The Diamond of Blood." + }, + { + "id": 4671, + "name": "Ice diamond", + "examine": "The Diamond of Ice." + }, + { + "id": 4672, + "name": "Smoke diamond", + "examine": "The Diamond of Smoke." + }, + { + "id": 4673, + "name": "Shadow diamond", + "examine": "The Diamond of Shadow." + }, + { + "id": 4674, + "name": "Gilded cross", + "examine": "An old and strangely shaped metal cross." + }, + { + "id": 4675, + "name": "Ancient staff", + "examine": "A magical staff of ancient origin..." + }, + { + "id": 4676, + "name": "Ancient staff", + "examine": "Swap this note at any bank for an Ancient staff." + }, + { + "id": 4677, + "name": "Catspeak amulet", + "examine": "It's an amulet of cat speak. It makes vague purring noises." + }, + { + "id": 4678, + "name": "Canopic jar", + "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck." + }, + { + "id": 4679, + "name": "Canopic jar", + "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines." + }, + { + "id": 4680, + "name": "Canopic jar", + "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside." + }, + { + "id": 4681, + "name": "Canopic jar", + "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside." + }, + { + "id": 4682, + "name": "Holy symbol", + "examine": "Menaphite lucky charm." + }, + { + "id": 4683, + "name": "Unholy symbol", + "examine": "Sign of the devourer." + }, + { + "id": 4684, + "name": "Linen", + "examine": "One sheet of mummy wrap." + }, + { + "id": 4685, + "name": "Linen", + "examine": "Swap this note at any bank for a Linen." + }, + { + "id": 4686, + "name": "Embalming manual", + "examine": "Little book of embalming by Bod E. Wrapper." + }, + { + "id": 4687, + "name": "Bucket of sap", + "examine": "It's a bucket of sap." + }, + { + "id": 4688, + "name": "Bucket of sap", + "examine": "Swap this note at any bank for a Bucket of sap." + }, + { + "id": 4689, + "name": "Pile of salt", + "examine": "A little heap of salt." + }, + { + "id": 4690, + "name": "Pile of salt", + "examine": "Swap this note at any bank for a Pile of salt." + }, + { + "id": 4691, + "name": "Sphinx's token", + "examine": "Miniature golden statue of a sphinx." + }, + { + "id": 4692, + "name": "Gold leaf", + "examine": "Very delicate thin pressed gold." + }, + { + "id": 4693, + "name": "Full bucket", + "examine": "It's a bucket of salty water." + }, + { + "id": 4694, + "name": "Steam rune", + "examine": "A combined Water and Fire Rune." + }, + { + "id": 4695, + "name": "Mist rune", + "examine": "A combined Air and Water Rune." + }, + { + "id": 4696, + "name": "Dust rune", + "examine": "A combined Air and Earth Rune." + }, + { + "id": 4697, + "name": "Smoke rune", + "examine": "A combined Air and Fire Rune." + }, + { + "id": 4698, + "name": "Mud rune", + "examine": "A combined Earth and Water Rune." + }, + { + "id": 4699, + "name": "Lava rune", + "examine": "A combined Earth and Fire Rune." + }, + { + "id": 4700, + "name": "Sapphire lantern", + "examine": "You need to add lamp oil before you can use it." + }, + { + "id": 4701, + "name": "Sapphire lantern", + "examine": "A bullseye lantern with a sapphire for a lens." + }, + { + "id": 4702, + "name": "Sapphire lantern", + "examine": "A lantern casting a bright blue beam." + }, + { + "id": 4703, + "name": "Magic stone", + "examine": "Doesn't look very special." + }, + { + "id": 4704, + "name": "Stone bowl", + "examine": "A magic stone bowl for catching the tears of Guthix." + }, + null, + null, + { + "id": 4707, + "name": "Crumbling tome", + "examine": "This book must be really old!" + }, + { + "id": 4708, + "name": "Ahrims hood", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4709, + "name": "Ahrims hood", + "examine": "Swap this note at any bank for an Ahrims hood." + }, + { + "id": 4710, + "name": "Ahrims staff", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4711, + "name": "Ahrims staff", + "examine": "Swap this note at any bank for an Ahrims staff." + }, + { + "id": 4712, + "name": "Ahrims robetop", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4713, + "name": "Ahrims robetop", + "examine": "Swap this note at any bank for an Ahrims robetop." + }, + { + "id": 4714, + "name": "Ahrims robeskirt", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4715, + "name": "Ahrims robeskirt", + "examine": "Swap this note at any bank for an Ahrims robeskirt." + }, + { + "id": 4716, + "name": "Dharoks helm", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4717, + "name": "Dharoks helm", + "examine": "Swap this note at any bank for a Dharoks helm." + }, + { + "id": 4718, + "name": "Dharoks greataxe", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4719, + "name": "Dharoks greataxe", + "examine": "Swap this note at any bank for a Dharoks greataxe." + }, + { + "id": 4720, + "name": "Dharoks platebody", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4721, + "name": "Dharoks platebody", + "examine": "Swap this note at any bank for a Dharoks platebody." + }, + { + "id": 4722, + "name": "Dharoks platelegs", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4723, + "name": "Dharoks platelegs", + "examine": "Swap this note at any bank for a Dharoks platelegs." + }, + { + "id": 4724, + "name": "Guthans helm", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4725, + "name": "Guthans helm", + "examine": "Swap this note at any bank for a Guthans helm." + }, + { + "id": 4726, + "name": "Guthans warspear", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4727, + "name": "Guthans warspear", + "examine": "Swap this note at any bank for a Guthans warspear." + }, + { + "id": 4728, + "name": "Guthans platebody", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4729, + "name": "Guthans platebody", + "examine": "Swap this note at any bank for a Guthans platebody." + }, + { + "id": 4730, + "name": "Guthans chainskirt", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4731, + "name": "Guthans chainskirt", + "examine": "Swap this note at any bank for a Guthans chainskirt." + }, + { + "id": 4732, + "name": "Karils coif", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4733, + "name": "Karils coif", + "examine": "Swap this note at any bank for a Karils coif." + }, + { + "id": 4734, + "name": "Karils crossbow", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4735, + "name": "Karils crossbow", + "examine": "Swap this note at any bank for a Karils crossbow." + }, + { + "id": 4736, + "name": "Karils leathertop", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4737, + "name": "Karils leathertop", + "examine": "Swap this note at any bank for a Karils leathertop." + }, + { + "id": 4738, + "name": "Karils leatherskirt", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4739, + "name": "Karils leatherskirt", + "examine": "Swap this note at any bank for a Karils leatherskirt." + }, + { + "id": 4740, + "name": "Bolt rack", + "examine": "Must need a special type of crossbow to use this." + }, + null, + null, + null, + null, + { + "id": 4745, + "name": "Torags helm", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4746, + "name": "Torags helm", + "examine": "Swap this note at any bank for a Torags helm." + }, + { + "id": 4747, + "name": "Torags hammers", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4748, + "name": "Torags hammers", + "examine": "Swap this note at any bank for a Torags hammers." + }, + { + "id": 4749, + "name": "Torags platebody", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4750, + "name": "Torags platebody", + "examine": "Swap this note at any bank for a Torags platebody." + }, + { + "id": 4751, + "name": "Torags platelegs", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4752, + "name": "Torags platelegs", + "examine": "Swap this note at any bank for a Torags platelegs." + }, + { + "id": 4753, + "name": "Veracs helm", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4754, + "name": "Veracs helm", + "examine": "Swap this note at any bank for a Veracs helm." + }, + { + "id": 4755, + "name": "Veracs flail", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4756, + "name": "Veracs flail", + "examine": "Swap this note at any bank for a Veracs flail." + }, + { + "id": 4757, + "name": "Veracs brassard", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4758, + "name": "Veracs brassard", + "examine": "Swap this note at any bank for a Veracs brassard." + }, + { + "id": 4759, + "name": "Veracs plateskirt", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4760, + "name": "Veracs plateskirt", + "examine": "Swap this note at any bank for a Veracs plateskirt." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 4773, + "name": "Bronze brutal", + "examine": "Blunt bronze arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4778, + "name": "Iron brutal", + "examine": "Blunt iron arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4783, + "name": "Steel brutal", + "examine": "Blunt steel arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4788, + "name": "Black brutal", + "examine": "Blunt black arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4793, + "name": "Mithril brutal", + "examine": "Blunt mithril arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4798, + "name": "Adamant brutal", + "examine": "Blunt adamantite arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4803, + "name": "Rune brutal", + "examine": "Blunt rune arrow...ouch" + }, + null, + null, + null, + null, + { + "id": 4808, + "name": "Black prism", + "examine": "A very black prism." + }, + { + "id": 4809, + "name": "Torn page", + "examine": "A half torn necromantic page." + }, + { + "id": 4810, + "name": "Ruined backpack", + "examine": "A broken and useless looking backpack with the moniker,'B.Vahn' in it." + }, + { + "id": 4811, + "name": "Dragon inn tankard", + "examine": "A white ceramic mug with a dragon insignia." + }, + { + "id": 4812, + "name": "Zogre bones", + "examine": "A pile of Zombie Ogre bones." + }, + { + "id": 4813, + "name": "Zogre bones", + "examine": "Swap this note at any bank for a Zogre bones." + }, + { + "id": 4814, + "name": "Sithik portrait", + "examine": "A classic realist charcoal portrait of Sithik." + }, + { + "id": 4815, + "name": "Sithik portrait", + "examine": "A semi-nihilistic, pseudo-impressionistic, half-squarist charcoal sketch of Sithik." + }, + { + "id": 4816, + "name": "Signed portrait", + "examine": "A signed classic realist charcoal portrait of Sithik." + }, + { + "id": 4817, + "name": "Book of portraiture", + "examine": "A book explaining the art of portraiture." + }, + { + "id": 4818, + "name": "Ogre artifact", + "examine": "An ancient ogre artifact" + }, + { + "id": 4819, + "name": "Bronze nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4820, + "name": "Iron nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4821, + "name": "Black nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4822, + "name": "Mithril nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4823, + "name": "Adamantite nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4824, + "name": "Rune nails", + "examine": "Keeps things in place fairly permanently." + }, + { + "id": 4825, + "name": "Unstrung comp bow", + "examine": "An unstrung composite ogre bow." + }, + { + "id": 4826, + "name": "Unstrung comp bow", + "examine": "Swap this note at any bank for an Unstrung comp bow." + }, + { + "id": 4827, + "name": "Comp ogre bow", + "examine": "A composite ogre bow." + }, + { + "id": 4828, + "name": "Comp ogre bow", + "examine": "Swap this note at any bank for a Comp ogre bow." + }, + { + "id": 4829, + "name": "Book of 'h.a.m'", + "examine": "A book of H.A.M affiliation." + }, + { + "id": 4830, + "name": "Fayrg bones", + "examine": "Ancient ogre bones from the ogre burial tomb." + }, + { + "id": 4831, + "name": "Fayrg bones", + "examine": "Swap this note at any bank for a Fayrg bones." + }, + { + "id": 4832, + "name": "Raurg bones", + "examine": "Ancient ogre bones from the ogre burial tomb." + }, + { + "id": 4833, + "name": "Raurg bones", + "examine": "Swap this note at any bank for a Raurg bones." + }, + { + "id": 4834, + "name": "Ourg bones", + "examine": "Ancient ogre bones from the ogre burial tomb." + }, + { + "id": 4835, + "name": "Ourg bones", + "examine": "Swap this note at any bank for an Ourg bones." + }, + { + "id": 4836, + "name": "Strange potion", + "examine": "Some strange liquid given to you by Zavistic Rarve." + }, + { + "id": 4837, + "name": "Necromancy book", + "examine": "A book of necromantic spells." + }, + { + "id": 4838, + "name": "Cup of tea", + "examine": "Looks like an innocent cup of tea." + }, + { + "id": 4839, + "name": "Ogre gate key", + "examine": "A key to some sort of special tomb area." + }, + { + "id": 4840, + "name": "Unfinished potion", + "examine": "I need another ingredient to finish this Rogues purse potion." + }, + { + "id": 4841, + "name": "Unfinished potion", + "examine": "Swap this note at any bank for an Unfinished potion." + }, + { + "id": 4842, + "name": "Relicym's balm(4)", + "examine": "4 doses of Relicym's balm, which helps cure disease." + }, + { + "id": 4843, + "name": "Relicym's balm(4)", + "examine": "Swap this note at any bank for a Relicym's balm(4)." + }, + { + "id": 4844, + "name": "Relicym's balm(3)", + "examine": "3 doses of Relicym's balm, which helps cure disease." + }, + { + "id": 4845, + "name": "Relicym's balm(3)", + "examine": "Swap this note at any bank for a Relicym's balm(3)." + }, + { + "id": 4846, + "name": "Relicym's balm(2)", + "examine": "2 doses of Relicym's balm, which helps cure disease." + }, + { + "id": 4847, + "name": "Relicym's balm(2)", + "examine": "Swap this note at any bank for a Relicym's balm(2)." + }, + { + "id": 4848, + "name": "Relicym's balm(1)", + "examine": "1 dose of Relicym's balm, which helps cure disease." + }, + { + "id": 4849, + "name": "Relicym's balm(1)", + "examine": "Swap this note at any bank for a Relicym's balm(1)." + }, + { + "id": 4850, + "name": "Ogre coffin key", + "examine": "A key which opens coffins!" + }, + { + "id": 4851, + "name": "Ogre coffin key", + "examine": "Swap this note at any bank for an Ogre coffin key." + }, + { + "id": 4852, + "name": "Bonemeal", + "examine": "A pot of crushed zogre bones." + }, + { + "id": 4853, + "name": "Bonemeal", + "examine": "A pot of crushed fayrg bones." + }, + { + "id": 4854, + "name": "Bonemeal", + "examine": "A pot of crushed raurg bones." + }, + { + "id": 4855, + "name": "Bonemeal", + "examine": "A pot of crushed ourg bones." + }, + { + "id": 4856, + "name": "Ahrims hood 100", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4857, + "name": "Ahrims hood 75", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4858, + "name": "Ahrims hood 50", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4859, + "name": "Ahrims hood 25", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4860, + "name": "Ahrims hood 0", + "examine": "Ahrim the Blighted's leather hood." + }, + { + "id": 4861, + "name": "Ahrims hood 0", + "examine": "Swap this note at any bank for an Ahrims hood 0." + }, + { + "id": 4862, + "name": "Ahrims staff 100", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4863, + "name": "Ahrims staff 75", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4864, + "name": "Ahrims staff 50", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4865, + "name": "Ahrims staff 25", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4866, + "name": "Ahrims staff 0", + "examine": "Ahrim the Blighted's quarterstaff." + }, + { + "id": 4867, + "name": "Ahrims staff 0", + "examine": "Swap this note at any bank for an Ahrims staff 0." + }, + { + "id": 4868, + "name": "Ahrims top 100", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4869, + "name": "Ahrims top 75", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4870, + "name": "Ahrims top 50", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4871, + "name": "Ahrims top 25", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4872, + "name": "Ahrims top 0", + "examine": "Ahrim the Blighted's armoured robe top." + }, + { + "id": 4873, + "name": "Ahrims top 0", + "examine": "Swap this note at any bank for an Ahrims top 0." + }, + { + "id": 4874, + "name": "Ahrims skirt 100", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4875, + "name": "Ahrims skirt 75", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4876, + "name": "Ahrims skirt 50", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4877, + "name": "Ahrims skirt 25", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4878, + "name": "Ahrims skirt 0", + "examine": "Ahrim the Blighted's armoured robe skirt." + }, + { + "id": 4879, + "name": "Ahrims skirt 0", + "examine": "Swap this note at any bank for an Ahrims skirt 0." + }, + { + "id": 4880, + "name": "Dharoks helm 100", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4881, + "name": "Dharoks helm 75", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4882, + "name": "Dharoks helm 50", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4883, + "name": "Dharoks helm 25", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4884, + "name": "Dharoks helm 0", + "examine": "Dharok the Wretched's helm." + }, + { + "id": 4885, + "name": "Dharoks helm 0", + "examine": "Swap this note at any bank for a Dharoks helm 0." + }, + { + "id": 4886, + "name": "Dharoks axe 100", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4887, + "name": "Dharoks axe 75", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4888, + "name": "Dharoks axe 50", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4889, + "name": "Dharoks axe 25", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4890, + "name": "Dharoks axe 0", + "examine": "Dharok the Wretched's greataxe." + }, + { + "id": 4891, + "name": "Dharoks axe 0", + "examine": "Swap this note at any bank for a Dharoks axe 0." + }, + { + "id": 4892, + "name": "Dharoks body 100", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4893, + "name": "Dharoks body 75", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4894, + "name": "Dharoks body 50", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4895, + "name": "Dharoks body 25", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4896, + "name": "Dharoks body 0", + "examine": "Dharok the Wretched's plate body armour." + }, + { + "id": 4897, + "name": "Dharoks body 0", + "examine": "Swap this note at any bank for a Dharoks body 0." + }, + { + "id": 4898, + "name": "Dharoks legs 100", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4899, + "name": "Dharoks legs 75", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4900, + "name": "Dharoks legs 50", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4901, + "name": "Dharoks legs 25", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4902, + "name": "Dharoks legs 0", + "examine": "Dharok the Wretched's plate leg armour." + }, + { + "id": 4903, + "name": "Dharoks legs 0", + "examine": "Swap this note at any bank for a Dharoks legs 0." + }, + { + "id": 4904, + "name": "Guthans helm 100", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4905, + "name": "Guthans helm 75", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4906, + "name": "Guthans helm 50", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4907, + "name": "Guthans helm 25", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4908, + "name": "Guthans helm 0", + "examine": "Guthan the Infested's helm." + }, + { + "id": 4909, + "name": "Guthans helm 0", + "examine": "Swap this note at any bank for a Guthans helm 0." + }, + { + "id": 4910, + "name": "Guthans spear 100", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4911, + "name": "Guthans spear 75", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4912, + "name": "Guthans spear 50", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4913, + "name": "Guthans spear 25", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4914, + "name": "Guthans spear 0", + "examine": "Guthan the Infested's warspear." + }, + { + "id": 4915, + "name": "Guthans spear 0", + "examine": "Swap this note at any bank for a Guthans spear 0." + }, + { + "id": 4916, + "name": "Guthans body 100", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4917, + "name": "Guthans body 75", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4918, + "name": "Guthans body 50", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4919, + "name": "Guthans body 25", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4920, + "name": "Guthans body 0", + "examine": "Guthan the Infested's plate body armour." + }, + { + "id": 4921, + "name": "Guthans body 0", + "examine": "Swap this note at any bank for a Guthans body 0." + }, + { + "id": 4922, + "name": "Guthans skirt 100", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4923, + "name": "Guthans skirt 75", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4924, + "name": "Guthans skirt 50", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4925, + "name": "Guthans skirt 25", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4926, + "name": "Guthans skirt 0", + "examine": "Guthan the Infested's chainskirt." + }, + { + "id": 4927, + "name": "Guthans skirt 0", + "examine": "Swap this note at any bank for a Guthans skirt 0." + }, + { + "id": 4928, + "name": "Karils coif 100", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4929, + "name": "Karils coif 75", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4930, + "name": "Karils coif 50", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4931, + "name": "Karils coif 25", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4932, + "name": "Karils coif 0", + "examine": "Karil the Tainted's coif and facemask." + }, + { + "id": 4933, + "name": "Karils coif 0", + "examine": "Swap this note at any bank for a Karils coif 0." + }, + { + "id": 4934, + "name": "Karils x-bow 100", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4935, + "name": "Karils x-bow 75", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4936, + "name": "Karils x-bow 50", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4937, + "name": "Karils x-bow 25", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4938, + "name": "Karils x-bow 0", + "examine": "Karil the Tainted's repeating crossbow." + }, + { + "id": 4939, + "name": "Karils x-bow 0", + "examine": "Swap this note at any bank for a Karils x-bow 0." + }, + { + "id": 4940, + "name": "Karils top 100", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4941, + "name": "Karils top 75", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4942, + "name": "Karils top 50", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4943, + "name": "Karils top 25", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4944, + "name": "Karils top 0", + "examine": "Karil the Tainted's leather body armour." + }, + { + "id": 4945, + "name": "Karils top 0", + "examine": "Swap this note at any bank for a Karils top 0." + }, + { + "id": 4946, + "name": "Karils skirt 100", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4947, + "name": "Karils skirt 75", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4948, + "name": "Karils skirt 50", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4949, + "name": "Karils skirt 25", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4950, + "name": "Karils skirt 0", + "examine": "Karil the Tainted's leather skirt." + }, + { + "id": 4951, + "name": "Karils skirt 0", + "examine": "Swap this note at any bank for a Karils skirt 0." + }, + { + "id": 4952, + "name": "Torags helm 100", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4953, + "name": "Torags helm 75", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4954, + "name": "Torags helm 50", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4955, + "name": "Torags helm 25", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4956, + "name": "Torags helm 0", + "examine": "Torag the Corrupted's helm." + }, + { + "id": 4957, + "name": "Torags helm 0", + "examine": "Swap this note at any bank for a Torags helm 0." + }, + { + "id": 4958, + "name": "Torags hammer 100", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4959, + "name": "Torags hammer 75", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4960, + "name": "Torags hammer 50", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4961, + "name": "Torags hammer 25", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4962, + "name": "Torags hammer 0", + "examine": "Torag the Corrupted's twin hammers." + }, + { + "id": 4963, + "name": "Torags hammer 0", + "examine": "Swap this note at any bank for a Torags hammer 0." + }, + { + "id": 4964, + "name": "Torags body 100", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4965, + "name": "Torags body 75", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4966, + "name": "Torags body 50", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4967, + "name": "Torags body 25", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4968, + "name": "Torags body 0", + "examine": "Torag the Corrupted's plate body armour." + }, + { + "id": 4969, + "name": "Torags body 0", + "examine": "Swap this note at any bank for a Torags body 0." + }, + { + "id": 4970, + "name": "Torags legs 100", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4971, + "name": "Torags legs 75", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4972, + "name": "Torags legs 50", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4973, + "name": "Torags legs 25", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4974, + "name": "Torags legs 0", + "examine": "Torag the Corrupted's plate leg armour." + }, + { + "id": 4975, + "name": "Torags legs 0", + "examine": "Swap this note at any bank for a Torags legs 0." + }, + { + "id": 4976, + "name": "Veracs helm 100", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4977, + "name": "Veracs helm 75", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4978, + "name": "Veracs helm 50", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4979, + "name": "Veracs helm 25", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4980, + "name": "Veracs helm 0", + "examine": "Verac the Defiled's helm." + }, + { + "id": 4981, + "name": "Veracs helm 0", + "examine": "Swap this note at any bank for a Veracs helm 0." + }, + { + "id": 4982, + "name": "Veracs flail 100", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4983, + "name": "Veracs flail 75", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4984, + "name": "Veracs flail 50", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4985, + "name": "Veracs flail 25", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4986, + "name": "Veracs flail 0", + "examine": "Verac the Defiled's flail." + }, + { + "id": 4987, + "name": "Veracs flail 0", + "examine": "Swap this note at any bank for a Veracs flail 0." + }, + { + "id": 4988, + "name": "Veracs top 100", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4989, + "name": "Veracs top 75", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4990, + "name": "Veracs top 50", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4991, + "name": "Veracs top 25", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4992, + "name": "Veracs top 0", + "examine": "Verac the Defiled's brassard." + }, + { + "id": 4993, + "name": "Veracs top 0", + "examine": "Swap this note at any bank for a Veracs top 0." + }, + { + "id": 4994, + "name": "Veracs skirt 100", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4995, + "name": "Veracs skirt 75", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4996, + "name": "Veracs skirt 50", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4997, + "name": "Veracs skirt 25", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4998, + "name": "Veracs skirt 0", + "examine": "Verac the Defiled's plate skirt." + }, + { + "id": 4999, + "name": "Veracs skirt 0", + "examine": "Swap this note at any bank for a Veracs skirt 0." + }, + null, + { + "id": 5001, + "name": "Raw cave eel", + "examine": "It's incredibly slimy." + }, + { + "id": 5002, + "name": "Burnt cave eel", + "examine": "It's no longer slimy, or edible." + }, + { + "id": 5003, + "name": "Cave eel", + "examine": "It's a bit slimy." + }, + { + "id": 5004, + "name": "Frog spawn", + "examine": "That's disgusting!" + }, + { + "id": 5005, + "name": "Raw cave eel", + "examine": "Swap this note at any bank for a Raw cave eel." + }, + { + "id": 5006, + "name": "Burnt cave eel", + "examine": "Swap this note at any bank for a Burnt cave eel." + }, + { + "id": 5007, + "name": "Cave eel", + "examine": "Swap this note at any bank for a Cave eel." + }, + { + "id": 5008, + "name": "Brooch", + "examine": "A stone brooch with a symbol on it." + }, + { + "id": 5009, + "name": "Goblin symbol book", + "examine": "A book about the ancient goblin tribes." + }, + { + "id": 5010, + "name": "Key", + "examine": "The key you stole from Sigmund." + }, + { + "id": 5011, + "name": "Silverware", + "examine": "You found the Lumbridge silverware in the HAM cave." + }, + { + "id": 5012, + "name": "Peace treaty", + "examine": "A peace treaty between Lumbridge and the Cave Goblins." + }, + { + "id": 5013, + "name": "Mining helmet", + "examine": "A helmet with a lamp on it." + }, + { + "id": 5014, + "name": "Mining helmet", + "examine": "A helmet with an unlit lamp on it." + }, + { + "id": 5015, + "name": "Mining helmet", + "examine": "Swap this note at any bank for a Mining helmet." + }, + { + "id": 5016, + "name": "Bone spear", + "examine": "Basic but brutal!" + }, + { + "id": 5017, + "name": "Bone spear", + "examine": "Swap this note at any bank for a Bone spear." + }, + { + "id": 5018, + "name": "Bone club", + "examine": "Basic but brutal!" + }, + { + "id": 5019, + "name": "Bone club", + "examine": "Swap this note at any bank for a Bone club." + }, + { + "id": 5020, + "name": "Minecart ticket", + "examine": "A ticket to take you from Keldagrim to the dwarven mines under Ice Mountain." + }, + { + "id": 5021, + "name": "Minecart ticket", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim." + }, + { + "id": 5022, + "name": "Minecart ticket", + "examine": "A ticket to take you from Keldagrim to the passage under White Wolf Mountain." + }, + { + "id": 5023, + "name": "Minecart ticket", + "examine": "A ticket to take you from the passage under White Wolf Mountain to Keldagrim." + }, + { + "id": 5024, + "name": "Woven top", + "examine": "Far too small to wear." + }, + { + "id": 5025, + "name": "Woven top", + "examine": "Swap this note at any bank for a Woven top." + }, + { + "id": 5026, + "name": "Woven top", + "examine": "Yellow top, too small for me." + }, + { + "id": 5027, + "name": "Woven top", + "examine": "Swap this note at any bank for a Woven top." + }, + { + "id": 5028, + "name": "Woven top", + "examine": "Blue top, very tiny." + }, + { + "id": 5029, + "name": "Woven top", + "examine": "Swap this note at any bank for a Woven top." + }, + { + "id": 5030, + "name": "Shirt", + "examine": "Tiny!" + }, + { + "id": 5031, + "name": "Shirt", + "examine": "Swap this note at any bank for a Shirt." + }, + { + "id": 5032, + "name": "Shirt", + "examine": "Tiny!" + }, + { + "id": 5033, + "name": "Shirt", + "examine": "Swap this note at any bank for a Shirt." + }, + { + "id": 5034, + "name": "Shirt", + "examine": "Tiny!" + }, + { + "id": 5035, + "name": "Shirt", + "examine": "Swap this note at any bank for a Shirt." + }, + { + "id": 5036, + "name": "Trousers", + "examine": "A pair of long dwarven trousers... long for dwarves, of course." + }, + { + "id": 5037, + "name": "Trousers", + "examine": "Swap this note at any bank for a Trousers." + }, + { + "id": 5038, + "name": "Trousers", + "examine": "A pair of long dwarven trousers... long for dwarves, of course." + }, + { + "id": 5039, + "name": "Trousers", + "examine": "Swap this note at any bank for a Trousers." + }, + { + "id": 5040, + "name": "Trousers", + "examine": "A pair of long dwarven trousers... long for dwarves, of course." + }, + { + "id": 5041, + "name": "Trousers", + "examine": "Swap this note at any bank for a Trousers." + }, + { + "id": 5042, + "name": "Shorts", + "examine": "These look great, on dwarves!" + }, + { + "id": 5043, + "name": "Shorts", + "examine": "Swap this note at any bank for a Shorts." + }, + { + "id": 5044, + "name": "Shorts", + "examine": "Yellow shorts. Far too small for you." + }, + { + "id": 5045, + "name": "Shorts", + "examine": "Swap this note at any bank for a Shorts." + }, + { + "id": 5046, + "name": "Shorts", + "examine": "Blue shorts, these would look great on dwarves!" + }, + { + "id": 5047, + "name": "Shorts", + "examine": "Swap this note at any bank for a Shorts." + }, + { + "id": 5048, + "name": "Skirt", + "examine": "A brown skirt. Size small!" + }, + { + "id": 5049, + "name": "Skirt", + "examine": "Swap this note at any bank for a Skirt." + }, + { + "id": 5050, + "name": "Skirt", + "examine": "Lilac skirt." + }, + { + "id": 5051, + "name": "Skirt", + "examine": "Swap this note at any bank for a Skirt." + }, + { + "id": 5052, + "name": "Skirt", + "examine": "A blue skirt." + }, + { + "id": 5053, + "name": "Skirt", + "examine": "Swap this note at any bank for a Skirt." + }, + { + "id": 5054, + "name": "Dwarf", + "examine": "Petit." + }, + { + "id": 5055, + "name": "Dwarf", + "examine": "Swap this note at any bank for a Dwarf." + }, + { + "id": 5056, + "name": "Dwarven battleaxe", + "examine": "This looks very rusty and worn." + }, + { + "id": 5057, + "name": "Dwarven battleaxe", + "examine": "This axe blade has been sharpened." + }, + { + "id": 5058, + "name": "Dwarven battleaxe", + "examine": "Three sapphires have been crafted onto the hilt." + }, + { + "id": 5059, + "name": "Dwarven battleaxe", + "examine": "This axe has a sharp blade and there are sapphires in the hilt." + }, + { + "id": 5060, + "name": "Dwarven battleaxe", + "examine": "This battleaxe is in the process of having sapphires fitted onto it." + }, + { + "id": 5061, + "name": "Dwarven battleaxe", + "examine": "This battleaxe is in the process of having sapphires fitted onto it." + }, + { + "id": 5062, + "name": "Left boot", + "examine": "One of a pair I assume." + }, + { + "id": 5063, + "name": "Right boot", + "examine": "A good looking boot, for the right foot. Literally." + }, + { + "id": 5064, + "name": "Exquisite boots", + "examine": "A lovely pair of boots." + }, + { + "id": 5065, + "name": "Book on costumes", + "examine": "An old library book. It bears the title 'Scholars Guide to Dwarven Costumes'." + }, + { + "id": 5066, + "name": "Meeting notes", + "examine": "These notes are from a meeting of the Keldagrim Consortium." + }, + { + "id": 5067, + "name": "Exquisite clothes", + "examine": "Clothes for the sculptor's model." + }, + { + "id": 5068, + "name": "Master farmer", + "examine": "A master at farming." + }, + { + "id": 5069, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 5070, + "name": "Bird nest", + "examine": "It's a bird's nest with an egg in it." + }, + { + "id": 5071, + "name": "Bird nest", + "examine": "It's a bird's nest with an egg in it." + }, + { + "id": 5072, + "name": "Bird nest", + "examine": "It's a bird's nest with an egg in it." + }, + { + "id": 5073, + "name": "Bird nest", + "examine": "It's a bird's nest with some seeds in it." + }, + { + "id": 5074, + "name": "Bird nest", + "examine": "It's a bird's nest with a ring in it." + }, + { + "id": 5075, + "name": "Bird nest", + "examine": "It's an empty bird's nest." + }, + { + "id": 5076, + "name": "Bird's egg", + "examine": "A red bird's egg." + }, + { + "id": 5077, + "name": "Bird's egg", + "examine": "A blue bird's egg." + }, + { + "id": 5078, + "name": "Bird's egg", + "examine": "A green bird's egg." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 5096, + "name": "Marigold seed", + "examine": "A marigold seed" + }, + { + "id": 5097, + "name": "Rosemary seed", + "examine": "A rosemary seed" + }, + { + "id": 5098, + "name": "Nasturtium seed", + "examine": "A nasturtium seed" + }, + { + "id": 5099, + "name": "Woad seed", + "examine": "A woad seed" + }, + { + "id": 5100, + "name": "Limpwurt seed", + "examine": "A limpwurt seed" + }, + { + "id": 5101, + "name": "Redberry seed", + "examine": "A redberry bush seed" + }, + { + "id": 5102, + "name": "Cadavaberry seed", + "examine": "A cadavaberry bush seed" + }, + { + "id": 5103, + "name": "Dwellberry seed", + "examine": "A dwellberry bush seed" + }, + { + "id": 5104, + "name": "Jangerberry seed", + "examine": "A jangerberry bush seed" + }, + { + "id": 5105, + "name": "Whiteberry seed", + "examine": "A whiteberry bush seed" + }, + { + "id": 5106, + "name": "Poison ivy seed", + "examine": "A poison ivy bush seed" + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 5171, + "name": "Seeds", + "examine": "Some seeds." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 5280, + "name": "Cactus seed", + "examine": "A Cactus seed" + }, + { + "id": 5281, + "name": "Belladonna seed", + "examine": "Also known as Deadly Nightshade" + }, + { + "id": 5282, + "name": "Mushroom spore", + "examine": "A Bittercap mushroom spore" + }, + { + "id": 5283, + "name": "Apple tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5284, + "name": "Banana tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5285, + "name": "Orange tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5286, + "name": "Curry tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5287, + "name": "Pineapple seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5288, + "name": "Papaya tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5289, + "name": "Palm tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5290, + "name": "Calquat tree seed", + "examine": "Plant in a plantpot of soil to grow a sapling." + }, + { + "id": 5291, + "name": "Guam seed", + "examine": "A guam seed" + }, + { + "id": 5292, + "name": "Marrentill seed", + "examine": "A marrentill seed" + }, + { + "id": 5293, + "name": "Tarromin seed", + "examine": "A tarromin seed" + }, + { + "id": 5294, + "name": "Harralander seed", + "examine": "A harralander seed" + }, + { + "id": 5295, + "name": "Ranarr seed", + "examine": "A ranarr seed" + }, + { + "id": 5296, + "name": "Toadflax seed", + "examine": "A toadflax seed" + }, + { + "id": 5297, + "name": "Irit seed", + "examine": "An irit seed" + }, + { + "id": 5298, + "name": "Avantoe seed", + "examine": "An avantoe seed" + }, + { + "id": 5299, + "name": "Kwuarm seed", + "examine": "A kwuarm seed" + }, + { + "id": 5300, + "name": "Snapdragon seed", + "examine": "A snapdragon seed" + }, + { + "id": 5301, + "name": "Cadantine seed", + "examine": "A cadantine seed" + }, + { + "id": 5302, + "name": "Lantadyme seed", + "examine": "A lantadyme seed" + }, + { + "id": 5303, + "name": "Dwarf weed seed", + "examine": "A dwarf weed seed" + }, + { + "id": 5304, + "name": "Torstol seed", + "examine": "A torstol seed" + }, + { + "id": 5305, + "name": "Barley seed", + "examine": "A barley seed" + }, + { + "id": 5306, + "name": "Jute seed", + "examine": "A jute plant seed" + }, + { + "id": 5307, + "name": "Hammerstone seed", + "examine": "A Hammerstone hop seed" + }, + { + "id": 5308, + "name": "Asgarnian seed", + "examine": "An Asgarnian hop seed" + }, + { + "id": 5309, + "name": "Yanillian seed", + "examine": "A Yanillian hop seed" + }, + { + "id": 5310, + "name": "Krandorian seed", + "examine": "A Krandorian hop seed" + }, + { + "id": 5311, + "name": "Wildblood seed", + "examine": "A Wildblood hop seed" + }, + { + "id": 5312, + "name": "Acorn", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5313, + "name": "Willow seed", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5314, + "name": "Maple seed", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5315, + "name": "Yew seed", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5316, + "name": "Magic seed", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5317, + "name": "Spirit seed", + "examine": "Plant this in a plantpot of soil to grow a sapling." + }, + { + "id": 5318, + "name": "Potato seed", + "examine": "A potato seed" + }, + { + "id": 5319, + "name": "Onion seed", + "examine": "An onion seed" + }, + { + "id": 5320, + "name": "Sweetcorn seed", + "examine": "A sweetcorn seed" + }, + { + "id": 5321, + "name": "Watermelon seed", + "examine": "A watermelon seed" + }, + { + "id": 5322, + "name": "Tomato seed", + "examine": "A tomato seed" + }, + { + "id": 5323, + "name": "Strawberry seed", + "examine": "A strawberry seed" + }, + { + "id": 5324, + "name": "Cabbage seed", + "examine": "A cabbage seed" + }, + { + "id": 5325, + "name": "Gardening trowel", + "examine": "Not suitable for archaeological digs." + }, + { + "id": 5326, + "name": "Gardening trowel", + "examine": "Swap this note at any bank for a Gardening trowel." + }, + { + "id": 5327, + "name": "Spade handle", + "examine": "I need to attach this to its head." + }, + { + "id": 5328, + "name": "Spade head", + "examine": "I need to attach this to its handle." + }, + { + "id": 5329, + "name": "Secateurs", + "examine": "Good for pruning away diseased leaves." + }, + { + "id": 5330, + "name": "Secateurs", + "examine": "Swap this note at any bank for a Secateurs." + }, + { + "id": 5331, + "name": "Watering can", + "examine": "This watering can is empty." + }, + { + "id": 5332, + "name": "Watering can", + "examine": "Swap this note at any bank for a Watering can." + }, + { + "id": 5333, + "name": "Watering can(1)", + "examine": "This watering can is almost empty." + }, + { + "id": 5334, + "name": "Watering can(2)", + "examine": "This watering can is three-quarters empty." + }, + { + "id": 5335, + "name": "Watering can(3)", + "examine": "This watering can is just under half-full." + }, + { + "id": 5336, + "name": "Watering can(4)", + "examine": "Some would say this watering can is half-full, others half-empty." + }, + { + "id": 5337, + "name": "Watering can(5)", + "examine": "This watering can is just over half-full." + }, + { + "id": 5338, + "name": "Watering can(6)", + "examine": "This watering can is three quarters full." + }, + { + "id": 5339, + "name": "Watering can(7)", + "examine": "This watering can is almost completely full." + }, + { + "id": 5340, + "name": "Watering can(8)", + "examine": "This watering can is completely full." + }, + { + "id": 5341, + "name": "Rake", + "examine": "Use this to clear weeds." + }, + { + "id": 5342, + "name": "Rake", + "examine": "Swap this note at any bank for a Rake." + }, + { + "id": 5343, + "name": "Seed dibber", + "examine": "Use this to plant seeds with." + }, + { + "id": 5344, + "name": "Seed dibber", + "examine": "Swap this note at any bank for a Seed dibber." + }, + { + "id": 5345, + "name": "Gardening boots", + "examine": "A pair of gardening boots." + }, + { + "id": 5346, + "name": "Gardening boots", + "examine": "Swap this note at any bank for a Gardening boots." + }, + { + "id": 5347, + "name": "Rake handle", + "examine": "I need to reattach this to its head." + }, + { + "id": 5348, + "name": "Rake head", + "examine": "I need to reattach this to its handle." + }, + { + "id": 5349, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 5350, + "name": "Plant pot", + "examine": "An empty plant pot." + }, + { + "id": 5351, + "name": "Plant pot", + "examine": "Swap this note at any bank for a Plant pot." + }, + { + "id": 5352, + "name": "Unfired plant pot", + "examine": "An unfired plant pot." + }, + { + "id": 5353, + "name": "Unfired plant pot", + "examine": "Swap this note at any bank for an Unfired plant pot." + }, + { + "id": 5354, + "name": "Plant pot", + "examine": "A plant pot filled with soil." + }, + { + "id": 5355, + "name": "Plant pot", + "examine": "Swap this note at any bank for a Plant pot." + }, + { + "id": 5356, + "name": "Plant pot", + "examine": "A plant pot filled with soil." + }, + { + "id": 5357, + "name": "Plant pot", + "examine": "Swap this note at any bank for a Plant pot." + }, + { + "id": 5358, + "name": "Oak seedling", + "examine": "An acorn has been sown in this plant pot." + }, + { + "id": 5359, + "name": "Willow seedling", + "examine": "A willow tree seed has been sown in this plant pot." + }, + { + "id": 5360, + "name": "Maple seedling", + "examine": "A maple tree seed has been sown in this plant pot." + }, + { + "id": 5361, + "name": "Yew seedling", + "examine": "A yew tree seed has been sown in this plant pot." + }, + { + "id": 5362, + "name": "Magic seedling", + "examine": "A magic tree seed has been sown in this plant pot." + }, + { + "id": 5363, + "name": "Spirit seedling", + "examine": "A spirit tree seed has been sown in this plant pot." + }, + { + "id": 5364, + "name": "Oak seedling", + "examine": "An acorn has been sown and watered in this plant pot." + }, + { + "id": 5365, + "name": "Willow seedling", + "examine": "A willow tree seed has been sown and watered in this plant pot." + }, + { + "id": 5366, + "name": "Maple seedling", + "examine": "A maple tree seed has been sown and watered in this plant pot." + }, + { + "id": 5367, + "name": "Yew seedling", + "examine": "A yew tree seed has been sown and watered in this plant pot." + }, + { + "id": 5368, + "name": "Magic seedling", + "examine": "A magic tree seed has been sown and watered in this plant pot." + }, + { + "id": 5369, + "name": "Spirit seedling", + "examine": "A spirit tree seed has been sown and watered in this plant pot." + }, + { + "id": 5370, + "name": "Oak sapling", + "examine": "This sapling is ready to be replanted in a tree patch." + }, + { + "id": 5371, + "name": "Willow sapling", + "examine": "This sapling is ready to be replanted in a tree patch." + }, + { + "id": 5372, + "name": "Maple sapling", + "examine": "This sapling is ready to be replanted in a tree patch." + }, + { + "id": 5373, + "name": "Yew sapling", + "examine": "This sapling is ready to be replanted in a tree patch." + }, + { + "id": 5374, + "name": "Magic sapling", + "examine": "This sapling is ready to be replanted in a tree patch." + }, + { + "id": 5375, + "name": "Spirit sapling", + "examine": "This sapling is ready to be replanted in a Spirit patch." + }, + { + "id": 5376, + "name": "Basket", + "examine": "An empty fruit basket." + }, + { + "id": 5377, + "name": "Basket", + "examine": "Swap this note at any bank for a Basket." + }, + { + "id": 5378, + "name": "Apples(1)", + "examine": "A fruit basket filled with apples." + }, + { + "id": 5379, + "name": "Apples(1)", + "examine": "Swap this note at any bank for an Apples(1)." + }, + { + "id": 5380, + "name": "Apples(2)", + "examine": "A fruit basket filled with apples." + }, + { + "id": 5381, + "name": "Apples(2)", + "examine": "Swap this note at any bank for an Apples(2)." + }, + { + "id": 5382, + "name": "Apples(3)", + "examine": "A fruit basket filled with apples." + }, + { + "id": 5383, + "name": "Apples(3)", + "examine": "Swap this note at any bank for an Apples(3)." + }, + { + "id": 5384, + "name": "Apples(4)", + "examine": "A fruit basket filled with apples." + }, + { + "id": 5385, + "name": "Apples(4)", + "examine": "Swap this note at any bank for an Apples(4)." + }, + { + "id": 5386, + "name": "Apples(5)", + "examine": "A fruit basket filled with apples." + }, + { + "id": 5387, + "name": "Apples(5)", + "examine": "Swap this note at any bank for an Apples(5)." + }, + { + "id": 5388, + "name": "Oranges(1)", + "examine": "A fruit basket filled with oranges." + }, + { + "id": 5389, + "name": "Oranges(1)", + "examine": "Swap this note at any bank for an Oranges(1)." + }, + { + "id": 5390, + "name": "Oranges(2)", + "examine": "A fruit basket filled with oranges." + }, + { + "id": 5391, + "name": "Oranges(2)", + "examine": "Swap this note at any bank for an Oranges(2)." + }, + { + "id": 5392, + "name": "Oranges(3)", + "examine": "A fruit basket filled with oranges." + }, + { + "id": 5393, + "name": "Oranges(3)", + "examine": "Swap this note at any bank for an Oranges(3)." + }, + { + "id": 5394, + "name": "Oranges(4)", + "examine": "A fruit basket filled with oranges." + }, + { + "id": 5395, + "name": "Oranges(4)", + "examine": "Swap this note at any bank for an Oranges(4)." + }, + { + "id": 5396, + "name": "Oranges(5)", + "examine": "A fruit basket filled with oranges." + }, + { + "id": 5397, + "name": "Oranges(5)", + "examine": "Swap this note at any bank for an Oranges(5)." + }, + { + "id": 5398, + "name": "Strawberries(1)", + "examine": "A fruit basket filled with strawberries." + }, + { + "id": 5399, + "name": "Strawberries(1)", + "examine": "Swap this note at any bank for a Strawberries(1)." + }, + { + "id": 5400, + "name": "Strawberries(2)", + "examine": "A fruit basket filled with strawberries." + }, + { + "id": 5401, + "name": "Strawberries(2)", + "examine": "Swap this note at any bank for a Strawberries(2)." + }, + { + "id": 5402, + "name": "Strawberries(3)", + "examine": "A fruit basket filled with strawberries." + }, + { + "id": 5403, + "name": "Strawberries(3)", + "examine": "Swap this note at any bank for a Strawberries(3)." + }, + { + "id": 5404, + "name": "Strawberries(4)", + "examine": "A fruit basket filled with strawberries." + }, + { + "id": 5405, + "name": "Strawberries(4)", + "examine": "Swap this note at any bank for a Strawberries(4)." + }, + { + "id": 5406, + "name": "Strawberries(5)", + "examine": "A fruit basket filled with strawberries." + }, + { + "id": 5407, + "name": "Strawberries(5)", + "examine": "Swap this note at any bank for a Strawberries(5)." + }, + { + "id": 5408, + "name": "Bananas(1)", + "examine": "A fruit basket filled with bananas." + }, + { + "id": 5409, + "name": "Bananas(1)", + "examine": "Swap this note at any bank for a Bananas(1)." + }, + { + "id": 5410, + "name": "Bananas(2)", + "examine": "A fruit basket filled with bananas." + }, + { + "id": 5411, + "name": "Bananas(2)", + "examine": "Swap this note at any bank for a Bananas(2)." + }, + { + "id": 5412, + "name": "Bananas(3)", + "examine": "A fruit basket filled with bananas." + }, + { + "id": 5413, + "name": "Bananas(3)", + "examine": "Swap this note at any bank for a Bananas(3)." + }, + { + "id": 5414, + "name": "Bananas(4)", + "examine": "A fruit basket filled with bananas." + }, + { + "id": 5415, + "name": "Bananas(4)", + "examine": "Swap this note at any bank for a Bananas(4)." + }, + { + "id": 5416, + "name": "Bananas(5)", + "examine": "A fruit basket filled with bananas." + }, + { + "id": 5417, + "name": "Bananas(5)", + "examine": "Swap this note at any bank for a Bananas(5)." + }, + { + "id": 5418, + "name": "Empty sack", + "examine": "An empty vegetable sack." + }, + { + "id": 5419, + "name": "Empty sack", + "examine": "Swap this note at any bank for an Empty sack." + }, + { + "id": 5420, + "name": "Potatoes(1)", + "examine": "There is 1 potato in this sack." + }, + { + "id": 5421, + "name": "Potatoes(1)", + "examine": "Swap this note at any bank for a Potatoes(1)." + }, + { + "id": 5422, + "name": "Potatoes(2)", + "examine": "There are 2 potatoes in this sack." + }, + { + "id": 5423, + "name": "Potatoes(2)", + "examine": "Swap this note at any bank for a Potatoes(2)." + }, + { + "id": 5424, + "name": "Potatoes(3)", + "examine": "There are 3 potatoes in this sack." + }, + { + "id": 5425, + "name": "Potatoes(3)", + "examine": "Swap this note at any bank for a Potatoes(3)." + }, + { + "id": 5426, + "name": "Potatoes(4)", + "examine": "There are 4 potatoes in this sack." + }, + { + "id": 5427, + "name": "Potatoes(4)", + "examine": "Swap this note at any bank for a Potatoes(4)." + }, + { + "id": 5428, + "name": "Potatoes(5)", + "examine": "There are 5 potatoes in this sack." + }, + { + "id": 5429, + "name": "Potatoes(5)", + "examine": "Swap this note at any bank for a Potatoes(5)." + }, + { + "id": 5430, + "name": "Potatoes(6)", + "examine": "There are 6 potatoes in this sack." + }, + { + "id": 5431, + "name": "Potatoes(6)", + "examine": "Swap this note at any bank for a Potatoes(6)." + }, + { + "id": 5432, + "name": "Potatoes(7)", + "examine": "There are 7 potatoes in this sack." + }, + { + "id": 5433, + "name": "Potatoes(7)", + "examine": "Swap this note at any bank for a Potatoes(7)." + }, + { + "id": 5434, + "name": "Potatoes(8)", + "examine": "There are 8 potatoes in this sack." + }, + { + "id": 5435, + "name": "Potatoes(8)", + "examine": "Swap this note at any bank for a Potatoes(8)." + }, + { + "id": 5436, + "name": "Potatoes(9)", + "examine": "There are 9 potatoes in this sack." + }, + { + "id": 5437, + "name": "Potatoes(9)", + "examine": "Swap this note at any bank for a Potatoes(9)." + }, + { + "id": 5438, + "name": "Potatoes(10)", + "examine": "There are 10 potatoes in this sack." + }, + { + "id": 5439, + "name": "Potatoes(10)", + "examine": "Swap this note at any bank for a Potatoes(10)." + }, + { + "id": 5440, + "name": "Onions(1)", + "examine": "There is 1 onion in this sack." + }, + { + "id": 5441, + "name": "Onions(1)", + "examine": "Swap this note at any bank for an Onions(1)." + }, + { + "id": 5442, + "name": "Onions(2)", + "examine": "There are 2 onions in this sack." + }, + { + "id": 5443, + "name": "Onions(2)", + "examine": "Swap this note at any bank for an Onions(2)." + }, + { + "id": 5444, + "name": "Onions(3)", + "examine": "There are 3 onions in this sack." + }, + { + "id": 5445, + "name": "Onions(3)", + "examine": "Swap this note at any bank for an Onions(3)." + }, + { + "id": 5446, + "name": "Onions(4)", + "examine": "There are 4 onions in this sack." + }, + { + "id": 5447, + "name": "Onions(4)", + "examine": "Swap this note at any bank for an Onions(4)." + }, + { + "id": 5448, + "name": "Onions(5)", + "examine": "There are 5 onions in this sack." + }, + { + "id": 5449, + "name": "Onions(5)", + "examine": "Swap this note at any bank for an Onions(5)." + }, + { + "id": 5450, + "name": "Onions(6)", + "examine": "There are 6 onions in this sack." + }, + { + "id": 5451, + "name": "Onions(6)", + "examine": "Swap this note at any bank for an Onions(6)." + }, + { + "id": 5452, + "name": "Onions(7)", + "examine": "There are 7 onions in this sack." + }, + { + "id": 5453, + "name": "Onions(7)", + "examine": "Swap this note at any bank for an Onions(7)." + }, + { + "id": 5454, + "name": "Onions(8)", + "examine": "There are 8 onions in this sack." + }, + { + "id": 5455, + "name": "Onions(8)", + "examine": "Swap this note at any bank for an Onions(8)." + }, + { + "id": 5456, + "name": "Onions(9)", + "examine": "There are 9 onions in this sack." + }, + { + "id": 5457, + "name": "Onions(9)", + "examine": "Swap this note at any bank for an Onions(9)." + }, + { + "id": 5458, + "name": "Onions(10)", + "examine": "There are 10 onions in this sack." + }, + { + "id": 5459, + "name": "Onions(10)", + "examine": "Swap this note at any bank for an Onions(10)." + }, + { + "id": 5460, + "name": "Cabbages(1)", + "examine": "There is 1 cabbage in this sack." + }, + { + "id": 5461, + "name": "Cabbages(1)", + "examine": "Swap this note at any bank for a Cabbages(1)." + }, + { + "id": 5462, + "name": "Cabbages(2)", + "examine": "There are 2 cabbages in this sack." + }, + { + "id": 5463, + "name": "Cabbages(2)", + "examine": "Swap this note at any bank for a Cabbages(2)." + }, + { + "id": 5464, + "name": "Cabbages(3)", + "examine": "There are 3 cabbages in this sack." + }, + { + "id": 5465, + "name": "Cabbages(3)", + "examine": "Swap this note at any bank for a Cabbages(3)." + }, + { + "id": 5466, + "name": "Cabbages(4)", + "examine": "There are 4 cabbages in this sack." + }, + { + "id": 5467, + "name": "Cabbages(4)", + "examine": "Swap this note at any bank for a Cabbages(4)." + }, + { + "id": 5468, + "name": "Cabbages(5)", + "examine": "There are 5 cabbages in this sack." + }, + { + "id": 5469, + "name": "Cabbages(5)", + "examine": "Swap this note at any bank for a Cabbages(5)." + }, + { + "id": 5470, + "name": "Cabbages(6)", + "examine": "There are 6 cabbages in this sack." + }, + { + "id": 5471, + "name": "Cabbages(6)", + "examine": "Swap this note at any bank for a Cabbages(6)." + }, + { + "id": 5472, + "name": "Cabbages(7)", + "examine": "There are 7 cabbages in this sack." + }, + { + "id": 5473, + "name": "Cabbages(7)", + "examine": "Swap this note at any bank for a Cabbages(7)." + }, + { + "id": 5474, + "name": "Cabbages(8)", + "examine": "There are 8 cabbages in this sack." + }, + { + "id": 5475, + "name": "Cabbages(8)", + "examine": "Swap this note at any bank for a Cabbages(8)." + }, + { + "id": 5476, + "name": "Cabbages(9)", + "examine": "There are 9 cabbages in this sack." + }, + { + "id": 5477, + "name": "Cabbages(9)", + "examine": "Swap this note at any bank for a Cabbages(9)." + }, + { + "id": 5478, + "name": "Cabbages(10)", + "examine": "There are 10 cabbages in this sack." + }, + { + "id": 5479, + "name": "Cabbages(10)", + "examine": "Swap this note at any bank for a Cabbages(10)." + }, + { + "id": 5480, + "name": "Apple seedling", + "examine": "An apple tree seed has been sown in this plant pot." + }, + { + "id": 5481, + "name": "Banana seedling", + "examine": "A banana tree seed has been sown in this plant pot." + }, + { + "id": 5482, + "name": "Orange seedling", + "examine": "An orange tree seed has been sown in this plant pot." + }, + { + "id": 5483, + "name": "Curry seedling", + "examine": "A curry tree seed has been sown in this plant pot." + }, + { + "id": 5484, + "name": "Pineapple seedling", + "examine": "A pineapple tree seed has been sown in this plant pot." + }, + { + "id": 5485, + "name": "Papaya seedling", + "examine": "A papaya tree seed has been sown in this plant pot." + }, + { + "id": 5486, + "name": "Palm seedling", + "examine": "A palm tree seed has been sown in this plant pot." + }, + { + "id": 5487, + "name": "Calquat seedling", + "examine": "A Calquat tree seed has been sown in this plant pot." + }, + { + "id": 5488, + "name": "Apple seedling", + "examine": "An apple tree seed has been sown and watered in this plant pot." + }, + { + "id": 5489, + "name": "Banana seedling", + "examine": "A banana tree seed has been sown and watered in this plant pot." + }, + { + "id": 5490, + "name": "Orange seedling", + "examine": "An orange tree seed has been sown and watered in this plant pot." + }, + { + "id": 5491, + "name": "Curry seedling", + "examine": "A curry tree seed has been sown and watered in this plant pot." + }, + { + "id": 5492, + "name": "Pineapple seedling", + "examine": "A pineapple tree seed has been sown and watered in this plant pot." + }, + { + "id": 5493, + "name": "Papaya seedling", + "examine": "A papaya tree seed has been sown and watered in this plant pot." + }, + { + "id": 5494, + "name": "Palm seedling", + "examine": "A palm tree seed has been sown and watered in this plant pot." + }, + { + "id": 5495, + "name": "Calquat seedling", + "examine": "A Calquat tree seed has been sown and watered in this plant pot." + }, + { + "id": 5496, + "name": "Apple sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5497, + "name": "Banana sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5498, + "name": "Orange sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5499, + "name": "Curry sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5500, + "name": "Pineapple sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5501, + "name": "Papaya sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5502, + "name": "Palm sapling", + "examine": "This sapling is ready to be replanted in a fruit tree patch." + }, + { + "id": 5503, + "name": "Calquat sapling", + "examine": "This sapling is ready to be replanted in a Calquat Tree patch." + }, + { + "id": 5504, + "name": "Strawberry", + "examine": "A freshly picked strawberry." + }, + { + "id": 5505, + "name": "Strawberry", + "examine": "Swap this note at any bank for a Strawberry." + }, + { + "id": 5506, + "name": "Old man's message", + "examine": "The Wise Old Man of Draynor Village asked you to take this to someone." + }, + { + "id": 5507, + "name": "Strange book", + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + }, + { + "id": 5508, + "name": "Book of folklore", + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + }, + { + "id": 5509, + "name": "Small pouch", + "examine": "A small pouch used for storing essence." + }, + { + "id": 5510, + "name": "Medium pouch", + "examine": "A medium-sized pouch used for storing essence." + }, + { + "id": 5511, + "name": "Medium pouch", + "examine": "A damaged medium-sized pouch used for storing essence." + }, + { + "id": 5512, + "name": "Large pouch", + "examine": "A large pouch used for storing essence." + }, + { + "id": 5513, + "name": "Large pouch", + "examine": "A large damaged pouch used for storing essence." + }, + { + "id": 5514, + "name": "Giant pouch", + "examine": "A giant-sized pouch used for storing essence." + }, + { + "id": 5515, + "name": "Giant pouch", + "examine": "A damaged giant-sized pouch used for storing essence." + }, + { + "id": 5516, + "name": "Elemental talisman", + "examine": "A mysterious power emanates from the talisman..." + }, + { + "id": 5517, + "name": "Elemental talisman", + "examine": "Swap this note at any bank for an Elemental talisman." + }, + { + "id": 5518, + "name": "Scrying orb", + "examine": "This contains mystical teleport information..." + }, + { + "id": 5519, + "name": "Scrying orb", + "examine": "This orb apparently contains a cypher spell." + }, + { + "id": 5520, + "name": "Abyssal book", + "examine": "Some research notes on abyssal space." + }, + { + "id": 5521, + "name": "Binding necklace", + "examine": "A necklace embedded with mystical power." + }, + { + "id": 5522, + "name": "Binding necklace", + "examine": "Swap this note at any bank for a Binding necklace." + }, + { + "id": 5523, + "name": "Tiara mould", + "examine": "A mould for tiaras." + }, + { + "id": 5524, + "name": "Tiara mould", + "examine": "Swap this note at any bank for a Tiara mould." + }, + { + "id": 5525, + "name": "Tiara", + "examine": "Makes me feel like a Princess." + }, + { + "id": 5526, + "name": "Tiara", + "examine": "Swap this note at any bank for a Tiara." + }, + { + "id": 5527, + "name": "Air tiara", + "examine": "A tiara infused with the properties of air." + }, + { + "id": 5528, + "name": "Air tiara", + "examine": "Swap this note at any bank for an Air tiara." + }, + { + "id": 5529, + "name": "Mind tiara", + "examine": "A tiara infused with the properties of the mind." + }, + { + "id": 5530, + "name": "Mind tiara", + "examine": "Swap this note at any bank for a Mind tiara." + }, + { + "id": 5531, + "name": "Water tiara", + "examine": "A tiara infused with the properties of water." + }, + { + "id": 5532, + "name": "Water tiara", + "examine": "Swap this note at any bank for a Water tiara." + }, + { + "id": 5533, + "name": "Body tiara", + "examine": "A tiara infused with the properties of the body." + }, + { + "id": 5534, + "name": "Body tiara", + "examine": "Swap this note at any bank for a Body tiara." + }, + { + "id": 5535, + "name": "Earth tiara", + "examine": "A tiara infused with the properties of the earth." + }, + { + "id": 5536, + "name": "Earth tiara", + "examine": "Swap this note at any bank for an Earth tiara." + }, + { + "id": 5537, + "name": "Fire tiara", + "examine": "A tiara infused with the properties of fire." + }, + { + "id": 5538, + "name": "Fire tiara", + "examine": "Swap this note at any bank for a Fire tiara." + }, + { + "id": 5539, + "name": "Cosmic tiara", + "examine": "A tiara infused with the properties of the cosmos." + }, + { + "id": 5540, + "name": "Cosmic tiara", + "examine": "Swap this note at any bank for a Cosmic tiara." + }, + { + "id": 5541, + "name": "Nature tiara", + "examine": "A tiara infused with the properties of nature." + }, + { + "id": 5542, + "name": "Nature tiara", + "examine": "Swap this note at any bank for a Nature tiara." + }, + { + "id": 5543, + "name": "Chaos tiara", + "examine": "A tiara infused with the properties of chaos." + }, + { + "id": 5544, + "name": "Chaos tiara", + "examine": "Swap this note at any bank for a Chaos tiara." + }, + { + "id": 5545, + "name": "Law tiara", + "examine": "A tiara infused with the properties of law." + }, + { + "id": 5546, + "name": "Broken tiara", + "examine": "This tiara has decayed and is useless." + }, + { + "id": 5547, + "name": "Death tiara", + "examine": "A tiara infused with the properties of death." + }, + { + "id": 5548, + "name": "Death tiara", + "examine": "Swap this note at any bank for a Death tiara." + }, + { + "id": 5549, + "name": "Blood tiara", + "examine": "A tiara infused with the properties of blood." + }, + { + "id": 5550, + "name": "Blood tiara", + "examine": "Swap this note at any bank for a Blood tiara." + }, + { + "id": 5551, + "name": "Soul tiara", + "examine": "A tiara infused with the properties of the soul." + }, + { + "id": 5552, + "name": "Soul tiara", + "examine": "Swap this note at any bank for a Soul tiara." + }, + { + "id": 5553, + "name": "Rogue top", + "examine": "Black banded leather armour, a rogue's dream!" + }, + { + "id": 5554, + "name": "Rogue mask", + "examine": "Black banded leather armour, a rogue's dream!" + }, + { + "id": 5555, + "name": "Rogue trousers", + "examine": "Black banded leather armour, a rogue's dream!" + }, + { + "id": 5556, + "name": "Rogue gloves", + "examine": "Black banded leather gloves, a rogue's dream!" + }, + { + "id": 5557, + "name": "Rogue boots", + "examine": "Black banded leather boots, a rogue's dream!" + }, + { + "id": 5558, + "name": "Rogue kit", + "examine": "It can do almost anything!" + }, + { + "id": 5559, + "name": "Flash powder", + "examine": "A small satchel of bright powder!" + }, + { + "id": 5560, + "name": "Stethoscope", + "examine": "A useful hearing aid." + }, + { + "id": 5561, + "name": "Mystic jewel", + "examine": "I can escape the Maze with this!" + }, + { + "id": 5562, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5563, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5564, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5565, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5566, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5567, + "name": "Gear", + "examine": "Used in machines and locks the rune over." + }, + { + "id": 5568, + "name": "Tile", + "examine": "For a mosaic." + }, + { + "id": 5569, + "name": "Tiles", + "examine": "For a mosaic." + }, + { + "id": 5570, + "name": "Tiles", + "examine": "For a mosaic." + }, + { + "id": 5571, + "name": "Tiles", + "examine": "For a mosaic." + }, + { + "id": 5572, + "name": "Dial", + "examine": "I wonder what this does?" + }, + { + "id": 5573, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 5574, + "name": "Initiate helm", + "examine": "An initiate Temple Knight's helm." + }, + { + "id": 5575, + "name": "Initiate platemail", + "examine": "An initiate Temple Knight's Armour." + }, + { + "id": 5576, + "name": "Initiate platelegs", + "examine": "An initiate Temple Knight's leg armour." + }, + { + "id": 5577, + "name": "Cupric sulfate", + "examine": "A vial of something labelled 'Cupric Sulfate'." + }, + { + "id": 5578, + "name": "Acetic acid", + "examine": "A vial of something labelled 'Acetic Acid'." + }, + { + "id": 5579, + "name": "Gypsum", + "examine": "A vial of something labelled 'Gypsum'." + }, + { + "id": 5580, + "name": "Sodium chloride", + "examine": "A vial of something labelled 'Sodium Chloride'." + }, + { + "id": 5581, + "name": "Nitrous oxide", + "examine": "A vial of something labelled 'Nitrous Oxide'." + }, + { + "id": 5582, + "name": "Vial of liquid", + "examine": "A vial of something labelled 'Dihydrogen Monoxide'." + }, + { + "id": 5583, + "name": "Tin ore powder", + "examine": "A vial of something labelled 'Powdered Tin Ore'." + }, + { + "id": 5584, + "name": "Cupric ore powder", + "examine": "A vial of something labelled 'Powdered Cupric Ore'." + }, + { + "id": 5585, + "name": "Bronze key", + "examine": "I hope the mould was accurate enough..." + }, + { + "id": 5586, + "name": "Metal spade", + "examine": "It's a metal spade with a wooden handle." + }, + { + "id": 5587, + "name": "Metal spade", + "examine": "It's a metal spade without a handle." + }, + { + "id": 5588, + "name": "Alchemical notes", + "examine": "Looks like a pretty boring read." + }, + { + "id": 5589, + "name": "??? mixture", + "examine": "A very hot vial of something or other. The label says 'Cupric Sulfate'." + }, + { + "id": 5590, + "name": "??? mixture", + "examine": "A very warm vial of something or other. It's a bit lumpy." + }, + { + "id": 5591, + "name": "??? mixture", + "examine": "It looks horrible. I think I messed something up." + }, + { + "id": 5592, + "name": "Tin", + "examine": "I could probably pour something into this." + }, + { + "id": 5593, + "name": "Tin", + "examine": "It's full of a white lumpy mixture that seems to be hardening." + }, + { + "id": 5594, + "name": "Tin", + "examine": "There is an impression of a key embedded in it." + }, + { + "id": 5595, + "name": "Tin", + "examine": "There is an impression of a key, filled with tin ore." + }, + { + "id": 5596, + "name": "Tin", + "examine": "There is an impression of a key, filled with copper ore." + }, + { + "id": 5597, + "name": "Tin", + "examine": "There is an impression of a key, filled with tin and copper ore." + }, + { + "id": 5598, + "name": "Tin", + "examine": "There is a bronze key surrounded by plaster in this tin." + }, + { + "id": 5599, + "name": "Tin", + "examine": "There is a strange concoction filling this tin." + }, + { + "id": 5600, + "name": "Tin", + "examine": "A tin layered with some stuff from a vial." + }, + { + "id": 5601, + "name": "Chisel", + "examine": "Good for detailed crafting." + }, + { + "id": 5602, + "name": "Bronze wire", + "examine": "Useful for crafting items." + }, + { + "id": 5603, + "name": "Shears", + "examine": "For shearing sheep." + }, + { + "id": 5604, + "name": "Magnet", + "examine": "A very attractive magnet." + }, + { + "id": 5605, + "name": "Knife", + "examine": "A dangerous looking knife." + }, + { + "id": 5606, + "name": "Makeover voucher", + "examine": "I can exchange this for one free makeover with the makeover mage." + }, + { + "id": 5607, + "name": "Grain", + "examine": "A sack full of grain." + }, + { + "id": 5608, + "name": "Fox", + "examine": "I don't think he likes being carried." + }, + { + "id": 5609, + "name": "Chicken", + "examine": "He'd be easier to carry if I cooked and ate him first..." + }, + { + "id": 5610, + "name": "Hourglass", + "examine": "It's an hourglass." + }, + { + "id": 5611, + "name": "Initiate helm", + "examine": "Swap this note at any bank for an Initiate helm." + }, + { + "id": 5612, + "name": "Initiate platemail", + "examine": "Swap this note at any bank for an Initiate platemail." + }, + { + "id": 5613, + "name": "Initiate platelegs", + "examine": "Swap this note at any bank for an Initiate platelegs." + }, + { + "id": 5614, + "name": "Magic carpet", + "examine": "A flying Magic carpet." + }, + { + "id": 5615, + "name": "Bonemeal", + "examine": "A pot of crushed Shaikahan bones." + }, + { + "id": 5616, + "name": "Bronze arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5617, + "name": "Iron arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5618, + "name": "Steel arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5619, + "name": "Mithril arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5620, + "name": "Adamant arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5621, + "name": "Rune arrow(+)", + "examine": "Venomous looking arrows." + }, + { + "id": 5622, + "name": "Bronze arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5623, + "name": "Iron arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5624, + "name": "Steel arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5625, + "name": "Mithril arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5626, + "name": "Adamant arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5627, + "name": "Rune arrow(s)", + "examine": "Venomous looking arrows." + }, + { + "id": 5628, + "name": "Bronze dart(+)", + "examine": "A deadly poisoned dart with a bronze tip." + }, + { + "id": 5629, + "name": "Iron dart(+)", + "examine": "A deadly poisoned dart with an iron tip." + }, + { + "id": 5630, + "name": "Steel dart(+)", + "examine": "A deadly poisoned dart with a steel tip." + }, + { + "id": 5631, + "name": "Black dart(+)", + "examine": "A deadly poisoned dart with a black tip." + }, + { + "id": 5632, + "name": "Mithril dart(+)", + "examine": "A deadly poisoned dart with a mithril tip." + }, + { + "id": 5633, + "name": "Adamant dart(+)", + "examine": "A deadly poisoned dart with an adamantite tip." + }, + { + "id": 5634, + "name": "Rune dart(+)", + "examine": "A deadly poisoned dart with a rune tip." + }, + { + "id": 5635, + "name": "Bronze dart(s)", + "examine": "A deadly poisoned dart with a bronze tip." + }, + { + "id": 5636, + "name": "Iron dart(s)", + "examine": "A deadly poisoned dart with an iron tip." + }, + { + "id": 5637, + "name": "Steel dart(s)", + "examine": "A deadly poisoned dart with a steel tip." + }, + { + "id": 5638, + "name": "Black dart(s)", + "examine": "A deadly poisoned dart with a black tip." + }, + { + "id": 5639, + "name": "Mithril dart(s)", + "examine": "A deadly poisoned dart with a mithril tip." + }, + { + "id": 5640, + "name": "Adamant dart(s)", + "examine": "A deadly poisoned dart with an adamantite tip." + }, + { + "id": 5641, + "name": "Rune dart(s)", + "examine": "A deadly poisoned dart with a rune tip." + }, + { + "id": 5642, + "name": "Bronze javelin(+)", + "examine": "A bronze tipped javelin." + }, + { + "id": 5643, + "name": "Iron javelin(+)", + "examine": "An iron tipped javelin." + }, + { + "id": 5644, + "name": "Steel javelin(+)", + "examine": "A steel tipped javelin." + }, + { + "id": 5645, + "name": "Mithril javelin(+)", + "examine": "A mithril tipped javelin." + }, + { + "id": 5646, + "name": "Adamant javelin(+)", + "examine": "An adamantite tipped javelin." + }, + { + "id": 5647, + "name": "Rune javelin(+)", + "examine": "A rune tipped javelin." + }, + { + "id": 5648, + "name": "Bronze javelin(s)", + "examine": "A bronze tipped javelin." + }, + { + "id": 5649, + "name": "Iron javelin(s)", + "examine": "An iron tipped javelin." + }, + { + "id": 5650, + "name": "Steel javelin(s)", + "examine": "A steel tipped javelin." + }, + { + "id": 5651, + "name": "Mithril javelin(s)", + "examine": "A mithril tipped javelin." + }, + { + "id": 5652, + "name": "Adamant javelin(s)", + "examine": "An adamantite tipped javelin." + }, + { + "id": 5653, + "name": "Rune javelin(s)", + "examine": "A rune tipped javelin." + }, + { + "id": 5654, + "name": "Bronze knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5655, + "name": "Iron knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5656, + "name": "Steel knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5657, + "name": "Mithril knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5658, + "name": "Black knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5659, + "name": "Adamant knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5660, + "name": "Rune knife(+)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5661, + "name": "Bronze knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5662, + "name": "Iron knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5663, + "name": "Steel knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5664, + "name": "Mithril knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5665, + "name": "Black knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5666, + "name": "Adamant knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5667, + "name": "Rune knife(s)", + "examine": "A finely balanced throwing knife." + }, + { + "id": 5668, + "name": "Iron dagger(+)", + "examine": "The blade is covered with poison." + }, + { + "id": 5669, + "name": "Iron dagger(+)", + "examine": "Swap this note at any bank for an Iron dagger(+)." + }, + { + "id": 5670, + "name": "Bronze dagger(+)", + "examine": "This dagger is poisoned." + }, + { + "id": 5671, + "name": "Bronze dagger(+)", + "examine": "Swap this note at any bank for a Bronze dagger(+)." + }, + { + "id": 5672, + "name": "Steel dagger(+)", + "examine": "The blade has been poisoned." + }, + { + "id": 5673, + "name": "Steel dagger(+)", + "examine": "Swap this note at any bank for a Steel dagger(+)." + }, + { + "id": 5674, + "name": "Mithril dagger(+)", + "examine": "A poisoned Mithril dagger." + }, + { + "id": 5675, + "name": "Mithril dagger(+)", + "examine": "Swap this note at any bank for a Mithril dagger(+)." + }, + { + "id": 5676, + "name": "Adamant dagger(+)", + "examine": "A very dangerous poisoned dagger." + }, + { + "id": 5677, + "name": "Adamant dagger(+)", + "examine": "Swap this note at any bank for an Adamant dagger(+)." + }, + { + "id": 5678, + "name": "Rune dagger(+)", + "examine": "The blade is covered with a nasty poison." + }, + { + "id": 5679, + "name": "Rune dagger(+)", + "examine": "Swap this note at any bank for a Rune dagger(+)." + }, + { + "id": 5680, + "name": "Dragon dagger(+)", + "examine": "A powerful dagger." + }, + { + "id": 5681, + "name": "Dragon dagger(+)", + "examine": "Swap this note at any bank for a Dragon dagger(+)." + }, + { + "id": 5682, + "name": "Black dagger(+)", + "examine": "This dagger is poisoned." + }, + { + "id": 5683, + "name": "Black dagger(+)", + "examine": "Swap this note at any bank for a Black dagger(+)." + }, + { + "id": 5684, + "name": "Poisoned dagger(+)", + "examine": "The blade is covered with poison." + }, + { + "id": 5685, + "name": "Poisoned dagger(+)", + "examine": "Swap this note at any bank for a Poisoned dagger(+)." + }, + { + "id": 5686, + "name": "Iron dagger(s)", + "examine": "The blade is covered with poison." + }, + { + "id": 5687, + "name": "Iron dagger(s)", + "examine": "Swap this note at any bank for an Iron dagger(s)." + }, + { + "id": 5688, + "name": "Bronze dagger(s)", + "examine": "This dagger is poisoned." + }, + { + "id": 5689, + "name": "Bronze dagger(s)", + "examine": "Swap this note at any bank for a Bronze dagger(s)." + }, + { + "id": 5690, + "name": "Steel dagger(s)", + "examine": "The blade has been poisoned." + }, + { + "id": 5691, + "name": "Steel dagger(s)", + "examine": "Swap this note at any bank for a Steel dagger(s)." + }, + { + "id": 5692, + "name": "Mithril dagger(s)", + "examine": "A poisoned Mithril dagger." + }, + { + "id": 5693, + "name": "Mithril dagger(s)", + "examine": "Swap this note at any bank for a Mithril dagger(s)." + }, + { + "id": 5694, + "name": "Adamant dagger(s)", + "examine": "A very dangerous poisoned dagger." + }, + { + "id": 5695, + "name": "Adamant dagger(s)", + "examine": "Swap this note at any bank for an Adamant dagger(s)." + }, + { + "id": 5696, + "name": "Rune dagger(s)", + "examine": "The blade is covered with a nasty poison." + }, + { + "id": 5697, + "name": "Rune dagger(s)", + "examine": "Swap this note at any bank for a Rune dagger(s)." + }, + { + "id": 5698, + "name": "Dragon dagger(s)", + "examine": "A powerful dagger." + }, + { + "id": 5699, + "name": "Dragon dagger(s)", + "examine": "Swap this note at any bank for a Dragon dagger(s)." + }, + { + "id": 5700, + "name": "Black dagger(s)", + "examine": "This dagger is poisoned." + }, + { + "id": 5701, + "name": "Black dagger(s)", + "examine": "Swap this note at any bank for a Black dagger(s)." + }, + { + "id": 5702, + "name": "Poisoned dagger(s)", + "examine": "The blade is covered with poison." + }, + { + "id": 5703, + "name": "Poisoned dagger(s)", + "examine": "Swap this note at any bank for a Poisoned dagger(s)." + }, + { + "id": 5704, + "name": "Bronze spear(+)", + "examine": "A poisoned bronze tipped spear." + }, + { + "id": 5705, + "name": "Bronze spear(+)", + "examine": "Swap this note at any bank for a Bronze spear(+)." + }, + { + "id": 5706, + "name": "Iron spear(+)", + "examine": "A poisoned iron tipped spear." + }, + { + "id": 5707, + "name": "Iron spear(+)", + "examine": "Swap this note at any bank for an Iron spear(+)." + }, + { + "id": 5708, + "name": "Steel spear(+)", + "examine": "A poisoned steel tipped spear." + }, + { + "id": 5709, + "name": "Steel spear(+)", + "examine": "Swap this note at any bank for a Steel spear(+)." + }, + { + "id": 5710, + "name": "Mithril spear(+)", + "examine": "A poisoned mithril tipped spear." + }, + { + "id": 5711, + "name": "Mithril spear(+)", + "examine": "Swap this note at any bank for a Mithril spear(+)." + }, + { + "id": 5712, + "name": "Adamant spear(+)", + "examine": "A poisoned adamantite tipped spear." + }, + { + "id": 5713, + "name": "Adamant spear(+)", + "examine": "Swap this note at any bank for an Adamant spear(+)." + }, + { + "id": 5714, + "name": "Rune spear(+)", + "examine": "A poisoned rune tipped spear." + }, + { + "id": 5715, + "name": "Rune spear(+)", + "examine": "Swap this note at any bank for a Rune spear(+)." + }, + { + "id": 5716, + "name": "Dragon spear(+)", + "examine": "A poisoned dragon tipped spear." + }, + { + "id": 5717, + "name": "Dragon spear(+)", + "examine": "Swap this note at any bank for a Dragon spear(+)." + }, + { + "id": 5718, + "name": "Bronze spear(s)", + "examine": "A poisoned bronze tipped spear." + }, + { + "id": 5719, + "name": "Bronze spear(s)", + "examine": "Swap this note at any bank for a Bronze spear(s)." + }, + { + "id": 5720, + "name": "Iron spear(s)", + "examine": "A poisoned iron tipped spear." + }, + { + "id": 5721, + "name": "Iron spear(s)", + "examine": "Swap this note at any bank for an Iron spear(s)." + }, + { + "id": 5722, + "name": "Steel spear(s)", + "examine": "A poisoned steel tipped spear." + }, + { + "id": 5723, + "name": "Steel spear(s)", + "examine": "Swap this note at any bank for a Steel spear(s)." + }, + { + "id": 5724, + "name": "Mithril spear(s)", + "examine": "A poisoned mithril tipped spear." + }, + { + "id": 5725, + "name": "Mithril spear(s)", + "examine": "Swap this note at any bank for a Mithril spear(s)." + }, + { + "id": 5726, + "name": "Adamant spear(s)", + "examine": "A poisoned adamantite tipped spear." + }, + { + "id": 5727, + "name": "Adamant spear(s)", + "examine": "Swap this note at any bank for an Adamant spear(s)." + }, + { + "id": 5728, + "name": "Rune spear(s)", + "examine": "A poisoned rune tipped spear." + }, + { + "id": 5729, + "name": "Rune spear(s)", + "examine": "Swap this note at any bank for a Rune spear(s)." + }, + { + "id": 5730, + "name": "Dragon spear(s)", + "examine": "A poisoned dragon tipped spear." + }, + { + "id": 5731, + "name": "Dragon spear(s)", + "examine": "Swap this note at any bank for a Dragon spear(s)." + }, + { + "id": 5732, + "name": "Stool", + "examine": "A stool for milking" + }, + { + "id": 5733, + "name": "Rotten potato", + "examine": "Yuk!" + }, + { + "id": 5734, + "name": "Black spear(+)", + "examine": "A poisoned black tipped spear." + }, + { + "id": 5735, + "name": "Black spear(+)", + "examine": "Swap this note at any bank for a Black spear(+)." + }, + { + "id": 5736, + "name": "Black spear(s)", + "examine": "A poisoned black tipped spear." + }, + { + "id": 5737, + "name": "Black spear(s)", + "examine": "Swap this note at any bank for a Black spear(s)." + }, + { + "id": 5738, + "name": "Woad leaf", + "examine": "A slightly bluish leaf." + }, + { + "id": 5739, + "name": "Asgarnian ale(m)", + "examine": "This looks a good deal stronger than normal Asgarnian Ale." + }, + { + "id": 5740, + "name": "Asgarnian ale(m)", + "examine": "Swap this note at any bank for an Asgarnian ale(m)." + }, + { + "id": 5741, + "name": "Mature wmb", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb." + }, + { + "id": 5742, + "name": "Mature wmb", + "examine": "Swap this note at any bank for a Mature wmb." + }, + { + "id": 5743, + "name": "Greenman's ale(m)", + "examine": "This looks a good deal stronger than normal Greenman's Ale." + }, + { + "id": 5744, + "name": "Greenman's ale(m)", + "examine": "Swap this note at any bank for a Greenman's ale(m)." + }, + { + "id": 5745, + "name": "Dragon bitter(m)", + "examine": "This looks a good deal stronger than normal Dragon Bitter." + }, + { + "id": 5746, + "name": "Dragon bitter(m)", + "examine": "Swap this note at any bank for a Dragon bitter(m)." + }, + { + "id": 5747, + "name": "Dwarven stout(m)", + "examine": "This looks a good deal stronger than normal Dwarven Stout." + }, + { + "id": 5748, + "name": "Dwarven stout(m)", + "examine": "Swap this note at any bank for a Dwarven stout(m)." + }, + { + "id": 5749, + "name": "Moonlight mead(m)", + "examine": "This looks a good deal stronger than normal Moonlight Mead." + }, + { + "id": 5750, + "name": "Moonlight mead(m)", + "examine": "Swap this note at any bank for a Moonlight mead(m)." + }, + { + "id": 5751, + "name": "Axeman's folly", + "examine": "This might help me chop harder." + }, + { + "id": 5752, + "name": "Axeman's folly", + "examine": "Swap this note at any bank for an Axeman's folly." + }, + { + "id": 5753, + "name": "Axeman's folly(m)", + "examine": "This looks a good deal stronger than normal Axeman's Folly." + }, + { + "id": 5754, + "name": "Axeman's folly(m)", + "examine": "Swap this note at any bank for an Axeman's folly(m)." + }, + { + "id": 5755, + "name": "Chef's delight", + "examine": "A fruity, full-bodied ale." + }, + { + "id": 5756, + "name": "Chef's delight", + "examine": "Swap this note at any bank for a Chef's delight." + }, + { + "id": 5757, + "name": "Chef's delight(m)", + "examine": "This looks a good deal stronger than normal Chef's Delight." + }, + { + "id": 5758, + "name": "Chef's delight(m)", + "examine": "Swap this note at any bank for a Chef's delight(m)." + }, + { + "id": 5759, + "name": "Slayer's respite", + "examine": "Ale with bite." + }, + { + "id": 5760, + "name": "Slayer's respite", + "examine": "Swap this note at any bank for a Slayer's respite." + }, + { + "id": 5761, + "name": "Slayer's respite(m)", + "examine": "This looks a good deal stronger than normal Slayer's Respite." + }, + { + "id": 5762, + "name": "Slayer's respite(m)", + "examine": "Swap this note at any bank for a Slayer's respite(m)." + }, + { + "id": 5763, + "name": "Cider", + "examine": "A glass of cider." + }, + { + "id": 5764, + "name": "Cider", + "examine": "Swap this note at any bank for a Cider." + }, + { + "id": 5765, + "name": "Mature cider", + "examine": "This looks a good deal stronger than normal cider." + }, + { + "id": 5766, + "name": "Mature cider", + "examine": "Swap this note at any bank for a Mature cider." + }, + { + "id": 5767, + "name": "Ale yeast", + "examine": "A pot filled with ale yeast." + }, + { + "id": 5768, + "name": "Ale yeast", + "examine": "Swap this note at any bank for an Ale yeast." + }, + { + "id": 5769, + "name": "Calquat keg", + "examine": "Sliced and hollowed out to form a keg." + }, + { + "id": 5770, + "name": "Calquat keg", + "examine": "Swap this note at any bank for a Calquat keg." + }, + { + "id": 5771, + "name": "Dwarven stout(1)", + "examine": "This keg contains 1 pint of Dwarven Stout." + }, + { + "id": 5772, + "name": "Dwarven stout(1)", + "examine": "Swap this note at any bank for a Dwarven stout(1)." + }, + { + "id": 5773, + "name": "Dwarven stout(2)", + "examine": "This keg contains 2 pints of Dwarven Stout." + }, + { + "id": 5774, + "name": "Dwarven stout(2)", + "examine": "Swap this note at any bank for a Dwarven stout(2)." + }, + { + "id": 5775, + "name": "Dwarven stout(3)", + "examine": "This keg contains 3 pints of Dwarven Stout." + }, + { + "id": 5776, + "name": "Dwarven stout(3)", + "examine": "Swap this note at any bank for a Dwarven stout(3)." + }, + { + "id": 5777, + "name": "Dwarven stout(4)", + "examine": "This keg contains 4 pints of Dwarven Stout." + }, + { + "id": 5778, + "name": "Dwarven stout(4)", + "examine": "Swap this note at any bank for a Dwarven stout(4)." + }, + { + "id": 5779, + "name": "Asgarnian ale(1)", + "examine": "This keg contains 1 pint of Asgarnian Ale." + }, + { + "id": 5780, + "name": "Asgarnian ale(1)", + "examine": "Swap this note at any bank for an Asgarnian ale(1)." + }, + { + "id": 5781, + "name": "Asgarnian ale(2)", + "examine": "This keg contains 2 pints of Asgarnian Ale." + }, + { + "id": 5782, + "name": "Asgarnian ale(2)", + "examine": "Swap this note at any bank for an Asgarnian ale(2)." + }, + { + "id": 5783, + "name": "Asgarnian ale(3)", + "examine": "This keg contains 3 pints of Asgarnian Ale." + }, + { + "id": 5784, + "name": "Asgarnian ale(3)", + "examine": "Swap this note at any bank for an Asgarnian ale(3)." + }, + { + "id": 5785, + "name": "Asgarnian ale(4)", + "examine": "This keg contains 4 pints of Asgarnian Ale." + }, + { + "id": 5786, + "name": "Asgarnian ale(4)", + "examine": "Swap this note at any bank for an Asgarnian ale(4)." + }, + { + "id": 5787, + "name": "Greenmans ale(1)", + "examine": "This keg contains 1 pint of Greenmans Ale." + }, + { + "id": 5788, + "name": "Greenmans ale(1)", + "examine": "Swap this note at any bank for a Greenmans ale(1)." + }, + { + "id": 5789, + "name": "Greenmans ale(2)", + "examine": "This keg contains 2 pints of Greenmans Ale." + }, + { + "id": 5790, + "name": "Greenmans ale(2)", + "examine": "Swap this note at any bank for a Greenmans ale(2)." + }, + { + "id": 5791, + "name": "Greenmans ale(3)", + "examine": "This keg contains 3 pints of Greenmans Ale." + }, + { + "id": 5792, + "name": "Greenmans ale(3)", + "examine": "Swap this note at any bank for a Greenmans ale(3)." + }, + { + "id": 5793, + "name": "Greenmans ale(4)", + "examine": "This keg contains 4 pints of Greenmans Ale." + }, + { + "id": 5794, + "name": "Greenmans ale(4)", + "examine": "Swap this note at any bank for a Greenmans ale(4)." + }, + { + "id": 5795, + "name": "Mind bomb(1)", + "examine": "This keg contains 1 pint of Wizards Mind Bomb." + }, + { + "id": 5796, + "name": "Mind bomb(1)", + "examine": "Swap this note at any bank for a Mind bomb(1)." + }, + { + "id": 5797, + "name": "Mind bomb(2)", + "examine": "This keg contains 2 pints of Wizards Mind Bomb." + }, + { + "id": 5798, + "name": "Mind bomb(2)", + "examine": "Swap this note at any bank for a Mind bomb(2)." + }, + { + "id": 5799, + "name": "Mind bomb(3)", + "examine": "This keg contains 3 pints of Wizards Mind Bomb." + }, + { + "id": 5800, + "name": "Mind bomb(3)", + "examine": "Swap this note at any bank for a Mind bomb(3)." + }, + { + "id": 5801, + "name": "Mind bomb(4)", + "examine": "This keg contains 4 pints of Wizards Mind Bomb." + }, + { + "id": 5802, + "name": "Mind bomb(4)", + "examine": "Swap this note at any bank for a Mind bomb(4)." + }, + { + "id": 5803, + "name": "Dragon bitter(1)", + "examine": "This keg contains 1 pint of Dragon Bitter." + }, + { + "id": 5804, + "name": "Dragon bitter(1)", + "examine": "Swap this note at any bank for a Dragon bitter(1)." + }, + { + "id": 5805, + "name": "Dragon bitter(2)", + "examine": "This keg contains 2 pints of Dragon Bitter." + }, + { + "id": 5806, + "name": "Dragon bitter(2)", + "examine": "Swap this note at any bank for a Dragon bitter(2)." + }, + { + "id": 5807, + "name": "Dragon bitter(3)", + "examine": "This keg contains 3 pints of Dragon Bitter." + }, + { + "id": 5808, + "name": "Dragon bitter(3)", + "examine": "Swap this note at any bank for a Dragon bitter(3)." + }, + { + "id": 5809, + "name": "Dragon bitter(4)", + "examine": "This keg contains 4 pints of Dragon Bitter." + }, + { + "id": 5810, + "name": "Dragon bitter(4)", + "examine": "Swap this note at any bank for a Dragon bitter(4)." + }, + { + "id": 5811, + "name": "Moonlight mead(1)", + "examine": "This keg contains 1 pint of Moonlight Mead." + }, + { + "id": 5812, + "name": "Moonlight mead(1)", + "examine": "Swap this note at any bank for a Moonlight mead(1)." + }, + { + "id": 5813, + "name": "Moonlight mead(2)", + "examine": "This keg contains 2 pints of Moonlight Mead." + }, + { + "id": 5814, + "name": "Moonlight mead(2)", + "examine": "Swap this note at any bank for a Moonlight mead(2)." + }, + { + "id": 5815, + "name": "Moonlight mead(3)", + "examine": "This keg contains 3 pints of Moonlight Mead." + }, + { + "id": 5816, + "name": "Moonlight mead(3)", + "examine": "Swap this note at any bank for a Moonlight mead(3)." + }, + { + "id": 5817, + "name": "Moonlight mead(4)", + "examine": "This keg contains 4 pints of Moonlight Mead." + }, + { + "id": 5818, + "name": "Moonlight mead(4)", + "examine": "Swap this note at any bank for a Moonlight mead(4)." + }, + { + "id": 5819, + "name": "Axeman's folly(1)", + "examine": "This keg contains 1 pint of Axeman's Folly." + }, + { + "id": 5820, + "name": "Axeman's folly(1)", + "examine": "Swap this note at any bank for an Axeman's folly(1)." + }, + { + "id": 5821, + "name": "Axeman's folly(2)", + "examine": "This keg contains 2 pints of Axeman's Folly." + }, + { + "id": 5822, + "name": "Axeman's folly(2)", + "examine": "Swap this note at any bank for an Axeman's folly(2)." + }, + { + "id": 5823, + "name": "Axeman's folly(3)", + "examine": "This keg contains 3 pints of Axeman's Folly." + }, + { + "id": 5824, + "name": "Axeman's folly(3)", + "examine": "Swap this note at any bank for an Axeman's folly(3)." + }, + { + "id": 5825, + "name": "Axeman's folly(4)", + "examine": "This keg contains 4 pints of Axeman's Folly." + }, + { + "id": 5826, + "name": "Axeman's folly(4)", + "examine": "Swap this note at any bank for an Axeman's folly(4)." + }, + { + "id": 5827, + "name": "Chef's delight(1)", + "examine": "This keg contains 1 pint of Chef's Delight." + }, + { + "id": 5828, + "name": "Chef's delight(1)", + "examine": "Swap this note at any bank for a Chef's delight(1)." + }, + { + "id": 5829, + "name": "Chef's delight(2)", + "examine": "This keg contains 2 pints of Chef's Delight." + }, + { + "id": 5830, + "name": "Chef's delight(2)", + "examine": "Swap this note at any bank for a Chef's delight(2)." + }, + { + "id": 5831, + "name": "Chef's delight(3)", + "examine": "This keg contains 3 pints of Chef's Delight." + }, + { + "id": 5832, + "name": "Chef's delight(3)", + "examine": "Swap this note at any bank for a Chef's delight(3)." + }, + { + "id": 5833, + "name": "Chef's delight(4)", + "examine": "This keg contains 4 pints of Chef's Delight." + }, + { + "id": 5834, + "name": "Chef's delight(4)", + "examine": "Swap this note at any bank for a Chef's delight(4)." + }, + { + "id": 5835, + "name": "Slayer's respite(1)", + "examine": "This keg contains 1 pint of Slayer's Respite." + }, + { + "id": 5836, + "name": "Slayer's respite(1)", + "examine": "Swap this note at any bank for a Slayer's respite(1)." + }, + { + "id": 5837, + "name": "Slayer's respite(2)", + "examine": "This keg contains 2 pints of Slayer's Respite." + }, + { + "id": 5838, + "name": "Slayer's respite(2)", + "examine": "Swap this note at any bank for a Slayer's respite(2)." + }, + { + "id": 5839, + "name": "Slayer's respite(3)", + "examine": "This keg contains 3 pints of Slayer's Respite." + }, + { + "id": 5840, + "name": "Slayer's respite(3)", + "examine": "Swap this note at any bank for a Slayer's respite(3)." + }, + { + "id": 5841, + "name": "Slayer's respite(4)", + "examine": "This keg contains 4 pints of Slayer's Respite." + }, + { + "id": 5842, + "name": "Slayer's respite(4)", + "examine": "Swap this note at any bank for a Slayer's respite(4)." + }, + { + "id": 5843, + "name": "Cider(1)", + "examine": "This keg contains 1 pint of Cider." + }, + { + "id": 5844, + "name": "Cider(1)", + "examine": "Swap this note at any bank for a Cider(1)." + }, + { + "id": 5845, + "name": "Cider(2)", + "examine": "This keg contains 2 pints of Cider." + }, + { + "id": 5846, + "name": "Cider(2)", + "examine": "Swap this note at any bank for a Cider(2)." + }, + { + "id": 5847, + "name": "Cider(3)", + "examine": "This keg contains 3 pints of Cider." + }, + { + "id": 5848, + "name": "Cider(3)", + "examine": "Swap this note at any bank for a Cider(3)." + }, + { + "id": 5849, + "name": "Cider(4)", + "examine": "This keg contains 4 pints of Cider." + }, + { + "id": 5850, + "name": "Cider(4)", + "examine": "Swap this note at any bank for a Cider(4)." + }, + { + "id": 5851, + "name": "Dwarven stout(m1)", + "examine": "This keg contains 1 pint of mature Dwarven Stout." + }, + { + "id": 5852, + "name": "Dwarven stout(m1)", + "examine": "Swap this note at any bank for a Dwarven stout(m1)." + }, + { + "id": 5853, + "name": "Dwarven stout(m2)", + "examine": "This keg contains 2 pints of mature Dwarven Stout." + }, + { + "id": 5854, + "name": "Dwarven stout(m2)", + "examine": "Swap this note at any bank for a Dwarven stout(m2)." + }, + { + "id": 5855, + "name": "Dwarven stout(m3)", + "examine": "This keg contains 3 pints of mature Dwarven Stout." + }, + { + "id": 5856, + "name": "Dwarven stout(m3)", + "examine": "Swap this note at any bank for a Dwarven stout(m3)." + }, + { + "id": 5857, + "name": "Dwarven stout(m4)", + "examine": "This keg contains 4 pints of mature Dwarven Stout." + }, + { + "id": 5858, + "name": "Dwarven stout(m4)", + "examine": "Swap this note at any bank for a Dwarven stout(m4)." + }, + { + "id": 5859, + "name": "Asgarnian ale(m1)", + "examine": "This keg contains 1 pint of mature Asgarnian Ale." + }, + { + "id": 5860, + "name": "Asgarnian ale(m1)", + "examine": "Swap this note at any bank for an Asgarnian ale(m1)." + }, + { + "id": 5861, + "name": "Asgarnian ale(m2)", + "examine": "This keg contains 2 pints of mature Asgarnian Ale." + }, + { + "id": 5862, + "name": "Asgarnian ale(m2)", + "examine": "Swap this note at any bank for an Asgarnian ale(m2)." + }, + { + "id": 5863, + "name": "Asgarnian ale(m3)", + "examine": "This keg contains 3 pints of mature Asgarnian Ale." + }, + { + "id": 5864, + "name": "Asgarnian ale(m3)", + "examine": "Swap this note at any bank for an Asgarnian ale(m3)." + }, + { + "id": 5865, + "name": "Asgarnian ale(m4)", + "examine": "This keg contains 4 pints of mature Asgarnian Ale." + }, + { + "id": 5866, + "name": "Asgarnian ale(m4)", + "examine": "Swap this note at any bank for an Asgarnian ale(m4)." + }, + { + "id": 5867, + "name": "Greenmans ale(m1)", + "examine": "This keg contains 1 pint of mature Greenmans Ale." + }, + { + "id": 5868, + "name": "Greenmans ale(m1)", + "examine": "Swap this note at any bank for a Greenmans ale(m1)." + }, + { + "id": 5869, + "name": "Greenmans ale(m2)", + "examine": "This keg contains 2 pints of mature Greenmans Ale." + }, + { + "id": 5870, + "name": "Greenmans ale(m2)", + "examine": "Swap this note at any bank for a Greenmans ale(m2)." + }, + { + "id": 5871, + "name": "Greenmans ale(m3)", + "examine": "This keg contains 3 pints of mature Greenmans Ale." + }, + { + "id": 5872, + "name": "Greenmans ale(m3)", + "examine": "Swap this note at any bank for a Greenmans ale(m3)." + }, + { + "id": 5873, + "name": "Greenmans ale(m4)", + "examine": "This keg contains 4 pints of mature Greenmans Ale." + }, + { + "id": 5874, + "name": "Greenmans ale(m4)", + "examine": "Swap this note at any bank for a Greenmans ale(m4)." + }, + { + "id": 5875, + "name": "Mind bomb(m1)", + "examine": "This keg contains 1 pint of mature Wizards Mind Bomb." + }, + { + "id": 5876, + "name": "Mind bomb(m1)", + "examine": "Swap this note at any bank for a Mind bomb(m1)." + }, + { + "id": 5877, + "name": "Mind bomb(m2)", + "examine": "This keg contains 2 pints of mature Wizards Mind Bomb." + }, + { + "id": 5878, + "name": "Mind bomb(m2)", + "examine": "Swap this note at any bank for a Mind bomb(m2)." + }, + { + "id": 5879, + "name": "Mind bomb(m3)", + "examine": "This keg contains 3 pints of mature Wizards Mind Bomb." + }, + { + "id": 5880, + "name": "Mind bomb(m3)", + "examine": "Swap this note at any bank for a Mind bomb(m3)." + }, + { + "id": 5881, + "name": "Mind bomb(m4)", + "examine": "This keg contains 4 pints of mature Wizards Mind Bomb." + }, + { + "id": 5882, + "name": "Mind bomb(m4)", + "examine": "Swap this note at any bank for a Mind bomb(m4)." + }, + { + "id": 5883, + "name": "Dragon bitter(m1)", + "examine": "This keg contains 1 pint of mature Dragon Bitter." + }, + { + "id": 5884, + "name": "Dragon bitter(m1)", + "examine": "Swap this note at any bank for a Dragon bitter(m1)." + }, + { + "id": 5885, + "name": "Dragon bitter(m2)", + "examine": "This keg contains 2 pints of mature Dragon Bitter." + }, + { + "id": 5886, + "name": "Dragon bitter(m2)", + "examine": "Swap this note at any bank for a Dragon bitter(m2)." + }, + { + "id": 5887, + "name": "Dragon bitter(m3)", + "examine": "This keg contains 3 pints of mature Dragon Bitter." + }, + { + "id": 5888, + "name": "Dragon bitter(m3)", + "examine": "Swap this note at any bank for a Dragon bitter(m3)." + }, + { + "id": 5889, + "name": "Dragon bitter(m4)", + "examine": "This keg contains 4 pints of mature Dragon Bitter." + }, + { + "id": 5890, + "name": "Dragon bitter(m4)", + "examine": "Swap this note at any bank for a Dragon bitter(m4)." + }, + { + "id": 5891, + "name": "M'light mead(m1)", + "examine": "This keg contains 1 pint of mature Moonlight Mead." + }, + { + "id": 5892, + "name": "M'light mead(m1)", + "examine": "Swap this note at any bank for a M'light mead(m1)." + }, + { + "id": 5893, + "name": "M'light mead(m2)", + "examine": "This keg contains 2 pints of mature Moonlight Mead." + }, + { + "id": 5894, + "name": "M'light mead(m2)", + "examine": "Swap this note at any bank for a M'light mead(m2)." + }, + { + "id": 5895, + "name": "M'light mead(m3)", + "examine": "This keg contains 3 pints of mature Moonlight Mead." + }, + { + "id": 5896, + "name": "M'light mead(m3)", + "examine": "Swap this note at any bank for a M'light mead(m3)." + }, + { + "id": 5897, + "name": "M'light mead(m4)", + "examine": "This keg contains 4 pints of mature Moonlight Mead." + }, + { + "id": 5898, + "name": "M'light mead(m4)", + "examine": "Swap this note at any bank for a M'light mead(m4)." + }, + { + "id": 5899, + "name": "Axeman's folly(m1)", + "examine": "This keg contains 1 pint of mature Axeman's Folly." + }, + { + "id": 5900, + "name": "Axeman's folly(m1)", + "examine": "Swap this note at any bank for an Axeman's folly(m1)." + }, + { + "id": 5901, + "name": "Axeman's folly(m2)", + "examine": "This keg contains 2 pints of mature Axeman's Folly." + }, + { + "id": 5902, + "name": "Axeman's folly(m2)", + "examine": "Swap this note at any bank for an Axeman's folly(m2)." + }, + { + "id": 5903, + "name": "Axeman's folly(m3)", + "examine": "This keg contains 3 pints of mature Axeman's Folly." + }, + { + "id": 5904, + "name": "Axeman's folly(m3)", + "examine": "Swap this note at any bank for an Axeman's folly(m3)." + }, + { + "id": 5905, + "name": "Axeman's folly(m4)", + "examine": "This keg contains 4 pints of mature Axeman's Folly." + }, + { + "id": 5906, + "name": "Axeman's folly(m4)", + "examine": "Swap this note at any bank for an Axeman's folly(m4)." + }, + { + "id": 5907, + "name": "Chef's delight(m1)", + "examine": "This keg contains 1 pint of mature Chef's Delight." + }, + { + "id": 5908, + "name": "Chef's delight(m1)", + "examine": "Swap this note at any bank for a Chef's delight(m1)." + }, + { + "id": 5909, + "name": "Chef's delight(m2)", + "examine": "This keg contains 2 pints of mature Chef's Delight." + }, + { + "id": 5910, + "name": "Chef's delight(m2)", + "examine": "Swap this note at any bank for a Chef's delight(m2)." + }, + { + "id": 5911, + "name": "Chef's delight(m3)", + "examine": "This keg contains 3 pints of mature Chef's Delight." + }, + { + "id": 5912, + "name": "Chef's delight(m3)", + "examine": "Swap this note at any bank for a Chef's delight(m3)." + }, + { + "id": 5913, + "name": "Chef's delight(m4)", + "examine": "This keg contains 4 pints of mature Chef's Delight." + }, + { + "id": 5914, + "name": "Chef's delight(m4)", + "examine": "Swap this note at any bank for a Chef's delight(m4)." + }, + { + "id": 5915, + "name": "Slayer respite(m1)", + "examine": "This keg contains 1 pint of mature Slayer's Respite." + }, + { + "id": 5916, + "name": "Slayer respite(m1)", + "examine": "Swap this note at any bank for a Slayer respite(m1)." + }, + { + "id": 5917, + "name": "Slayer respite(m2)", + "examine": "This keg contains 2 pints of mature Slayer's Respite." + }, + { + "id": 5918, + "name": "Slayer respite(m2)", + "examine": "Swap this note at any bank for a Slayer respite(m2)." + }, + { + "id": 5919, + "name": "Slayer respite(m3)", + "examine": "This keg contains 3 pints of mature Slayer's Respite." + }, + { + "id": 5920, + "name": "Slayer respite(m3)", + "examine": "Swap this note at any bank for a Slayer respite(m3)." + }, + { + "id": 5921, + "name": "Slayer respite(m4)", + "examine": "This keg contains 4 pints of mature Slayer's Respite." + }, + { + "id": 5922, + "name": "Slayer respite(m4)", + "examine": "Swap this note at any bank for a Slayer respite(m4)." + }, + { + "id": 5923, + "name": "Cider(m1)", + "examine": "This keg contains 1 pint of mature Cider." + }, + { + "id": 5924, + "name": "Cider(m1)", + "examine": "Swap this note at any bank for a Cider(m1)." + }, + { + "id": 5925, + "name": "Cider(m2)", + "examine": "This keg contains 2 pints of mature Cider." + }, + { + "id": 5926, + "name": "Cider(m2)", + "examine": "Swap this note at any bank for a Cider(m2)." + }, + { + "id": 5927, + "name": "Cider(m3)", + "examine": "This keg contains 3 pints of mature Cider." + }, + { + "id": 5928, + "name": "Cider(m3)", + "examine": "Swap this note at any bank for a Cider(m3)." + }, + { + "id": 5929, + "name": "Cider(m4)", + "examine": "This keg contains 4 pints of mature Cider." + }, + { + "id": 5930, + "name": "Cider(m4)", + "examine": "Swap this note at any bank for a Cider(m4)." + }, + { + "id": 5931, + "name": "Jute fibre", + "examine": "I can weave this to make sacks." + }, + { + "id": 5932, + "name": "Jute fibre", + "examine": "Swap this note at any bank for a Jute fibre." + }, + { + "id": 5933, + "name": "Willow branch", + "examine": "A branch from a willow tree." + }, + { + "id": 5934, + "name": "Willow branch", + "examine": "Swap this note at any bank for a Willow branch." + }, + { + "id": 5935, + "name": "Coconut milk", + "examine": "A vial filled with coconut milk" + }, + { + "id": 5936, + "name": "Unfinished potion", + "examine": "A vial of coconut milk and Cactus spine." + }, + { + "id": 5937, + "name": "Weapon poison(+)", + "examine": "A vial of extra-strength weapon poison, for spears and daggers." + }, + { + "id": 5938, + "name": "Weapon poison(+)", + "examine": "Swap this note at any bank for a Weapon poison(+)." + }, + { + "id": 5939, + "name": "Unfinished potion", + "examine": "A vial of coconut milk and Deadly Nightshade." + }, + { + "id": 5940, + "name": "Weapon poison(s)", + "examine": "A vial of super-strength weapon poison, for spears and daggers." + }, + { + "id": 5941, + "name": "Weapon poison(s)", + "examine": "Swap this note at any bank for a Weapon poison(s)." + }, + { + "id": 5942, + "name": "Unfinished potion", + "examine": "A vial of coconut milk and Toadflax." + }, + { + "id": 5943, + "name": "Antidote+(4)", + "examine": "4 doses of extra strength poison antidote." + }, + { + "id": 5944, + "name": "Antidote+(4)", + "examine": "Swap this note at any bank for an Antidote+(4)." + }, + { + "id": 5945, + "name": "Antidote+(3)", + "examine": "3 doses of extra strength poison antidote." + }, + { + "id": 5946, + "name": "Antidote+(3)", + "examine": "Swap this note at any bank for an Antidote+(3)." + }, + { + "id": 5947, + "name": "Antidote+(2)", + "examine": "2 doses of extra strength poison antidote." + }, + { + "id": 5948, + "name": "Antidote+(2)", + "examine": "Swap this note at any bank for an Antidote+(2)." + }, + { + "id": 5949, + "name": "Antidote+(1)", + "examine": "1 dose of extra strength poison antidote." + }, + { + "id": 5950, + "name": "Antidote+(1)", + "examine": "Swap this note at any bank for an Antidote+(1)." + }, + { + "id": 5951, + "name": "Unfinished potion", + "examine": "A vial of coconut milk and Irit Leaf." + }, + { + "id": 5952, + "name": "Antidote++(4)", + "examine": "4 doses of super strength poison antidote." + }, + { + "id": 5953, + "name": "Antidote++(4)", + "examine": "Swap this note at any bank for an Antidote++(4)." + }, + { + "id": 5954, + "name": "Antidote++(3)", + "examine": "3 doses of super strength poison antidote." + }, + { + "id": 5955, + "name": "Antidote++(3)", + "examine": "Swap this note at any bank for an Antidote++(3)." + }, + { + "id": 5956, + "name": "Antidote++(2)", + "examine": "2 doses of super strength poison antidote." + }, + { + "id": 5957, + "name": "Antidote++(2)", + "examine": "Swap this note at any bank for an Antidote++(2)." + }, + { + "id": 5958, + "name": "Antidote++(1)", + "examine": "1 dose of super strength poison antidote." + }, + { + "id": 5959, + "name": "Antidote++(1)", + "examine": "Swap this note at any bank for an Antidote++(1)." + }, + { + "id": 5960, + "name": "Tomatoes(1)", + "examine": "A fruit basket filled with tomatoes." + }, + { + "id": 5961, + "name": "Tomatoes(1)", + "examine": "Swap this note at any bank for a Tomatoes(1)." + }, + { + "id": 5962, + "name": "Tomatoes(2)", + "examine": "A fruit basket filled with tomatoes." + }, + { + "id": 5963, + "name": "Tomatoes(2)", + "examine": "Swap this note at any bank for a Tomatoes(2)." + }, + { + "id": 5964, + "name": "Tomatoes(3)", + "examine": "A fruit basket filled with tomatoes." + }, + { + "id": 5965, + "name": "Tomatoes(3)", + "examine": "Swap this note at any bank for a Tomatoes(3)." + }, + { + "id": 5966, + "name": "Tomatoes(4)", + "examine": "A fruit basket filled with tomatoes." + }, + { + "id": 5967, + "name": "Tomatoes(4)", + "examine": "Swap this note at any bank for a Tomatoes(4)." + }, + { + "id": 5968, + "name": "Tomatoes(5)", + "examine": "A fruit basket filled with tomatoes." + }, + { + "id": 5969, + "name": "Tomatoes(5)", + "examine": "Swap this note at any bank for a Tomatoes(5)." + }, + { + "id": 5970, + "name": "Curry leaf", + "examine": "I could make a spicy curry with this." + }, + { + "id": 5971, + "name": "Curry leaf", + "examine": "Swap this note at any bank for a Curry leaf." + }, + { + "id": 5972, + "name": "Papaya fruit", + "examine": "Looks delicious." + }, + { + "id": 5973, + "name": "Papaya fruit", + "examine": "Swap this note at any bank for a Papaya fruit." + }, + { + "id": 5974, + "name": "Coconut", + "examine": "It's a coconut." + }, + { + "id": 5975, + "name": "Coconut", + "examine": "Swap this note at any bank for a Coconut." + }, + { + "id": 5976, + "name": "Coconut", + "examine": "It's a coconut." + }, + { + "id": 5977, + "name": "Coconut", + "examine": "Swap this note at any bank for a Coconut." + }, + { + "id": 5978, + "name": "Coconut shell", + "examine": "All the milk has been removed." + }, + { + "id": 5979, + "name": "Coconut shell", + "examine": "Swap this note at any bank for a Coconut shell." + }, + { + "id": 5980, + "name": "Calquat fruit", + "examine": "This is the largest fruit I've ever seen." + }, + { + "id": 5981, + "name": "Calquat fruit", + "examine": "Swap this note at any bank for a Calquat fruit." + }, + { + "id": 5982, + "name": "Watermelon", + "examine": "A juicy watermelon." + }, + { + "id": 5983, + "name": "Watermelon", + "examine": "Swap this note at any bank for a Watermelon." + }, + { + "id": 5984, + "name": "Watermelon slice", + "examine": "A slice of watermelon." + }, + { + "id": 5985, + "name": "Watermelon slice", + "examine": "Swap this note at any bank for a Watermelon slice." + }, + { + "id": 5986, + "name": "Sweetcorn", + "examine": "Raw sweetcorn." + }, + { + "id": 5987, + "name": "Sweetcorn", + "examine": "Swap this note at any bank for a Sweetcorn." + }, + { + "id": 5988, + "name": "Sweetcorn", + "examine": "Delicious cooked sweetcorn." + }, + { + "id": 5989, + "name": "Sweetcorn", + "examine": "Swap this note at any bank for a Sweetcorn." + }, + { + "id": 5990, + "name": "Burnt sweetcorn", + "examine": "This sweetcorn has been cooked for too long." + }, + { + "id": 5991, + "name": "Burnt sweetcorn", + "examine": "Swap this note at any bank for a Burnt sweetcorn." + }, + { + "id": 5992, + "name": "Apple mush", + "examine": "A bucket of apple mush." + }, + { + "id": 5993, + "name": "Apple mush", + "examine": "Swap this note at any bank for an Apple mush." + }, + { + "id": 5994, + "name": "Hammerstone hops", + "examine": "A handful of Hammerstone Hops." + }, + { + "id": 5995, + "name": "Hammerstone hops", + "examine": "Swap this note at any bank for a Hammerstone hops." + }, + { + "id": 5996, + "name": "Asgarnian hops", + "examine": "A handful of Asgarnian Hops." + }, + { + "id": 5997, + "name": "Asgarnian hops", + "examine": "Swap this note at any bank for an Asgarnian hops." + }, + { + "id": 5998, + "name": "Yanillian hops", + "examine": "A handful of Yanillian Hops." + }, + { + "id": 5999, + "name": "Yanillian hops", + "examine": "Swap this note at any bank for a Yanillian hops." + }, + { + "id": 6000, + "name": "Krandorian hops", + "examine": "A handful of Krandorian Hops." + }, + { + "id": 6001, + "name": "Krandorian hops", + "examine": "Swap this note at any bank for a Krandorian hops." + }, + { + "id": 6002, + "name": "Wildblood hops", + "examine": "A handful of Wildblood Hops." + }, + { + "id": 6003, + "name": "Wildblood hops", + "examine": "Swap this note at any bank for a Wildblood hops." + }, + { + "id": 6004, + "name": "Mushroom", + "examine": "A Bittercap Mushroom" + }, + { + "id": 6005, + "name": "Mushroom", + "examine": "Swap this note at any bank for a Mushroom." + }, + { + "id": 6006, + "name": "Barley", + "examine": "A handful of Barley." + }, + { + "id": 6007, + "name": "Barley", + "examine": "Swap this note at any bank for a Barley." + }, + { + "id": 6008, + "name": "Barley malt", + "examine": "A handful of barley malt." + }, + { + "id": 6009, + "name": "Barley malt", + "examine": "Swap this note at any bank for a Barley malt." + }, + { + "id": 6010, + "name": "Marigolds", + "examine": "A bunch of marigolds." + }, + { + "id": 6011, + "name": "Marigolds", + "examine": "Swap this note at any bank for a Marigolds." + }, + { + "id": 6012, + "name": "Nasturtiums", + "examine": "A bunch of nasturtiums." + }, + { + "id": 6013, + "name": "Nasturtiums", + "examine": "Swap this note at any bank for a Nasturtiums." + }, + { + "id": 6014, + "name": "Rosemary", + "examine": "Some rosemary." + }, + { + "id": 6015, + "name": "Rosemary", + "examine": "Swap this note at any bank for a Rosemary." + }, + { + "id": 6016, + "name": "Cactus spine", + "examine": "Don't prick yourself with this." + }, + { + "id": 6017, + "name": "Cactus spine", + "examine": "Swap this note at any bank for a Cactus spine." + }, + { + "id": 6018, + "name": "Poisonivy berries", + "examine": "They look sweet and juicy, but only a fool would eat them." + }, + { + "id": 6019, + "name": "Poisonivy berries", + "examine": "Swap this note at any bank for a Poisonivy berries." + }, + { + "id": 6020, + "name": "Leaves", + "examine": "A pile of leaves." + }, + { + "id": 6021, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6022, + "name": "Leaves", + "examine": "A pile of Oak tree leaves." + }, + { + "id": 6023, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6024, + "name": "Leaves", + "examine": "A pile of Willow tree leaves." + }, + { + "id": 6025, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6026, + "name": "Leaves", + "examine": "A pile of Yew tree leaves." + }, + { + "id": 6027, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6028, + "name": "Leaves", + "examine": "A pile of Maple tree leaves." + }, + { + "id": 6029, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6030, + "name": "Leaves", + "examine": "A pile of Magic tree leaves." + }, + { + "id": 6031, + "name": "Leaves", + "examine": "Swap this note at any bank for a Leaves." + }, + { + "id": 6032, + "name": "Compost", + "examine": "Good for plants, helps them grow." + }, + { + "id": 6033, + "name": "Compost", + "examine": "Swap this note at any bank for a Compost." + }, + { + "id": 6034, + "name": "Super compost", + "examine": "Super-good for the smallest or largest of plants." + }, + { + "id": 6035, + "name": "Super compost", + "examine": "Swap this note at any bank for a Super compost." + }, + { + "id": 6036, + "name": "Plant cure", + "examine": "Use this on plants to cure disease." + }, + { + "id": 6037, + "name": "Plant cure", + "examine": "Swap this note at any bank for a Plant cure." + }, + { + "id": 6038, + "name": "Magic string", + "examine": "I could use this to make jewellery." + }, + { + "id": 6039, + "name": "Magic string", + "examine": "Swap this note at any bank for a Magic string." + }, + { + "id": 6040, + "name": "Amulet of nature", + "examine": "An Amulet of Nature." + }, + { + "id": 6041, + "name": "Emerald amulet", + "examine": "This amulet has been strung with the root of a Magic Tree." + }, + { + "id": 6042, + "name": "Emerald amulet", + "examine": "Swap this note at any bank for an Emerald amulet." + }, + { + "id": 6043, + "name": "Oak roots", + "examine": "The roots of the Oak tree." + }, + { + "id": 6044, + "name": "Oak roots", + "examine": "Swap this note at any bank for an Oak roots." + }, + { + "id": 6045, + "name": "Willow roots", + "examine": "The roots of the Willow tree." + }, + { + "id": 6046, + "name": "Willow roots", + "examine": "Swap this note at any bank for a Willow roots." + }, + { + "id": 6047, + "name": "Maple roots", + "examine": "The roots of the Maple tree." + }, + { + "id": 6048, + "name": "Maple roots", + "examine": "Swap this note at any bank for a Maple roots." + }, + { + "id": 6049, + "name": "Yew roots", + "examine": "The roots of the Yew tree." + }, + { + "id": 6050, + "name": "Yew roots", + "examine": "Swap this note at any bank for a Yew roots." + }, + { + "id": 6051, + "name": "Magic roots", + "examine": "The roots of the Magic tree." + }, + { + "id": 6052, + "name": "Magic roots", + "examine": "Swap this note at any bank for a Magic roots." + }, + { + "id": 6053, + "name": "Spirit roots", + "examine": "The roots of the Spirit tree." + }, + { + "id": 6054, + "name": "Spirit roots", + "examine": "Swap this note at any bank for a Spirit roots." + }, + { + "id": 6055, + "name": "Weeds", + "examine": "A handful of weeds." + }, + { + "id": 6056, + "name": "Weeds", + "examine": "Swap this note at any bank for a Weeds." + }, + { + "id": 6057, + "name": "Hay sack", + "examine": "A sack filled with hay." + }, + { + "id": 6058, + "name": "Hay sack", + "examine": "This sack of hay has a bronze spear sticking through it." + }, + { + "id": 6059, + "name": "Scarecrow", + "examine": "This should scare the birds." + }, + { + "id": 6060, + "name": "Stool", + "examine": "Swap this note at any bank for a Stool." + }, + { + "id": 6061, + "name": "Bolts(+)", + "examine": "Vicious poisoned bolts." + }, + { + "id": 6062, + "name": "Bolts(s)", + "examine": "Vicious poisoned bolts." + }, + { + "id": 6063, + "name": "Spirit tree", + "examine": "A Spirit Tree." + }, + { + "id": 6064, + "name": "Bloody mourner top", + "examine": "How do I wash blood stains out?" + }, + { + "id": 6065, + "name": "Mourner top", + "examine": "A thick heavy leather top." + }, + { + "id": 6066, + "name": "Mourner trousers", + "examine": "These are in need of a good tailor." + }, + { + "id": 6067, + "name": "Mourner trousers", + "examine": "A pair of mourner trousers." + }, + { + "id": 6068, + "name": "Mourner gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 6069, + "name": "Mourner boots", + "examine": "Comfortable leather boots." + }, + { + "id": 6070, + "name": "Mourner cloak", + "examine": "A dull brown cape." + }, + { + "id": 6071, + "name": "Mourner letter", + "examine": "A letter of recommendation." + }, + { + "id": 6072, + "name": "Tegid's soap", + "examine": "A bar of soap taken from Tegid." + }, + { + "id": 6073, + "name": "Prifddinas' history", + "examine": "A book on the history of Prifddinas." + }, + { + "id": 6074, + "name": "Prifddinas' history", + "examine": "Swap this note at any bank for a Prifddinas' history." + }, + { + "id": 6075, + "name": "Eastern discovery", + "examine": "A book on the exploration of the eastern realm." + }, + { + "id": 6076, + "name": "Eastern discovery", + "examine": "Swap this note at any bank for an Eastern discovery." + }, + { + "id": 6077, + "name": "Eastern settlement", + "examine": "A book on the settlement of the eastern realm." + }, + { + "id": 6078, + "name": "Eastern settlement", + "examine": "Swap this note at any bank for an Eastern settlement." + }, + { + "id": 6079, + "name": "The great divide", + "examine": "A book about the great divide." + }, + { + "id": 6080, + "name": "The great divide", + "examine": "Swap this note at any bank for a The great divide." + }, + { + "id": 6081, + "name": "Broken device", + "examine": "A strange broken device of gnomic design." + }, + { + "id": 6082, + "name": "Fixed device", + "examine": "A device for firing dye." + }, + { + "id": 6083, + "name": "Tarnished key", + "examine": "This key has seen a lot of use." + }, + { + "id": 6084, + "name": "Worn key", + "examine": "This key has seen a lot of use." + }, + { + "id": 6085, + "name": "Red dye bellows", + "examine": "A large pair of ogre bellows filled with red dye." + }, + { + "id": 6086, + "name": "Blue dye bellows", + "examine": "A large pair of ogre bellows filled with blue dye." + }, + { + "id": 6087, + "name": "Yellow dye bellows", + "examine": "A large pair of ogre bellows filled with yellow dye." + }, + { + "id": 6088, + "name": "Green dye bellows", + "examine": "A large pair of ogre bellows filled with green dye." + }, + { + "id": 6089, + "name": "Blue toad", + "examine": "A blue dye filled toad." + }, + { + "id": 6090, + "name": "Red toad", + "examine": "A red dye filled toad." + }, + { + "id": 6091, + "name": "Yellow toad", + "examine": "A yellow dye filled toad." + }, + { + "id": 6092, + "name": "Green toad", + "examine": "A green dye filled toad." + }, + { + "id": 6093, + "name": "Rotten apples", + "examine": "A barrel full of rotten apples." + }, + { + "id": 6094, + "name": "Apple barrel", + "examine": "A barrel full of mushed apples." + }, + { + "id": 6095, + "name": "Naphtha apple mix", + "examine": "A barrel full of rotten apples and naphtha." + }, + { + "id": 6096, + "name": "Toxic naphtha", + "examine": "A barrel full of toxic naphtha." + }, + { + "id": 6097, + "name": "Sieve", + "examine": "It's a sieve." + }, + { + "id": 6098, + "name": "Toxic powder", + "examine": "A pile of toxic powder." + }, + { + "id": 6099, + "name": "Teleport crystal (4)", + "examine": "A tiny crystal enchanted to return the user to Lletya." + }, + { + "id": 6100, + "name": "Teleport crystal (3)", + "examine": "A tiny crystal enchanted to return the user to Lletya." + }, + { + "id": 6101, + "name": "Teleport crystal (2)", + "examine": "A tiny crystal enchanted to return the user to Lletya." + }, + { + "id": 6102, + "name": "Teleport crystal (1)", + "examine": "A tiny crystal enchanted to return the user to Lletya." + }, + { + "id": 6103, + "name": "Tiny elf crystal", + "examine": "A tiny Elf crystal, I need to have this re-enchanted." + }, + { + "id": 6104, + "name": "New key", + "examine": "This key is newly cut." + }, + { + "id": 6105, + "name": "Elf", + "examine": "One of the fair elven folk." + }, + { + "id": 6106, + "name": "Ghostly boots", + "examine": "They seem to be not quite of this world..." + }, + { + "id": 6107, + "name": "Ghostly robe", + "examine": "A particularly spooky robe top." + }, + { + "id": 6108, + "name": "Ghostly robe", + "examine": "An unearthly set of robe bottoms." + }, + { + "id": 6109, + "name": "Ghostly hood", + "examine": "A ghostly hood, fit for a ghostly head." + }, + { + "id": 6110, + "name": "Ghostly gloves", + "examine": "They seem to fade in and out of existence..." + }, + { + "id": 6111, + "name": "Ghostly cloak", + "examine": "Made of a strange ghostly material..." + }, + { + "id": 6112, + "name": "Kelda seed", + "examine": "Kelda hop seeds can only be grown underground!" + }, + { + "id": 6113, + "name": "Kelda hops", + "examine": "A handful of Kelda Hops." + }, + null, + null, + null, + null, + { + "id": 6118, + "name": "Kelda stout", + "examine": "A pint of bluish beer." + }, + { + "id": 6119, + "name": "Square stone", + "examine": "There is a strange yellow marking on this stone." + }, + { + "id": 6120, + "name": "Square stone", + "examine": "There is a strange green marking on this stone." + }, + { + "id": 6121, + "name": "Letter", + "examine": "A letter addressed to Elstan of Falador." + }, + { + "id": 6122, + "name": "A chair", + "examine": "For sitting on." + }, + { + "id": 6123, + "name": "Beer glass", + "examine": "For drinking... if it were filled." + }, + { + "id": 6124, + "name": "Coconut milk", + "examine": "Swap this note at any bank for a Coconut milk." + }, + { + "id": 6125, + "name": "Enchanted lyre(2)", + "examine": "This will teleport me to Rellekka when I play it." + }, + { + "id": 6126, + "name": "Enchanted lyre(3)", + "examine": "This will teleport me to Rellekka when I play it." + }, + { + "id": 6127, + "name": "Enchanted lyre(4)", + "examine": "This will teleport me to Rellekka when I play it." + }, + { + "id": 6128, + "name": "Rock-shell helm", + "examine": "Protective headwear made from crabs. Better than that sounds." + }, + { + "id": 6129, + "name": "Rock-shell plate", + "examine": "A sturdy body armour made from rock crab pieces." + }, + { + "id": 6130, + "name": "Rock-shell legs", + "examine": "Some tough leggings made from rock crab parts." + }, + { + "id": 6131, + "name": "Spined helm", + "examine": "A helm fit for any Fremennik ranger." + }, + { + "id": 6132, + "name": "Spined helm", + "examine": "Swap this note at any bank for a Spined helm." + }, + { + "id": 6133, + "name": "Spined body", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain." + }, + { + "id": 6134, + "name": "Spined body", + "examine": "Swap this note at any bank for a Spined body." + }, + { + "id": 6135, + "name": "Spined chaps", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish..." + }, + { + "id": 6136, + "name": "Spined chaps", + "examine": "Swap this note at any bank for a Spined chaps." + }, + { + "id": 6137, + "name": "Skeletal helm", + "examine": "Make your foes cower by wearing a skull as a helmet!" + }, + { + "id": 6138, + "name": "Skeletal helm", + "examine": "Swap this note at any bank for a Skeletal helm." + }, + { + "id": 6139, + "name": "Skeletal top", + "examine": "The bones in this armour seem to vibrate with a magical quality..." + }, + { + "id": 6140, + "name": "Skeletal top", + "examine": "Swap this note at any bank for a Skeletal top." + }, + { + "id": 6141, + "name": "Skeletal bottoms", + "examine": "A superior set of strengthened slacks for any self respecting seer." + }, + { + "id": 6142, + "name": "Skeletal bottoms", + "examine": "Swap this note at any bank for a Skeletal bottoms." + }, + { + "id": 6143, + "name": "Spined boots", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide." + }, + { + "id": 6144, + "name": "Spined boots", + "examine": "Swap this note at any bank for a Spined boots." + }, + { + "id": 6145, + "name": "Rock-shell boots", + "examine": "Some Fremennik boots, made from the shards of a rock crabs' shell." + }, + { + "id": 6146, + "name": "Rock-shell boots", + "examine": "Swap this note at any bank for a Rock-shell boots." + }, + { + "id": 6147, + "name": "Skeletal boots", + "examine": "Some finely crafted Fremennik boots, made from the bones of a wallasalki." + }, + { + "id": 6148, + "name": "Skeletal boots", + "examine": "Swap this note at any bank for a Skeletal boots." + }, + { + "id": 6149, + "name": "Spined gloves", + "examine": "Fremennik gloves stitched together from spined dagannoth hide." + }, + { + "id": 6150, + "name": "Spined gloves", + "examine": "Swap this note at any bank for a Spined gloves." + }, + { + "id": 6151, + "name": "Rock-shell gloves", + "examine": "Fremennik gloves stitched together from rock crab shell shards." + }, + { + "id": 6152, + "name": "Rock-shell gloves", + "examine": "Swap this note at any bank for a Rock-shell gloves." + }, + { + "id": 6153, + "name": "Skeletal gloves", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments." + }, + { + "id": 6154, + "name": "Skeletal gloves", + "examine": "Swap this note at any bank for a Skeletal gloves." + }, + { + "id": 6155, + "name": "Dagannoth hide", + "examine": "A sturdy piece of dagannoth hide." + }, + { + "id": 6156, + "name": "Dagannoth hide", + "examine": "Swap this note at any bank for a Dagannoth hide." + }, + { + "id": 6157, + "name": "Rock-shell chunk", + "examine": "A spherical chunk of rock-shell." + }, + { + "id": 6158, + "name": "Rock-shell chunk", + "examine": "Swap this note at any bank for a Rock-shell chunk." + }, + { + "id": 6159, + "name": "Rock-shell shard", + "examine": "A curved piece of rock-shell." + }, + { + "id": 6160, + "name": "Rock-shell shard", + "examine": "Swap this note at any bank for a Rock-shell shard." + }, + { + "id": 6161, + "name": "Rock-shell splinter", + "examine": "A slim piece of rock-shell." + }, + { + "id": 6162, + "name": "Rock-shell splinter", + "examine": "Swap this note at any bank for a Rock-shell splinter." + }, + { + "id": 6163, + "name": "Skull piece", + "examine": "A fearsome looking skull." + }, + { + "id": 6164, + "name": "Skull piece", + "examine": "Swap this note at any bank for a Skull piece." + }, + { + "id": 6165, + "name": "Ribcage piece", + "examine": "A slightly damaged ribcage." + }, + { + "id": 6166, + "name": "Ribcage piece", + "examine": "Swap this note at any bank for a Ribcage piece." + }, + { + "id": 6167, + "name": "Fibula piece", + "examine": "An interesting looking bone shard." + }, + { + "id": 6168, + "name": "Fibula piece", + "examine": "Swap this note at any bank for a Fibula piece." + }, + { + "id": 6169, + "name": "Circular hide", + "examine": "A toughened chunk of dagannoth hide." + }, + { + "id": 6170, + "name": "Circular hide", + "examine": "Swap this note at any bank for a Circular hide." + }, + { + "id": 6171, + "name": "Flattened hide", + "examine": "A tattered chunk of dagannoth hide." + }, + { + "id": 6172, + "name": "Flattened hide", + "examine": "Swap this note at any bank for a Flattened hide." + }, + { + "id": 6173, + "name": "Stretched hide", + "examine": "A weathered chunk of dagannoth hide." + }, + { + "id": 6174, + "name": "Stretched hide", + "examine": "Swap this note at any bank for a Stretched hide." + }, + { + "id": 6175, + "name": "Rock-shell helm", + "examine": "Swap this note at any bank for a Rock-shell helm." + }, + { + "id": 6176, + "name": "Rock-shell plate", + "examine": "Swap this note at any bank for a Rock-shell plate." + }, + { + "id": 6177, + "name": "Rock-shell legs", + "examine": "Swap this note at any bank for a Rock-shell legs." + }, + { + "id": 6178, + "name": "Raw pheasant", + "examine": "I need to cook this first." + }, + { + "id": 6179, + "name": "Raw pheasant", + "examine": "I need to cook this first." + }, + { + "id": 6180, + "name": "Lederhosen top", + "examine": "A leather strapped top." + }, + { + "id": 6181, + "name": "Lederhosen shorts", + "examine": "Brown leather shorts with bright white socks?" + }, + { + "id": 6182, + "name": "Lederhosen hat", + "examine": "A hat with a goat's hair attached." + }, + { + "id": 6183, + "name": "Frog token", + "examine": "I can use this at the Varrock clothes shop." + }, + { + "id": 6184, + "name": "Prince tunic", + "examine": "Very posh!" + }, + { + "id": 6185, + "name": "Prince leggings", + "examine": "Very posh!" + }, + { + "id": 6186, + "name": "Princess blouse", + "examine": "Very posh!" + }, + { + "id": 6187, + "name": "Princess skirt", + "examine": "Very posh!" + }, + { + "id": 6188, + "name": "Frog mask", + "examine": "Now that's just silly." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 6199, + "name": "Mystery box", + "examine": "Oooh, I wonder what could be inside?" + }, + { + "id": 6200, + "name": "Raw fishlike thing", + "examine": "A raw... fish? Is this a fish??" + }, + { + "id": 6201, + "name": "Fishmonger", + "examine": "The portable version." + }, + { + "id": 6202, + "name": "Fishlike thing", + "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting." + }, + { + "id": 6203, + "name": "Sine wave", + "examine": "Goes up and down, up and down. Like a rabbit." + }, + { + "id": 6204, + "name": "Raw fishlike thing", + "examine": "A raw... fish? Is this a fish??" + }, + { + "id": 6205, + "name": "9mm revolver", + "examine": "Kills people." + }, + { + "id": 6206, + "name": "Fishlike thing", + "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting." + }, + { + "id": 6207, + "name": "Mobile phone", + "examine": "Talk to da brick, cos da head's got no brain." + }, + { + "id": 6208, + "name": "Man speak amulet", + "examine": "It's an amulet of Man speak. It makes vague grunting noises." + }, + { + "id": 6209, + "name": "Small fishing net", + "examine": "Useful for catching small fish." + }, + { + "id": 6210, + "name": "Sphinx baby", + "examine": "Not to be patronised!" + }, + { + "id": 6211, + "name": "Teak pyre logs", + "examine": "Teak logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 6212, + "name": "Teak pyre logs", + "examine": "Swap this note at any bank for a Teak pyre logs." + }, + { + "id": 6213, + "name": "Mahogany pyre log", + "examine": "Mahogany logs prepared with sacred oil for a funeral pyre." + }, + { + "id": 6214, + "name": "Mahogany pyre log", + "examine": "Swap this note at any bank for a Mahogany pyre log." + }, + { + "id": 6215, + "name": "Broodoo shield (10)", + "examine": "A scary broodoo shield." + }, + { + "id": 6216, + "name": "Broodoo shield (10)", + "examine": "Swap this note at any bank for a Broodoo shield (10)." + }, + { + "id": 6217, + "name": "Broodoo shield (9)", + "examine": "A scary broodoo shield." + }, + { + "id": 6218, + "name": "Broodoo shield (9)", + "examine": "Swap this note at any bank for a Broodoo shield (9)." + }, + { + "id": 6219, + "name": "Broodoo shield (8)", + "examine": "A scary broodoo shield." + }, + { + "id": 6220, + "name": "Broodoo shield (8)", + "examine": "Swap this note at any bank for a Broodoo shield (8)." + }, + { + "id": 6221, + "name": "Broodoo shield (7)", + "examine": "A scary broodoo shield." + }, + { + "id": 6222, + "name": "Broodoo shield (7)", + "examine": "Swap this note at any bank for a Broodoo shield (7)." + }, + { + "id": 6223, + "name": "Broodoo shield (6)", + "examine": "A scary broodoo shield." + }, + { + "id": 6224, + "name": "Broodoo shield (6)", + "examine": "Swap this note at any bank for a Broodoo shield (6)." + }, + { + "id": 6225, + "name": "Broodoo shield (5)", + "examine": "A scary broodoo shield." + }, + { + "id": 6226, + "name": "Broodoo shield (5)", + "examine": "Swap this note at any bank for a Broodoo shield (5)." + }, + { + "id": 6227, + "name": "Broodoo shield (4)", + "examine": "A scary broodoo shield." + }, + { + "id": 6228, + "name": "Broodoo shield (4)", + "examine": "Swap this note at any bank for a Broodoo shield (4)." + }, + { + "id": 6229, + "name": "Broodoo shield (3)", + "examine": "A scary broodoo shield." + }, + { + "id": 6230, + "name": "Broodoo shield (3)", + "examine": "Swap this note at any bank for a Broodoo shield (3)." + }, + { + "id": 6231, + "name": "Broodoo shield (2)", + "examine": "A scary broodoo shield." + }, + { + "id": 6232, + "name": "Broodoo shield (2)", + "examine": "Swap this note at any bank for a Broodoo shield (2)." + }, + { + "id": 6233, + "name": "Broodoo shield (1)", + "examine": "A scary broodoo shield." + }, + { + "id": 6234, + "name": "Broodoo shield (1)", + "examine": "Swap this note at any bank for a Broodoo shield (1)." + }, + { + "id": 6235, + "name": "Broodoo shield", + "examine": "A scary broodoo shield." + }, + { + "id": 6236, + "name": "Broodoo shield", + "examine": "Swap this note at any bank for a Broodoo shield." + }, + { + "id": 6237, + "name": "Broodoo shield (10)", + "examine": "A scary broodoo shield." + }, + { + "id": 6238, + "name": "Broodoo shield (10)", + "examine": "Swap this note at any bank for a Broodoo shield (10)." + }, + { + "id": 6239, + "name": "Broodoo shield (9)", + "examine": "A scary broodoo shield." + }, + { + "id": 6240, + "name": "Broodoo shield (9)", + "examine": "Swap this note at any bank for a Broodoo shield (9)." + }, + { + "id": 6241, + "name": "Broodoo shield (8)", + "examine": "A scary broodoo shield." + }, + { + "id": 6242, + "name": "Broodoo shield (8)", + "examine": "Swap this note at any bank for a Broodoo shield (8)." + }, + { + "id": 6243, + "name": "Broodoo shield (7)", + "examine": "A scary broodoo shield." + }, + { + "id": 6244, + "name": "Broodoo shield (7)", + "examine": "Swap this note at any bank for a Broodoo shield (7)." + }, + { + "id": 6245, + "name": "Broodoo shield (6)", + "examine": "A scary broodoo shield." + }, + { + "id": 6246, + "name": "Broodoo shield (6)", + "examine": "Swap this note at any bank for a Broodoo shield (6)." + }, + { + "id": 6247, + "name": "Broodoo shield (5)", + "examine": "A scary broodoo shield." + }, + { + "id": 6248, + "name": "Broodoo shield (5)", + "examine": "Swap this note at any bank for a Broodoo shield (5)." + }, + { + "id": 6249, + "name": "Broodoo shield (4)", + "examine": "A scary broodoo shield." + }, + { + "id": 6250, + "name": "Broodoo shield (4)", + "examine": "Swap this note at any bank for a Broodoo shield (4)." + }, + { + "id": 6251, + "name": "Broodoo shield (3)", + "examine": "A scary broodoo shield." + }, + { + "id": 6252, + "name": "Broodoo shield (3)", + "examine": "Swap this note at any bank for a Broodoo shield (3)." + }, + { + "id": 6253, + "name": "Broodoo shield (2)", + "examine": "A scary broodoo shield." + }, + { + "id": 6254, + "name": "Broodoo shield (2)", + "examine": "Swap this note at any bank for a Broodoo shield (2)." + }, + { + "id": 6255, + "name": "Broodoo shield (1)", + "examine": "A scary broodoo shield." + }, + { + "id": 6256, + "name": "Broodoo shield (1)", + "examine": "Swap this note at any bank for a Broodoo shield (1)." + }, + { + "id": 6257, + "name": "Broodoo shield", + "examine": "A scary broodoo shield." + }, + { + "id": 6258, + "name": "Broodoo shield", + "examine": "Swap this note at any bank for a Broodoo shield." + }, + { + "id": 6259, + "name": "Broodoo shield (10)", + "examine": "A scary broodoo shield." + }, + { + "id": 6260, + "name": "Broodoo shield (10)", + "examine": "Swap this note at any bank for a Broodoo shield (10)." + }, + { + "id": 6261, + "name": "Broodoo shield (9)", + "examine": "A scary broodoo shield." + }, + { + "id": 6262, + "name": "Broodoo shield (9)", + "examine": "Swap this note at any bank for a Broodoo shield (9)." + }, + { + "id": 6263, + "name": "Broodoo shield (8)", + "examine": "A scary broodoo shield." + }, + { + "id": 6264, + "name": "Broodoo shield (8)", + "examine": "Swap this note at any bank for a Broodoo shield (8)." + }, + { + "id": 6265, + "name": "Broodoo shield (7)", + "examine": "A scary broodoo shield." + }, + { + "id": 6266, + "name": "Broodoo shield (7)", + "examine": "Swap this note at any bank for a Broodoo shield (7)." + }, + { + "id": 6267, + "name": "Broodoo shield (6)", + "examine": "A scary broodoo shield." + }, + { + "id": 6268, + "name": "Broodoo shield (6)", + "examine": "Swap this note at any bank for a Broodoo shield (6)." + }, + { + "id": 6269, + "name": "Broodoo shield (5)", + "examine": "A scary broodoo shield." + }, + { + "id": 6270, + "name": "Broodoo shield (5)", + "examine": "Swap this note at any bank for a Broodoo shield (5)." + }, + { + "id": 6271, + "name": "Broodoo shield (4)", + "examine": "A scary broodoo shield." + }, + { + "id": 6272, + "name": "Broodoo shield (4)", + "examine": "Swap this note at any bank for a Broodoo shield (4)." + }, + { + "id": 6273, + "name": "Broodoo shield (3)", + "examine": "A scary broodoo shield." + }, + { + "id": 6274, + "name": "Broodoo shield (3)", + "examine": "Swap this note at any bank for a Broodoo shield (3)." + }, + { + "id": 6275, + "name": "Broodoo shield (2)", + "examine": "A scary broodoo shield." + }, + { + "id": 6276, + "name": "Broodoo shield (2)", + "examine": "Swap this note at any bank for a Broodoo shield (2)." + }, + { + "id": 6277, + "name": "Broodoo shield (1)", + "examine": "A scary broodoo shield." + }, + { + "id": 6278, + "name": "Broodoo shield (1)", + "examine": "Swap this note at any bank for a Broodoo shield (1)." + }, + { + "id": 6279, + "name": "Broodoo shield", + "examine": "A scary broodoo shield." + }, + { + "id": 6280, + "name": "Broodoo shield", + "examine": "Swap this note at any bank for a Broodoo shield." + }, + { + "id": 6281, + "name": "Thatch spar light", + "examine": "A wooden pole for use in primitive construction." + }, + { + "id": 6282, + "name": "Thatch spar light", + "examine": "Swap this note at any bank for a Thatch spar light." + }, + { + "id": 6283, + "name": "Thatch spar med", + "examine": "A wooden pole for use in primitive construction." + }, + { + "id": 6284, + "name": "Thatch spar med", + "examine": "Swap this note at any bank for a Thatch spar med." + }, + { + "id": 6285, + "name": "Thatch spar dense", + "examine": "A wooden pole for use in primitive construction." + }, + { + "id": 6286, + "name": "Thatch spar dense", + "examine": "Swap this note at any bank for a Thatch spar dense." + }, + { + "id": 6287, + "name": "Snake hide", + "examine": "Scaly but not slimy!" + }, + { + "id": 6288, + "name": "Snake hide", + "examine": "Swap this note at any bank for a Snake hide." + }, + { + "id": 6289, + "name": "Snakeskin", + "examine": "Scaly but not slimy!" + }, + { + "id": 6290, + "name": "Snakeskin", + "examine": "Swap this note at any bank for a Snakeskin." + }, + { + "id": 6291, + "name": "Spider carcass", + "examine": "Its creeping days are over!" + }, + { + "id": 6292, + "name": "Spider carcass", + "examine": "Swap this note at any bank for a Spider carcass." + }, + { + "id": 6293, + "name": "Spider on stick", + "examine": "A raw spider threaded onto a skewer stick." + }, + { + "id": 6294, + "name": "Spider on stick", + "examine": "Swap this note at any bank for a Spider on stick." + }, + { + "id": 6295, + "name": "Spider on shaft", + "examine": "A raw spider threaded onto an arrow shaft." + }, + { + "id": 6296, + "name": "Spider on shaft", + "examine": "Swap this note at any bank for a Spider on shaft." + }, + { + "id": 6297, + "name": "Spider on stick", + "examine": "A nicely roasted spider threaded onto a skewer stick." + }, + { + "id": 6298, + "name": "Spider on stick", + "examine": "Swap this note at any bank for a Spider on stick." + }, + { + "id": 6299, + "name": "Spider on shaft", + "examine": "A nicely roasted spider threaded onto an arrow shaft." + }, + { + "id": 6300, + "name": "Spider on shaft", + "examine": "Swap this note at any bank for a Spider on shaft." + }, + { + "id": 6301, + "name": "Burnt spider", + "examine": "A badly burnt spider threaded onto a charred skewer stick." + }, + { + "id": 6302, + "name": "Burnt spider", + "examine": "Swap this note at any bank for a Burnt spider." + }, + { + "id": 6303, + "name": "Spider on shaft", + "examine": "A badly burnt spider threaded onto a charred arrow shaft." + }, + { + "id": 6304, + "name": "Spider on shaft", + "examine": "Swap this note at any bank for a Spider on shaft." + }, + { + "id": 6305, + "name": "Skewer stick", + "examine": "A sharp pointed stick, quite resistant to fire." + }, + { + "id": 6306, + "name": "Trading sticks", + "examine": "Karamja currency." + }, + null, + null, + null, + null, + { + "id": 6311, + "name": "Gout tuber", + "examine": "Plant this in a herb patch to grow Goutweed." + }, + { + "id": 6312, + "name": "Gout tuber", + "examine": "Swap this note at any bank for a Gout tuber." + }, + { + "id": 6313, + "name": "Opal machete", + "examine": "A jungle specific slashing device." + }, + { + "id": 6314, + "name": "Opal machete", + "examine": "Swap this note at any bank for an Opal machete." + }, + { + "id": 6315, + "name": "Jade machete", + "examine": "A jungle specific slashing device." + }, + { + "id": 6316, + "name": "Jade machete", + "examine": "Swap this note at any bank for a Jade machete." + }, + { + "id": 6317, + "name": "Red topaz machete", + "examine": "A jungle specific slashing device." + }, + { + "id": 6318, + "name": "Red topaz machete", + "examine": "Swap this note at any bank for a Red topaz machete." + }, + { + "id": 6319, + "name": "Proboscis", + "examine": "A giant mosquito's proboscis, aerodynamic and sharp!" + }, + { + "id": 6320, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6321, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6322, + "name": "Snakeskin body", + "examine": "Made from 100% real snakeskin." + }, + { + "id": 6323, + "name": "Snakeskin body", + "examine": "Swap this note at any bank for a Snakeskin body." + }, + { + "id": 6324, + "name": "Snakeskin chaps", + "examine": "Made from 100% real snake." + }, + { + "id": 6325, + "name": "Snakeskin chaps", + "examine": "Swap this note at any bank for a Snakeskin chaps." + }, + { + "id": 6326, + "name": "Snakeskin bandana", + "examine": "Lightweight head protection." + }, + { + "id": 6327, + "name": "Snakeskin bandana", + "examine": "Swap this note at any bank for a Snakeskin bandana." + }, + { + "id": 6328, + "name": "Snakeskin boots", + "examine": "Made from snakes." + }, + { + "id": 6329, + "name": "Snakeskin boots", + "examine": "Swap this note at any bank for a Snakeskin boots." + }, + { + "id": 6330, + "name": "Snakeskin v'brace", + "examine": "Made from 100% real snake." + }, + { + "id": 6331, + "name": "Snakeskin v'brace", + "examine": "Swap this note at any bank for a Snakeskin v'brace." + }, + { + "id": 6332, + "name": "Mahogany logs", + "examine": "Some rare mahogany logs." + }, + { + "id": 6333, + "name": "Teak logs", + "examine": "Some rare teak logs." + }, + { + "id": 6334, + "name": "Teak logs", + "examine": "Swap this note at any bank for a Teak logs." + }, + { + "id": 6335, + "name": "Tribal mask", + "examine": "A ceremonial wooden mask." + }, + { + "id": 6336, + "name": "Tribal mask", + "examine": "Swap this note at any bank for a Tribal mask." + }, + { + "id": 6337, + "name": "Tribal mask", + "examine": "A ceremonial wooden mask." + }, + { + "id": 6338, + "name": "Tribal mask", + "examine": "Swap this note at any bank for a Tribal mask." + }, + { + "id": 6339, + "name": "Tribal mask", + "examine": "A ceremonial wooden mask." + }, + { + "id": 6340, + "name": "Tribal mask", + "examine": "Swap this note at any bank for a Tribal mask." + }, + { + "id": 6341, + "name": "Tribal top", + "examine": "Local dress." + }, + { + "id": 6342, + "name": "Tribal top", + "examine": "Swap this note at any bank for a Tribal top." + }, + { + "id": 6343, + "name": "Villager robe", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6344, + "name": "Villager robe", + "examine": "Swap this note at any bank for a Villager robe." + }, + { + "id": 6345, + "name": "Villager hat", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6346, + "name": "Villager hat", + "examine": "Swap this note at any bank for a Villager hat." + }, + { + "id": 6347, + "name": "Villager armband", + "examine": "A brown armband, as worn by the Tai Bwo Wannai locals." + }, + { + "id": 6348, + "name": "Villager armband", + "examine": "Swap this note at any bank for a Villager armband." + }, + { + "id": 6349, + "name": "Villager sandals", + "examine": "A brightly coloured pair of local sandals." + }, + { + "id": 6350, + "name": "Villager sandals", + "examine": "Swap this note at any bank for a Villager sandals." + }, + { + "id": 6351, + "name": "Tribal top", + "examine": "Local dress." + }, + { + "id": 6352, + "name": "Tribal top", + "examine": "Swap this note at any bank for a Tribal top." + }, + { + "id": 6353, + "name": "Villager robe", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6354, + "name": "Villager robe", + "examine": "Swap this note at any bank for a Villager robe." + }, + { + "id": 6355, + "name": "Villager hat", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6356, + "name": "Villager hat", + "examine": "Swap this note at any bank for a Villager hat." + }, + { + "id": 6357, + "name": "Villager sandals", + "examine": "A brightly coloured pair of local sandals." + }, + { + "id": 6358, + "name": "Villager sandals", + "examine": "Swap this note at any bank for a Villager sandals." + }, + { + "id": 6359, + "name": "Villager armband", + "examine": "A light blue armband, as worn by the Tai Bwo Wannai locals." + }, + { + "id": 6360, + "name": "Villager armband", + "examine": "Swap this note at any bank for a Villager armband." + }, + { + "id": 6361, + "name": "Tribal top", + "examine": "Local dress." + }, + { + "id": 6362, + "name": "Tribal top", + "examine": "Swap this note at any bank for a Tribal top." + }, + { + "id": 6363, + "name": "Villager robe", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6364, + "name": "Villager robe", + "examine": "Swap this note at any bank for a Villager robe." + }, + { + "id": 6365, + "name": "Villager hat", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6366, + "name": "Villager hat", + "examine": "Swap this note at any bank for a Villager hat." + }, + { + "id": 6367, + "name": "Villager sandals", + "examine": "A brightly coloured pair of local sandals." + }, + { + "id": 6368, + "name": "Villager sandals", + "examine": "Swap this note at any bank for a Villager sandals." + }, + { + "id": 6369, + "name": "Villager armband", + "examine": "A dark blue armband, as worn by the Tai Bwo Wannai locals." + }, + { + "id": 6370, + "name": "Villager armband", + "examine": "Swap this note at any bank for a Villager armband." + }, + { + "id": 6371, + "name": "Tribal top", + "examine": "Local dress." + }, + { + "id": 6372, + "name": "Tribal top", + "examine": "Swap this note at any bank for a Tribal top." + }, + { + "id": 6373, + "name": "Villager robe", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6374, + "name": "Villager robe", + "examine": "Swap this note at any bank for a Villager robe." + }, + { + "id": 6375, + "name": "Villager hat", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + }, + { + "id": 6376, + "name": "Villager hat", + "examine": "Swap this note at any bank for a Villager hat." + }, + { + "id": 6377, + "name": "Villager sandals", + "examine": "A brightly coloured pair of local sandals." + }, + { + "id": 6378, + "name": "Villager sandals", + "examine": "Swap this note at any bank for a Villager sandals." + }, + { + "id": 6379, + "name": "Villager armband", + "examine": "A white armband, as worn by the Tai Bwo Wannai locals." + }, + { + "id": 6380, + "name": "Villager armband", + "examine": "Swap this note at any bank for a Villager armband." + }, + { + "id": 6381, + "name": "Tax relief", + "examine": "Suitable for children." + }, + { + "id": 6382, + "name": "Fez", + "examine": "A Fez hat. Juss like that." + }, + { + "id": 6383, + "name": "Fez", + "examine": "Swap this note at any bank for a Fez." + }, + { + "id": 6384, + "name": "Desert top", + "examine": "A bit itchy." + }, + { + "id": 6385, + "name": "Desert top", + "examine": "Swap this note at any bank for a Desert top." + }, + { + "id": 6386, + "name": "Desert robes", + "examine": "Has a coarse hard wearing texture." + }, + { + "id": 6387, + "name": "Desert robes", + "examine": "Swap this note at any bank for a Desert robes." + }, + { + "id": 6388, + "name": "Desert top", + "examine": "Good for those cold desert nights." + }, + { + "id": 6389, + "name": "Desert top", + "examine": "Swap this note at any bank for a Desert top." + }, + { + "id": 6390, + "name": "Desert legs", + "examine": "Better than factor 50 sun cream." + }, + { + "id": 6391, + "name": "Desert legs", + "examine": "Swap this note at any bank for a Desert legs." + }, + { + "id": 6392, + "name": "Menap headgear", + "examine": "Good for keeping the sun off my neck." + }, + { + "id": 6393, + "name": "Menap headgear", + "examine": "Swap this note at any bank for a Menap headgear." + }, + { + "id": 6394, + "name": "Menaphite top", + "examine": "Colourful." + }, + { + "id": 6395, + "name": "Menaphite top", + "examine": "Swap this note at any bank for a Menaphite top." + }, + { + "id": 6396, + "name": "Menaphite robe", + "examine": "A cool light Menaphite robe." + }, + { + "id": 6397, + "name": "Menaphite robe", + "examine": "Swap this note at any bank for a Menaphite robe." + }, + { + "id": 6398, + "name": "Menap action kilt", + "examine": "Look at those nobbily knees." + }, + { + "id": 6399, + "name": "Menap action kilt", + "examine": "Swap this note at any bank for a Menap action kilt." + }, + { + "id": 6400, + "name": "Menap headgear", + "examine": "Good for keeping the sun off my neck." + }, + { + "id": 6401, + "name": "Menap headgear", + "examine": "Swap this note at any bank for a Menap headgear." + }, + { + "id": 6402, + "name": "Menaphite top", + "examine": "Colourful." + }, + { + "id": 6403, + "name": "Menaphite top", + "examine": "Swap this note at any bank for a Menaphite top." + }, + { + "id": 6404, + "name": "Menaphite robe", + "examine": "A cool light Menaphite robe." + }, + { + "id": 6405, + "name": "Menaphite robe", + "examine": "Swap this note at any bank for a Menaphite robe." + }, + { + "id": 6406, + "name": "Menap action kilt", + "examine": "Look at those nobbily knees." + }, + { + "id": 6407, + "name": "Menap action kilt", + "examine": "Swap this note at any bank for a Menap action kilt." + }, + { + "id": 6408, + "name": "Oak blackjack(a)", + "examine": "An assault blackjack." + }, + { + "id": 6409, + "name": "Oak blackjack(a)", + "examine": "Swap this note at any bank for an Oak blackjack(a)." + }, + { + "id": 6410, + "name": "Oak blackjack(d)", + "examine": "A defensive blackjack." + }, + { + "id": 6411, + "name": "Oak blackjack(d)", + "examine": "Swap this note at any bank for an Oak blackjack(d)." + }, + { + "id": 6412, + "name": "Willow blackjack(a)", + "examine": "An assault blackjack." + }, + { + "id": 6413, + "name": "Willow blackjack(a)", + "examine": "Swap this note at any bank for a Willow blackjack(a)." + }, + { + "id": 6414, + "name": "Willow blackjack(d)", + "examine": "A defensive blackjack." + }, + { + "id": 6415, + "name": "Willow blackjack(d)", + "examine": "Swap this note at any bank for a Willow blackjack(d)." + }, + { + "id": 6416, + "name": "Maple blackjack", + "examine": "A solid bit of maple." + }, + { + "id": 6417, + "name": "Maple blackjack", + "examine": "Swap this note at any bank for a Maple blackjack." + }, + { + "id": 6418, + "name": "Maple blackjack(a)", + "examine": "An assault blackjack." + }, + { + "id": 6419, + "name": "Maple blackjack(a)", + "examine": "Swap this note at any bank for a Maple blackjack(a)." + }, + { + "id": 6420, + "name": "Maple blackjack(d)", + "examine": "A defensive blackjack." + }, + { + "id": 6421, + "name": "Maple blackjack(d)", + "examine": "Swap this note at any bank for a Maple blackjack(d)." + }, + { + "id": 6422, + "name": "Air rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 6423, + "name": "Air rune", + "examine": "Swap this note at any bank for an Air rune." + }, + { + "id": 6424, + "name": "Water rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 6425, + "name": "Water rune", + "examine": "Swap this note at any bank for a Water rune." + }, + { + "id": 6426, + "name": "Earth rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 6427, + "name": "Earth rune", + "examine": "Swap this note at any bank for an Earth rune." + }, + { + "id": 6428, + "name": "Fire rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 6429, + "name": "Fire rune", + "examine": "Swap this note at any bank for a Fire rune." + }, + { + "id": 6430, + "name": "Chaos rune", + "examine": "Used for low level missile spells." + }, + { + "id": 6431, + "name": "Chaos rune", + "examine": "Swap this note at any bank for a Chaos rune." + }, + { + "id": 6432, + "name": "Death rune", + "examine": "Used for medium level missile spells." + }, + { + "id": 6433, + "name": "Death rune", + "examine": "Swap this note at any bank for a Death rune." + }, + { + "id": 6434, + "name": "Law rune", + "examine": "Used for teleport spells." + }, + { + "id": 6435, + "name": "Law rune", + "examine": "Swap this note at any bank for a Law rune." + }, + { + "id": 6436, + "name": "Mind rune", + "examine": "Used for basic level missile spells." + }, + { + "id": 6437, + "name": "Mind rune", + "examine": "Swap this note at any bank for a Mind rune." + }, + { + "id": 6438, + "name": "Body rune", + "examine": "Used for curse spells." + }, + { + "id": 6439, + "name": "Body rune", + "examine": "Swap this note at any bank for a Body rune." + }, + { + "id": 6440, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6441, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6442, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6443, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6444, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6445, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6446, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6447, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6448, + "name": "Spadeful of coke", + "examine": "A spadeful of refined coal." + }, + { + "id": 6449, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6450, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 6451, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6452, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 6453, + "name": "White rose seed", + "examine": "A white rosebush seed." + }, + { + "id": 6454, + "name": "Red rose seed", + "examine": "A red rosebush seed." + }, + { + "id": 6455, + "name": "Pink rose seed", + "examine": "A pink rosebush seed." + }, + { + "id": 6456, + "name": "Vine seed", + "examine": "A grapevine seed." + }, + { + "id": 6457, + "name": "Delphinium seed", + "examine": "A delphinium seed." + }, + { + "id": 6458, + "name": "Orchid seed", + "examine": "A pink orchid seed." + }, + { + "id": 6459, + "name": "Orchid seed", + "examine": "A yellow orchid seed." + }, + { + "id": 6460, + "name": "Snowdrop seed", + "examine": "A snowdrop seed." + }, + { + "id": 6461, + "name": "White tree shoot", + "examine": "A shoot that has been cut from a dying White Tree." + }, + { + "id": 6462, + "name": "White tree shoot", + "examine": "A shoot that has been cut from a dying White Tree." + }, + { + "id": 6463, + "name": "White tree shoot", + "examine": "This shoot from a White Tree has been watered and will soon grow." + }, + { + "id": 6464, + "name": "White tree sapling", + "examine": "A young White Tree sapling." + }, + { + "id": 6465, + "name": "Ring of charos(u)", + "examine": "The power within this ring has been unlocked." + }, + { + "id": 6466, + "name": "Rune shards", + "examine": "A rune essence chip that has been broken into shards." + }, + { + "id": 6467, + "name": "Rune dust", + "examine": "Crushed rune essence." + }, + { + "id": 6468, + "name": "Plant cure", + "examine": "This plant cure emits potency." + }, + { + "id": 6469, + "name": "White tree fruit", + "examine": "Looks delicious." + }, + { + "id": 6470, + "name": "Compost potion(4)", + "examine": "Pour this on compost to turn it into super-compost." + }, + { + "id": 6471, + "name": "Compost potion(4)", + "examine": "Swap this note at any bank for a Compost potion(4)." + }, + { + "id": 6472, + "name": "Compost potion(3)", + "examine": "Pour this on compost to turn it into super-compost." + }, + { + "id": 6473, + "name": "Compost potion(3)", + "examine": "Swap this note at any bank for a Compost potion(3)." + }, + { + "id": 6474, + "name": "Compost potion(2)", + "examine": "Pour this on compost to turn it into super-compost." + }, + { + "id": 6475, + "name": "Compost potion(2)", + "examine": "Swap this note at any bank for a Compost potion(2)." + }, + { + "id": 6476, + "name": "Compost potion(1)", + "examine": "Pour this on compost to turn it into super-compost." + }, + { + "id": 6477, + "name": "Compost potion(1)", + "examine": "Swap this note at any bank for a Compost potion(1)." + }, + { + "id": 6478, + "name": "Trolley", + "examine": "I can use this to move heavy objects." + }, + { + "id": 6479, + "name": "List", + "examine": "A list of things that I must collect for Queen Ellamaria." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 6514, + "name": "Agility jump", + "examine": "Ability to jump, swing or use monkey bars." + }, + { + "id": 6515, + "name": "Agility balance", + "examine": "Ability to balance using the agility skill." + }, + { + "id": 6516, + "name": "Agility contortion", + "examine": "Ability to squeeze your body through small areas." + }, + { + "id": 6517, + "name": "Agility climb", + "examine": "Ability to climb surfaces." + }, + { + "id": 6518, + "name": "Agility jump", + "examine": "Ability to jump, swing or use monkey bars." + }, + { + "id": 6519, + "name": "Agility balance", + "examine": "Ability to balance using the agility skill." + }, + { + "id": 6520, + "name": "Agility contortion", + "examine": "Ability to squeeze your body through small areas." + }, + { + "id": 6521, + "name": "Agility climb", + "examine": "Ability to climb surfaces." + }, + { + "id": 6522, + "name": "Toktz-xil-ul", + "examine": "A razor sharp ring of obsidian." + }, + { + "id": 6523, + "name": "Toktz-xil-ak", + "examine": "A razor sharp sword of obsidian." + }, + { + "id": 6524, + "name": "Toktz-ket-xil", + "examine": "A spiked shield of obsidian." + }, + { + "id": 6525, + "name": "Toktz-xil-ek", + "examine": "A large knife of obsidian." + }, + { + "id": 6526, + "name": "Toktz-mej-tal", + "examine": "A staff of obsidian." + }, + { + "id": 6527, + "name": "Tzhaar-ket-em", + "examine": "A mace of obsidian." + }, + { + "id": 6528, + "name": "Tzhaar-ket-om", + "examine": "A maul of obsidian." + }, + { + "id": 6529, + "name": "Tokkul", + "examine": "It's a token of some kind made from obsidian." + }, + null, + null, + null, + null, + null, + { + "id": 6535, + "name": "Toktz-xil-ak", + "examine": "Swap this note at any bank for a Toktz-xil-ak." + }, + { + "id": 6536, + "name": "Toktz-ket-xil", + "examine": "Swap this note at any bank for a Toktz-ket-xil." + }, + { + "id": 6537, + "name": "Toktz-xil-ek", + "examine": "Swap this note at any bank for a Toktz-xil-ek." + }, + { + "id": 6538, + "name": "Toktz-mej-tal", + "examine": "Swap this note at any bank for a Toktz-mej-tal." + }, + { + "id": 6539, + "name": "Tzhaar-ket-em", + "examine": "Swap this note at any bank for a Tzhaar-ket-em." + }, + { + "id": 6540, + "name": "Tzhaar-ket-om", + "examine": "Swap this note at any bank for a Tzhaar-ket-om." + }, + { + "id": 6541, + "name": "Mouse toy", + "examine": "An Advanced Combat Training Device." + }, + { + "id": 6542, + "name": "Present", + "examine": "Thanks for all your help! Love, Bob & Neite." + }, + { + "id": 6543, + "name": "Antique lamp", + "examine": "I wonder what happens if I rub it..." + }, + { + "id": 6544, + "name": "Catspeak amulet(e)", + "examine": "It's an amulet of cat speak. It makes vague purring noises." + }, + { + "id": 6545, + "name": "Chores", + "examine": "A list of chores that Bob gave you to do." + }, + { + "id": 6546, + "name": "Recipe", + "examine": "It says on the back 'My favourite recipe.'" + }, + { + "id": 6547, + "name": "Doctors hat", + "examine": "A mirror helps reflect light on the subject." + }, + { + "id": 6548, + "name": "Nurse hat", + "examine": "A nurses hat, but does it have healing powers?" + }, + { + "id": 6549, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6550, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6551, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6552, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6553, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6554, + "name": "Lazy cat", + "examine": "Lethargic." + }, + { + "id": 6555, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6556, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6557, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6558, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6559, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6560, + "name": "Wily cat", + "examine": "Wild." + }, + { + "id": 6561, + "name": "Ahab's beer", + "examine": "Looks nice." + }, + { + "id": 6562, + "name": "Mud battlestaff", + "examine": "It's a slightly magical stick." + }, + { + "id": 6563, + "name": "Mystic mud staff", + "examine": "It's a slightly magical stick." + }, + { + "id": 6564, + "name": "Onyx ring", + "examine": "A valuable ring." + }, + { + "id": 6565, + "name": "Onyx necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 6566, + "name": "Onyx amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 6567, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6568, + "name": "Obsidian cape", + "examine": "A cape of woven obsidian plates." + }, + { + "id": 6569, + "name": "Obsidian cape", + "examine": "Swap this note at any bank for an Obsidian cape." + }, + { + "id": 6570, + "name": "Fire cape", + "examine": "A cape of fire." + }, + { + "id": 6571, + "name": "Uncut onyx", + "examine": "This would be worth more cut." + }, + { + "id": 6572, + "name": "Uncut onyx", + "examine": "Swap this note at any bank for an Uncut onyx." + }, + { + "id": 6573, + "name": "Onyx", + "examine": "This looks valuable." + }, + { + "id": 6574, + "name": "Onyx", + "examine": "Swap this note at any bank for an Onyx." + }, + { + "id": 6575, + "name": "Onyx ring", + "examine": "A valuable ring." + }, + { + "id": 6576, + "name": "Onyx ring", + "examine": "Swap this note at any bank for an Onyx ring." + }, + { + "id": 6577, + "name": "Onyx necklace", + "examine": "I wonder if this is valuable." + }, + { + "id": 6578, + "name": "Onyx necklace", + "examine": "Swap this note at any bank for an Onyx necklace." + }, + { + "id": 6579, + "name": "Onyx amulet", + "examine": "It needs a string so I can wear it." + }, + { + "id": 6580, + "name": "Onyx amulet", + "examine": "Swap this note at any bank for an Onyx amulet." + }, + { + "id": 6581, + "name": "Onyx amulet", + "examine": "I wonder if I can get this enchanted." + }, + { + "id": 6582, + "name": "Onyx amulet", + "examine": "Swap this note at any bank for an Onyx amulet." + }, + { + "id": 6583, + "name": "Ring of stone", + "examine": "An enchanted ring." + }, + { + "id": 6584, + "name": "Ring of stone", + "examine": "Swap this note at any bank for a Ring of stone." + }, + { + "id": 6585, + "name": "Amulet of fury", + "examine": "A very powerful onyx amulet." + }, + { + "id": 6586, + "name": "Amulet of fury", + "examine": "Swap this note at any bank for an Amulet of fury." + }, + { + "id": 6587, + "name": "White claws", + "examine": "A set of fighting claws." + }, + { + "id": 6588, + "name": "White claws", + "examine": "Swap this note at any bank for a White claws." + }, + { + "id": 6589, + "name": "White battleaxe", + "examine": "A vicious looking axe." + }, + { + "id": 6590, + "name": "White battleaxe", + "examine": "Swap this note at any bank for a White battleaxe." + }, + { + "id": 6591, + "name": "White dagger", + "examine": "A vicious white dagger." + }, + { + "id": 6592, + "name": "White dagger", + "examine": "Swap this note at any bank for a White dagger." + }, + { + "id": 6593, + "name": "White dagger(p)", + "examine": "This dagger is poisoned." + }, + { + "id": 6594, + "name": "White dagger(p)", + "examine": "Swap this note at any bank for a White dagger(p)." + }, + { + "id": 6595, + "name": "White dagger(+)", + "examine": "This dagger is poisoned." + }, + { + "id": 6596, + "name": "White dagger(+)", + "examine": "Swap this note at any bank for a White dagger(+)." + }, + { + "id": 6597, + "name": "White dagger(s)", + "examine": "This dagger is poisoned." + }, + { + "id": 6598, + "name": "White dagger(s)", + "examine": "Swap this note at any bank for a White dagger(s)." + }, + { + "id": 6599, + "name": "White halberd", + "examine": "A white halberd." + }, + { + "id": 6600, + "name": "White halberd", + "examine": "Swap this note at any bank for a White halberd." + }, + { + "id": 6601, + "name": "White mace", + "examine": "A spiky mace." + }, + { + "id": 6602, + "name": "White mace", + "examine": "Swap this note at any bank for a White mace." + }, + { + "id": 6603, + "name": "Magic staff", + "examine": "A Magical staff." + }, + { + "id": 6604, + "name": "Magic staff", + "examine": "Swap this note at any bank for a Magic staff." + }, + { + "id": 6605, + "name": "White sword", + "examine": "A razor sharp sword." + }, + { + "id": 6606, + "name": "White sword", + "examine": "Swap this note at any bank for a White sword." + }, + { + "id": 6607, + "name": "White longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 6608, + "name": "White longsword", + "examine": "Swap this note at any bank for a White longsword." + }, + { + "id": 6609, + "name": "White 2h sword", + "examine": "A two handed sword." + }, + { + "id": 6610, + "name": "White 2h sword", + "examine": "Swap this note at any bank for a White 2h sword." + }, + { + "id": 6611, + "name": "White scimitar", + "examine": "A vicious, curved sword." + }, + { + "id": 6612, + "name": "White scimitar", + "examine": "Swap this note at any bank for a White scimitar." + }, + { + "id": 6613, + "name": "White warhammer", + "examine": "I don't think it's intended for joinery." + }, + { + "id": 6614, + "name": "White warhammer", + "examine": "Swap this note at any bank for a White warhammer." + }, + { + "id": 6615, + "name": "White chainbody", + "examine": "A series of connected metal rings." + }, + { + "id": 6616, + "name": "White chainbody", + "examine": "Swap this note at any bank for a White chainbody." + }, + { + "id": 6617, + "name": "White platebody", + "examine": "Provides excellent protection." + }, + { + "id": 6618, + "name": "White platebody", + "examine": "Swap this note at any bank for a White platebody." + }, + { + "id": 6619, + "name": "White boots", + "examine": "These will protect my feet." + }, + { + "id": 6620, + "name": "White boots", + "examine": "Swap this note at any bank for a White boots." + }, + { + "id": 6621, + "name": "White med helm", + "examine": "A medium sized helmet." + }, + { + "id": 6622, + "name": "White med helm", + "examine": "Swap this note at any bank for a White med helm." + }, + { + "id": 6623, + "name": "White full helm", + "examine": "A full face helmet." + }, + { + "id": 6624, + "name": "White full helm", + "examine": "Swap this note at any bank for a White full helm." + }, + { + "id": 6625, + "name": "White platelegs", + "examine": "Big, White and heavy looking." + }, + { + "id": 6626, + "name": "White platelegs", + "examine": "Swap this note at any bank for a White platelegs." + }, + { + "id": 6627, + "name": "White plateskirt", + "examine": "Big, White and heavy looking." + }, + { + "id": 6628, + "name": "White plateskirt", + "examine": "Swap this note at any bank for a White plateskirt." + }, + { + "id": 6629, + "name": "White gloves", + "examine": "These will keep my hands warm!" + }, + { + "id": 6630, + "name": "White gloves", + "examine": "Swap this note at any bank for a White gloves." + }, + { + "id": 6631, + "name": "White sq shield", + "examine": "A medium square shield." + }, + { + "id": 6632, + "name": "White sq shield", + "examine": "Swap this note at any bank for a White sq shield." + }, + { + "id": 6633, + "name": "White kiteshield", + "examine": "A large metal shield." + }, + { + "id": 6634, + "name": "White kiteshield", + "examine": "Swap this note at any bank for a White kiteshield." + }, + { + "id": 6635, + "name": "Commorb", + "examine": "A Temple Knight Communication Orb. Top Secret!" + }, + { + "id": 6636, + "name": "Solus's hat", + "examine": "Proof that I have defeated the evil mage Solus." + }, + { + "id": 6637, + "name": "Dark beast", + "examine": "A slayer monster." + }, + { + "id": 6638, + "name": "Colour wheel", + "examine": "A key to the nature of light itself." + }, + { + "id": 6639, + "name": "Hand mirror", + "examine": "A small hand mirror." + }, + { + "id": 6640, + "name": "Red crystal", + "examine": "A red crystal." + }, + { + "id": 6641, + "name": "Yellow crystal", + "examine": "A yellow crystal." + }, + { + "id": 6642, + "name": "Green crystal", + "examine": "A green crystal." + }, + { + "id": 6643, + "name": "Cyan crystal", + "examine": "A cyan crystal." + }, + { + "id": 6644, + "name": "Blue crystal", + "examine": "A blue crystal." + }, + { + "id": 6645, + "name": "Magenta crystal", + "examine": "A magenta crystal." + }, + { + "id": 6646, + "name": "Fractured crystal", + "examine": "A fractured crystal, one of the edges is clear." + }, + { + "id": 6647, + "name": "Fractured crystal", + "examine": "A fractured crystal, one of the edges is clear." + }, + { + "id": 6648, + "name": "Item list", + "examine": "It's a list of items I need to collect." + }, + { + "id": 6649, + "name": "Edern's journal", + "examine": "The journal of Nissyen Edern." + }, + { + "id": 6650, + "name": "Blackened crystal", + "examine": "A blackened crystal sample." + }, + { + "id": 6651, + "name": "Newly made crystal", + "examine": "A newly formed crystal." + }, + { + "id": 6652, + "name": "Newly made crystal", + "examine": "A warm energy radiates from this crystal." + }, + { + "id": 6653, + "name": "Crystal trinket", + "examine": "A small crystal trinket." + }, + { + "id": 6654, + "name": "Camo top", + "examine": "Examine what?" + }, + { + "id": 6655, + "name": "Camo bottoms", + "examine": "Examine what?" + }, + { + "id": 6656, + "name": "Camo helmet", + "examine": "Examine what?" + }, + { + "id": 6657, + "name": "Camo top", + "examine": "Examine what?" + }, + { + "id": 6658, + "name": "Camo bottoms", + "examine": "Examine what?" + }, + { + "id": 6659, + "name": "Camo helmet", + "examine": "Examine what?" + }, + { + "id": 6660, + "name": "Fishing explosive", + "examine": "A vial that explodes in water." + }, + { + "id": 6661, + "name": "Mogre", + "examine": "A slayer monster." + }, + { + "id": 6662, + "name": "Broken fishing rod", + "examine": "This fishing rod seems to have been bitten in half..." + }, + { + "id": 6663, + "name": "Forlorn boot", + "examine": "It seems someone vacated this boot in a hurry..." + }, + { + "id": 6664, + "name": "Fishing explosive", + "examine": "The jar keeps shaking...I'm scared." + }, + { + "id": 6665, + "name": "Mudskipper hat", + "examine": "Fishy, damp and smelly." + }, + { + "id": 6666, + "name": "Flippers", + "examine": "Strangely uncomfortable flippers." + }, + { + "id": 6667, + "name": "Fishbowl", + "examine": "An empty fishbowl." + }, + { + "id": 6668, + "name": "Fishbowl", + "examine": "A fishless fishbowl." + }, + { + "id": 6669, + "name": "Fishbowl", + "examine": "A fishless fishbowl with some seaweed." + }, + { + "id": 6670, + "name": "Fishbowl", + "examine": "A fishbowl with a Tiny Bluefish in it." + }, + { + "id": 6671, + "name": "Fishbowl", + "examine": "A fishbowl with a Tiny Greenfish in it." + }, + { + "id": 6672, + "name": "Fishbowl", + "examine": "A fishbowl with a Tiny Spinefish in it." + }, + { + "id": 6673, + "name": "Fishbowl and net", + "examine": "An empty fishbowl in a net." + }, + { + "id": 6674, + "name": "Tiny net", + "examine": "A tiny net for grabbing tiny fish." + }, + { + "id": 6675, + "name": "An empty box", + "examine": "'Ingredients; Ground Guam and Ground Seaweed.'" + }, + { + "id": 6676, + "name": "An empty box", + "examine": "Swap this note at any bank for an An empty box." + }, + { + "id": 6677, + "name": "Guam in a box", + "examine": "'Ingredients; Ground Guam Leaf and Ground Seaweed.' Well, I have the Guam Leaf..." + }, + { + "id": 6678, + "name": "Guam in a box?", + "examine": "'Ingredients; Ground Guam Leaf and Ground Seaweed.' Well, I have the Guam Leaf..." + }, + { + "id": 6679, + "name": "Seaweed in a box", + "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed..." + }, + { + "id": 6680, + "name": "Seaweed in a box?", + "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed..." + }, + { + "id": 6681, + "name": "Ground guam", + "examine": "One of the ingredients for making fish food." + }, + { + "id": 6682, + "name": "Ground guam", + "examine": "Swap this note at any bank for a Ground guam." + }, + { + "id": 6683, + "name": "Ground seaweed", + "examine": "One of the ingredients for making fish food." + }, + { + "id": 6684, + "name": "Ground seaweed", + "examine": "Swap this note at any bank for a Ground seaweed." + }, + { + "id": 6685, + "name": "Saradomin brew(4)", + "examine": "4 doses of Saradomin Brew." + }, + { + "id": 6686, + "name": "Saradomin brew(4)", + "examine": "Swap this note at any bank for a Saradomin brew(4)." + }, + { + "id": 6687, + "name": "Saradomin brew(3)", + "examine": "3 doses of Saradomin Brew." + }, + { + "id": 6688, + "name": "Saradomin brew(3)", + "examine": "Swap this note at any bank for a Saradomin brew(3)." + }, + { + "id": 6689, + "name": "Saradomin brew(2)", + "examine": "2 doses of Saradomin Brew." + }, + { + "id": 6690, + "name": "Saradomin brew(2)", + "examine": "Swap this note at any bank for a Saradomin brew(2)." + }, + { + "id": 6691, + "name": "Saradomin brew(1)", + "examine": "1 dose of Saradomin Brew." + }, + { + "id": 6692, + "name": "Saradomin brew(1)", + "examine": "Swap this note at any bank for a Saradomin brew(1)." + }, + { + "id": 6693, + "name": "Crushed nest", + "examine": "A crushed bird's nest." + }, + { + "id": 6694, + "name": "Crushed nest", + "examine": "Swap this note at any bank for a Crushed nest." + }, + { + "id": 6695, + "name": "Desert lizard", + "examine": "A slayer monster." + }, + { + "id": 6696, + "name": "Ice cooler", + "examine": "Contains ice cubes." + }, + { + "id": 6697, + "name": "Pat of butter", + "examine": "A pat of freshly churned butter." + }, + { + "id": 6698, + "name": "Pat of butter", + "examine": "Swap this note at any bank for a Pat of butter." + }, + { + "id": 6699, + "name": "Burnt potato", + "examine": "This potato doesn't look edible." + }, + { + "id": 6700, + "name": "Burnt potato", + "examine": "Swap this note at any bank for a Burnt potato." + }, + { + "id": 6701, + "name": "Baked potato", + "examine": "It'd taste even better with some toppings." + }, + { + "id": 6702, + "name": "Baked potato", + "examine": "Swap this note at any bank for a Baked potato." + }, + { + "id": 6703, + "name": "Potato with butter", + "examine": "A baked potato with butter." + }, + { + "id": 6704, + "name": "Potato with butter", + "examine": "Swap this note at any bank for a Potato with butter." + }, + { + "id": 6705, + "name": "Potato with cheese", + "examine": "A baked potato with butter and cheese." + }, + { + "id": 6706, + "name": "Potato with cheese", + "examine": "Swap this note at any bank for a Potato with cheese." + }, + { + "id": 6707, + "name": "Camulet", + "examine": "An amulet of Camel-speak. It makes vague braying noises." + }, + { + "id": 6708, + "name": "Slayer gloves", + "examine": "Too thick for monsters to bite through." + }, + { + "id": 6709, + "name": "Fever spider", + "examine": "A slayer monster." + }, + { + "id": 6710, + "name": "Blindweed seed", + "examine": "A Blindweed seed" + }, + { + "id": 6711, + "name": "Blindweed", + "examine": "An inedible, foul smelling herb." + }, + { + "id": 6712, + "name": "Bucket of water", + "examine": "It's a bucket of... water?" + }, + { + "id": 6713, + "name": "Wrench", + "examine": "A heavy metal wrench." + }, + { + "id": 6714, + "name": "Holy wrench", + "examine": "A shining paragon of wrenchly virtue." + }, + { + "id": 6715, + "name": "Sluglings", + "examine": "They look at you balefully. 'Feed us...'" + }, + { + "id": 6716, + "name": "Karamthulhu", + "examine": "A sinister looking squid." + }, + { + "id": 6717, + "name": "Karamthulhu", + "examine": "My pet sinister squid." + }, + { + "id": 6718, + "name": "Fever spider body", + "examine": "A diseased deceased Fever Spider. Handle with care." + }, + { + "id": 6719, + "name": "Unsanitary swill", + "examine": "Sorry, I mean a bucket of 'rum'." + }, + { + "id": 6720, + "name": "Slayer gloves", + "examine": "Especially good against diseased arachnids." + }, + { + "id": 6721, + "name": "Rusty scimitar", + "examine": "A decent enough weapon gone rusty." + }, + { + "id": 6722, + "name": "Zombie head", + "examine": "Alas...I hardly knew him." + }, + { + "id": 6723, + "name": "Fishbowl", + "examine": "Swap this note at any bank for a Fishbowl." + }, + { + "id": 6724, + "name": "Seercull", + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan." + }, + { + "id": 6725, + "name": "Seercull", + "examine": "Swap this note at any bank for a Seercull." + }, + { + "id": 6726, + "name": "Mud battlestaff", + "examine": "Swap this note at any bank for a Mud battlestaff." + }, + { + "id": 6727, + "name": "Mystic mud staff", + "examine": "Swap this note at any bank for a Mystic mud staff." + }, + { + "id": 6728, + "name": "Bonemeal", + "examine": "A pot of crushed Dagannoth-king bones." + }, + { + "id": 6729, + "name": "Dagannoth bones", + "examine": "These would feed a dogfish for months!" + }, + { + "id": 6730, + "name": "Dagannoth bones", + "examine": "Swap this note at any bank for a Dagannoth bones." + }, + { + "id": 6731, + "name": "Seers ring", + "examine": "A mysterious ring that can fill the wearer with magical power..." + }, + { + "id": 6732, + "name": "Seers ring", + "examine": "Swap this note at any bank for a Seers ring." + }, + { + "id": 6733, + "name": "Archers ring", + "examine": "A fabled ring that improves the wearer's skill with a bow..." + }, + { + "id": 6734, + "name": "Archers ring", + "examine": "Swap this note at any bank for an Archers ring." + }, + { + "id": 6735, + "name": "Warrior ring", + "examine": "A legendary ring once worn by Fremennik warriors." + }, + { + "id": 6736, + "name": "Warrior ring", + "examine": "Swap this note at any bank for a Warrior ring." + }, + { + "id": 6737, + "name": "Berserker ring", + "examine": "A ring reputed to bring out a berserk fury in its wearer." + }, + { + "id": 6738, + "name": "Berserker ring", + "examine": "Swap this note at any bank for a Berserker ring." + }, + { + "id": 6739, + "name": "Dragon axe", + "examine": "A very powerful axe." + }, + { + "id": 6740, + "name": "Dragon axe", + "examine": "Swap this note at any bank for a Dragon axe." + }, + { + "id": 6741, + "name": "Broken axe", + "examine": "Bob can fix this for me." + }, + { + "id": 6742, + "name": "Broken axe", + "examine": "Swap this note at any bank for a Broken axe." + }, + { + "id": 6743, + "name": "Dragon axe head", + "examine": "It's missing a handle." + }, + { + "id": 6744, + "name": "Dragon axe head", + "examine": "Swap this note at any bank for a Dragon axe head." + }, + { + "id": 6745, + "name": "Silverlight", + "examine": "The magical sword 'Silverlight', stained black with mushroom ink." + }, + { + "id": 6746, + "name": "Darklight", + "examine": "The magical sword 'Silverlight', enhanced with the blood of Agrith-Naar." + }, + { + "id": 6747, + "name": "Demonic sigil mould", + "examine": "Used to make the sigil of the demon Agrith-Naar." + }, + { + "id": 6748, + "name": "Demonic sigil", + "examine": "A sigil used for the summoning of the demon Agrith-Naar." + }, + { + "id": 6749, + "name": "Demonic tome", + "examine": "Will this book help in summoning Agrith-Naar?" + }, + { + "id": 6750, + "name": "Black desert shirt", + "examine": "A desert shirt stained black with mushroom ink." + }, + { + "id": 6751, + "name": "Black desert shirt", + "examine": "Swap this note at any bank for a Black desert shirt." + }, + { + "id": 6752, + "name": "Black desert robe", + "examine": "A desert robe stained black with mushroom ink." + }, + { + "id": 6753, + "name": "Black desert robe", + "examine": "Swap this note at any bank for a Black desert robe." + }, + { + "id": 6754, + "name": "Enchanted key", + "examine": "It seems to change temperature as I walk." + }, + { + "id": 6755, + "name": "Journal", + "examine": "Somebody's private journal." + }, + { + "id": 6756, + "name": "Letter", + "examine": "A sealed letter to the king." + }, + { + "id": 6757, + "name": "Letter", + "examine": "A sealed letter to Jorral." + }, + { + "id": 6758, + "name": "Scroll", + "examine": "A timeline of the outpost." + }, + { + "id": 6759, + "name": "Chest", + "examine": "A dirty chest." + }, + { + "id": 6760, + "name": "Guthix mjolnir", + "examine": "A Guthix Mjolnir." + }, + { + "id": 6761, + "name": "Guthix mjolnir", + "examine": "Swap this note at any bank for a Guthix mjolnir." + }, + { + "id": 6762, + "name": "Saradomin mjolnir", + "examine": "A Saradomin Mjolnir." + }, + { + "id": 6763, + "name": "Saradomin mjolnir", + "examine": "Swap this note at any bank for a Saradomin mjolnir." + }, + { + "id": 6764, + "name": "Zamorak mjolnir", + "examine": "A Zamorak Mjolnir." + }, + { + "id": 6765, + "name": "Zamorak mjolnir", + "examine": "Swap this note at any bank for a Zamorak mjolnir." + }, + { + "id": 6766, + "name": "Cat antipoison", + "examine": "Antipoison for Pox." + }, + { + "id": 6767, + "name": "Book", + "examine": "The book of Rats." + }, + { + "id": 6768, + "name": "Poisoned cheese", + "examine": "A little more smelly than usual." + }, + { + "id": 6769, + "name": "Music scroll", + "examine": "Charming." + }, + { + "id": 6770, + "name": "Directions", + "examine": "Jimmy Dazzler's directions." + }, + { + "id": 6771, + "name": "Pot of weeds", + "examine": "Contains garden weeds." + }, + { + "id": 6772, + "name": "Smouldering pot", + "examine": "Contains slowly burning garden weeds." + }, + { + "id": 6773, + "name": "Rat pole", + "examine": "A pole for putting rats on." + }, + { + "id": 6774, + "name": "Rat pole", + "examine": "A pole with one rat on it." + }, + { + "id": 6775, + "name": "Rat pole", + "examine": "A pole with two rats on it." + }, + { + "id": 6776, + "name": "Rat pole", + "examine": "A pole with three rats on it." + }, + { + "id": 6777, + "name": "Rat pole", + "examine": "A pole with four rats on it." + }, + { + "id": 6778, + "name": "Rat pole", + "examine": "A pole with five rats on it." + }, + { + "id": 6779, + "name": "Rat pole", + "examine": "A pole with six rats on it." + }, + { + "id": 6780, + "name": "Menaphite thug", + "examine": "Mean looking." + }, + { + "id": 6781, + "name": "Bandit", + "examine": "Nasty." + }, + { + "id": 6782, + "name": "Bandit", + "examine": "Nasty." + }, + { + "id": 6783, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6784, + "name": "Whoopsie", + "examine": "Just chuck this away, it's useless!" + }, + { + "id": 6785, + "name": "Statuette", + "examine": "A statue of the goddess Elidinis." + }, + { + "id": 6786, + "name": "Robe of elidinis", + "examine": "This looks quite old." + }, + { + "id": 6787, + "name": "Robe of elidinis", + "examine": "A patched up robe." + }, + { + "id": 6788, + "name": "Torn robe", + "examine": "This robe is too torn to wear." + }, + { + "id": 6789, + "name": "Torn robe", + "examine": "This robe is too torn to wear." + }, + { + "id": 6790, + "name": "Shoes", + "examine": "Awusah's Shoes." + }, + { + "id": 6791, + "name": "Sole", + "examine": "Awusah's Sole." + }, + { + "id": 6792, + "name": "Ancestral key", + "examine": "An ancient key from the shrine in Nardah." + }, + { + "id": 6793, + "name": "Ballad", + "examine": "The Ballad of Jareesh." + }, + { + "id": 6794, + "name": "Choc-ice", + "examine": "Better eat this before it melts." + }, + { + "id": 6795, + "name": "Choc-ice", + "examine": "Swap this note at any bank for a Choc-ice." + }, + { + "id": 6796, + "name": "Lamp", + "examine": "Ooh a nice shiny lamp." + }, + { + "id": 6797, + "name": "Watering can", + "examine": "Handy for watering crops." + }, + { + "id": 6798, + "name": "Champion scroll", + "examine": "It's a challenge from the Earth Warrior Champion!" + }, + { + "id": 6799, + "name": "Champion scroll", + "examine": "It's a challenge from the Ghoul Champion!" + }, + { + "id": 6800, + "name": "Champion scroll", + "examine": "It's a challenge from the Giant Champion!" + }, + { + "id": 6801, + "name": "Champion scroll", + "examine": "It's a challenge from the Goblin Champion!" + }, + { + "id": 6802, + "name": "Champion scroll", + "examine": "It's a challenge from the Hobgoblin Champion!" + }, + { + "id": 6803, + "name": "Champion scroll", + "examine": "It's a challenge from the Imp Champion!" + }, + { + "id": 6804, + "name": "Champion scroll", + "examine": "It's a challenge from the Jogre Champion!" + }, + { + "id": 6805, + "name": "Champion scroll", + "examine": "It's a challenge from the Lesser Demon Champion!" + }, + { + "id": 6806, + "name": "Champion scroll", + "examine": "It's a challenge from the Skeleton Champion!" + }, + { + "id": 6807, + "name": "Champion scroll", + "examine": "It's a challenge from the Zombie Champion!" + }, + { + "id": 6808, + "name": "Champion scroll", + "examine": "It's a challenge from the Human Champion!" + }, + { + "id": 6809, + "name": "Granite legs", + "examine": "These look pretty heavy." + }, + { + "id": 6810, + "name": "Bonemeal", + "examine": "A pot of crushed wyvern bones." + }, + { + "id": 6811, + "name": "Skeletal wyvern", + "examine": "A slayer monster." + }, + { + "id": 6812, + "name": "Wyvern bones", + "examine": "Bones of a large flying creature!" + }, + { + "id": 6813, + "name": "Granite legs", + "examine": "Swap this note at any bank for a Granite legs." + }, + { + "id": 6814, + "name": "Fur", + "examine": "This would make warm clothing." + }, + { + "id": 6815, + "name": "Fur", + "examine": "Swap this note at any bank for a Fur." + }, + { + "id": 6816, + "name": "Wyvern bones", + "examine": "Swap this note at any bank for a Wyvern bones." + }, + { + "id": 6817, + "name": "Slender blade", + "examine": "A slender two-handed sword." + }, + { + "id": 6818, + "name": "Bow-sword", + "examine": "A sharp sword that can also fire arrows." + }, + { + "id": 6819, + "name": "Large pouch", + "examine": "A large pouch used for storing essence." + }, + { + "id": 6820, + "name": "Relic", + "examine": "There seems to be bits missing..." + }, + { + "id": 6821, + "name": "Orb", + "examine": "A glowing orb." + }, + { + "id": 6822, + "name": "Star bauble", + "examine": "An unpainted bauble shaped like a star." + }, + { + "id": 6823, + "name": "Star bauble", + "examine": "A bauble shaped like a star painted yellow." + }, + { + "id": 6824, + "name": "Star bauble", + "examine": "A bauble shaped like a star painted red." + }, + { + "id": 6825, + "name": "Star bauble", + "examine": "A bauble shaped like a star painted blue." + }, + { + "id": 6826, + "name": "Star bauble", + "examine": "A bauble shaped like a star painted green." + }, + { + "id": 6827, + "name": "Star bauble", + "examine": "A bauble shaped like a star painted pink." + }, + { + "id": 6828, + "name": "Box bauble", + "examine": "An unpainted bauble shaped like a gift." + }, + { + "id": 6829, + "name": "Box bauble", + "examine": "A bauble shaped like a gift painted yellow." + }, + { + "id": 6830, + "name": "Box bauble", + "examine": "A bauble shaped like a gift painted red." + }, + { + "id": 6831, + "name": "Box bauble", + "examine": "A bauble shaped like a gift painted blue." + }, + { + "id": 6832, + "name": "Box bauble", + "examine": "A bauble shaped like a gift painted green." + }, + { + "id": 6833, + "name": "Box bauble", + "examine": "A bauble shaped like a gift painted pink." + }, + { + "id": 6834, + "name": "Diamond bauble", + "examine": "An unpainted bauble shaped like a diamond." + }, + { + "id": 6835, + "name": "Diamond bauble", + "examine": "A bauble shaped like a diamond painted yellow." + }, + { + "id": 6836, + "name": "Diamond bauble", + "examine": "A bauble shaped like a diamond painted red." + }, + { + "id": 6837, + "name": "Diamond bauble", + "examine": "A bauble shaped like a diamond painted blue." + }, + { + "id": 6838, + "name": "Diamond bauble", + "examine": "A bauble shaped like a diamond painted green." + }, + { + "id": 6839, + "name": "Diamond bauble", + "examine": "A bauble shaped like a diamond painted pink." + }, + { + "id": 6840, + "name": "Tree bauble", + "examine": "An unpainted bauble shaped like a wintumber tree." + }, + { + "id": 6841, + "name": "Tree bauble", + "examine": "A bauble shaped like a wintumber tree painted yellow." + }, + { + "id": 6842, + "name": "Tree bauble", + "examine": "A bauble shaped like a wintumber tree painted red." + }, + { + "id": 6843, + "name": "Tree bauble", + "examine": "A bauble shaped like a wintumber tree painted blue." + }, + { + "id": 6844, + "name": "Tree bauble", + "examine": "A bauble shaped like a wintumber tree painted green." + }, + { + "id": 6845, + "name": "Tree bauble", + "examine": "A bauble shaped like a wintumber tree painted pink." + }, + { + "id": 6846, + "name": "Bell bauble", + "examine": "An unpainted bauble shaped like a bell." + }, + { + "id": 6847, + "name": "Bell bauble", + "examine": "A bauble shaped like a bell painted yellow." + }, + { + "id": 6848, + "name": "Bell bauble", + "examine": "A bauble shaped like a bell painted red." + }, + { + "id": 6849, + "name": "Bell bauble", + "examine": "A bauble shaped like a bell painted blue." + }, + { + "id": 6850, + "name": "Bell bauble", + "examine": "A bauble shaped like a bell painted green." + }, + { + "id": 6851, + "name": "Bell bauble", + "examine": "A bauble shaped like a bell painted pink." + }, + { + "id": 6852, + "name": "Puppet box", + "examine": "A box for storing completed puppets." + }, + { + "id": 6853, + "name": "Bauble box", + "examine": "A box for storing painted baubles." + }, + { + "id": 6854, + "name": "Puppet box", + "examine": "A box full of puppets. Bring to the Taverly members gate." + }, + { + "id": 6855, + "name": "Bauble box", + "examine": "A box full of painted baubles. Give to a Pixie or use to decorate a tree." + }, + { + "id": 6856, + "name": "Bobble hat", + "examine": "A woolly bobble hat." + }, + { + "id": 6857, + "name": "Bobble scarf", + "examine": "A woolly scarf." + }, + { + "id": 6858, + "name": "Jester hat", + "examine": "A woolly jester hat." + }, + { + "id": 6859, + "name": "Jester scarf", + "examine": "A woolly jester scarf." + }, + { + "id": 6860, + "name": "Tri-jester hat", + "examine": "A woolly triple bobble jester hat." + }, + { + "id": 6861, + "name": "Tri-jester scarf", + "examine": "A woolly jester scarf." + }, + { + "id": 6862, + "name": "Woolly hat", + "examine": "A woolly tobogganing hat." + }, + { + "id": 6863, + "name": "Woolly scarf", + "examine": "A woolly tobogganing scarf." + }, + { + "id": 6864, + "name": "Marionette handle", + "examine": "The controlling part of a marionette." + }, + { + "id": 6865, + "name": "Blue marionette", + "examine": "I've got no strings ... oh hang on!" + }, + { + "id": 6866, + "name": "Green marionette", + "examine": "I've got no strings ... oh hang on!" + }, + { + "id": 6867, + "name": "Red marionette", + "examine": "I've got no strings ... oh hang on!" + }, + { + "id": 6868, + "name": "Blue marionette", + "examine": "I want to be a real boy!" + }, + { + "id": 6869, + "name": "Green marionette", + "examine": "I want to be a real boy!" + }, + { + "id": 6870, + "name": "Red marionette", + "examine": "I want to be a real boy!" + }, + { + "id": 6871, + "name": "Red marionette", + "examine": "The torso of a marionette." + }, + { + "id": 6872, + "name": "Red marionette", + "examine": "The torso and head of a marionette." + }, + { + "id": 6873, + "name": "Red marionette", + "examine": "The torso, head and arms of a marionette." + }, + { + "id": 6874, + "name": "Red marionette", + "examine": "No strings attached." + }, + { + "id": 6875, + "name": "Blue marionette", + "examine": "Needs a head." + }, + { + "id": 6876, + "name": "Blue marionette", + "examine": "Needs arms." + }, + { + "id": 6877, + "name": "Blue marionette", + "examine": "Needs legs." + }, + { + "id": 6878, + "name": "Blue marionette", + "examine": "No strings attached." + }, + { + "id": 6879, + "name": "Green marionette", + "examine": "Needs a head." + }, + { + "id": 6880, + "name": "Green marionette", + "examine": "Needs arms." + }, + { + "id": 6881, + "name": "Green marionette", + "examine": "Needs legs." + }, + { + "id": 6882, + "name": "Green marionette", + "examine": "No strings attached." + }, + { + "id": 6883, + "name": "Peach", + "examine": "A tasty fruit." + }, + { + "id": 6884, + "name": "null", + "examine": "It's a null." + }, + { + "id": 6885, + "name": "Progress hat", + "examine": "A magic training arena progress hat." + }, + { + "id": 6886, + "name": "Progress hat", + "examine": "A magic training arena progress hat." + }, + { + "id": 6887, + "name": "Progress hat", + "examine": "A magic training arena progress hat." + }, + { + "id": 6888, + "name": "Guardian statue", + "examine": "The statue looks like he can be moved." + }, + { + "id": 6889, + "name": "Mage's book", + "examine": "The magical book of the Mage." + }, + { + "id": 6890, + "name": "Mage's book", + "examine": "Swap this note at any bank for a Mage's book." + }, + { + "id": 6891, + "name": "Arena book", + "examine": "A book about the Training Arena." + }, + { + "id": 6892, + "name": "Arena book", + "examine": "Swap this note at any bank for an Arena book." + }, + { + "id": 6893, + "name": "Leather boots", + "examine": "Comfortable leather boots." + }, + { + "id": 6894, + "name": "Adamant kiteshield", + "examine": "A large metal shield." + }, + { + "id": 6895, + "name": "Adamant med helm", + "examine": "A medium sized helmet." + }, + { + "id": 6896, + "name": "Emerald", + "examine": "This looks valuable." + }, + { + "id": 6897, + "name": "Rune longsword", + "examine": "A razor sharp longsword." + }, + { + "id": 6898, + "name": "Cylinder", + "examine": "A green cylinder." + }, + { + "id": 6899, + "name": "Cube", + "examine": "A yellow cube." + }, + { + "id": 6900, + "name": "Icosahedron", + "examine": "A blue icosahedron." + }, + { + "id": 6901, + "name": "Pentamid", + "examine": "A red pentamid." + }, + { + "id": 6902, + "name": "Orb", + "examine": "A white sphere." + }, + { + "id": 6903, + "name": "Dragonstone", + "examine": "This looks valuable." + }, + { + "id": 6904, + "name": "Animals' bones", + "examine": "Various animals' bones." + }, + { + "id": 6905, + "name": "Animals' bones", + "examine": "Various animals' bones." + }, + { + "id": 6906, + "name": "Animals' bones", + "examine": "Various animals' bones." + }, + { + "id": 6907, + "name": "Animals' bones", + "examine": "Various animals' bones." + }, + { + "id": 6908, + "name": "Beginner wand", + "examine": "A beginner level wand." + }, + { + "id": 6909, + "name": "Beginner wand", + "examine": "Swap this note at any bank for a Beginner wand." + }, + { + "id": 6910, + "name": "Apprentice wand", + "examine": "A apprentice level wand." + }, + { + "id": 6911, + "name": "Apprentice wand", + "examine": "Swap this note at any bank for an Apprentice wand." + }, + { + "id": 6912, + "name": "Teacher wand", + "examine": "A teacher level wand." + }, + { + "id": 6913, + "name": "Teacher wand", + "examine": "Swap this note at any bank for a Teacher wand." + }, + { + "id": 6914, + "name": "Master wand", + "examine": "A master level wand." + }, + { + "id": 6915, + "name": "Master wand", + "examine": "Swap this note at any bank for a Master wand." + }, + { + "id": 6916, + "name": "Infinity top", + "examine": "Mystical robes." + }, + { + "id": 6917, + "name": "Infinity top", + "examine": "Swap this note at any bank for an Infinity top." + }, + { + "id": 6918, + "name": "Infinity hat", + "examine": "A mystic hat." + }, + { + "id": 6919, + "name": "Infinity hat", + "examine": "Swap this note at any bank for an Infinity hat." + }, + { + "id": 6920, + "name": "Infinity boots", + "examine": "Mystical boots." + }, + { + "id": 6921, + "name": "Infinity boots", + "examine": "Swap this note at any bank for an Infinity boots." + }, + { + "id": 6922, + "name": "Infinity gloves", + "examine": "Mystical gloves." + }, + { + "id": 6923, + "name": "Infinity gloves", + "examine": "Swap this note at any bank for an Infinity gloves." + }, + { + "id": 6924, + "name": "Infinity bottoms", + "examine": "Mystical robes." + }, + { + "id": 6925, + "name": "Infinity bottoms", + "examine": "Swap this note at any bank for an Infinity bottoms." + }, + { + "id": 6926, + "name": "Bones to peaches", + "examine": "A spell to turn bones to peaches." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 6945, + "name": "Sandy hand", + "examine": "A severed hand covered with sand." + }, + { + "id": 6946, + "name": "Beer soaked hand", + "examine": "A severed hand dripping with beer." + }, + { + "id": 6947, + "name": "Bert's rota", + "examine": "A copy of a work rota." + }, + { + "id": 6948, + "name": "Sandy's rota", + "examine": "An original work rota." + }, + { + "id": 6949, + "name": "A magic scroll", + "examine": "This scroll glows with an inner light." + }, + { + "id": 6950, + "name": "Magical orb", + "examine": "An ordinary looking magical scrying orb." + }, + { + "id": 6951, + "name": "Magical orb (a)", + "examine": "This magical scrying orb pulsates as it stores information." + }, + { + "id": 6952, + "name": "Truth serum", + "examine": "Fluid sloshes innocently in this vial." + }, + { + "id": 6953, + "name": "Bottled water", + "examine": "A bottle of water." + }, + { + "id": 6954, + "name": "Redberry juice", + "examine": "Redberry Juice sloshes around in this vial waiting for white berries to be added." + }, + { + "id": 6955, + "name": "Pink dye", + "examine": "A vial of pink dye." + }, + { + "id": 6956, + "name": "Rose tinted lens", + "examine": "This lens has a pinkish tinge to it." + }, + { + "id": 6957, + "name": "Wizard's head", + "examine": "A decapitated, sand covered head." + }, + { + "id": 6958, + "name": "Sand", + "examine": "A handful of sand from Sandy's pocket." + }, + { + "id": 6959, + "name": "Cape", + "examine": "It's a bit pink." + }, + { + "id": 6960, + "name": "Cape", + "examine": "Swap this note at any bank for a Cape." + }, + { + "id": 6961, + "name": "Baguette", + "examine": "A freshly baked baguette." + }, + { + "id": 6962, + "name": "Triangle sandwich", + "examine": "A freshly made triangle sandwich." + }, + { + "id": 6963, + "name": "Roll", + "examine": "A freshly made roll." + }, + { + "id": 6964, + "name": "Waste disposal", + "examine": "Gets rid of all that nasty kitchen waste." + }, + { + "id": 6965, + "name": "Square sandwich", + "examine": "A freshly made square sandwich" + }, + { + "id": 6966, + "name": "Prison key", + "examine": "A key to the prison." + }, + { + "id": 6967, + "name": "Waste disposal", + "examine": "Gets rid of all that nasty kitchen waste." + }, + { + "id": 6968, + "name": "Waste disposal", + "examine": "Gets rid of all that nasty kitchen waste." + }, + { + "id": 6969, + "name": "Waste disposal", + "examine": "Gets rid of all that nasty kitchen waste." + }, + { + "id": 6970, + "name": "Pyramid top", + "examine": "It's a solid gold pyramid!" + }, + { + "id": 6971, + "name": "Sandstone (1kg)", + "examine": "A tiny chunk of sandstone." + }, + { + "id": 6972, + "name": "Sandstone (1kg)", + "examine": "Swap this note at any bank for a Sandstone (1kg)." + }, + { + "id": 6973, + "name": "Sandstone (2kg)", + "examine": "A small chunk of sandstone." + }, + { + "id": 6974, + "name": "Sandstone (2kg)", + "examine": "Swap this note at any bank for a Sandstone (2kg)." + }, + { + "id": 6975, + "name": "Sandstone (5kg)", + "examine": "A medium-sized chunk of sandstone." + }, + { + "id": 6976, + "name": "Sandstone (5kg)", + "examine": "Swap this note at any bank for a Sandstone (5kg)." + }, + { + "id": 6977, + "name": "Sandstone (10kg)", + "examine": "A large chunk of sandstone." + }, + { + "id": 6978, + "name": "Sandstone (10kg)", + "examine": "Swap this note at any bank for a Sandstone (10kg)." + }, + { + "id": 6979, + "name": "Granite (500g)", + "examine": "A tiny chunk of granite." + }, + { + "id": 6980, + "name": "Granite (500g)", + "examine": "Swap this note at any bank for a Granite (500g)." + }, + { + "id": 6981, + "name": "Granite (2kg)", + "examine": "A small chunk of granite." + }, + { + "id": 6982, + "name": "Granite (2kg)", + "examine": "Swap this note at any bank for a Granite (2kg)." + }, + { + "id": 6983, + "name": "Granite (5kg)", + "examine": "A medium-sized chunk of granite." + }, + { + "id": 6984, + "name": "Granite (5kg)", + "examine": "Swap this note at any bank for a Granite (5kg)." + }, + { + "id": 6985, + "name": "Sandstone (20kg)", + "examine": "A huge twenty-kilo block of sandstone." + }, + { + "id": 6986, + "name": "Sandstone (32kg)", + "examine": "A huge thirty-two-kilo block of sandstone." + }, + { + "id": 6987, + "name": "Sandstone body", + "examine": "The body of a sandstone statue." + }, + { + "id": 6988, + "name": "Sandstone base", + "examine": "The base and legs of a sandstone statue." + }, + { + "id": 6989, + "name": "Stone head", + "examine": "A granite head shaped like the sculptor Lazim." + }, + { + "id": 6990, + "name": "Stone head", + "examine": "A granite head shaped like the god Zamorak." + }, + { + "id": 6991, + "name": "Stone head", + "examine": "A granite head shaped like the god Icthlarin." + }, + { + "id": 6992, + "name": "Stone head", + "examine": "A granite head shaped like a camel." + }, + { + "id": 6993, + "name": "Z sigil", + "examine": "A metal sigil in the shape of a Z." + }, + { + "id": 6994, + "name": "M sigil", + "examine": "A metal sigil in the shape of an M." + }, + { + "id": 6995, + "name": "R sigil", + "examine": "A metal sigil in the shape of an R." + }, + { + "id": 6996, + "name": "K sigil", + "examine": "A metal sigil in the shape of a K." + }, + { + "id": 6997, + "name": "Stone left arm", + "examine": "The left arm of a large stone statue." + }, + { + "id": 6998, + "name": "Stone right arm", + "examine": "The right arm of a large stone statue." + }, + { + "id": 6999, + "name": "Stone left leg", + "examine": "The left leg of a large stone statue." + }, + { + "id": 7000, + "name": "Stone right leg", + "examine": "The right leg of a large stone statue." + }, + { + "id": 7001, + "name": "Camel mould (p)", + "examine": "A positive clay mould of a camel's head." + }, + { + "id": 7002, + "name": "Stone head", + "examine": "A granite head that will fit exactly into the pedestal." + }, + { + "id": 7003, + "name": "Camel mask", + "examine": "Blend in in the desert." + }, + { + "id": 7004, + "name": "Chisel", + "examine": "For chipping at stuff." + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 7050, + "name": "Swarm", + "examine": "A slayer monster." + }, + { + "id": 7051, + "name": "Unlit bug lantern", + "examine": "A lantern to aid attacking Harpie bugs." + }, + { + "id": 7052, + "name": "Unlit bug lantern", + "examine": "Swap this note at any bank for an Unlit bug lantern." + }, + { + "id": 7053, + "name": "Lit bug lantern", + "examine": "A lantern to aid attacking Harpie bugs." + }, + { + "id": 7054, + "name": "Chilli potato", + "examine": "A baked potato with chilli con carne." + }, + { + "id": 7055, + "name": "Chilli potato", + "examine": "Swap this note at any bank for a Chilli potato." + }, + { + "id": 7056, + "name": "Egg potato", + "examine": "A baked potato with egg and tomato." + }, + { + "id": 7057, + "name": "Egg potato", + "examine": "Swap this note at any bank for an Egg potato." + }, + { + "id": 7058, + "name": "Mushroom potato", + "examine": "A baked potato with mushroom and onions." + }, + { + "id": 7059, + "name": "Mushroom potato", + "examine": "Swap this note at any bank for a Mushroom potato." + }, + { + "id": 7060, + "name": "Tuna potato", + "examine": "A baked potato with tuna and sweetcorn." + }, + { + "id": 7061, + "name": "Tuna potato", + "examine": "Swap this note at any bank for a Tuna potato." + }, + { + "id": 7062, + "name": "Chilli con carne", + "examine": "A bowl of meat in chilli-con-carne sauce." + }, + { + "id": 7063, + "name": "Chilli con carne", + "examine": "Swap this note at any bank for a Chilli con carne." + }, + { + "id": 7064, + "name": "Egg and tomato", + "examine": "A bowl of scrambled eggs and tomato." + }, + { + "id": 7065, + "name": "Egg and tomato", + "examine": "Swap this note at any bank for an Egg and tomato." + }, + { + "id": 7066, + "name": "Mushroom & onion", + "examine": "A bowl of fried mushroom and onions." + }, + { + "id": 7067, + "name": "Mushroom & onion", + "examine": "Swap this note at any bank for a Mushroom & onion." + }, + { + "id": 7068, + "name": "Tuna and corn", + "examine": "A bowl of cooked tuna and sweetcorn." + }, + { + "id": 7069, + "name": "Tuna and corn", + "examine": "Swap this note at any bank for a Tuna and corn." + }, + { + "id": 7070, + "name": "Minced meat", + "examine": "A bowl of finely minced meat." + }, + { + "id": 7071, + "name": "Minced meat", + "examine": "Swap this note at any bank for a Minced meat." + }, + { + "id": 7072, + "name": "Spicy sauce", + "examine": "A bowl of spicy sauce." + }, + { + "id": 7073, + "name": "Spicy sauce", + "examine": "Swap this note at any bank for a Spicy sauce." + }, + { + "id": 7074, + "name": "Chopped garlic", + "examine": "A bowl of chopped garlic." + }, + { + "id": 7075, + "name": "Chopped garlic", + "examine": "Swap this note at any bank for a Chopped garlic." + }, + { + "id": 7076, + "name": "Uncooked egg", + "examine": "A bowl of uncooked egg." + }, + { + "id": 7077, + "name": "Uncooked egg", + "examine": "Swap this note at any bank for an Uncooked egg." + }, + { + "id": 7078, + "name": "Scrambled egg", + "examine": "A bowl of scrambled egg." + }, + { + "id": 7079, + "name": "Scrambled egg", + "examine": "Swap this note at any bank for a Scrambled egg." + }, + { + "id": 7080, + "name": "Sliced mushrooms", + "examine": "A bowl of sliced Bittercap mushrooms." + }, + { + "id": 7081, + "name": "Sliced mushrooms", + "examine": "Swap this note at any bank for a Sliced mushrooms." + }, + { + "id": 7082, + "name": "Fried mushrooms", + "examine": "A bowl of fried Bittercap mushrooms." + }, + { + "id": 7083, + "name": "Fried mushrooms", + "examine": "Swap this note at any bank for a Fried mushrooms." + }, + { + "id": 7084, + "name": "Fried onions", + "examine": "A bowl of sliced, fried onions." + }, + { + "id": 7085, + "name": "Fried onions", + "examine": "Swap this note at any bank for a Fried onions." + }, + { + "id": 7086, + "name": "Chopped tuna", + "examine": "A bowl of finely chopped tuna." + }, + { + "id": 7087, + "name": "Chopped tuna", + "examine": "Swap this note at any bank for a Chopped tuna." + }, + { + "id": 7088, + "name": "Sweetcorn", + "examine": "A bowl of cooked sweetcorn." + }, + { + "id": 7089, + "name": "Sweetcorn", + "examine": "Swap this note at any bank for a Sweetcorn." + }, + { + "id": 7090, + "name": "Burnt egg", + "examine": "A bowl of burnt, overcooked egg." + }, + { + "id": 7091, + "name": "Burnt egg", + "examine": "Swap this note at any bank for a Burnt egg." + }, + { + "id": 7092, + "name": "Burnt onion", + "examine": "A bowl of blackened onions." + }, + { + "id": 7093, + "name": "Burnt onion", + "examine": "Swap this note at any bank for a Burnt onion." + }, + { + "id": 7094, + "name": "Burnt mushroom", + "examine": "A bowl of burnt sliced mushroom." + }, + { + "id": 7095, + "name": "Burnt mushroom", + "examine": "Swap this note at any bank for a Burnt mushroom." + }, + { + "id": 7096, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7097, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7098, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7099, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7100, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7101, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7102, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7103, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7104, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7105, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7106, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7107, + "name": "Board game piece", + "examine": "A piece used in board games." + }, + { + "id": 7108, + "name": "Gunpowder", + "examine": "Best keep this away from naked flames." + }, + { + "id": 7109, + "name": "Fuse", + "examine": "Burns very well." + }, + { + "id": 7110, + "name": "Stripy pirate shirt", + "examine": "A sea worthy shirt." + }, + { + "id": 7111, + "name": "Stripy pirate shirt", + "examine": "Swap this note at any bank for a Stripy pirate shirt." + }, + { + "id": 7112, + "name": "Pirate bandanna", + "examine": "Essential pirate wear." + }, + { + "id": 7113, + "name": "Pirate bandanna", + "examine": "Swap this note at any bank for a Pirate bandanna." + }, + { + "id": 7114, + "name": "Pirate boots", + "examine": "Not for land lubbers." + }, + { + "id": 7115, + "name": "Pirate boots", + "examine": "Swap this note at any bank for a Pirate boots." + }, + { + "id": 7116, + "name": "Pirate leggings", + "examine": "A sea worthy pair of trousers." + }, + { + "id": 7117, + "name": "Pirate leggings", + "examine": "Swap this note at any bank for a Pirate leggings." + }, + { + "id": 7118, + "name": "Cannister", + "examine": "A cannister holding shrapnel." + }, + { + "id": 7119, + "name": "Cannon ball", + "examine": "A heavy metal ball." + }, + { + "id": 7120, + "name": "Ramrod", + "examine": "For cleaning and packing the cannon." + }, + { + "id": 7121, + "name": "Repair plank", + "examine": "Quite short, but not that thick." + }, + { + "id": 7122, + "name": "Stripy pirate shirt", + "examine": "A sea worthy shirt." + }, + { + "id": 7123, + "name": "Stripy pirate shirt", + "examine": "Swap this note at any bank for a Stripy pirate shirt." + }, + { + "id": 7124, + "name": "Pirate bandanna", + "examine": "Essential pirate wear." + }, + { + "id": 7125, + "name": "Pirate bandanna", + "examine": "Swap this note at any bank for a Pirate bandanna." + }, + { + "id": 7126, + "name": "Pirate leggings", + "examine": "A sea worthy pair of trousers." + }, + { + "id": 7127, + "name": "Pirate leggings", + "examine": "Swap this note at any bank for a Pirate leggings." + }, + { + "id": 7128, + "name": "Stripy pirate shirt", + "examine": "A sea worthy shirt." + }, + { + "id": 7129, + "name": "Stripy pirate shirt", + "examine": "Swap this note at any bank for a Stripy pirate shirt." + }, + { + "id": 7130, + "name": "Pirate bandanna", + "examine": "Essential pirate wear." + }, + { + "id": 7131, + "name": "Pirate bandanna", + "examine": "Swap this note at any bank for a Pirate bandanna." + }, + { + "id": 7132, + "name": "Pirate leggings", + "examine": "A sea worthy pair of trousers." + }, + { + "id": 7133, + "name": "Pirate leggings", + "examine": "Swap this note at any bank for a Pirate leggings." + }, + { + "id": 7134, + "name": "Stripy pirate shirt", + "examine": "A sea worthy shirt." + }, + { + "id": 7135, + "name": "Stripy pirate shirt", + "examine": "Swap this note at any bank for a Stripy pirate shirt." + }, + { + "id": 7136, + "name": "Pirate bandanna", + "examine": "Essential pirate wear." + }, + { + "id": 7137, + "name": "Pirate bandanna", + "examine": "Swap this note at any bank for a Pirate bandanna." + }, + { + "id": 7138, + "name": "Pirate leggings", + "examine": "A sea worthy pair of trousers." + }, + { + "id": 7139, + "name": "Pirate leggings", + "examine": "Swap this note at any bank for a Pirate leggings." + }, + { + "id": 7140, + "name": "Lucky cutlass", + "examine": "Feels quite lucky." + }, + { + "id": 7141, + "name": "Harry's cutlass", + "examine": "I hope he doesn't want it back." + }, + { + "id": 7142, + "name": "Rapier", + "examine": "The very butcher of a silk button." + }, + { + "id": 7143, + "name": "Plunder", + "examine": "Looks valuable." + }, + { + "id": 7144, + "name": "Book o' piracy", + "examine": "By Cap'n Hook-Hand Morrisane." + }, + { + "id": 7145, + "name": "Cannon barrel", + "examine": "A working cannon barrel." + }, + { + "id": 7146, + "name": "Broken cannon", + "examine": "Not likely to work again." + }, + { + "id": 7147, + "name": "Cannon balls", + "examine": "Some cannon balls." + }, + { + "id": 7148, + "name": "Repair plank", + "examine": "A plank of wood to repair the hull with." + }, + { + "id": 7149, + "name": "Cannister", + "examine": "A cannister holding shrapnel." + }, + { + "id": 7150, + "name": "Tacks", + "examine": "Useful for pinning up paintings." + }, + { + "id": 7151, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7152, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7153, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7154, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7155, + "name": "Rope", + "examine": "A coil of rope." + }, + { + "id": 7156, + "name": "Tinderbox", + "examine": "Useful for lighting a fire." + }, + { + "id": 7157, + "name": "Braindeath 'rum'", + "examine": "I think it is eating through the bottle." + }, + { + "id": 7158, + "name": "Dragon 2h sword", + "examine": "A two-handed Dragon Sword." + }, + { + "id": 7159, + "name": "Slayer boots", + "examine": "They're heavily insulated wellies." + }, + { + "id": 7160, + "name": "Killerwatt", + "examine": "A slayer monster" + }, + { + "id": 7161, + "name": "Slayer boots", + "examine": "Swap this note at any bank for a Slayer boots." + }, + { + "id": 7162, + "name": "Pie recipe book", + "examine": "Lots of pie recipes for me to try." + }, + { + "id": 7163, + "name": "Pie recipe book", + "examine": "Swap this note at any bank for a Pie recipe book." + }, + { + "id": 7164, + "name": "Part mud pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7165, + "name": "Part mud pie", + "examine": "Swap this note at any bank for a Part mud pie." + }, + { + "id": 7166, + "name": "Part mud pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7167, + "name": "Part mud pie", + "examine": "Swap this note at any bank for a Part mud pie." + }, + { + "id": 7168, + "name": "Raw mud pie", + "examine": "Needs to be baked before I can use it." + }, + { + "id": 7169, + "name": "Raw mud pie", + "examine": "Swap this note at any bank for a Raw mud pie." + }, + { + "id": 7170, + "name": "Mud pie", + "examine": "All the good of the earth." + }, + { + "id": 7171, + "name": "Mud pie", + "examine": "Swap this note at any bank for a Mud pie." + }, + { + "id": 7172, + "name": "Part garden pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7173, + "name": "Part garden pie", + "examine": "Swap this note at any bank for a Part garden pie." + }, + { + "id": 7174, + "name": "Part garden pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7175, + "name": "Part garden pie", + "examine": "Swap this note at any bank for a Part garden pie." + }, + { + "id": 7176, + "name": "Raw garden pie", + "examine": "Needs cooking before I eat it." + }, + { + "id": 7177, + "name": "Raw garden pie", + "examine": "Swap this note at any bank for a Raw garden pie." + }, + { + "id": 7178, + "name": "Garden pie", + "examine": "What I wouldn't give for a good steak about now..." + }, + { + "id": 7179, + "name": "Garden pie", + "examine": "Swap this note at any bank for a Garden pie." + }, + { + "id": 7180, + "name": "Half a garden pie", + "examine": "What I wouldn't give for a good steak about now..." + }, + { + "id": 7181, + "name": "Half a garden pie", + "examine": "Swap this note at any bank for a Half a garden pie." + }, + { + "id": 7182, + "name": "Part fish pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7183, + "name": "Part fish pie", + "examine": "Swap this note at any bank for a Part fish pie." + }, + { + "id": 7184, + "name": "Part fish pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7185, + "name": "Part fish pie", + "examine": "Swap this note at any bank for a Part fish pie." + }, + { + "id": 7186, + "name": "Raw fish pie", + "examine": "Raw fish is risky, better cook it." + }, + { + "id": 7187, + "name": "Raw fish pie", + "examine": "Swap this note at any bank for a Raw fish pie." + }, + { + "id": 7188, + "name": "Fish pie", + "examine": "Bounty of the sea." + }, + { + "id": 7189, + "name": "Fish pie", + "examine": "Swap this note at any bank for a Fish pie." + }, + { + "id": 7190, + "name": "Half a fish pie", + "examine": "Bounty of the sea." + }, + { + "id": 7191, + "name": "Half a fish pie", + "examine": "Swap this note at any bank for a Half a fish pie." + }, + { + "id": 7192, + "name": "Part admiral pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7193, + "name": "Part admiral pie", + "examine": "Swap this note at any bank for a Part admiral pie." + }, + { + "id": 7194, + "name": "Part admiral pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7195, + "name": "Part admiral pie", + "examine": "Swap this note at any bank for a Part admiral pie." + }, + { + "id": 7196, + "name": "Raw admiral pie", + "examine": "This would taste a lot better cooked." + }, + { + "id": 7197, + "name": "Raw admiral pie", + "examine": "Swap this note at any bank for a Raw admiral pie." + }, + { + "id": 7198, + "name": "Admiral pie", + "examine": "Much tastier than a normal fish pie." + }, + { + "id": 7199, + "name": "Admiral pie", + "examine": "Swap this note at any bank for an Admiral pie." + }, + { + "id": 7200, + "name": "Half a admiral pie", + "examine": "Much tastier than a normal fish pie." + }, + { + "id": 7201, + "name": "Half a admiral pie", + "examine": "Swap this note at any bank for a Half a admiral pie." + }, + { + "id": 7202, + "name": "Part wild pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7203, + "name": "Part wild pie", + "examine": "Swap this note at any bank for a Part wild pie." + }, + { + "id": 7204, + "name": "Part wild pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7205, + "name": "Part wild pie", + "examine": "Swap this note at any bank for a Part wild pie." + }, + { + "id": 7206, + "name": "Raw wild pie", + "examine": "Good as it looks, I'd better cook it." + }, + { + "id": 7207, + "name": "Raw wild pie", + "examine": "Swap this note at any bank for a Raw wild pie." + }, + { + "id": 7208, + "name": "Wild pie", + "examine": "A triumph of man over nature." + }, + { + "id": 7209, + "name": "Wild pie", + "examine": "Swap this note at any bank for a Wild pie." + }, + { + "id": 7210, + "name": "Half a wild pie", + "examine": "A triumph of man over nature." + }, + { + "id": 7211, + "name": "Half a wild pie", + "examine": "Swap this note at any bank for a Half a wild pie." + }, + { + "id": 7212, + "name": "Part summer pie", + "examine": "Still needs two more ingredients." + }, + { + "id": 7213, + "name": "Part summer pie", + "examine": "Swap this note at any bank for a Part summer pie." + }, + { + "id": 7214, + "name": "Part summer pie", + "examine": "Still needs one more ingredient." + }, + { + "id": 7215, + "name": "Part summer pie", + "examine": "Swap this note at any bank for a Part summer pie." + }, + { + "id": 7216, + "name": "Raw summer pie", + "examine": "Fresh fruit may be good for you, but I should really cook this." + }, + { + "id": 7217, + "name": "Raw summer pie", + "examine": "Swap this note at any bank for a Raw summer pie." + }, + { + "id": 7218, + "name": "Summer pie", + "examine": "All the fruits of a very small forest." + }, + { + "id": 7219, + "name": "Summer pie", + "examine": "Swap this note at any bank for a Summer pie." + }, + { + "id": 7220, + "name": "Half a summer pie", + "examine": "All the fruits of a very small forest." + }, + { + "id": 7221, + "name": "Half a summer pie", + "examine": "Swap this note at any bank for a Half a summer pie." + }, + { + "id": 7222, + "name": "Burnt rabbit", + "examine": "This could be mistaken for charcoal." + }, + { + "id": 7223, + "name": "Roast rabbit", + "examine": "A delicious looking piece of roast rabbit." + }, + { + "id": 7224, + "name": "Skewered rabbit", + "examine": "All ready to be used on a fire." + }, + { + "id": 7225, + "name": "Iron spit", + "examine": "An iron spit." + }, + { + "id": 7226, + "name": "Burnt chompy", + "examine": "Overly crispy chompy." + }, + { + "id": 7227, + "name": "Burnt chompy", + "examine": "Swap this note at any bank for a Burnt chompy." + }, + { + "id": 7228, + "name": "Cooked chompy", + "examine": "Roasted chompy bird." + }, + { + "id": 7229, + "name": "Cooked chompy", + "examine": "Swap this note at any bank for a Cooked chompy." + }, + { + "id": 7230, + "name": "Skewered chompy", + "examine": "A skewered chompy bird." + }, + { + "id": 7231, + "name": "Burnt rabbit", + "examine": "Swap this note at any bank for a Burnt rabbit." + }, + { + "id": 7232, + "name": "Roast rabbit", + "examine": "Swap this note at any bank for a Roast rabbit." + }, + { + "id": 7233, + "name": "Skewered rabbit", + "examine": "Swap this note at any bank for a Skewered rabbit." + }, + { + "id": 7234, + "name": "Iron spit", + "examine": "Swap this note at any bank for an Iron spit." + }, + { + "id": 7235, + "name": "Skewered chompy", + "examine": "Swap this note at any bank for a Skewered chompy." + }, + { + "id": 7236, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7237, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7238, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7239, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7240, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7241, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7242, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7243, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7244, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7245, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7246, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7247, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7248, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7249, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7250, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7251, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7252, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7253, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7254, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7255, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7256, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7257, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7258, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7259, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7260, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7261, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7262, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7263, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7264, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7265, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7266, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7267, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7268, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7269, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7270, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7271, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7272, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7273, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7274, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7275, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7276, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7277, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7278, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7279, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7280, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7281, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7282, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7283, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7284, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7285, + "name": "Challenge scroll", + "examine": "I need to answer this correctly." + }, + { + "id": 7286, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7287, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7288, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7289, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7290, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7291, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7292, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7293, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7294, + "name": "Clue scroll", + "examine": "Part of the world map, but where?" + }, + { + "id": 7295, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7296, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7297, + "name": "Key", + "examine": "A key to a chest." + }, + { + "id": 7298, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7299, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 7300, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7301, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7302, + "name": "Key", + "examine": "A key to some drawers." + }, + { + "id": 7303, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7304, + "name": "Clue scroll", + "examine": "A clue!" + }, + { + "id": 7305, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7306, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7307, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7308, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7309, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7310, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7311, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7312, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7313, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7314, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7315, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7316, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7317, + "name": "Clue scroll", + "examine": "Perhaps someone at the observatory can teach me to navigate?" + }, + { + "id": 7318, + "name": "Casket", + "examine": "I hope there's treasure in it." + }, + { + "id": 7319, + "name": "Red boater", + "examine": "Stylish!" + }, + { + "id": 7320, + "name": "Red boater", + "examine": "Swap this note at any bank for a Red boater." + }, + { + "id": 7321, + "name": "Orange boater", + "examine": "Stylish!" + }, + { + "id": 7322, + "name": "Orange boater", + "examine": "Swap this note at any bank for an Orange boater." + }, + { + "id": 7323, + "name": "Green boater", + "examine": "Stylish!" + }, + { + "id": 7324, + "name": "Green boater", + "examine": "Swap this note at any bank for a Green boater." + }, + { + "id": 7325, + "name": "Blue boater", + "examine": "Stylish!" + }, + { + "id": 7326, + "name": "Blue boater", + "examine": "Swap this note at any bank for a Blue boater." + }, + { + "id": 7327, + "name": "Black boater", + "examine": "Stylish!" + }, + { + "id": 7328, + "name": "Black boater", + "examine": "Swap this note at any bank for a Black boater." + }, + { + "id": 7329, + "name": "Red firelighter", + "examine": "Makes firelighting lots easier" + }, + { + "id": 7330, + "name": "Green firelighter", + "examine": "Makes firelighting lots easier" + }, + { + "id": 7331, + "name": "Blue firelighter", + "examine": "Makes firelighting lots easier" + }, + { + "id": 7332, + "name": "Black kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7333, + "name": "Black kiteshield(h)", + "examine": "Swap this note at any bank for a Black kiteshield(h)." + }, + { + "id": 7334, + "name": "Adam kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7335, + "name": "Adam kiteshield(h)", + "examine": "Swap this note at any bank for an Adam kiteshield(h)." + }, + { + "id": 7336, + "name": "Rune kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7337, + "name": "Rune kiteshield(h)", + "examine": "Swap this note at any bank for a Rune kiteshield(h)." + }, + { + "id": 7338, + "name": "Black kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7339, + "name": "Black kiteshield(h)", + "examine": "Swap this note at any bank for a Black kiteshield(h)." + }, + { + "id": 7340, + "name": "Adam kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7341, + "name": "Adam kiteshield(h)", + "examine": "Swap this note at any bank for an Adam kiteshield(h)." + }, + { + "id": 7342, + "name": "Rune kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7343, + "name": "Rune kiteshield(h)", + "examine": "Swap this note at any bank for a Rune kiteshield(h)." + }, + { + "id": 7344, + "name": "Black kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7345, + "name": "Black kiteshield(h)", + "examine": "Swap this note at any bank for a Black kiteshield(h)." + }, + { + "id": 7346, + "name": "Adam kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7347, + "name": "Adam kiteshield(h)", + "examine": "Swap this note at any bank for an Adam kiteshield(h)." + }, + { + "id": 7348, + "name": "Rune kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7349, + "name": "Rune kiteshield(h)", + "examine": "Swap this note at any bank for a Rune kiteshield(h)." + }, + { + "id": 7350, + "name": "Black kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7351, + "name": "Black kiteshield(h)", + "examine": "Swap this note at any bank for a Black kiteshield(h)." + }, + { + "id": 7352, + "name": "Adam kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7353, + "name": "Adam kiteshield(h)", + "examine": "Swap this note at any bank for an Adam kiteshield(h)." + }, + { + "id": 7354, + "name": "Rune kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7355, + "name": "Rune kiteshield(h)", + "examine": "Swap this note at any bank for a Rune kiteshield(h)." + }, + { + "id": 7356, + "name": "Black kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7357, + "name": "Black kiteshield(h)", + "examine": "Swap this note at any bank for a Black kiteshield(h)." + }, + { + "id": 7358, + "name": "Adam kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7359, + "name": "Adam kiteshield(h)", + "examine": "Swap this note at any bank for an Adam kiteshield(h)." + }, + { + "id": 7360, + "name": "Rune kiteshield(h)", + "examine": "A shield with a heraldic design" + }, + { + "id": 7361, + "name": "Rune kiteshield(h)", + "examine": "Swap this note at any bank for a Rune kiteshield(h)." + }, + { + "id": 7362, + "name": "Studded body (g)", + "examine": "Those studs should provide a bit more protection, nice trim too!" + }, + { + "id": 7363, + "name": "Studded body (g)", + "examine": "Swap this note at any bank for a Studded body (g)." + }, + { + "id": 7364, + "name": "Studded body (t)", + "examine": "Those studs should provide a bit more protection, nice trim too!" + }, + { + "id": 7365, + "name": "Studded body (t)", + "examine": "Swap this note at any bank for a Studded body (t)." + }, + { + "id": 7366, + "name": "Studded chaps (g)", + "examine": "Those studs should provide a bit more protection. Nice trim too!" + }, + { + "id": 7367, + "name": "Studded chaps (g)", + "examine": "Swap this note at any bank for a Studded chaps (g)." + }, + { + "id": 7368, + "name": "Studded chaps (t)", + "examine": "Those studs should provide a bit more protection. Nice trim too!" + }, + { + "id": 7369, + "name": "Studded chaps (t)", + "examine": "Swap this note at any bank for a Studded chaps (t)." + }, + { + "id": 7370, + "name": "D-hide body(g)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7371, + "name": "D-hide body(g)", + "examine": "Swap this note at any bank for a D-hide body(g)." + }, + { + "id": 7372, + "name": "D-hide body (t)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7373, + "name": "D-hide body (t)", + "examine": "Swap this note at any bank for a D-hide body (t)." + }, + { + "id": 7374, + "name": "D-hide body (g)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7375, + "name": "D-hide body (g)", + "examine": "Swap this note at any bank for a D-hide body (g)." + }, + { + "id": 7376, + "name": "D-hide body (t)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7377, + "name": "D-hide body (t)", + "examine": "Swap this note at any bank for a D-hide body (t)." + }, + { + "id": 7378, + "name": "D-hide chaps (g)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7379, + "name": "D-hide chaps (g)", + "examine": "Swap this note at any bank for a D-hide chaps (g)." + }, + { + "id": 7380, + "name": "D-hide chaps (t)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7381, + "name": "D-hide chaps (t)", + "examine": "Swap this note at any bank for a D-hide chaps (t)." + }, + { + "id": 7382, + "name": "D-hide chaps (g)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7383, + "name": "D-hide chaps (g)", + "examine": "Swap this note at any bank for a D-hide chaps (g)." + }, + { + "id": 7384, + "name": "D-hide chaps (t)", + "examine": "Made from 100% real dragonhide. With colourful trim!" + }, + { + "id": 7385, + "name": "D-hide chaps (t)", + "examine": "Swap this note at any bank for a D-hide chaps (t)." + }, + { + "id": 7386, + "name": "Blue skirt (g)", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!" + }, + { + "id": 7387, + "name": "Blue skirt (g)", + "examine": "Swap this note at any bank for a Blue skirt (g)." + }, + { + "id": 7388, + "name": "Blue skirt (t)", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!" + }, + { + "id": 7389, + "name": "Blue skirt (t)", + "examine": "Swap this note at any bank for a Blue skirt (t)." + }, + { + "id": 7390, + "name": "Wizard robe (g)", + "examine": "I can do magic better in this." + }, + { + "id": 7391, + "name": "Wizard robe (g)", + "examine": "Swap this note at any bank for a Wizard robe (g)." + }, + { + "id": 7392, + "name": "Wizard robe (t)", + "examine": "I can do magic better in this." + }, + { + "id": 7393, + "name": "Wizard robe (t)", + "examine": "Swap this note at any bank for a Wizard robe (t)." + }, + { + "id": 7394, + "name": "Wizard hat (g)", + "examine": "A silly pointed hat, with colourful trim." + }, + { + "id": 7395, + "name": "Wizard hat (g)", + "examine": "Swap this note at any bank for a Wizard hat (g)." + }, + { + "id": 7396, + "name": "Wizard hat (t)", + "examine": "A silly pointed hat, with colourful trim." + }, + { + "id": 7397, + "name": "Wizard hat (t)", + "examine": "Swap this note at any bank for a Wizard hat (t)." + }, + { + "id": 7398, + "name": "Enchanted robe", + "examine": "Enchanted Wizards robes." + }, + { + "id": 7399, + "name": "Enchanted top", + "examine": "Enchanted Wizards robes." + }, + { + "id": 7400, + "name": "Enchanted hat", + "examine": "A three pointed hat of magic." + }, + { + "id": 7401, + "name": "Enchanted robe", + "examine": "Swap this note at any bank for an Enchanted robe." + }, + { + "id": 7402, + "name": "Enchanted top", + "examine": "Swap this note at any bank for an Enchanted top." + }, + { + "id": 7403, + "name": "Enchanted hat", + "examine": "Swap this note at any bank for an Enchanted hat." + }, + { + "id": 7404, + "name": "Red logs", + "examine": "A number of chemical covered wooden logs." + }, + { + "id": 7405, + "name": "Green logs", + "examine": "A number of chemical covered wooden logs." + }, + { + "id": 7406, + "name": "Blue logs", + "examine": "A number of chemical covered wooden logs." + }, + { + "id": 7407, + "name": "Dragon 2h sword", + "examine": "Swap this note at any bank for a Dragon 2h sword." + }, + { + "id": 7408, + "name": "Draynor skull", + "examine": "I shouldn't joke, this is a grave matter." + }, + { + "id": 7409, + "name": "Magic secateurs", + "examine": "The only way to kill a Tanglefoot." + }, + { + "id": 7410, + "name": "Queen's secateurs", + "examine": "Contains the Fairy Queen's magic essence." + }, + { + "id": 7411, + "name": "Symptoms list", + "examine": "A list of the Fairy Queen's symptoms." + }, + { + "id": 7412, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7413, + "name": "Bird nest", + "examine": "It's a bird's nest with some seeds in it." + }, + { + "id": 7414, + "name": "Paddle", + "examine": "With it, you row." + }, + { + "id": 7415, + "name": "Paddle", + "examine": "Swap this note at any bank for a Paddle." + }, + { + "id": 7416, + "name": "Mole claw", + "examine": "A mole claw." + }, + { + "id": 7417, + "name": "Mole claw", + "examine": "Swap this note at any bank for a Mole claw." + }, + { + "id": 7418, + "name": "Mole skin", + "examine": "The skin of a large mole." + }, + { + "id": 7419, + "name": "Mole skin", + "examine": "Swap this note at any bank for a Mole skin." + }, + { + "id": 7420, + "name": "Mutated zygomite", + "examine": "A slayer monster." + }, + { + "id": 7421, + "name": "Fungicide spray 10", + "examine": "Pumps fungicide." + }, + { + "id": 7422, + "name": "Fungicide spray 9", + "examine": "Pumps fungicide." + }, + { + "id": 7423, + "name": "Fungicide spray 8", + "examine": "Pumps fungicide." + }, + { + "id": 7424, + "name": "Fungicide spray 7", + "examine": "Pumps fungicide." + }, + { + "id": 7425, + "name": "Fungicide spray 6", + "examine": "Pumps fungicide." + }, + { + "id": 7426, + "name": "Fungicide spray 5", + "examine": "Pumps fungicide." + }, + { + "id": 7427, + "name": "Fungicide spray 4", + "examine": "Pumps fungicide." + }, + { + "id": 7428, + "name": "Fungicide spray 3", + "examine": "Pumps fungicide." + }, + { + "id": 7429, + "name": "Fungicide spray 2", + "examine": "Pumps fungicide." + }, + { + "id": 7430, + "name": "Fungicide spray 1", + "examine": "Pumps fungicide." + }, + { + "id": 7431, + "name": "Fungicide spray 0", + "examine": "Pumps fungicide." + }, + { + "id": 7432, + "name": "Fungicide", + "examine": "Does exactly what it says on the tin. (Kills Fungi.)" + }, + { + "id": 7433, + "name": "Wooden spoon", + "examine": "Spoooooon!" + }, + { + "id": 7434, + "name": "Wooden spoon", + "examine": "Swap this note at any bank for a Wooden spoon." + }, + { + "id": 7435, + "name": "Egg whisk", + "examine": "A large whisk of death." + }, + { + "id": 7436, + "name": "Egg whisk", + "examine": "Swap this note at any bank for an Egg whisk." + }, + { + "id": 7437, + "name": "Spork", + "examine": "Use the spork." + }, + { + "id": 7438, + "name": "Spork", + "examine": "Swap this note at any bank for a Spork." + }, + { + "id": 7439, + "name": "Spatula", + "examine": "A large spatula... of doom!" + }, + { + "id": 7440, + "name": "Spatula", + "examine": "Swap this note at any bank for a Spatula." + }, + { + "id": 7441, + "name": "Frying pan", + "examine": "Looks like it's non-stick too!" + }, + { + "id": 7442, + "name": "Frying pan", + "examine": "Swap this note at any bank for a Frying pan." + }, + { + "id": 7443, + "name": "Skewer", + "examine": "Generally used for impaling fresh meat." + }, + { + "id": 7444, + "name": "Skewer", + "examine": "Swap this note at any bank for a Skewer." + }, + { + "id": 7445, + "name": "Rolling pin", + "examine": "That's how I roll!" + }, + { + "id": 7446, + "name": "Rolling pin", + "examine": "Swap this note at any bank for a Rolling pin." + }, + { + "id": 7447, + "name": "Kitchen knife", + "examine": "A sharp, dependable knife, for filleting meat." + }, + { + "id": 7448, + "name": "Kitchen knife", + "examine": "Swap this note at any bank for a Kitchen knife." + }, + { + "id": 7449, + "name": "Meat tenderiser", + "examine": "Often used to soften tough meat up." + }, + { + "id": 7450, + "name": "Meat tenderiser", + "examine": "Swap this note at any bank for a Meat tenderiser." + }, + { + "id": 7451, + "name": "Cleaver", + "examine": "An effective tool for chopping tough meat." + }, + { + "id": 7452, + "name": "Cleaver", + "examine": "Swap this note at any bank for a Cleaver." + }, + { + "id": 7453, + "name": "Gloves", + "examine": "A pair of gloves." + }, + { + "id": 7454, + "name": "Gloves", + "examine": "A pair of gloves." + }, + { + "id": 7455, + "name": "Gloves", + "examine": "A pair of gloves." + }, + { + "id": 7456, + "name": "Gloves", + "examine": "A pair of gloves." + }, + { + "id": 7457, + "name": "Gloves", + "examine": "A pair of nice gloves." + }, + { + "id": 7458, + "name": "Gloves", + "examine": "A pair of nice gloves." + }, + { + "id": 7459, + "name": "Gloves", + "examine": "A pair of nice gloves." + }, + { + "id": 7460, + "name": "Gloves", + "examine": "A pair of very nice gloves." + }, + { + "id": 7461, + "name": "Gloves", + "examine": "A pair of very nice gloves." + }, + { + "id": 7462, + "name": "Gloves", + "examine": "A pair of very nice gloves." + }, + { + "id": 7463, + "name": "Cornflour", + "examine": "A little heap of cornflour." + }, + { + "id": 7464, + "name": "Book on chickens", + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + }, + { + "id": 7465, + "name": "Vanilla pod", + "examine": "Surprise, it looks like a vanilla pod." + }, + { + "id": 7466, + "name": "Cornflour", + "examine": "It's cornflour." + }, + { + "id": 7467, + "name": "Cornflour", + "examine": "Swap this note at any bank for a Cornflour." + }, + { + "id": 7468, + "name": "Pot of cornflour", + "examine": "It's cornflour in a pot." + }, + { + "id": 7469, + "name": "Pot of cornflour", + "examine": "Swap this note at any bank for a Pot of cornflour." + }, + { + "id": 7470, + "name": "Cornflour mixture", + "examine": "A mixture of milk, cream and cornflour." + }, + { + "id": 7471, + "name": "Milky mixture", + "examine": "It's a bucket of milk and cream." + }, + { + "id": 7472, + "name": "Cinnamon", + "examine": "Some cinnamon sticks." + }, + { + "id": 7473, + "name": "Brulee", + "examine": "It's just missing a sprinkling of cinnamon." + }, + { + "id": 7474, + "name": "Brulee", + "examine": "A pot of brulee mixture" + }, + { + "id": 7475, + "name": "Brulee", + "examine": "Perfect, it just needs flambeing." + }, + { + "id": 7476, + "name": "Brulee supreme", + "examine": "A pot of brulee supreme." + }, + { + "id": 7477, + "name": "Evil chicken's egg", + "examine": "What came first, the chicken or..." + }, + { + "id": 7478, + "name": "Dragon token", + "examine": "It's got a dragon on it." + }, + { + "id": 7479, + "name": "Spicy stew", + "examine": "It's a meat and potato stew with fancy seasoning." + }, + { + "id": 7480, + "name": "Red spice (4)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7481, + "name": "Red spice (3)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7482, + "name": "Red spice (2)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7483, + "name": "Red spice (1)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7484, + "name": "Orange spice (4)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7485, + "name": "Orange spice (3)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7486, + "name": "Orange spice (2)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7487, + "name": "Orange spice (1)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7488, + "name": "Brown spice (4)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7489, + "name": "Brown spice (3)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7490, + "name": "Brown spice (2)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7491, + "name": "Brown spice (1)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7492, + "name": "Yellow spice (4)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7493, + "name": "Yellow spice (3)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7494, + "name": "Yellow spice (2)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7495, + "name": "Yellow spice (1)", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7496, + "name": "Empty spice shaker", + "examine": "Allows for equal distribution of spice." + }, + { + "id": 7497, + "name": "Dirty blast", + "examine": "A cool refreshing fruit mix. With ash in for some reason." + }, + { + "id": 7498, + "name": "Antique lamp", + "examine": "I wonder what happens if I rub it..." + }, + { + "id": 7499, + "name": "Evil dave", + "examine": "Evil Dave." + }, + { + "id": 7500, + "name": "Dwarf", + "examine": "It's a Dwarf." + }, + { + "id": 7501, + "name": "Goblins", + "examine": "Still arguing." + }, + { + "id": 7502, + "name": "Lumbridge guide", + "examine": "A helpful man." + }, + { + "id": 7503, + "name": "Monkey", + "examine": "The monkey King." + }, + { + "id": 7504, + "name": "Osman", + "examine": "From the desert." + }, + { + "id": 7505, + "name": "Pirate pete", + "examine": "AARGH." + }, + { + "id": 7506, + "name": "Sir amik varze", + "examine": "The whitest of knights." + }, + { + "id": 7507, + "name": "Skrach", + "examine": "Huge and dumb." + }, + { + "id": 7508, + "name": "Asgarnian ale (g)", + "examine": "There appears to be a coin in the bottom. Liked by dwarves." + }, + { + "id": 7509, + "name": "Dwarven rock cake", + "examine": "Red hot and glowing, ouch! Only for dwarf consumption." + }, + { + "id": 7510, + "name": "Dwarven rock cake", + "examine": "Cool and heavy as a brick. Only for dwarf consumption." + }, + { + "id": 7511, + "name": "Slop of compromise", + "examine": "Two out of two goblin generals prefer it!" + }, + { + "id": 7512, + "name": "Soggy bread", + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky." + }, + { + "id": 7513, + "name": "Spicy maggots", + "examine": "They clearly taste so much better this way!" + }, + { + "id": 7514, + "name": "Dyed orange", + "examine": "Orange slices which have been dyed, but it looks more like they died." + }, + { + "id": 7515, + "name": "Breadcrumbs", + "examine": "Glad these aren't in my bed." + }, + { + "id": 7516, + "name": "Kelp", + "examine": "Slightly damp seaweed." + }, + { + "id": 7517, + "name": "Ground kelp", + "examine": "Kelp flakes. Smells of the sea." + }, + { + "id": 7518, + "name": "Crab meat", + "examine": "A smelly meat." + }, + { + "id": 7519, + "name": "Crab meat", + "examine": "A smelly meat." + }, + { + "id": 7520, + "name": "Burnt crab meat", + "examine": "Oh dear, it's burnt." + }, + { + "id": 7521, + "name": "Cooked crab meat", + "examine": "Nice and tasty!" + }, + { + "id": 7522, + "name": "Cooked crab meat", + "examine": "Swap this note at any bank for a Cooked crab meat." + }, + { + "id": 7523, + "name": "Cooked crab meat", + "examine": "Nice and tasty!" + }, + { + "id": 7524, + "name": "Cooked crab meat", + "examine": "Nice and tasty!" + }, + { + "id": 7525, + "name": "Cooked crab meat", + "examine": "Nice and tasty!" + }, + { + "id": 7526, + "name": "Cooked crab meat", + "examine": "Nice and tasty!" + }, + { + "id": 7527, + "name": "Ground crab meat", + "examine": "A smelly paste." + }, + { + "id": 7528, + "name": "Ground cod", + "examine": "A smelly paste." + }, + { + "id": 7529, + "name": "Raw fishcake", + "examine": "Would taste nicer if I cooked it." + }, + { + "id": 7530, + "name": "Cooked fishcake", + "examine": "Mmmm, reminds me of the seaside." + }, + { + "id": 7531, + "name": "Burnt fishcake", + "examine": "Darn thing's all burnt!" + }, + { + "id": 7532, + "name": "Mudskipper hide", + "examine": "Hmmm, what can I use this for?" + }, + { + "id": 7533, + "name": "Rock", + "examine": "A rock." + }, + { + "id": 7534, + "name": "Fishbowl helmet", + "examine": "You'll look daft, but at least you won't drown!" + }, + { + "id": 7535, + "name": "Diving apparatus", + "examine": "I'll need a helmet to make this work." + }, + { + "id": 7536, + "name": "Fresh crab claw", + "examine": "Fresh off the crab itself." + }, + { + "id": 7537, + "name": "Crab claw", + "examine": "If it's good enough for crabs, it's good enough for me!" + }, + { + "id": 7538, + "name": "Fresh crab shell", + "examine": "Fresh off the crab itself." + }, + { + "id": 7539, + "name": "Crab helmet", + "examine": "If it's good enough for crabs, it's good enough for me!" + }, + { + "id": 7540, + "name": "Broken crab claw", + "examine": "Darn, it's useless now." + }, + { + "id": 7541, + "name": "Broken crab shell", + "examine": "Darn, it's useless now." + }, + { + "id": 7542, + "name": "Cake of guidance", + "examine": "Imbued with knowledge itself." + }, + { + "id": 7543, + "name": "Raw guide cake", + "examine": "Now all I need to do is cook it." + }, + { + "id": 7544, + "name": "Enchanted egg", + "examine": "Egg containing knowledge." + }, + { + "id": 7545, + "name": "Enchanted milk", + "examine": "Guiding milk." + }, + { + "id": 7546, + "name": "Enchanted flour", + "examine": "A pot of special flour." + }, + { + "id": 7547, + "name": "Druid pouch", + "examine": "A druid pouch." + }, + { + "id": 7548, + "name": "Potato seed", + "examine": "A potato seed" + }, + { + "id": 7549, + "name": "Potato seed", + "examine": "Swap this note at any bank for a Potato seed." + }, + { + "id": 7550, + "name": "Onion seed", + "examine": "An onion seed" + }, + { + "id": 7551, + "name": "Onion seed", + "examine": "Swap this note at any bank for an Onion seed." + }, + { + "id": 7552, + "name": "Mithril arrow", + "examine": "Arrows with mithril heads." + }, + { + "id": 7553, + "name": "Mithril arrow", + "examine": "Swap this note at any bank for a Mithril arrow." + }, + { + "id": 7554, + "name": "Fire rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 7555, + "name": "Fire rune", + "examine": "Swap this note at any bank for a Fire rune." + }, + { + "id": 7556, + "name": "Water rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 7557, + "name": "Water rune", + "examine": "Swap this note at any bank for a Water rune." + }, + { + "id": 7558, + "name": "Air rune", + "examine": "One of the 4 basic elemental Runes." + }, + { + "id": 7559, + "name": "Air rune", + "examine": "Swap this note at any bank for an Air rune." + }, + { + "id": 7560, + "name": "Chaos rune", + "examine": "Used for low level missile spells." + }, + { + "id": 7561, + "name": "Chaos rune", + "examine": "Swap this note at any bank for a Chaos rune." + }, + { + "id": 7562, + "name": "Tomato seed", + "examine": "A tomato seed" + }, + { + "id": 7563, + "name": "Tomato seed", + "examine": "Swap this note at any bank for a Tomato seed." + }, + { + "id": 7564, + "name": "Balloon toad", + "examine": "An inflated toad tied to a rock like a balloon." + }, + { + "id": 7565, + "name": "Balloon toad", + "examine": "An inflated toad tied to a rock like a balloon." + }, + { + "id": 7566, + "name": "Raw jubbly", + "examine": "The uncooked meat of a Jubbly bird." + }, + { + "id": 7567, + "name": "Raw jubbly", + "examine": "Swap this note at any bank for a Raw jubbly." + }, + { + "id": 7568, + "name": "Cooked jubbly", + "examine": "Lovely Jubbly!" + }, + { + "id": 7569, + "name": "Cooked jubbly", + "examine": "Swap this note at any bank for a Cooked jubbly." + }, + { + "id": 7570, + "name": "Burnt jubbly", + "examine": "The burnt meat of a Jubbly bird." + }, + { + "id": 7571, + "name": "Burnt jubbly", + "examine": "Swap this note at any bank for a Burnt jubbly." + }, + { + "id": 7572, + "name": "Red banana", + "examine": "Like a banana only redder." + }, + { + "id": 7573, + "name": "Tchiki monkey nuts", + "examine": "Like Monkey Nuts only Tchikier." + }, + { + "id": 7574, + "name": "Sliced red banana", + "examine": "Perfect for stuffing snakes." + }, + { + "id": 7575, + "name": "Tchiki nut paste", + "examine": "Mixing this with jam would just be wrong." + }, + { + "id": 7576, + "name": "Snake corpse", + "examine": "Like a snake only not alive." + }, + { + "id": 7577, + "name": "Raw stuffed snake", + "examine": "This snake is stuffed right up." + }, + { + "id": 7578, + "name": "Odd stuffed snake", + "examine": "Is this really what you wanted to do?" + }, + { + "id": 7579, + "name": "Stuffed snake", + "examine": "Fit for a Monkey King." + }, + { + "id": 7580, + "name": "Snake over-cooked", + "examine": "It's a burnt snake." + }, + { + "id": 7581, + "name": "Overgrown hellcat", + "examine": "Your hellish pet cat!!" + }, + { + "id": 7582, + "name": "Hell cat", + "examine": "Your hellish pet cat!!" + }, + { + "id": 7583, + "name": "Hell-kitten", + "examine": "Your hellish pet cat!!" + }, + { + "id": 7584, + "name": "Lazy hell cat", + "examine": "Your hellish pet cat!!" + }, + { + "id": 7585, + "name": "Wiley hellcat", + "examine": "Your hellish pet cat!!" + }, + { + "id": 7586, + "name": "Dummy", + "examine": "All is white!" + }, + { + "id": 7587, + "name": "Coffin", + "examine": "Filled with items. Like a bank, but spookier!" + }, + { + "id": 7588, + "name": "Coffin", + "examine": "Filled with items. Like a bank, but spookier!" + }, + { + "id": 7589, + "name": "Coffin", + "examine": "Filled with items. Like a bank, but spookier!" + }, + { + "id": 7590, + "name": "Coffin", + "examine": "Filled with items. Like a bank, but spookier!" + }, + { + "id": 7591, + "name": "Coffin", + "examine": "Filled with items. Like a bank, but spookier!" + }, + { + "id": 7592, + "name": "Zombie shirt", + "examine": "Aside from the braaaains on the lapel, it's still quite good." + }, + { + "id": 7593, + "name": "Zombie trousers", + "examine": "Good for a shamble about town." + }, + { + "id": 7594, + "name": "Zombie mask", + "examine": "I look 40,000 years old in this..." + }, + { + "id": 7595, + "name": "Zombie gloves", + "examine": "Smells pretty funky." + }, + { + "id": 7596, + "name": "Zombie boots", + "examine": "Thrilling." + }, + { + "id": 7597, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7598, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7599, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7600, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7601, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7602, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7603, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7604, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7605, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7606, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7607, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7608, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7609, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7610, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7611, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7612, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7613, + "name": "Item", + "examine": "It seems bleached with age." + }, + { + "id": 7614, + "name": "Item", + "examine": "Its a symbol." + }, + { + "id": 7615, + "name": "Item", + "examine": "Its a symbol." + }, + { + "id": 7616, + "name": "Item", + "examine": "Its a symbol." + }, + { + "id": 7617, + "name": "Item", + "examine": "Its a symbol." + }, + { + "id": 7618, + "name": "Item", + "examine": "Its a symbol." + }, + { + "id": 7619, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7620, + "name": "Silvthrill rod", + "examine": "A rod made from Silver and Mithril." + }, + { + "id": 7621, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7622, + "name": "Bucket of rubble", + "examine": "A bucket partially filled with rubble." + }, + { + "id": 7623, + "name": "Bucket of rubble", + "examine": "Swap this note at any bank for a Bucket of rubble." + }, + { + "id": 7624, + "name": "Bucket of rubble", + "examine": "A bucket almost full of rubble." + }, + { + "id": 7625, + "name": "Bucket of rubble", + "examine": "Swap this note at any bank for a Bucket of rubble." + }, + { + "id": 7626, + "name": "Bucket of rubble", + "examine": "A bucket totally filled with rubble." + }, + { + "id": 7627, + "name": "Bucket of rubble", + "examine": "Swap this note at any bank for a Bucket of rubble." + }, + { + "id": 7628, + "name": "Plaster fragment", + "examine": "A frament of plaster with some impressions on it." + }, + { + "id": 7629, + "name": "Dusty scroll", + "examine": "An ancient tattered scroll." + }, + { + "id": 7630, + "name": "Crate", + "examine": "An old and musty looking crate." + }, + { + "id": 7631, + "name": "Crate", + "examine": "Swap this note at any bank for a Crate." + }, + { + "id": 7632, + "name": "Temple library key", + "examine": "A key for the Temple Library." + }, + { + "id": 7633, + "name": "Ancient book", + "examine": "A book about seven warrior priests, written about 200 years ago." + }, + { + "id": 7634, + "name": "Crumbling tome", + "examine": "An ancient history book." + }, + { + "id": 7635, + "name": "Leather book", + "examine": "An ancient leather-bound tome." + }, + { + "id": 7636, + "name": "Rod dust", + "examine": "Rod of Ivandis dust." + }, + { + "id": 7637, + "name": "Silvthrill rod", + "examine": "A silvery rod of mithril and silver with a sapphire on the top." + }, + { + "id": 7638, + "name": "Silvthrill rod", + "examine": "A silvery rod of mithril and silver with a sapphire on the top, it has been enchanted." + }, + { + "id": 7639, + "name": "Rod of ivandis(10)", + "examine": "A fully charged rod." + }, + { + "id": 7640, + "name": "Rod of ivandis(9)", + "examine": "A partially charged rod." + }, + { + "id": 7641, + "name": "Rod of ivandis(8)", + "examine": "A partially charged rod." + }, + { + "id": 7642, + "name": "Rod of ivandis(7)", + "examine": "A partially charged rod." + }, + { + "id": 7643, + "name": "Rod of ivandis(6)", + "examine": "A partially charged rod." + }, + { + "id": 7644, + "name": "Rod of ivandis(5)", + "examine": "A partially charged rod." + }, + { + "id": 7645, + "name": "Rod of ivandis(4)", + "examine": "A partially charged rod." + }, + { + "id": 7646, + "name": "Rod of ivandis(3)", + "examine": "A partially charged rod." + }, + { + "id": 7647, + "name": "Rod of ivandis(2)", + "examine": "2! 2 charges left! Ha Ha Ha." + }, + { + "id": 7648, + "name": "Rod of ivandis(1)", + "examine": "A partially charged rod." + }, + { + "id": 7649, + "name": "Rod clay mould", + "examine": "Rod of Ivandis mould." + }, + { + "id": 7650, + "name": "Silver dust", + "examine": "It's ground up silver." + }, + { + "id": 7651, + "name": "Silver dust", + "examine": "Swap this note at any bank for a Silver dust." + }, + { + "id": 7652, + "name": "Unfinished potion.", + "examine": "An unfinished potion." + }, + { + "id": 7653, + "name": "Unfinished potion.", + "examine": "Swap this note at any bank for an Unfinished potion.." + }, + { + "id": 7654, + "name": "Unfinished potion.", + "examine": "An unfinished potion." + }, + { + "id": 7655, + "name": "Unfinished potion.", + "examine": "Swap this note at any bank for an Unfinished potion.." + }, + { + "id": 7656, + "name": "Unfinished potion.", + "examine": "An unfinished potion." + }, + { + "id": 7657, + "name": "Unfinished potion.", + "examine": "Swap this note at any bank for an Unfinished potion.." + }, + { + "id": 7658, + "name": "Unfinished potion.", + "examine": "An unfinished potion." + }, + { + "id": 7659, + "name": "Unfinished potion.", + "examine": "Swap this note at any bank for an Unfinished potion.." + }, + { + "id": 7660, + "name": "Guthix balance(4)", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + }, + { + "id": 7661, + "name": "Guthix balance(4)", + "examine": "Swap this note at any bank for a Guthix balance(4)." + }, + { + "id": 7662, + "name": "Guthix balance(3)", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + }, + { + "id": 7663, + "name": "Guthix balance(3)", + "examine": "Swap this note at any bank for a Guthix balance(3)." + }, + { + "id": 7664, + "name": "Guthix balance(2)", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + }, + { + "id": 7665, + "name": "Guthix balance(2)", + "examine": "Swap this note at any bank for a Guthix balance(2)." + }, + { + "id": 7666, + "name": "Guthix balance(1)", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + }, + { + "id": 7667, + "name": "Guthix balance(1)", + "examine": "Swap this note at any bank for a Guthix balance(1)." + }, + { + "id": 7668, + "name": "Gadderhammer", + "examine": "A specially crafted hammer with strange markings on it." + }, + { + "id": 7669, + "name": "Gadderhammer", + "examine": "Swap this note at any bank for a Gadderhammer." + }, + { + "id": 7670, + "name": "null", + "examine": "It's a null." + }, + { + "id": 7671, + "name": "Boxing gloves", + "examine": "I think they look a bit silly." + }, + { + "id": 7672, + "name": "Boxing gloves", + "examine": "Swap this note at any bank for a Boxing gloves." + }, + { + "id": 7673, + "name": "Boxing gloves", + "examine": "I think they look a bit silly." + }, + { + "id": 7674, + "name": "Boxing gloves", + "examine": "Swap this note at any bank for a Boxing gloves." + }, + { + "id": 7675, + "name": "Wooden sword", + "examine": "A less-than razor sharp sword." + }, + { + "id": 7676, + "name": "Wooden shield.", + "examine": "A less-than strong shield." + }, + { + "id": 7677, + "name": "Magic stone", + "examine": "It knows where the treasure is." + }, + { + "id": 7678, + "name": "Prize key", + "examine": "You can use this to open the prize chest!" + }, + { + "id": 7679, + "name": "Pugel", + "examine": "A good tool for bashing someone." + }, + { + "id": 7680, + "name": "Pugel", + "examine": "Swap this note at any bank for a Pugel." + }, + { + "id": 7681, + "name": "Game book", + "examine": "Party Pete's Bumper Book Of Games" + }, + { + "id": 7682, + "name": "Hoop", + "examine": "Try to throw it over the stick." + }, + { + "id": 7683, + "name": "Hoop", + "examine": "Swap this note at any bank for a Hoop." + }, + { + "id": 7684, + "name": "Dart", + "examine": "Not much good in combat, but perfect for the dart board!" + }, + { + "id": 7685, + "name": "Dart", + "examine": "Swap this note at any bank for a Dart." + }, + { + "id": 7686, + "name": "Bow and arrow", + "examine": "A safe arrow for indoor ranging games." + }, + { + "id": 7687, + "name": "Bow and arrow", + "examine": "Swap this note at any bank for a Bow and arrow." + }, + { + "id": 7688, + "name": "Kettle", + "examine": "The kettle is empty" + }, + { + "id": 7689, + "name": "Kettle", + "examine": "Swap this note at any bank for a Kettle." + }, + { + "id": 7690, + "name": "Full kettle", + "examine": "It's full of cold water." + }, + { + "id": 7691, + "name": "Hot kettle", + "examine": "It's full of boiling water." + }, + { + "id": 7692, + "name": "Pot of tea 4", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7693, + "name": "Pot of tea 4", + "examine": "Swap this note at any bank for a Pot of tea 4." + }, + { + "id": 7694, + "name": "Pot of tea 3", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7695, + "name": "Pot of tea 3", + "examine": "Swap this note at any bank for a Pot of tea 3." + }, + { + "id": 7696, + "name": "Pot of tea 2", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7697, + "name": "Pot of tea 2", + "examine": "Swap this note at any bank for a Pot of tea 2." + }, + { + "id": 7698, + "name": "Pot of tea 1", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7699, + "name": "Pot of tea 1", + "examine": "Swap this note at any bank for a Pot of tea 1." + }, + { + "id": 7700, + "name": "Teapot with leaves", + "examine": "Add boiling water to make a tea." + }, + { + "id": 7701, + "name": "Teapot with leaves", + "examine": "Swap this note at any bank for a Teapot with leaves." + }, + { + "id": 7702, + "name": "Teapot", + "examine": "This teapot is empty." + }, + { + "id": 7703, + "name": "Teapot", + "examine": "Swap this note at any bank for a Teapot." + }, + { + "id": 7704, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7705, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7706, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7707, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7708, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7709, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7710, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7711, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7712, + "name": "Teapot with leaves", + "examine": "Add boiling water to make a tea." + }, + { + "id": 7713, + "name": "Teapot with leaves", + "examine": "Swap this note at any bank for a Teapot with leaves." + }, + { + "id": 7714, + "name": "Teapot", + "examine": "This teapot is empty." + }, + { + "id": 7715, + "name": "Teapot", + "examine": "Swap this note at any bank for a Teapot." + }, + { + "id": 7716, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7717, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7718, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7719, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7720, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7721, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7722, + "name": "Pot of tea", + "examine": "I'd really like a nice cup of tea." + }, + { + "id": 7723, + "name": "Pot of tea", + "examine": "Swap this note at any bank for a Pot of tea." + }, + { + "id": 7724, + "name": "Teapot with leaves", + "examine": "Add boiling water to make a tea." + }, + { + "id": 7725, + "name": "Teapot with leaves", + "examine": "Swap this note at any bank for a Teapot with leaves." + }, + { + "id": 7726, + "name": "Teapot", + "examine": "This teapot is empty." + }, + { + "id": 7727, + "name": "Teapot", + "examine": "Swap this note at any bank for a Teapot." + }, + { + "id": 7728, + "name": "Empty cup", + "examine": "An empty cup." + }, + { + "id": 7729, + "name": "Empty cup", + "examine": "Swap this note at any bank for an Empty cup." + }, + { + "id": 7730, + "name": "Cup of tea", + "examine": "A nice cup of nettle tea." + }, + { + "id": 7731, + "name": "Cup of tea", + "examine": "A milky cup of nettle tea." + }, + { + "id": 7732, + "name": "Porcelain cup", + "examine": "A porcelain cup." + }, + { + "id": 7733, + "name": "Cup of tea", + "examine": "Some nettle tea in a porcelain cup." + }, + { + "id": 7734, + "name": "Cup of tea", + "examine": "Some milky nettle tea in a porcelain cup." + }, + { + "id": 7735, + "name": "Porcelain cup", + "examine": "A porcelain cup." + }, + { + "id": 7736, + "name": "Cup of tea", + "examine": "Some nettle tea in a porcelain cup." + }, + { + "id": 7737, + "name": "Cup of tea", + "examine": "Some milky nettle tea in a porcelain cup." + }, + { + "id": 7738, + "name": "Tea leaves", + "examine": "Mmm, how about a nice cup of tea?" + }, + { + "id": 7739, + "name": "Tea leaves", + "examine": "Swap this note at any bank for a Tea leaves." + }, + { + "id": 7740, + "name": "Beer", + "examine": "A glass of frothy ale." + }, + { + "id": 7741, + "name": "Beer", + "examine": "Swap this note at any bank for a Beer." + }, + { + "id": 7742, + "name": "Beer glass", + "examine": "I need to fill this with beer." + }, + { + "id": 7743, + "name": "Beer glass", + "examine": "Swap this note at any bank for a Beer glass." + }, + { + "id": 7744, + "name": "Asgarnian ale", + "examine": "Probably the finest ale in Asgarnia." + }, + { + "id": 7745, + "name": "Asgarnian ale", + "examine": "Swap this note at any bank for an Asgarnian ale." + }, + { + "id": 7746, + "name": "Greenman's ale", + "examine": "A glass of frothy ale." + }, + { + "id": 7747, + "name": "Greenman's ale", + "examine": "Swap this note at any bank for a Greenman's ale." + }, + { + "id": 7748, + "name": "Dragon bitter", + "examine": "A glass of bitter." + }, + { + "id": 7749, + "name": "Dragon bitter", + "examine": "Swap this note at any bank for a Dragon bitter." + }, + { + "id": 7750, + "name": "Moonlight mead", + "examine": "A foul smelling brew." + }, + { + "id": 7751, + "name": "Moonlight mead", + "examine": "Swap this note at any bank for a Moonlight mead." + }, + { + "id": 7752, + "name": "Cider", + "examine": "A glass of cider." + }, + { + "id": 7753, + "name": "Cider", + "examine": "Swap this note at any bank for a Cider." + }, + { + "id": 7754, + "name": "Chef's delight", + "examine": "A fruity, full-bodied ale." + }, + { + "id": 7755, + "name": "Chef's delight", + "examine": "Swap this note at any bank for a Chef's delight." + }, + { + "id": 7756, + "name": "Paintbrush", + "examine": "Try dipping it in paint and applying it." + }, + { + "id": 7757, + "name": "Paintbrush", + "examine": "Swap this note at any bank for a Paintbrush." + }, + { + "id": 7758, + "name": "Rusty sword", + "examine": "A decent enough weapon gone rusty." + }, + { + "id": 7759, + "name": "Toy soldier", + "examine": "Nice bit of crafting!" + }, + { + "id": 7760, + "name": "Toy soldier", + "examine": "Swap this note at any bank for a Toy soldier." + }, + { + "id": 7761, + "name": "Toy soldier (wound)", + "examine": "Nice bit of crafting!" + }, + { + "id": 7762, + "name": "Toy soldier (wound)", + "examine": "Swap this note at any bank for a Toy soldier (wound)." + }, + { + "id": 7763, + "name": "Toy doll", + "examine": "Nice bit of crafting!" + }, + { + "id": 7764, + "name": "Toy doll", + "examine": "Swap this note at any bank for a Toy doll." + }, + { + "id": 7765, + "name": "Toy doll (wound)", + "examine": "Nice bit of crafting!" + }, + { + "id": 7766, + "name": "Toy doll (wound)", + "examine": "Swap this note at any bank for a Toy doll (wound)." + }, + { + "id": 7767, + "name": "Toy mouse", + "examine": "Nice bit of crafting!" + }, + { + "id": 7768, + "name": "Toy mouse", + "examine": "Swap this note at any bank for a Toy mouse." + }, + { + "id": 7769, + "name": "Toy mouse (wound)", + "examine": "Nice bit of crafting!" + }, + { + "id": 7770, + "name": "Toy mouse (wound)", + "examine": "Swap this note at any bank for a Toy mouse (wound)." + }, + { + "id": 7771, + "name": "Toy cat", + "examine": "Nice bit of crafting!" + }, + { + "id": 7772, + "name": "Toy cat", + "examine": "Swap this note at any bank for a Toy cat." + }, + { + "id": 7773, + "name": "Branch", + "examine": "Leafless bush branch." + }, + { + "id": 7774, + "name": "Reward token", + "examine": "Yellow reward token." + }, + { + "id": 7775, + "name": "Reward token", + "examine": "Red reward token." + }, + { + "id": 7776, + "name": "Reward token", + "examine": "Blue reward token." + }, + { + "id": 7777, + "name": "Long vine", + "examine": "A long section of vine made up of lots of shorter sections." + }, + { + "id": 7778, + "name": "Short vine", + "examine": "A short section of vines." + }, + { + "id": 7779, + "name": "Fishing tome", + "examine": "A tome of learning which focuses on fishing." + }, + { + "id": 7780, + "name": "Fishing tome", + "examine": "A tome of learning which focuses on fishing." + }, + { + "id": 7781, + "name": "Fishing tome", + "examine": "A tome of learning which focuses on fishing." + }, + { + "id": 7782, + "name": "Agility tome", + "examine": "A tome of learning which focuses on agility." + }, + { + "id": 7783, + "name": "Agility tome", + "examine": "A tome of learning which focuses on agility." + }, + { + "id": 7784, + "name": "Agility tome", + "examine": "A tome of learning which focuses on agility." + }, + { + "id": 7785, + "name": "Thieving tome", + "examine": "A tome of learning which focuses on thieving." + }, + { + "id": 7786, + "name": "Thieving tome", + "examine": "A tome of learning which focuses on thieving." + }, + { + "id": 7787, + "name": "Thieving tome", + "examine": "A tome of learning which focuses on thieving." + }, + { + "id": 7788, + "name": "Slayer tome", + "examine": "A tome of learning which focuses on the slayer skill." + }, + { + "id": 7789, + "name": "Slayer tome", + "examine": "A tome of learning which focuses on the slayer skill." + }, + { + "id": 7790, + "name": "Slayer tome", + "examine": "A tome of learning which focuses on the slayer skill." + }, + { + "id": 7791, + "name": "Mining tome", + "examine": "A tome of learning which focuses on the mining skill." + }, + { + "id": 7792, + "name": "Mining tome", + "examine": "A tome of learning which focuses on the mining skill." + }, + { + "id": 7793, + "name": "Mining tome", + "examine": "A tome of learning which focuses on the mining skill." + }, + { + "id": 7794, + "name": "Firemaking tome", + "examine": "A tome of learning which focuses on the firemaking skill." + }, + { + "id": 7795, + "name": "Firemaking tome", + "examine": "A tome of learning which focuses on the firemaking skill." + }, + { + "id": 7796, + "name": "Firemaking tome", + "examine": "A tome of learning which focuses on the firemaking skill." + }, + { + "id": 7797, + "name": "Woodcutting tome", + "examine": "A tome of learning which focuses on the woodcutting skill." + }, + { + "id": 7798, + "name": "Woodcutting tome", + "examine": "A tome of learning which focuses on the woodcutting skill." + }, + { + "id": 7799, + "name": "Woodcutting tome", + "examine": "A tome of learning which focuses on the woodcutting skill." + }, + { + "id": 7800, + "name": "Snail shell", + "examine": "A shell from a Giant Snail." + }, + { + "id": 7801, + "name": "Snake hide", + "examine": "Scaly but not slimy!" + }, + { + "id": 7802, + "name": "Snake hide", + "examine": "Swap this note at any bank for a Snake hide." + }, + { + "id": 7803, + "name": "Yin yang amulet", + "examine": "A non-magical copy of the make-over mage's amulet." + }, + { + "id": 7804, + "name": "Zaros mjolnir", + "examine": "A Zaros Mjolnir." + }, + { + "id": 7805, + "name": "Zaros mjolnir", + "examine": "Swap this note at any bank for a Zaros mjolnir." + }, + { + "id": 7806, + "name": "Anger sword", + "examine": "A heavy duty sword." + }, + { + "id": 7807, + "name": "Anger battleaxe", + "examine": "A heavy duty axe." + }, + { + "id": 7808, + "name": "Anger mace", + "examine": "A heavy duty mace." + }, + { + "id": 7809, + "name": "Anger spear", + "examine": "A heavy duty spear." + } +] \ No newline at end of file diff --git a/src/plugins/skills/herblore/mix-potion.plugin.ts b/src/plugins/skills/herblore/mix-potion.plugin.ts new file mode 100644 index 000000000..9f65b81ed --- /dev/null +++ b/src/plugins/skills/herblore/mix-potion.plugin.ts @@ -0,0 +1,71 @@ +import { + ItemOnItemAction, + ItemOnItemActionHook, +} from "@engine/action"; +import { widgets } from "@engine/config/config-handler"; +import ingredients from './ingredients'; + +const ANIMATION = 363; +const SOUND = 2608; + +const items = ingredients.filter(i => i.materials && Object.keys(i.materials).length >= 2).map(({ materials }) => { + const [item1, item2] = Object.keys(materials); + const find = (item: string) => ingredients.find(i => i.name === item)?.id + return { + item1: find(item1), + item2: find(item2) || undefined + } +}); + +const outputIngredient = (item1, item2) => + ingredients + .find(i => i.materials && Object.keys(i.materials).length >= 2 && Object.keys(i.materials).every(k => [item1.name, item2.name].includes(k))); + +const handler = ({ + player, + usedItem, + usedWithItem, + usedSlot, + usedWithSlot, +}: ItemOnItemAction) => { + const item1 = ingredients.find(({ id }) => id === usedItem.itemId); + const item2 = ingredients.find(({ id }) => id === usedWithItem.itemId); + const output = outputIngredient(item1, item2); + + if (!output) { + player.sendMessage('Nothing interesting happens.'); + return; + } + + if (player.skills.herblore.level < output.levelRequired) { + player.sendMessage(`Level ${output.levelRequired} Herblore is required.`); + return; + } + + player.inventory.remove(usedSlot); + player.inventory.remove(usedWithSlot); + if ([item1.id, item2.id].includes(227)) { + // 2259 - Pouring Vial Onto Ground + const herb = [item1, item2].find(i => i.id !== 227); + player.sendMessage(`You put the clean ${herb.name} into the vial of water.`); + } else { + const secondary = [item1, item2].find(i => !i.name.includes('(unf)')); + player.sendMessage(`You carefully mix the ${secondary.name.toLowerCase()} into your potion.`); + } + player.playAnimation(ANIMATION); + player.playSound(SOUND); + player.skills.addExp('herblore', output.xpGain); + player.inventory.add({ itemId: output.id, amount: 1 }); + player.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, player.inventory); +}; + +export default { + pluginId: "rs:mix_potion", + hooks: [ + { + items, + handler, + type: "item_on_item", + } as ItemOnItemActionHook, + ], +}; diff --git a/src/plugins/skills/woodcutting/woodcutting.plugin.ts b/src/plugins/skills/woodcutting/woodcutting.plugin.ts index 0ac4e7501..4255652be 100644 --- a/src/plugins/skills/woodcutting/woodcutting.plugin.ts +++ b/src/plugins/skills/woodcutting/woodcutting.plugin.ts @@ -68,7 +68,7 @@ const activate = (task: TaskExecutor, taskIteration: nu } // Check if the amount of ticks passed equal the tools pulses. - if(taskIteration % 3 === 0 && taskIteration != 0) { + if(taskIteration % 3 === 0 && taskIteration !== 0) { const successChance = randomBetween(0, 255); let toolLevel = tool.level - 1; From bd3619fdb09f8c17e12f3657ffea3a369aa5bc57 Mon Sep 17 00:00:00 2001 From: Felix Date: Sat, 8 Jan 2022 23:50:29 +0000 Subject: [PATCH 2/2] Add grinding --- .../skills/herblore/grind-item.plugin.ts | 51 + src/plugins/skills/herblore/items.js | 157836 +++++++++++++-- .../skills/herblore/mix-potion.plugin.ts | 5 +- 3 files changed, 135553 insertions(+), 22339 deletions(-) create mode 100644 src/plugins/skills/herblore/grind-item.plugin.ts diff --git a/src/plugins/skills/herblore/grind-item.plugin.ts b/src/plugins/skills/herblore/grind-item.plugin.ts new file mode 100644 index 000000000..e0893102f --- /dev/null +++ b/src/plugins/skills/herblore/grind-item.plugin.ts @@ -0,0 +1,51 @@ +import { + ItemOnItemAction, + ItemOnItemActionHook, +} from "@engine/action"; +import { widgets } from "@engine/config/config-handler"; +import items from './items'; + +const GRINDABLES = { + 1973: 1975, // Chocolate Bar + 9735: 9736, // Goat Horn + 9016: 9018, // Gorak Claw + 243: 241, // Dragon Scale Dust + 5075: 6693,// Crushed Nest +}; + +const PESTLE_AND_MORTAR = 233; +const BIRDS_NEST = 5075; +const GRIND_ANIMATION = 364; + +const handler = ({ + player, + usedItem, + usedSlot, + usedWithItem, + usedWithSlot, +}: ItemOnItemAction) => { + const grindable = usedItem.itemId === PESTLE_AND_MORTAR + ? { id: usedWithItem.itemId, slot: usedWithSlot } + : { id: usedItem.itemId, slot: usedSlot }; + + player.inventory.set(grindable.slot, { itemId: GRINDABLES[grindable.id], amount: 1 }); + player.playAnimation(GRIND_ANIMATION); + // I don't know what the grind sound id is, but it should be played here. + player.sendMessage(grindable.id === BIRDS_NEST + ? 'You crush the bird\'s nest.' + : `You grind the ${items[grindable.id].name.toLowerCase()} down to a dust.`); + player.outgoingPackets.sendUpdateAllWidgetItems(widgets.inventory, player.inventory); +}; + +export default { + pluginId: "rs:grind-item", + hooks: [ + { + acceptItems: (item1: number, item2: number) => + [item1, item2].includes(PESTLE_AND_MORTAR) && // Check we have a Pestle and Mortar + Object.keys(GRINDABLES).find(id => [item1, item2].includes(+id)), // Check we have atleast one grindable item + handler, + type: "item_on_item", + } as ItemOnItemActionHook, + ], +}; diff --git a/src/plugins/skills/herblore/items.js b/src/plugins/skills/herblore/items.js index 2f140e569..ba6b258dd 100644 --- a/src/plugins/skills/herblore/items.js +++ b/src/plugins/skills/herblore/items.js @@ -1,15921 +1,19321 @@ export default [ { - "id": 0, - "name": "Dwarf remains", - "examine": "The body of a Dwarf savaged by Goblins." + "id": 0, + "name": "Dwarf remains", + "type": "normal", + "duplicate": false }, { - "id": 1, - "name": "Tool kit", - "examine": "These could be handy." + "id": 1, + "name": "Toolkit", + "type": "normal", + "duplicate": false }, { - "id": 2, - "name": "Cannonball", - "examine": "Ammo for the Dwarf Cannon." + "id": 2, + "name": "Cannonball", + "type": "normal", + "duplicate": false }, { - "id": 3, - "name": "Nulodion's notes", - "examine": "Construction notes for Dwarf cannon ammo." + "id": 3, + "name": "Nulodion's notes", + "type": "normal", + "duplicate": false }, { - "id": 4, - "name": "Ammo mould", - "examine": "Used to make cannon ammunition." + "id": 4, + "name": "Ammo mould", + "type": "normal", + "duplicate": false }, { - "id": 5, - "name": "Instruction manual", - "examine": "An old note book." + "id": 5, + "name": "Instruction manual", + "type": "normal", + "duplicate": false }, { - "id": 6, - "name": "Cannon base", - "examine": "The cannon is built on this." + "id": 6, + "name": "Cannon base", + "type": "normal", + "duplicate": false }, { - "id": 7, - "name": "Cannon base", - "examine": "Swap this note at any bank for a Cannon base." + "id": 7, + "name": "Cannon base", + "type": "noted", + "duplicate": true }, { - "id": 8, - "name": "Cannon stand", - "examine": "The mounting for the multicannon." + "id": 8, + "name": "Cannon stand", + "type": "normal", + "duplicate": false }, { - "id": 9, - "name": "Cannon stand", - "examine": "Swap this note at any bank for a Cannon stand." + "id": 9, + "name": "Cannon stand", + "type": "noted", + "duplicate": true }, { - "id": 10, - "name": "Cannon barrels", - "examine": "The barrels of the multicannon." + "id": 10, + "name": "Cannon barrels", + "type": "normal", + "duplicate": false }, { - "id": 11, - "name": "Cannon barrels", - "examine": "Swap this note at any bank for a Cannon barrels." + "id": 11, + "name": "Cannon barrels", + "type": "noted", + "duplicate": true }, { - "id": 12, - "name": "Cannon furnace", - "examine": "This powers the multicannon." + "id": 12, + "name": "Cannon furnace", + "type": "normal", + "duplicate": false }, { - "id": 13, - "name": "Cannon furnace", - "examine": "Swap this note at any bank for a Cannon furnace." + "id": 13, + "name": "Cannon furnace", + "type": "noted", + "duplicate": true }, { - "id": 14, - "name": "Railing", - "examine": "A metal railing replacement." + "id": 14, + "name": "Railing", + "type": "normal", + "duplicate": false }, { - "id": 15, - "name": "Holy table napkin", - "examine": "A cloth given to me by Sir Galahad." + "id": 15, + "name": "Holy table napkin", + "type": "normal", + "duplicate": false }, { - "id": 16, - "name": "Magic whistle", - "examine": "A small tin whistle." + "id": 16, + "name": "Magic whistle", + "type": "normal", + "duplicate": false }, { - "id": 17, - "name": "Grail bell", - "examine": "I wonder what happens when I ring it?" + "id": 17, + "name": "Grail bell", + "type": "normal", + "duplicate": false }, { - "id": 18, - "name": "Magic gold feather", - "examine": "It will point the way for me." + "id": 18, + "name": "Magic gold feather", + "type": "normal", + "duplicate": false }, { - "id": 19, - "name": "Holy grail", - "examine": "A holy and powerful artifact." + "id": 19, + "name": "Holy grail", + "type": "normal", + "duplicate": false }, { - "id": 20, - "name": "Cog", - "examine": "A cog from some machinery." + "id": 20, + "name": "White cog", + "type": "normal", + "duplicate": false }, { - "id": 21, - "name": "Cog", - "examine": "A cog from some machinery." + "id": 21, + "name": "Black cog", + "type": "normal", + "duplicate": false }, { - "id": 22, - "name": "Cog", - "examine": "A cog from some machinery." + "id": 22, + "name": "Blue cog", + "type": "normal", + "duplicate": false }, { - "id": 23, - "name": "Cog", - "examine": "A cog from some machinery." + "id": 23, + "name": "Red cog", + "type": "normal", + "duplicate": false }, { - "id": 24, - "name": "Rat poison", - "examine": "Doesn't look very tasty." + "id": 24, + "name": "Rat poison", + "type": "normal", + "duplicate": false }, { - "id": 25, - "name": "Red vine worm", - "examine": "Wormy." + "id": 25, + "name": "Red vine worm", + "type": "normal", + "duplicate": false }, { - "id": 26, - "name": "Fishing trophy", - "examine": "Hemenster fishing contest trophy." + "id": 26, + "name": "Fishing trophy", + "type": "normal", + "duplicate": false }, { - "id": 27, - "name": "Fishing pass", - "examine": "Pass to the Hemenster fishing contest." + "id": 27, + "name": "Fishing pass", + "type": "normal", + "duplicate": false }, { - "id": 28, - "name": "Insect repellent", - "examine": "Drives away all known 6 legged creatures." + "id": 28, + "name": "Insect repellent", + "type": "normal", + "duplicate": false }, { - "id": 29, - "name": "Insect repellent", - "examine": "Swap this note at any bank for an Insect repellent." + "id": 29, + "name": "Insect repellent", + "type": "noted", + "duplicate": true }, { - "id": 30, - "name": "Bucket of wax", - "examine": "It's a bucket of wax." + "id": 30, + "name": "Bucket of wax", + "type": "normal", + "duplicate": false }, { - "id": 31, - "name": "Bucket of wax", - "examine": "Swap this note at any bank for a Bucket of wax." + "id": 31, + "name": "Bucket of wax", + "type": "noted", + "duplicate": true }, { - "id": 32, - "name": "Lit black candle", - "examine": "A lit spooky candle." + "id": 32, + "name": "Lit black candle", + "type": "normal", + "duplicate": false }, { - "id": 33, - "name": "Lit candle", - "examine": "A lit candle." + "id": 33, + "name": "Lit candle", + "type": "normal", + "duplicate": false }, + null, { - "id": 34, - "name": "Lit candle", - "examine": "A lit candle." + "id": 35, + "name": "Excalibur", + "type": "normal", + "duplicate": false }, { - "id": 35, - "name": "Excalibur", - "examine": "This used to belong to King Arthur." + "id": 36, + "name": "Candle", + "type": "normal", + "duplicate": false }, { - "id": 36, - "name": "Candle", - "examine": "A candle." + "id": 37, + "name": "Candle", + "type": "noted", + "duplicate": true }, { - "id": 37, - "name": "Candle", - "examine": "Swap this note at any bank for a Candle." + "id": 38, + "name": "Black candle", + "type": "normal", + "duplicate": false }, { - "id": 38, - "name": "Black candle", - "examine": "A spooky candle." + "id": 39, + "name": "Bronze arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 39, - "name": "Bronze arrowtips", - "examine": "I can make an arrow with these." + "id": 40, + "name": "Iron arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 40, - "name": "Iron arrowtips", - "examine": "I can make an arrow with these." + "id": 41, + "name": "Steel arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 41, - "name": "Steel arrowtips", - "examine": "I can make an arrow with these." + "id": 42, + "name": "Mithril arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 42, - "name": "Mithril arrowtips", - "examine": "I can make an arrow with these." + "id": 43, + "name": "Adamant arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 43, - "name": "Adamant arrowtips", - "examine": "I can make an arrow with these." + "id": 44, + "name": "Rune arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 44, - "name": "Rune arrowtips", - "examine": "I can make an arrow with these." + "id": 45, + "name": "Opal bolt tips", + "type": "normal", + "duplicate": false }, { - "id": 45, - "name": "Opal bolttips", - "examine": "I can make bolts with these." + "id": 46, + "name": "Pearl bolt tips", + "type": "normal", + "duplicate": false }, { - "id": 46, - "name": "Pearl bolttips", - "examine": "I can make bolts with these." + "id": 47, + "name": "Barb bolttips", + "type": "normal", + "duplicate": false }, { - "id": 47, - "name": "Barb bolttips", - "examine": "I can make bolts with these." + "id": 48, + "name": "Longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 48, - "name": "Longbow (u)", - "examine": "I need to find a string for this." + "id": 49, + "name": "Longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 49, - "name": "Longbow (u)", - "examine": "Swap this note at any bank for a Longbow (u)." + "id": 50, + "name": "Shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 50, - "name": "Shortbow (u)", - "examine": "I need to find a string for this." + "id": 51, + "name": "Shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 51, - "name": "Shortbow (u)", - "examine": "Swap this note at any bank for a Shortbow (u)." + "id": 52, + "name": "Arrow shaft", + "type": "normal", + "duplicate": false }, { - "id": 52, - "name": "Arrow shaft", - "examine": "A wooden arrow shaft." + "id": 53, + "name": "Headless arrow", + "type": "normal", + "duplicate": false }, { - "id": 53, - "name": "Headless arrow", - "examine": "A wooden arrow shaft with flights attached." + "id": 54, + "name": "Oak shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 54, - "name": "Oak shortbow (u)", - "examine": "An unstrung oak shortbow, I need a bowstring for this." + "id": 55, + "name": "Oak shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 55, - "name": "Oak shortbow (u)", - "examine": "Swap this note at any bank for an Oak shortbow (u)." + "id": 56, + "name": "Oak longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 56, - "name": "Oak longbow (u)", - "examine": "An unstrung oak longbow, I need a bowstring for this." + "id": 57, + "name": "Oak longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 57, - "name": "Oak longbow (u)", - "examine": "Swap this note at any bank for an Oak longbow (u)." + "id": 58, + "name": "Willow longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 58, - "name": "Willow longbow (u)", - "examine": "An unstrung willow longbow, I need a bowstring for this." + "id": 59, + "name": "Willow longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 59, - "name": "Willow longbow (u)", - "examine": "Swap this note at any bank for a Willow longbow (u)." + "id": 60, + "name": "Willow shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 60, - "name": "Willow shortbow (u)", - "examine": "An unstrung willow shortbow, I need a bowstring for this." + "id": 61, + "name": "Willow shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 61, - "name": "Willow shortbow (u)", - "examine": "Swap this note at any bank for a Willow shortbow (u)." + "id": 62, + "name": "Maple longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 62, - "name": "Maple longbow (u)", - "examine": "An unstrung maple longbow, I need a bowstring for this." + "id": 63, + "name": "Maple longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 63, - "name": "Maple longbow (u)", - "examine": "Swap this note at any bank for a Maple longbow (u)." + "id": 64, + "name": "Maple shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 64, - "name": "Maple shortbow (u)", - "examine": "An unstrung maple shortbow, I need a bowstring for this." + "id": 65, + "name": "Maple shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 65, - "name": "Maple shortbow (u)", - "examine": "Swap this note at any bank for a Maple shortbow (u)." + "id": 66, + "name": "Yew longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 66, - "name": "Yew longbow (u)", - "examine": "An unstrung yew longbow, I need a bowstring for this." + "id": 67, + "name": "Yew longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 67, - "name": "Yew longbow (u)", - "examine": "Swap this note at any bank for a Yew longbow (u)." + "id": 68, + "name": "Yew shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 68, - "name": "Yew shortbow (u)", - "examine": "An unstrung yew shortbow, I need a bowstring for this." + "id": 69, + "name": "Yew shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 69, - "name": "Yew shortbow (u)", - "examine": "Swap this note at any bank for a Yew shortbow (u)." + "id": 70, + "name": "Magic longbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 70, - "name": "Magic longbow (u)", - "examine": "An unstrung magic longbow, I need a bowstring for this." + "id": 71, + "name": "Magic longbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 71, - "name": "Magic longbow (u)", - "examine": "Swap this note at any bank for a Magic longbow (u)." + "id": 72, + "name": "Magic shortbow (u)", + "type": "normal", + "duplicate": false }, { - "id": 72, - "name": "Magic shortbow (u)", - "examine": "An unstrung magic shortbow, I need a bowstring for this." + "id": 73, + "name": "Magic shortbow (u)", + "type": "noted", + "duplicate": true }, { - "id": 73, - "name": "Magic shortbow (u)", - "examine": "Swap this note at any bank for a Magic shortbow (u)." + "id": 74, + "name": "Khazard helmet", + "type": "normal", + "duplicate": false }, { - "id": 74, - "name": "Khazard helmet", - "examine": "A helmet, as worn by the minions of General Khazard." + "id": 75, + "name": "Khazard armour", + "type": "normal", + "duplicate": false }, { - "id": 75, - "name": "Khazard armour", - "examine": "Armour, as worn by the minions of General Khazard." + "id": 76, + "name": "Khazard cell keys", + "type": "normal", + "duplicate": false }, { - "id": 76, - "name": "Khazard cell keys", - "examine": "These keys open the cells at the Khazard fight arena." + "id": 77, + "name": "Khali brew", + "type": "normal", + "duplicate": false }, { - "id": 77, - "name": "Khali brew", - "examine": "A bottle of Khazard's worst brew." + "id": 78, + "name": "Ice arrows", + "type": "normal", + "duplicate": false }, { - "id": 78, - "name": "Ice arrows", - "examine": "Can only be fired with yew or magic bows." + "id": 79, + "name": "Ice arrows", + "type": "normal", + "duplicate": true }, - null, - null, - null, - null, { - "id": 83, - "name": "Lever", - "examine": "A lever to open something perhaps?" + "id": 80, + "name": "Ice arrows", + "type": "normal", + "duplicate": true }, { - "id": 84, - "name": "Staff of armadyl", - "examine": "The power in this staff causes it to vibrate gently." + "id": 81, + "name": "Ice arrows", + "type": "normal", + "duplicate": true }, { - "id": 85, - "name": "Shiny key", - "examine": "It catches the light!" + "id": 82, + "name": "Ice arrows", + "type": "normal", + "duplicate": true }, { - "id": 86, - "name": "Pendant of lucien", - "examine": "The amulet that Lucien gave you." + "id": 83, + "name": "Lever", + "type": "normal", + "duplicate": false }, { - "id": 87, - "name": "Armadyl pendant", - "examine": "Yet another amulet." + "id": 84, + "name": "Staff of armadyl", + "type": "normal", + "duplicate": false }, { - "id": 88, - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal." + "id": 85, + "name": "Shiny key", + "type": "normal", + "duplicate": false }, { - "id": 89, - "name": "Boots of lightness", - "examine": "Magic boots that make you lighter than normal." + "id": 86, + "name": "Pendant of lucien", + "type": "normal", + "duplicate": false }, { - "id": 90, - "name": "Child's blanket", - "examine": "It's very soft!" + "id": 87, + "name": "Armadyl pendant", + "type": "normal", + "duplicate": false }, { - "id": 91, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Guam potion." + "id": 88, + "name": "Boots of lightness", + "type": "normal", + "duplicate": false }, { - "id": 92, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 89, + "name": "Boots of lightness", + "type": "normal", + "duplicate": false }, { - "id": 93, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Marrentill potion." + "id": 90, + "name": "Child's blanket", + "type": "normal", + "duplicate": false }, { - "id": 94, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 91, + "name": "Guam potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 95, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Tarromin potion." + "id": 92, + "name": "Guam potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 96, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 93, + "name": "Marrentill potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 97, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Harralander potion." + "id": 94, + "name": "Marrentill potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 98, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 95, + "name": "Tarromin potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 99, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Ranarr potion." + "id": 96, + "name": "Tarromin potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 100, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 97, + "name": "Harralander potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 101, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Irit potion." + "id": 98, + "name": "Harralander potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 102, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 99, + "name": "Ranarr potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 103, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Avantoe potion." + "id": 100, + "name": "Ranarr potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 104, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 101, + "name": "Irit potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 105, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Kwuarm potion." + "id": 102, + "name": "Irit potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 106, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 103, + "name": "Avantoe potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 107, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Cadantine potion." + "id": 104, + "name": "Avantoe potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 108, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 105, + "name": "Kwuarm potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 109, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Dwarf Weed potion." + "id": 106, + "name": "Kwuarm potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 110, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 107, + "name": "Cadantine potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 111, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Torstol potion." + "id": 108, + "name": "Cadantine potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 112, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 109, + "name": "Dwarf weed potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 113, - "name": "Strength potion(4)", - "examine": "4 doses of strength potion." + "id": 110, + "name": "Dwarf weed potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 114, - "name": "Strength potion(4)", - "examine": "Swap this note at any bank for a Strength potion(4)." + "id": 111, + "name": "Torstol potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 115, - "name": "Strength potion(3)", - "examine": "3 doses of strength potion." + "id": 112, + "name": "Torstol potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 116, - "name": "Strength potion(3)", - "examine": "Swap this note at any bank for a Strength potion(3)." + "id": 113, + "name": "Strength potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 117, - "name": "Strength potion(2)", - "examine": "2 doses of strength potion." + "id": 114, + "name": "Strength potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 118, - "name": "Strength potion(2)", - "examine": "Swap this note at any bank for a Strength potion(2)." + "id": 115, + "name": "Strength potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 119, - "name": "Strength potion(1)", - "examine": "1 dose of strength potion." + "id": 116, + "name": "Strength potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 120, - "name": "Strength potion(1)", - "examine": "Swap this note at any bank for a Strength potion(1)." + "id": 117, + "name": "Strength potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 121, - "name": "Attack potion(3)", - "examine": "3 doses of attack potion." + "id": 118, + "name": "Strength potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 122, - "name": "Attack potion(3)", - "examine": "Swap this note at any bank for an Attack potion(3)." + "id": 119, + "name": "Strength potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 123, - "name": "Attack potion(2)", - "examine": "2 doses of attack potion." + "id": 120, + "name": "Strength potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 124, - "name": "Attack potion(2)", - "examine": "Swap this note at any bank for an Attack potion(2)." + "id": 121, + "name": "Attack potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 125, - "name": "Attack potion(1)", - "examine": "1 dose of attack potion." + "id": 122, + "name": "Attack potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 126, - "name": "Attack potion(1)", - "examine": "Swap this note at any bank for an Attack potion(1)." + "id": 123, + "name": "Attack potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 127, - "name": "Restore potion(3)", - "examine": "3 doses of stat restoration potion." + "id": 124, + "name": "Attack potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 128, - "name": "Restore potion(3)", - "examine": "Swap this note at any bank for a Restore potion(3)." + "id": 125, + "name": "Attack potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 129, - "name": "Restore potion(2)", - "examine": "2 doses of stat restoration potion." + "id": 126, + "name": "Attack potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 130, - "name": "Restore potion(2)", - "examine": "Swap this note at any bank for a Restore potion(2)." + "id": 127, + "name": "Restore potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 131, - "name": "Restore potion(1)", - "examine": "1 dose of stat restoration potion." + "id": 128, + "name": "Restore potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 132, - "name": "Restore potion(1)", - "examine": "Swap this note at any bank for a Restore potion(1)." + "id": 129, + "name": "Restore potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 133, - "name": "Defence potion(3)", - "examine": "3 doses of defence potion." + "id": 130, + "name": "Restore potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 134, - "name": "Defence potion(3)", - "examine": "Swap this note at any bank for a Defence potion(3)." + "id": 131, + "name": "Restore potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 135, - "name": "Defence potion(2)", - "examine": "2 doses of defence potion." + "id": 132, + "name": "Restore potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 136, - "name": "Defence potion(2)", - "examine": "Swap this note at any bank for a Defence potion(2)." + "id": 133, + "name": "Defence potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 137, - "name": "Defence potion(1)", - "examine": "1 dose of defence potion." + "id": 134, + "name": "Defence potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 138, - "name": "Defence potion(1)", - "examine": "Swap this note at any bank for a Defence potion(1)." + "id": 135, + "name": "Defence potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 139, - "name": "Prayer potion(3)", - "examine": "3 doses of restore prayer potion." + "id": 136, + "name": "Defence potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 140, - "name": "Prayer potion(3)", - "examine": "Swap this note at any bank for a Prayer potion(3)." + "id": 137, + "name": "Defence potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 141, - "name": "Prayer potion(2)", - "examine": "2 doses of restore prayer potion." + "id": 138, + "name": "Defence potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 142, - "name": "Prayer potion(2)", - "examine": "Swap this note at any bank for a Prayer potion(2)." + "id": 139, + "name": "Prayer potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 143, - "name": "Prayer potion(1)", - "examine": "1 dose of restore prayer potion." + "id": 140, + "name": "Prayer potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 144, - "name": "Prayer potion(1)", - "examine": "Swap this note at any bank for a Prayer potion(1)." + "id": 141, + "name": "Prayer potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 145, - "name": "Super attack(3)", - "examine": "3 doses of super attack potion." + "id": 142, + "name": "Prayer potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 146, - "name": "Super attack(3)", - "examine": "Swap this note at any bank for a Super attack(3)." + "id": 143, + "name": "Prayer potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 147, - "name": "Super attack(2)", - "examine": "2 doses of super attack potion." + "id": 144, + "name": "Prayer potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 148, - "name": "Super attack(2)", - "examine": "Swap this note at any bank for a Super attack(2)." + "id": 145, + "name": "Super attack(3)", + "type": "normal", + "duplicate": false }, { - "id": 149, - "name": "Super attack(1)", - "examine": "1 dose of super attack potion." + "id": 146, + "name": "Super attack(3)", + "type": "noted", + "duplicate": true }, { - "id": 150, - "name": "Super attack(1)", - "examine": "Swap this note at any bank for a Super attack(1)." + "id": 147, + "name": "Super attack(2)", + "type": "normal", + "duplicate": false }, { - "id": 151, - "name": "Fishing potion(3)", - "examine": "3 doses of fishing potion." + "id": 148, + "name": "Super attack(2)", + "type": "noted", + "duplicate": true }, { - "id": 152, - "name": "Fishing potion(3)", - "examine": "Swap this note at any bank for a Fishing potion(3)." + "id": 149, + "name": "Super attack(1)", + "type": "normal", + "duplicate": false }, { - "id": 153, - "name": "Fishing potion(2)", - "examine": "2 doses of fishing potion." + "id": 150, + "name": "Super attack(1)", + "type": "noted", + "duplicate": true }, { - "id": 154, - "name": "Fishing potion(2)", - "examine": "Swap this note at any bank for a Fishing potion(2)." + "id": 151, + "name": "Fishing potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 155, - "name": "Fishing potion(1)", - "examine": "1 dose of fishing potion." + "id": 152, + "name": "Fishing potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 156, - "name": "Fishing potion(1)", - "examine": "Swap this note at any bank for a Fishing potion(1)." + "id": 153, + "name": "Fishing potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 157, - "name": "Super strength(3)", - "examine": "3 doses of super strength potion." + "id": 154, + "name": "Fishing potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 158, - "name": "Super strength(3)", - "examine": "Swap this note at any bank for a Super strength(3)." + "id": 155, + "name": "Fishing potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 159, - "name": "Super strength(2)", - "examine": "2 doses of super strength potion." + "id": 156, + "name": "Fishing potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 160, - "name": "Super strength(2)", - "examine": "Swap this note at any bank for a Super strength(2)." + "id": 157, + "name": "Super strength(3)", + "type": "normal", + "duplicate": false }, { - "id": 161, - "name": "Super strength(1)", - "examine": "1 dose of super strength potion." + "id": 158, + "name": "Super strength(3)", + "type": "noted", + "duplicate": true }, { - "id": 162, - "name": "Super strength(1)", - "examine": "Swap this note at any bank for a Super strength(1)." + "id": 159, + "name": "Super strength(2)", + "type": "normal", + "duplicate": false }, { - "id": 163, - "name": "Super defence(3)", - "examine": "3 doses of super defence potion." + "id": 160, + "name": "Super strength(2)", + "type": "noted", + "duplicate": true }, { - "id": 164, - "name": "Super defence(3)", - "examine": "Swap this note at any bank for a Super defence(3)." + "id": 161, + "name": "Super strength(1)", + "type": "normal", + "duplicate": false }, { - "id": 165, - "name": "Super defence(2)", - "examine": "2 doses of super defence potion." + "id": 162, + "name": "Super strength(1)", + "type": "noted", + "duplicate": true }, { - "id": 166, - "name": "Super defence(2)", - "examine": "Swap this note at any bank for a Super defence(2)." + "id": 163, + "name": "Super defence(3)", + "type": "normal", + "duplicate": false }, { - "id": 167, - "name": "Super defence(1)", - "examine": "1 dose of super defence potion." + "id": 164, + "name": "Super defence(3)", + "type": "noted", + "duplicate": true }, { - "id": 168, - "name": "Super defence(1)", - "examine": "Swap this note at any bank for a Super defence(1)." + "id": 165, + "name": "Super defence(2)", + "type": "normal", + "duplicate": false }, { - "id": 169, - "name": "Ranging potion(3)", - "examine": "3 doses of ranging potion." + "id": 166, + "name": "Super defence(2)", + "type": "noted", + "duplicate": true }, { - "id": 170, - "name": "Ranging potion(3)", - "examine": "Swap this note at any bank for a Ranging potion(3)." + "id": 167, + "name": "Super defence(1)", + "type": "normal", + "duplicate": false }, { - "id": 171, - "name": "Ranging potion(2)", - "examine": "2 doses of ranging potion." + "id": 168, + "name": "Super defence(1)", + "type": "noted", + "duplicate": true }, { - "id": 172, - "name": "Ranging potion(2)", - "examine": "Swap this note at any bank for a Ranging potion(2)." + "id": 169, + "name": "Ranging potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 173, - "name": "Ranging potion(1)", - "examine": "1 dose of ranging potion." + "id": 170, + "name": "Ranging potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 174, - "name": "Ranging potion(1)", - "examine": "Swap this note at any bank for a Ranging potion(1)." + "id": 171, + "name": "Ranging potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 175, - "name": "Antipoison(3)", - "examine": "3 doses of antipoison potion." + "id": 172, + "name": "Ranging potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 176, - "name": "Antipoison(3)", - "examine": "Swap this note at any bank for an Antipoison(3)." + "id": 173, + "name": "Ranging potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 177, - "name": "Antipoison(2)", - "examine": "2 doses of antipoison potion." + "id": 174, + "name": "Ranging potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 178, - "name": "Antipoison(2)", - "examine": "Swap this note at any bank for an Antipoison(2)." + "id": 175, + "name": "Antipoison(3)", + "type": "normal", + "duplicate": false }, { - "id": 179, - "name": "Antipoison(1)", - "examine": "1 dose of antipoison potion." + "id": 176, + "name": "Antipoison(3)", + "type": "noted", + "duplicate": true }, { - "id": 180, - "name": "Antipoison(1)", - "examine": "Swap this note at any bank for an Antipoison(1)." + "id": 177, + "name": "Antipoison(2)", + "type": "normal", + "duplicate": false }, { - "id": 181, - "name": "Superantipoison(3)", - "examine": "3 doses of super antipoison potion." + "id": 178, + "name": "Antipoison(2)", + "type": "noted", + "duplicate": true }, { - "id": 182, - "name": "Superantipoison(3)", - "examine": "Swap this note at any bank for a Superantipoison(3)." + "id": 179, + "name": "Antipoison(1)", + "type": "normal", + "duplicate": false }, { - "id": 183, - "name": "Superantipoison(2)", - "examine": "2 doses of super antipoison potion." + "id": 180, + "name": "Antipoison(1)", + "type": "noted", + "duplicate": true }, { - "id": 184, - "name": "Superantipoison(2)", - "examine": "Swap this note at any bank for a Superantipoison(2)." + "id": 181, + "name": "Superantipoison(3)", + "type": "normal", + "duplicate": false }, { - "id": 185, - "name": "Superantipoison(1)", - "examine": "1 dose of super antipoison potion." + "id": 182, + "name": "Superantipoison(3)", + "type": "noted", + "duplicate": true }, { - "id": 186, - "name": "Superantipoison(1)", - "examine": "Swap this note at any bank for a Superantipoison(1)." + "id": 183, + "name": "Superantipoison(2)", + "type": "normal", + "duplicate": false }, { - "id": 187, - "name": "Weapon poison", - "examine": "For use on daggers and projectiles." + "id": 184, + "name": "Superantipoison(2)", + "type": "noted", + "duplicate": true }, { - "id": 188, - "name": "Weapon poison", - "examine": "Swap this note at any bank for a Weapon poison." + "id": 185, + "name": "Superantipoison(1)", + "type": "normal", + "duplicate": false }, { - "id": 189, - "name": "Zamorak brew(3)", - "examine": "3 doses of Zamorak Brew." + "id": 186, + "name": "Superantipoison(1)", + "type": "noted", + "duplicate": true }, { - "id": 190, - "name": "Zamorak brew(3)", - "examine": "Swap this note at any bank for a Zamorak brew(3)." + "id": 187, + "name": "Weapon poison", + "type": "normal", + "duplicate": false }, { - "id": 191, - "name": "Zamorak brew(2)", - "examine": "2 doses of Zamorak Brew." + "id": 188, + "name": "Weapon poison", + "type": "noted", + "duplicate": true }, { - "id": 192, - "name": "Zamorak brew(2)", - "examine": "Swap this note at any bank for a Zamorak brew(2)." + "id": 189, + "name": "Zamorak brew(3)", + "type": "normal", + "duplicate": false }, { - "id": 193, - "name": "Zamorak brew(1)", - "examine": "1 dose of Zamorak Brew." + "id": 190, + "name": "Zamorak brew(3)", + "type": "noted", + "duplicate": true }, { - "id": 194, - "name": "Zamorak brew(1)", - "examine": "Swap this note at any bank for a Zamorak brew(1)." + "id": 191, + "name": "Zamorak brew(2)", + "type": "normal", + "duplicate": false }, { - "id": 195, - "name": "Potion", - "examine": "This is meant to be good for spots." + "id": 192, + "name": "Zamorak brew(2)", + "type": "noted", + "duplicate": true }, { - "id": 196, - "name": "Potion", - "examine": "Swap this note at any bank for a Potion." + "id": 193, + "name": "Zamorak brew(1)", + "type": "normal", + "duplicate": false }, { - "id": 197, - "name": "Poison chalice", - "examine": "A cup of a strange brew..." + "id": 194, + "name": "Zamorak brew(1)", + "type": "noted", + "duplicate": true }, { - "id": 198, - "name": "Poison chalice", - "examine": "Swap this note at any bank for a Poison chalice." + "id": 195, + "name": "Potion", + "type": "normal", + "duplicate": false }, { - "id": 199, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 196, + "name": "Potion", + "type": "noted", + "duplicate": true }, { - "id": 200, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 197, + "name": "Poison chalice", + "type": "normal", + "duplicate": false }, { - "id": 201, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 198, + "name": "Poison chalice", + "type": "noted", + "duplicate": true }, { - "id": 202, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 199, + "name": "Grimy guam leaf", + "type": "normal", + "duplicate": false }, { - "id": 203, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 200, + "name": "Grimy guam leaf", + "type": "noted", + "duplicate": true }, { - "id": 204, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 201, + "name": "Grimy marrentill", + "type": "normal", + "duplicate": false }, { - "id": 205, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 202, + "name": "Grimy marrentill", + "type": "noted", + "duplicate": true }, { - "id": 206, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 203, + "name": "Grimy tarromin", + "type": "normal", + "duplicate": false }, { - "id": 207, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 204, + "name": "Grimy tarromin", + "type": "noted", + "duplicate": true }, { - "id": 208, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 205, + "name": "Grimy harralander", + "type": "normal", + "duplicate": false }, { - "id": 209, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 206, + "name": "Grimy harralander", + "type": "noted", + "duplicate": true }, { - "id": 210, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 207, + "name": "Grimy ranarr weed", + "type": "normal", + "duplicate": false }, { - "id": 211, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 208, + "name": "Grimy ranarr weed", + "type": "noted", + "duplicate": true }, { - "id": 212, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 209, + "name": "Grimy irit leaf", + "type": "normal", + "duplicate": false }, { - "id": 213, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 210, + "name": "Grimy irit leaf", + "type": "noted", + "duplicate": true }, { - "id": 214, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 211, + "name": "Grimy avantoe", + "type": "normal", + "duplicate": false }, { - "id": 215, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 212, + "name": "Grimy avantoe", + "type": "noted", + "duplicate": true }, { - "id": 216, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 213, + "name": "Grimy kwuarm", + "type": "normal", + "duplicate": false }, { - "id": 217, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 214, + "name": "Grimy kwuarm", + "type": "noted", + "duplicate": true }, { - "id": 218, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 215, + "name": "Grimy cadantine", + "type": "normal", + "duplicate": false }, { - "id": 219, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 216, + "name": "Grimy cadantine", + "type": "noted", + "duplicate": true }, { - "id": 220, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 217, + "name": "Grimy dwarf weed", + "type": "normal", + "duplicate": false }, { - "id": 221, - "name": "Eye of newt", - "examine": "It seems to be looking at me." + "id": 218, + "name": "Grimy dwarf weed", + "type": "noted", + "duplicate": true }, { - "id": 222, - "name": "Eye of newt", - "examine": "Swap this note at any bank for an Eye of newt." + "id": 219, + "name": "Grimy torstol", + "type": "normal", + "duplicate": false }, { - "id": 223, - "name": "Red spiders' eggs", - "examine": "Ewww!" + "id": 220, + "name": "Grimy torstol", + "type": "noted", + "duplicate": true }, { - "id": 224, - "name": "Red spiders' eggs", - "examine": "Swap this note at any bank for a Red spiders' eggs." + "id": 221, + "name": "Eye of newt", + "type": "normal", + "duplicate": false }, { - "id": 225, - "name": "Limpwurt root", - "examine": "The root of a limpwurt plant." + "id": 222, + "name": "Eye of newt", + "type": "noted", + "duplicate": true }, { - "id": 226, - "name": "Limpwurt root", - "examine": "Swap this note at any bank for a Limpwurt root." + "id": 223, + "name": "Red spiders' eggs", + "type": "normal", + "duplicate": false }, { - "id": 227, - "name": "Vial of water", - "examine": "A glass vial containing water." + "id": 224, + "name": "Red spiders' eggs", + "type": "noted", + "duplicate": true }, { - "id": 228, - "name": "Vial of water", - "examine": "Swap this note at any bank for a Vial of water." + "id": 225, + "name": "Limpwurt root", + "type": "normal", + "duplicate": false }, { - "id": 229, - "name": "Vial", - "examine": "An empty glass vial." + "id": 226, + "name": "Limpwurt root", + "type": "noted", + "duplicate": true }, { - "id": 230, - "name": "Vial", - "examine": "Swap this note at any bank for a Vial." + "id": 227, + "name": "Vial of water", + "type": "normal", + "duplicate": false }, { - "id": 231, - "name": "Snape grass", - "examine": "Strange spiky grass." + "id": 228, + "name": "Vial of water", + "type": "noted", + "duplicate": true }, { - "id": 232, - "name": "Snape grass", - "examine": "Swap this note at any bank for a Snape grass." + "id": 229, + "name": "Vial", + "type": "normal", + "duplicate": false }, { - "id": 233, - "name": "Pestle and mortar", - "examine": "I can grind things for potions in this." + "id": 230, + "name": "Vial", + "type": "noted", + "duplicate": true }, { - "id": 234, - "name": "Pestle and mortar", - "examine": "Swap this note at any bank for a Pestle and mortar." + "id": 231, + "name": "Snape grass", + "type": "normal", + "duplicate": false }, { - "id": 235, - "name": "Unicorn horn dust", - "examine": "Finely ground horn of Unicorn." + "id": 232, + "name": "Snape grass", + "type": "noted", + "duplicate": true }, { - "id": 236, - "name": "Unicorn horn dust", - "examine": "Swap this note at any bank for an Unicorn horn dust." + "id": 233, + "name": "Pestle and mortar", + "type": "normal", + "duplicate": false }, { - "id": 237, - "name": "Unicorn horn", - "examine": "This horn has restorative properties." + "id": 234, + "name": "Pestle and mortar", + "type": "noted", + "duplicate": true }, { - "id": 238, - "name": "Unicorn horn", - "examine": "Swap this note at any bank for an Unicorn horn." + "id": 235, + "name": "Unicorn horn dust", + "type": "normal", + "duplicate": false }, { - "id": 239, - "name": "White berries", - "examine": "Sour berries, used in potions." + "id": 236, + "name": "Unicorn horn dust", + "type": "noted", + "duplicate": true }, { - "id": 240, - "name": "White berries", - "examine": "Swap this note at any bank for a White berries." + "id": 237, + "name": "Unicorn horn", + "type": "normal", + "duplicate": false }, { - "id": 241, - "name": "Dragon scale dust", - "examine": "Finely ground scale of Dragon." + "id": 238, + "name": "Unicorn horn", + "type": "noted", + "duplicate": true }, { - "id": 242, - "name": "Dragon scale dust", - "examine": "Swap this note at any bank for a Dragon scale dust." + "id": 239, + "name": "White berries", + "type": "normal", + "duplicate": false }, { - "id": 243, - "name": "Blue dragon scale", - "examine": "A large shiny scale." + "id": 240, + "name": "White berries", + "type": "noted", + "duplicate": true }, { - "id": 244, - "name": "Blue dragon scale", - "examine": "Swap this note at any bank for a Blue dragon scale." + "id": 241, + "name": "Dragon scale dust", + "type": "normal", + "duplicate": false }, { - "id": 245, - "name": "Wine of zamorak", - "examine": "An evil wine for an evil god." + "id": 242, + "name": "Dragon scale dust", + "type": "noted", + "duplicate": true }, { - "id": 246, - "name": "Wine of zamorak", - "examine": "Swap this note at any bank for a Wine of zamorak." + "id": 243, + "name": "Blue dragon scale", + "type": "normal", + "duplicate": false }, { - "id": 247, - "name": "Jangerberries", - "examine": "They don't look very ripe." + "id": 244, + "name": "Blue dragon scale", + "type": "noted", + "duplicate": true }, { - "id": 248, - "name": "Jangerberries", - "examine": "Swap this note at any bank for a Jangerberries." + "id": 245, + "name": "Wine of zamorak", + "type": "normal", + "duplicate": false }, { - "id": 249, - "name": "Guam leaf", - "examine": "A bitter green herb." + "id": 246, + "name": "Wine of zamorak", + "type": "noted", + "duplicate": true }, { - "id": 250, - "name": "Guam leaf", - "examine": "Swap this note at any bank for a Guam leaf." + "id": 247, + "name": "Jangerberries", + "type": "normal", + "duplicate": false }, { - "id": 251, - "name": "Marrentill", - "examine": "A herb used in poison cures." + "id": 248, + "name": "Jangerberries", + "type": "noted", + "duplicate": true }, { - "id": 252, - "name": "Marrentill", - "examine": "Swap this note at any bank for a Marrentill." + "id": 249, + "name": "Guam leaf", + "type": "normal", + "duplicate": false }, { - "id": 253, - "name": "Tarromin", - "examine": "A useful herb." + "id": 250, + "name": "Guam leaf", + "type": "noted", + "duplicate": true }, { - "id": 254, - "name": "Tarromin", - "examine": "Swap this note at any bank for a Tarromin." + "id": 251, + "name": "Marrentill", + "type": "normal", + "duplicate": false }, { - "id": 255, - "name": "Harralander", - "examine": "A useful herb." + "id": 252, + "name": "Marrentill", + "type": "noted", + "duplicate": true }, { - "id": 256, - "name": "Harralander", - "examine": "Swap this note at any bank for a Harralander." + "id": 253, + "name": "Tarromin", + "type": "normal", + "duplicate": false }, { - "id": 257, - "name": "Ranarr weed", - "examine": "A useful herb." + "id": 254, + "name": "Tarromin", + "type": "noted", + "duplicate": true }, { - "id": 258, - "name": "Ranarr weed", - "examine": "Swap this note at any bank for a Ranarr weed." + "id": 255, + "name": "Harralander", + "type": "normal", + "duplicate": false }, { - "id": 259, - "name": "Irit leaf", - "examine": "A useful herb." + "id": 256, + "name": "Harralander", + "type": "noted", + "duplicate": true }, { - "id": 260, - "name": "Irit leaf", - "examine": "Swap this note at any bank for an Irit leaf." + "id": 257, + "name": "Ranarr weed", + "type": "normal", + "duplicate": false }, { - "id": 261, - "name": "Avantoe", - "examine": "A useful herb." + "id": 258, + "name": "Ranarr weed", + "type": "noted", + "duplicate": true }, { - "id": 262, - "name": "Avantoe", - "examine": "Swap this note at any bank for an Avantoe." + "id": 259, + "name": "Irit leaf", + "type": "normal", + "duplicate": false }, { - "id": 263, - "name": "Kwuarm", - "examine": "A powerful herb." + "id": 260, + "name": "Irit leaf", + "type": "noted", + "duplicate": true }, { - "id": 264, - "name": "Kwuarm", - "examine": "Swap this note at any bank for a Kwuarm." + "id": 261, + "name": "Avantoe", + "type": "normal", + "duplicate": false }, { - "id": 265, - "name": "Cadantine", - "examine": "A powerful herb." + "id": 262, + "name": "Avantoe", + "type": "noted", + "duplicate": true }, { - "id": 266, - "name": "Cadantine", - "examine": "Swap this note at any bank for a Cadantine." + "id": 263, + "name": "Kwuarm", + "type": "normal", + "duplicate": false }, { - "id": 267, - "name": "Dwarf weed", - "examine": "A powerful herb." + "id": 264, + "name": "Kwuarm", + "type": "noted", + "duplicate": true }, { - "id": 268, - "name": "Dwarf weed", - "examine": "Swap this note at any bank for a Dwarf weed." + "id": 265, + "name": "Cadantine", + "type": "normal", + "duplicate": false }, { - "id": 269, - "name": "Torstol", - "examine": "A powerful herb." + "id": 266, + "name": "Cadantine", + "type": "noted", + "duplicate": true }, { - "id": 270, - "name": "Torstol", - "examine": "Swap this note at any bank for a Torstol." + "id": 267, + "name": "Dwarf weed", + "type": "normal", + "duplicate": false }, { - "id": 271, - "name": "Pressure gauge", - "examine": "It looks like part of a machine." + "id": 268, + "name": "Dwarf weed", + "type": "noted", + "duplicate": true }, { - "id": 272, - "name": "Fish food", - "examine": "Keeps your pet fish strong and healthy." + "id": 269, + "name": "Torstol", + "type": "normal", + "duplicate": false }, { - "id": 273, - "name": "Poison", - "examine": "This stuff looks nasty." + "id": 270, + "name": "Torstol", + "type": "noted", + "duplicate": true }, { - "id": 274, - "name": "Poisoned fish food", - "examine": "Doesn't seem very nice to the poor fishes." + "id": 271, + "name": "Pressure gauge", + "type": "normal", + "duplicate": false }, { - "id": 275, - "name": "Key", - "examine": "A slightly smelly key." + "id": 272, + "name": "Fish food", + "type": "normal", + "duplicate": false }, { - "id": 276, - "name": "Rubber tube", - "examine": "It's slightly charred." + "id": 273, + "name": "Poison", + "type": "normal", + "duplicate": false }, { - "id": 277, - "name": "Oil can", - "examine": "It's pretty full." + "id": 274, + "name": "Poisoned fish food", + "type": "normal", + "duplicate": false }, { - "id": 278, - "name": "Cattleprod", - "examine": "A sharp cattleprod." + "id": 275, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 279, - "name": "Sheep feed", - "examine": "Councillor Halgrive gave me this to kill some sheep." + "id": 276, + "name": "Rubber tube", + "type": "normal", + "duplicate": false }, { - "id": 280, - "name": "Sheep bones (1)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep." + "id": 277, + "name": "Oil can", + "type": "normal", + "duplicate": false }, { - "id": 281, - "name": "Sheep bones (2)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep." + "id": 278, + "name": "Cattleprod", + "type": "normal", + "duplicate": false }, { - "id": 282, - "name": "Sheep bones (3)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep." + "id": 279, + "name": "Sheep feed", + "type": "normal", + "duplicate": false }, { - "id": 283, - "name": "Sheep bones (4)", - "examine": "The suspicious-looking remains of a suspicious-looking sheep." + "id": 280, + "name": "Sheep bones (1)", + "type": "normal", + "duplicate": false }, { - "id": 284, - "name": "Plague jacket", - "examine": "This should protect me from the plague, I hope!" + "id": 281, + "name": "Sheep bones (2)", + "type": "normal", + "duplicate": false }, { - "id": 285, - "name": "Plague trousers", - "examine": "These should protect me from the plague, I hope!" + "id": 282, + "name": "Sheep bones (3)", + "type": "normal", + "duplicate": false }, { - "id": 286, - "name": "Orange goblin mail", - "examine": "Armour designed to fit goblins." + "id": 283, + "name": "Sheep bones (4)", + "type": "normal", + "duplicate": false }, { - "id": 287, - "name": "Blue goblin mail", - "examine": "Armour designed to fit goblins." + "id": 284, + "name": "Plague jacket", + "type": "normal", + "duplicate": false }, { - "id": 288, - "name": "Goblin mail", - "examine": "Armour designed to fit goblins." + "id": 285, + "name": "Plague trousers", + "type": "normal", + "duplicate": false }, { - "id": 289, - "name": "Goblin mail", - "examine": "Swap this note at any bank for a Goblin mail." + "id": 286, + "name": "Orange goblin mail", + "type": "normal", + "duplicate": false }, { - "id": 290, - "name": "Research package", - "examine": "This contains some vital research results." + "id": 287, + "name": "Blue goblin mail", + "type": "normal", + "duplicate": false }, { - "id": 291, - "name": "Notes", - "examine": "It seems to be written in some kind of code." + "id": 288, + "name": "Goblin mail", + "type": "normal", + "duplicate": false }, { - "id": 292, - "name": "Book on baxtorian", - "examine": "A book on elven history in northern RuneScape." + "id": 289, + "name": "Goblin mail", + "type": "noted", + "duplicate": true }, { - "id": 293, - "name": "A key", - "examine": "This will unlock something." + "id": 290, + "name": "Research package", + "type": "normal", + "duplicate": false }, { - "id": 294, - "name": "Glarial's pebble", - "examine": "A small pebble with elven inscription." + "id": 291, + "name": "Notes", + "type": "normal", + "duplicate": false }, { - "id": 295, - "name": "Glarial's amulet", - "examine": "A bright green gem set in a necklace." + "id": 292, + "name": "Book on baxtorian", + "type": "normal", + "duplicate": false }, { - "id": 296, - "name": "Glarial's urn", - "examine": "An urn containing Glarial's ashes." + "id": 293, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 297, - "name": "Glarial's urn", - "examine": "An empty urn made for Glarial's ashes." + "id": 294, + "name": "Glarial's pebble", + "type": "normal", + "duplicate": false }, { - "id": 298, - "name": "A key", - "examine": "This will unlock something." + "id": 295, + "name": "Glarial's amulet", + "type": "normal", + "duplicate": false }, { - "id": 299, - "name": "Mithril seeds", - "examine": "Magical seeds in a mithril case." + "id": 296, + "name": "Glarial's urn", + "type": "normal", + "duplicate": false }, { - "id": 300, - "name": "Rat's tail", - "examine": "A bit of rat." + "id": 297, + "name": "Glarial's urn (empty)", + "type": "normal", + "duplicate": false }, { - "id": 301, - "name": "Lobster pot", - "examine": "Useful for catching lobsters." + "id": 298, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 302, - "name": "Lobster pot", - "examine": "Swap this note at any bank for a Lobster pot." + "id": 299, + "name": "Mithril seeds", + "type": "normal", + "duplicate": false }, { - "id": 303, - "name": "Small fishing net", - "examine": "Useful for catching small fish." + "id": 300, + "name": "Rat's tail", + "type": "normal", + "duplicate": false }, { - "id": 304, - "name": "Small fishing net", - "examine": "Swap this note at any bank for a Small fishing net." + "id": 301, + "name": "Lobster pot", + "type": "normal", + "duplicate": false }, { - "id": 305, - "name": "Big fishing net", - "examine": "Useful for catching lots of fish." + "id": 302, + "name": "Lobster pot", + "type": "noted", + "duplicate": true }, { - "id": 306, - "name": "Big fishing net", - "examine": "Swap this note at any bank for a Big fishing net." + "id": 303, + "name": "Small fishing net", + "type": "normal", + "duplicate": false }, { - "id": 307, - "name": "Fishing rod", - "examine": "Useful for catching sardine or herring." + "id": 304, + "name": "Small fishing net", + "type": "noted", + "duplicate": true }, { - "id": 308, - "name": "Fishing rod", - "examine": "Swap this note at any bank for a Fishing rod." + "id": 305, + "name": "Big fishing net", + "type": "normal", + "duplicate": false }, { - "id": 309, - "name": "Fly fishing rod", - "examine": "Useful for catching salmon or trout." + "id": 306, + "name": "Big fishing net", + "type": "noted", + "duplicate": true }, { - "id": 310, - "name": "Fly fishing rod", - "examine": "Swap this note at any bank for a Fly fishing rod." + "id": 307, + "name": "Fishing rod", + "type": "normal", + "duplicate": false }, { - "id": 311, - "name": "Harpoon", - "examine": "Useful for catching really big fish." + "id": 308, + "name": "Fishing rod", + "type": "noted", + "duplicate": true }, { - "id": 312, - "name": "Harpoon", - "examine": "Swap this note at any bank for a Harpoon." + "id": 309, + "name": "Fly fishing rod", + "type": "normal", + "duplicate": false }, { - "id": 313, - "name": "Fishing bait", - "examine": "For use with a fishing rod." + "id": 310, + "name": "Fly fishing rod", + "type": "noted", + "duplicate": true }, { - "id": 314, - "name": "Feather", - "examine": "Used for fly fishing." + "id": 311, + "name": "Harpoon", + "type": "normal", + "duplicate": false }, { - "id": 315, - "name": "Shrimps", - "examine": "Some nicely cooked fish." + "id": 312, + "name": "Harpoon", + "type": "noted", + "duplicate": true }, { - "id": 316, - "name": "Shrimps", - "examine": "Swap this note at any bank for a Shrimps." + "id": 313, + "name": "Fishing bait", + "type": "normal", + "duplicate": false }, { - "id": 317, - "name": "Raw shrimps", - "examine": "I should try cooking this." + "id": 314, + "name": "Feather", + "type": "normal", + "duplicate": false }, { - "id": 318, - "name": "Raw shrimps", - "examine": "Swap this note at any bank for a Raw shrimps." + "id": 315, + "name": "Shrimps", + "type": "normal", + "duplicate": false }, { - "id": 319, - "name": "Anchovies", - "examine": "Some nicely cooked fish." + "id": 316, + "name": "Shrimps", + "type": "noted", + "duplicate": true }, { - "id": 320, - "name": "Anchovies", - "examine": "Swap this note at any bank for an Anchovies." + "id": 317, + "name": "Raw shrimps", + "type": "normal", + "duplicate": false }, { - "id": 321, - "name": "Raw anchovies", - "examine": "I should try cooking this." + "id": 318, + "name": "Raw shrimps", + "type": "noted", + "duplicate": true }, { - "id": 322, - "name": "Raw anchovies", - "examine": "Swap this note at any bank for a Raw anchovies." + "id": 319, + "name": "Anchovies", + "type": "normal", + "duplicate": false }, { - "id": 323, - "name": "Burnt fish", - "examine": "Oops!" + "id": 320, + "name": "Anchovies", + "type": "noted", + "duplicate": true }, { - "id": 324, - "name": "Burnt fish", - "examine": "Swap this note at any bank for a Burnt fish." + "id": 321, + "name": "Raw anchovies", + "type": "normal", + "duplicate": false }, { - "id": 325, - "name": "Sardine", - "examine": "Some nicely cooked fish." + "id": 322, + "name": "Raw anchovies", + "type": "noted", + "duplicate": true }, { - "id": 326, - "name": "Sardine", - "examine": "Swap this note at any bank for a Sardine." + "id": 323, + "name": "Burnt fish", + "type": "normal", + "duplicate": false }, { - "id": 327, - "name": "Raw sardine", - "examine": "I should try cooking this." + "id": 324, + "name": "Burnt fish", + "type": "noted", + "duplicate": true }, { - "id": 328, - "name": "Raw sardine", - "examine": "Swap this note at any bank for a Raw sardine." + "id": 325, + "name": "Sardine", + "type": "normal", + "duplicate": false }, { - "id": 329, - "name": "Salmon", - "examine": "Some nicely cooked fish." + "id": 326, + "name": "Sardine", + "type": "noted", + "duplicate": true }, { - "id": 330, - "name": "Salmon", - "examine": "Swap this note at any bank for a Salmon." + "id": 327, + "name": "Raw sardine", + "type": "normal", + "duplicate": false }, { - "id": 331, - "name": "Raw salmon", - "examine": "I should try cooking this." + "id": 328, + "name": "Raw sardine", + "type": "noted", + "duplicate": true }, { - "id": 332, - "name": "Raw salmon", - "examine": "Swap this note at any bank for a Raw salmon." + "id": 329, + "name": "Salmon", + "type": "normal", + "duplicate": false }, { - "id": 333, - "name": "Trout", - "examine": "Some nicely cooked fish." + "id": 330, + "name": "Salmon", + "type": "noted", + "duplicate": true }, { - "id": 334, - "name": "Trout", - "examine": "Swap this note at any bank for a Trout." + "id": 331, + "name": "Raw salmon", + "type": "normal", + "duplicate": false }, { - "id": 335, - "name": "Raw trout", - "examine": "I should try cooking this." + "id": 332, + "name": "Raw salmon", + "type": "noted", + "duplicate": true }, { - "id": 336, - "name": "Raw trout", - "examine": "Swap this note at any bank for a Raw trout." + "id": 333, + "name": "Trout", + "type": "normal", + "duplicate": false }, { - "id": 337, - "name": "Giant carp", - "examine": "Some nicely cooked fish." + "id": 334, + "name": "Trout", + "type": "noted", + "duplicate": true }, { - "id": 338, - "name": "Raw giant carp", - "examine": "I should try cooking this." + "id": 335, + "name": "Raw trout", + "type": "normal", + "duplicate": false }, { - "id": 339, - "name": "Cod", - "examine": "Some nicely cooked fish." + "id": 336, + "name": "Raw trout", + "type": "noted", + "duplicate": true }, { - "id": 340, - "name": "Cod", - "examine": "Swap this note at any bank for a Cod." + "id": 337, + "name": "Giant carp", + "type": "normal", + "duplicate": false }, { - "id": 341, - "name": "Raw cod", - "examine": "I should try cooking this." + "id": 338, + "name": "Raw giant carp", + "type": "normal", + "duplicate": false }, { - "id": 342, - "name": "Raw cod", - "examine": "Swap this note at any bank for a Raw cod." + "id": 339, + "name": "Cod", + "type": "normal", + "duplicate": false }, { - "id": 343, - "name": "Burnt fish", - "examine": "Oops!" + "id": 340, + "name": "Cod", + "type": "noted", + "duplicate": true }, { - "id": 344, - "name": "Burnt fish", - "examine": "Swap this note at any bank for a Burnt fish." + "id": 341, + "name": "Raw cod", + "type": "normal", + "duplicate": false }, { - "id": 345, - "name": "Raw herring", - "examine": "I should try cooking this." + "id": 342, + "name": "Raw cod", + "type": "noted", + "duplicate": true }, { - "id": 346, - "name": "Raw herring", - "examine": "Swap this note at any bank for a Raw herring." + "id": 343, + "name": "Burnt fish", + "type": "normal", + "duplicate": false }, { - "id": 347, - "name": "Herring", - "examine": "Some nicely cooked fish." + "id": 344, + "name": "Burnt fish", + "type": "noted", + "duplicate": true }, { - "id": 348, - "name": "Herring", - "examine": "Swap this note at any bank for a Herring." + "id": 345, + "name": "Raw herring", + "type": "normal", + "duplicate": false }, { - "id": 349, - "name": "Raw pike", - "examine": "I should try cooking this." + "id": 346, + "name": "Raw herring", + "type": "noted", + "duplicate": true }, { - "id": 350, - "name": "Raw pike", - "examine": "Swap this note at any bank for a Raw pike." + "id": 347, + "name": "Herring", + "type": "normal", + "duplicate": false }, { - "id": 351, - "name": "Pike", - "examine": "Some nicely cooked Pike." + "id": 348, + "name": "Herring", + "type": "noted", + "duplicate": true }, { - "id": 352, - "name": "Pike", - "examine": "Swap this note at any bank for a Pike." + "id": 349, + "name": "Raw pike", + "type": "normal", + "duplicate": false }, { - "id": 353, - "name": "Raw mackerel", - "examine": "I should try cooking this." + "id": 350, + "name": "Raw pike", + "type": "noted", + "duplicate": true }, { - "id": 354, - "name": "Raw mackerel", - "examine": "Swap this note at any bank for a Raw mackerel." + "id": 351, + "name": "Pike", + "type": "normal", + "duplicate": false }, { - "id": 355, - "name": "Mackerel", - "examine": "Some nicely cooked fish." + "id": 352, + "name": "Pike", + "type": "noted", + "duplicate": true }, { - "id": 356, - "name": "Mackerel", - "examine": "Swap this note at any bank for a Mackerel." + "id": 353, + "name": "Raw mackerel", + "type": "normal", + "duplicate": false }, { - "id": 357, - "name": "Burnt fish", - "examine": "Oops!" + "id": 354, + "name": "Raw mackerel", + "type": "noted", + "duplicate": true }, { - "id": 358, - "name": "Burnt fish", - "examine": "Swap this note at any bank for a Burnt fish." + "id": 355, + "name": "Mackerel", + "type": "normal", + "duplicate": false }, { - "id": 359, - "name": "Raw tuna", - "examine": "I should try cooking this." + "id": 356, + "name": "Mackerel", + "type": "noted", + "duplicate": true }, { - "id": 360, - "name": "Raw tuna", - "examine": "Swap this note at any bank for a Raw tuna." + "id": 357, + "name": "Burnt fish", + "type": "normal", + "duplicate": false }, { - "id": 361, - "name": "Tuna", - "examine": "Wow, this is a big fish." + "id": 358, + "name": "Burnt fish", + "type": "noted", + "duplicate": true }, { - "id": 362, - "name": "Tuna", - "examine": "Swap this note at any bank for a Tuna." + "id": 359, + "name": "Raw tuna", + "type": "normal", + "duplicate": false }, { - "id": 363, - "name": "Raw bass", - "examine": "I should try cooking this." + "id": 360, + "name": "Raw tuna", + "type": "noted", + "duplicate": true }, { - "id": 364, - "name": "Raw bass", - "examine": "Swap this note at any bank for a Raw bass." + "id": 361, + "name": "Tuna", + "type": "normal", + "duplicate": false }, { - "id": 365, - "name": "Bass", - "examine": "Wow, this is a big fish." + "id": 362, + "name": "Tuna", + "type": "noted", + "duplicate": true }, { - "id": 366, - "name": "Bass", - "examine": "Swap this note at any bank for a Bass." + "id": 363, + "name": "Raw bass", + "type": "normal", + "duplicate": false }, { - "id": 367, - "name": "Burnt fish", - "examine": "Oops!" + "id": 364, + "name": "Raw bass", + "type": "noted", + "duplicate": true }, { - "id": 368, - "name": "Burnt fish", - "examine": "Swap this note at any bank for a Burnt fish." + "id": 365, + "name": "Bass", + "type": "normal", + "duplicate": false }, { - "id": 369, - "name": "Burnt fish", - "examine": "Oops!" + "id": 366, + "name": "Bass", + "type": "noted", + "duplicate": true }, { - "id": 370, - "name": "Burnt fish", - "examine": "Swap this note at any bank for a Burnt fish." + "id": 367, + "name": "Burnt fish", + "type": "normal", + "duplicate": false }, { - "id": 371, - "name": "Raw swordfish", - "examine": "I should try cooking this." + "id": 368, + "name": "Burnt fish", + "type": "noted", + "duplicate": true }, { - "id": 372, - "name": "Raw swordfish", - "examine": "Swap this note at any bank for a Raw swordfish." + "id": 369, + "name": "Burnt fish", + "type": "normal", + "duplicate": false }, { - "id": 373, - "name": "Swordfish", - "examine": "I'd better be careful eating this!" + "id": 370, + "name": "Burnt fish", + "type": "noted", + "duplicate": true }, { - "id": 374, - "name": "Swordfish", - "examine": "Swap this note at any bank for a Swordfish." + "id": 371, + "name": "Raw swordfish", + "type": "normal", + "duplicate": false }, { - "id": 375, - "name": "Burnt swordfish", - "examine": "Oops!" + "id": 372, + "name": "Raw swordfish", + "type": "noted", + "duplicate": true }, { - "id": 376, - "name": "Burnt swordfish", - "examine": "Swap this note at any bank for a Burnt swordfish." + "id": 373, + "name": "Swordfish", + "type": "normal", + "duplicate": false }, { - "id": 377, - "name": "Raw lobster", - "examine": "I should try cooking this." + "id": 374, + "name": "Swordfish", + "type": "noted", + "duplicate": true }, { - "id": 378, - "name": "Raw lobster", - "examine": "Swap this note at any bank for a Raw lobster." + "id": 375, + "name": "Burnt swordfish", + "type": "normal", + "duplicate": false }, { - "id": 379, - "name": "Lobster", - "examine": "This looks tricky to eat." + "id": 376, + "name": "Burnt swordfish", + "type": "noted", + "duplicate": true }, { - "id": 380, - "name": "Lobster", - "examine": "Swap this note at any bank for a Lobster." + "id": 377, + "name": "Raw lobster", + "type": "normal", + "duplicate": false }, { - "id": 381, - "name": "Burnt lobster", - "examine": "Oops!" + "id": 378, + "name": "Raw lobster", + "type": "noted", + "duplicate": true }, { - "id": 382, - "name": "Burnt lobster", - "examine": "Swap this note at any bank for a Burnt lobster." + "id": 379, + "name": "Lobster", + "type": "normal", + "duplicate": false }, { - "id": 383, - "name": "Raw shark", - "examine": "I should try cooking this." + "id": 380, + "name": "Lobster", + "type": "noted", + "duplicate": true }, { - "id": 384, - "name": "Raw shark", - "examine": "Swap this note at any bank for a Raw shark." + "id": 381, + "name": "Burnt lobster", + "type": "normal", + "duplicate": false }, { - "id": 385, - "name": "Shark", - "examine": "I'd better be careful eating this." + "id": 382, + "name": "Burnt lobster", + "type": "noted", + "duplicate": true }, { - "id": 386, - "name": "Shark", - "examine": "Swap this note at any bank for a Shark." + "id": 383, + "name": "Raw shark", + "type": "normal", + "duplicate": false }, { - "id": 387, - "name": "Burnt shark", - "examine": "Oops!" + "id": 384, + "name": "Raw shark", + "type": "noted", + "duplicate": true }, { - "id": 388, - "name": "Burnt shark", - "examine": "Swap this note at any bank for a Burnt shark." + "id": 385, + "name": "Shark", + "type": "normal", + "duplicate": false }, { - "id": 389, - "name": "Raw manta ray", - "examine": "A rare catch." + "id": 386, + "name": "Shark", + "type": "noted", + "duplicate": true }, { - "id": 390, - "name": "Raw manta ray", - "examine": "Swap this note at any bank for a Raw manta ray." + "id": 387, + "name": "Burnt shark", + "type": "normal", + "duplicate": false }, { - "id": 391, - "name": "Manta ray", - "examine": "A rare catch." + "id": 388, + "name": "Burnt shark", + "type": "noted", + "duplicate": true }, { - "id": 392, - "name": "Manta ray", - "examine": "Swap this note at any bank for a Manta ray." + "id": 389, + "name": "Raw manta ray", + "type": "normal", + "duplicate": false }, { - "id": 393, - "name": "Burnt manta ray", - "examine": "Oops!" + "id": 390, + "name": "Raw manta ray", + "type": "noted", + "duplicate": true }, { - "id": 394, - "name": "Burnt manta ray", - "examine": "Swap this note at any bank for a Burnt manta ray." + "id": 391, + "name": "Manta ray", + "type": "normal", + "duplicate": false }, { - "id": 395, - "name": "Raw sea turtle", - "examine": "A rare catch." + "id": 392, + "name": "Manta ray", + "type": "noted", + "duplicate": true }, { - "id": 396, - "name": "Raw sea turtle", - "examine": "Swap this note at any bank for a Raw sea turtle." + "id": 393, + "name": "Burnt manta ray", + "type": "normal", + "duplicate": false }, { - "id": 397, - "name": "Sea turtle", - "examine": "Tasty!" + "id": 394, + "name": "Burnt manta ray", + "type": "noted", + "duplicate": true }, { - "id": 398, - "name": "Sea turtle", - "examine": "Swap this note at any bank for a Sea turtle." + "id": 395, + "name": "Raw sea turtle", + "type": "normal", + "duplicate": false }, { - "id": 399, - "name": "Burnt sea turtle", - "examine": "Oops!" + "id": 396, + "name": "Raw sea turtle", + "type": "noted", + "duplicate": true }, { - "id": 400, - "name": "Burnt sea turtle", - "examine": "Swap this note at any bank for a Burnt sea turtle." + "id": 397, + "name": "Sea turtle", + "type": "normal", + "duplicate": false }, { - "id": 401, - "name": "Seaweed", - "examine": "Slightly damp seaweed." + "id": 398, + "name": "Sea turtle", + "type": "noted", + "duplicate": true }, { - "id": 402, - "name": "Seaweed", - "examine": "Swap this note at any bank for a Seaweed." + "id": 399, + "name": "Burnt sea turtle", + "type": "normal", + "duplicate": false }, { - "id": 403, - "name": "Edible seaweed", - "examine": "Slightly damp seaweed." + "id": 400, + "name": "Burnt sea turtle", + "type": "noted", + "duplicate": true }, { - "id": 404, - "name": "Edible seaweed", - "examine": "Swap this note at any bank for an Edible seaweed." + "id": 401, + "name": "Seaweed", + "type": "normal", + "duplicate": false }, { - "id": 405, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 402, + "name": "Seaweed", + "type": "noted", + "duplicate": true }, { - "id": 406, - "name": "Casket", - "examine": "Swap this note at any bank for a Casket." + "id": 403, + "name": "Edible seaweed", + "type": "normal", + "duplicate": false }, { - "id": 407, - "name": "Oyster", - "examine": "It's a rare oyster." + "id": 404, + "name": "Edible seaweed", + "type": "noted", + "duplicate": true }, { - "id": 408, - "name": "Oyster", - "examine": "Swap this note at any bank for an Oyster." + "id": 405, + "name": "Casket", + "type": "normal", + "duplicate": false }, { - "id": 409, - "name": "Empty oyster", - "examine": "It's empty." + "id": 406, + "name": "Casket", + "type": "noted", + "duplicate": true }, { - "id": 410, - "name": "Empty oyster", - "examine": "Swap this note at any bank for an Empty oyster." + "id": 407, + "name": "Oyster", + "type": "normal", + "duplicate": false }, { - "id": 411, - "name": "Oyster pearl", - "examine": "I could work wonders with a chisel on this pearl." + "id": 408, + "name": "Oyster", + "type": "noted", + "duplicate": true }, { - "id": 412, - "name": "Oyster pearl", - "examine": "Swap this note at any bank for an Oyster pearl." + "id": 409, + "name": "Empty oyster", + "type": "normal", + "duplicate": false }, { - "id": 413, - "name": "Oyster pearls", - "examine": "I could work wonders with a chisel on these pearls." + "id": 410, + "name": "Empty oyster", + "type": "noted", + "duplicate": true }, { - "id": 414, - "name": "Oyster pearls", - "examine": "Swap this note at any bank for an Oyster pearls." + "id": 411, + "name": "Oyster pearl", + "type": "normal", + "duplicate": false }, { - "id": 415, - "name": "Ethenea", - "examine": "An expensive colourless liquid." + "id": 412, + "name": "Oyster pearl", + "type": "noted", + "duplicate": true }, { - "id": 416, - "name": "Liquid honey", - "examine": "This isn't worth much." + "id": 413, + "name": "Oyster pearls", + "type": "normal", + "duplicate": false }, { - "id": 417, - "name": "Sulphuric broline", - "examine": "It's highly poisonous." + "id": 414, + "name": "Oyster pearls", + "type": "noted", + "duplicate": true }, { - "id": 418, - "name": "Plague sample", - "examine": "Probably best I don't keep this too long." + "id": 415, + "name": "Ethenea", + "type": "normal", + "duplicate": false }, { - "id": 419, - "name": "Touch paper", - "examine": "A special kind of paper." + "id": 416, + "name": "Liquid honey", + "type": "normal", + "duplicate": false }, { - "id": 420, - "name": "Distillator", - "examine": "Apparently it distills." + "id": 417, + "name": "Sulphuric broline", + "type": "normal", + "duplicate": false }, { - "id": 421, - "name": "Lathas' amulet", - "examine": "Yup. It's an amulet." + "id": 418, + "name": "Plague sample", + "type": "normal", + "duplicate": false }, { - "id": 422, - "name": "Bird feed", - "examine": "Birds love this stuff!" + "id": 419, + "name": "Touch paper", + "type": "normal", + "duplicate": false }, { - "id": 423, - "name": "Key", - "examine": "Opens things." + "id": 420, + "name": "Distillator", + "type": "normal", + "duplicate": false }, { - "id": 424, - "name": "Pigeon cage", - "examine": "It's full of pigeons." + "id": 421, + "name": "Lathas' amulet", + "type": "normal", + "duplicate": false }, { - "id": 425, - "name": "Pigeon cage", - "examine": "It's empty..." + "id": 422, + "name": "Bird feed", + "type": "normal", + "duplicate": false }, { - "id": 426, - "name": "Priest gown", - "examine": "Top half of a priest suit." + "id": 423, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 427, - "name": "Priest gown", - "examine": "Swap this note at any bank for a Priest gown." + "id": 424, + "name": "Pigeon cage", + "type": "normal", + "duplicate": false }, { - "id": 428, - "name": "Priest gown", - "examine": "Bottom half of a priest suit." + "id": 425, + "name": "Pigeon cage", + "type": "normal", + "duplicate": false }, { - "id": 429, - "name": "Priest gown", - "examine": "Swap this note at any bank for a Priest gown." + "id": 426, + "name": "Priest gown", + "type": "normal", + "duplicate": false }, { - "id": 430, - "name": "Doctors' gown", - "examine": "Medical looking." + "id": 427, + "name": "Priest gown", + "type": "noted", + "duplicate": true }, { - "id": 431, - "name": "Karamjan rum", - "examine": "A very strong spirit brewed in Karamja." + "id": 428, + "name": "Priest gown", + "type": "normal", + "duplicate": false }, { - "id": 432, - "name": "Chest key", - "examine": "A key to One eyed Hector's chest." + "id": 429, + "name": "Priest gown", + "type": "noted", + "duplicate": true }, { - "id": 433, - "name": "Pirate message", - "examine": "Pirates don't have the best handwriting..." + "id": 430, + "name": "Medical gown", + "type": "normal", + "duplicate": false }, { - "id": 434, - "name": "Clay", - "examine": "Some hard dry clay." + "id": 431, + "name": "Karamjan rum", + "type": "normal", + "duplicate": false }, { - "id": 435, - "name": "Clay", - "examine": "Swap this note at any bank for a Clay." + "id": 432, + "name": "Chest key", + "type": "normal", + "duplicate": false }, { - "id": 436, - "name": "Copper ore", - "examine": "This needs refining." + "id": 433, + "name": "Pirate message", + "type": "normal", + "duplicate": false }, { - "id": 437, - "name": "Copper ore", - "examine": "Swap this note at any bank for a Copper ore." + "id": 434, + "name": "Clay", + "type": "normal", + "duplicate": false }, { - "id": 438, - "name": "Tin ore", - "examine": "This needs refining." + "id": 435, + "name": "Clay", + "type": "noted", + "duplicate": true }, { - "id": 439, - "name": "Tin ore", - "examine": "Swap this note at any bank for a Tin ore." + "id": 436, + "name": "Copper ore", + "type": "normal", + "duplicate": false }, { - "id": 440, - "name": "Iron ore", - "examine": "This needs refining." + "id": 437, + "name": "Copper ore", + "type": "noted", + "duplicate": true }, { - "id": 441, - "name": "Iron ore", - "examine": "Swap this note at any bank for an Iron ore." + "id": 438, + "name": "Tin ore", + "type": "normal", + "duplicate": false }, { - "id": 442, - "name": "Silver ore", - "examine": "This needs refining." + "id": 439, + "name": "Tin ore", + "type": "noted", + "duplicate": true }, { - "id": 443, - "name": "Silver ore", - "examine": "Swap this note at any bank for a Silver ore." + "id": 440, + "name": "Iron ore", + "type": "normal", + "duplicate": false }, { - "id": 444, - "name": "Gold ore", - "examine": "This needs refining." + "id": 441, + "name": "Iron ore", + "type": "noted", + "duplicate": true }, { - "id": 445, - "name": "Gold ore", - "examine": "Swap this note at any bank for a Gold ore." + "id": 442, + "name": "Silver ore", + "type": "normal", + "duplicate": false }, { - "id": 446, - "name": "'perfect' gold ore", - "examine": "This needs refining." + "id": 443, + "name": "Silver ore", + "type": "noted", + "duplicate": true }, { - "id": 447, - "name": "Mithril ore", - "examine": "This needs refining." + "id": 444, + "name": "Gold ore", + "type": "normal", + "duplicate": false }, { - "id": 448, - "name": "Mithril ore", - "examine": "Swap this note at any bank for a Mithril ore." + "id": 445, + "name": "Gold ore", + "type": "noted", + "duplicate": true }, { - "id": 449, - "name": "Adamantite ore", - "examine": "This needs refining." + "id": 446, + "name": "'perfect' gold ore", + "type": "normal", + "duplicate": false }, { - "id": 450, - "name": "Adamantite ore", - "examine": "Swap this note at any bank for an Adamantite ore." + "id": 447, + "name": "Mithril ore", + "type": "normal", + "duplicate": false }, { - "id": 451, - "name": "Runite ore", - "examine": "This needs refining." + "id": 448, + "name": "Mithril ore", + "type": "noted", + "duplicate": true }, { - "id": 452, - "name": "Runite ore", - "examine": "Swap this note at any bank for a Runite ore." + "id": 449, + "name": "Adamantite ore", + "type": "normal", + "duplicate": false }, { - "id": 453, - "name": "Coal", - "examine": "Hmm a non-renewable energy source!" + "id": 450, + "name": "Adamantite ore", + "type": "noted", + "duplicate": true }, { - "id": 454, - "name": "Coal", - "examine": "Swap this note at any bank for a Coal." + "id": 451, + "name": "Runite ore", + "type": "normal", + "duplicate": false }, { - "id": 455, - "name": "Barcrawl card", - "examine": "The official Alfred Grimhand bar crawl card." + "id": 452, + "name": "Runite ore", + "type": "noted", + "duplicate": true }, { - "id": 456, - "name": "Scorpion cage", - "examine": "It's empty!" + "id": 453, + "name": "Coal", + "type": "normal", + "duplicate": false }, { - "id": 457, - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside." + "id": 454, + "name": "Coal", + "type": "noted", + "duplicate": true }, { - "id": 458, - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside." + "id": 455, + "name": "Barcrawl card", + "type": "normal", + "duplicate": false }, { - "id": 459, - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside." + "id": 456, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 460, - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside." + "id": 457, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 461, - "name": "Scorpion cage", - "examine": "There are 2 scorpions inside." + "id": 458, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 462, - "name": "Scorpion cage", - "examine": "There is 1 scorpion inside." + "id": 459, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 463, - "name": "Scorpion cage", - "examine": "There are 3 scorpions inside." + "id": 460, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 464, - "name": "Strange fruit", - "examine": "I wonder what this tastes like?" + "id": 461, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 465, - "name": "Strange fruit", - "examine": "Swap this note at any bank for a Strange fruit." + "id": 462, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 466, - "name": "Pickaxe handle", - "examine": "Useless without the head." + "id": 463, + "name": "Scorpion cage", + "type": "normal", + "duplicate": false }, { - "id": 467, - "name": "Pickaxe handle", - "examine": "Swap this note at any bank for a Pickaxe handle." + "id": 464, + "name": "Strange fruit", + "type": "normal", + "duplicate": false }, { - "id": 468, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 465, + "name": "Strange fruit", + "type": "noted", + "duplicate": true }, { - "id": 469, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 466, + "name": "Pickaxe handle", + "type": "normal", + "duplicate": false }, { - "id": 470, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 467, + "name": "Pickaxe handle", + "type": "noted", + "duplicate": true }, { - "id": 471, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 468, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 472, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 469, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 473, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 470, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 474, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 471, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 475, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 472, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 476, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 473, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 477, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 474, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 478, - "name": "Broken pickaxe", - "examine": "Nurmof can fix this for me." + "id": 475, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 479, - "name": "Broken pickaxe", - "examine": "Swap this note at any bank for a Broken pickaxe." + "id": 476, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 480, - "name": "Bronze pick head", - "examine": "It's missing a handle." + "id": 477, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 481, - "name": "Bronze pick head", - "examine": "Swap this note at any bank for a Bronze pick head." + "id": 478, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 482, - "name": "Iron pick head", - "examine": "It's missing a handle." + "id": 479, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 483, - "name": "Iron pick head", - "examine": "Swap this note at any bank for an Iron pick head." + "id": 480, + "name": "Bronze pick head", + "type": "normal", + "duplicate": false }, { - "id": 484, - "name": "Steel pick head", - "examine": "It's missing a handle." + "id": 481, + "name": "Bronze pick head", + "type": "noted", + "duplicate": true }, { - "id": 485, - "name": "Steel pick head", - "examine": "Swap this note at any bank for a Steel pick head." + "id": 482, + "name": "Iron pick head", + "type": "normal", + "duplicate": false }, { - "id": 486, - "name": "Mithril pick head", - "examine": "It's missing a handle." + "id": 483, + "name": "Iron pick head", + "type": "noted", + "duplicate": true }, { - "id": 487, - "name": "Mithril pick head", - "examine": "Swap this note at any bank for a Mithril pick head." + "id": 484, + "name": "Steel pick head", + "type": "normal", + "duplicate": false }, { - "id": 488, - "name": "Adamant pick head", - "examine": "It's missing a handle." + "id": 485, + "name": "Steel pick head", + "type": "noted", + "duplicate": true }, { - "id": 489, - "name": "Adamant pick head", - "examine": "Swap this note at any bank for an Adamant pick head." + "id": 486, + "name": "Mithril pick head", + "type": "normal", + "duplicate": false }, { - "id": 490, - "name": "Rune pick head", - "examine": "It's missing a handle." + "id": 487, + "name": "Mithril pick head", + "type": "noted", + "duplicate": true }, { - "id": 491, - "name": "Rune pick head", - "examine": "Swap this note at any bank for a Rune pick head." + "id": 488, + "name": "Adamant pick head", + "type": "normal", + "duplicate": false }, { - "id": 492, - "name": "Axe handle", - "examine": "Useless without the head." + "id": 489, + "name": "Adamant pick head", + "type": "noted", + "duplicate": true }, { - "id": 493, - "name": "Axe handle", - "examine": "Swap this note at any bank for an Axe handle." + "id": 490, + "name": "Rune pick head", + "type": "normal", + "duplicate": false }, { - "id": 494, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 491, + "name": "Rune pick head", + "type": "noted", + "duplicate": true }, { - "id": 495, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 492, + "name": "Axe handle", + "type": "normal", + "duplicate": false }, { - "id": 496, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 493, + "name": "Axe handle", + "type": "noted", + "duplicate": true }, { - "id": 497, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 494, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 498, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 495, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 499, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 496, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 500, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 497, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 501, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 498, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 502, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 499, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 503, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 500, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 504, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 501, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 505, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 502, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 506, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 503, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 507, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 504, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 508, - "name": "Bronze axe head", - "examine": "It's missing a handle." + "id": 505, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 509, - "name": "Bronze axe head", - "examine": "Swap this note at any bank for a Bronze axe head." + "id": 506, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 510, - "name": "Iron axe head", - "examine": "It's missing a handle." + "id": 507, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 511, - "name": "Iron axe head", - "examine": "Swap this note at any bank for an Iron axe head." + "id": 508, + "name": "Bronze axe head", + "type": "normal", + "duplicate": false }, { - "id": 512, - "name": "Steel axe head", - "examine": "It's missing a handle." + "id": 509, + "name": "Bronze axe head", + "type": "noted", + "duplicate": true }, { - "id": 513, - "name": "Steel axe head", - "examine": "Swap this note at any bank for a Steel axe head." + "id": 510, + "name": "Iron axe head", + "type": "normal", + "duplicate": false }, { - "id": 514, - "name": "Black axe head", - "examine": "It's missing a handle." + "id": 511, + "name": "Iron axe head", + "type": "noted", + "duplicate": true }, { - "id": 515, - "name": "Black axe head", - "examine": "Swap this note at any bank for a Black axe head." + "id": 512, + "name": "Steel axe head", + "type": "normal", + "duplicate": false }, { - "id": 516, - "name": "Mithril axe head", - "examine": "It's missing a handle." + "id": 513, + "name": "Steel axe head", + "type": "noted", + "duplicate": true }, { - "id": 517, - "name": "Mithril axe head", - "examine": "Swap this note at any bank for a Mithril axe head." + "id": 514, + "name": "Black axe head", + "type": "normal", + "duplicate": false }, { - "id": 518, - "name": "Adamant axe head", - "examine": "It's missing a handle." + "id": 515, + "name": "Black axe head", + "type": "noted", + "duplicate": true }, { - "id": 519, - "name": "Adamant axe head", - "examine": "Swap this note at any bank for an Adamant axe head." + "id": 516, + "name": "Mithril axe head", + "type": "normal", + "duplicate": false }, { - "id": 520, - "name": "Rune axe head", - "examine": "It's missing a handle." + "id": 517, + "name": "Mithril axe head", + "type": "noted", + "duplicate": true }, { - "id": 521, - "name": "Rune axe head", - "examine": "Swap this note at any bank for a Rune axe head." + "id": 518, + "name": "Adamant axe head", + "type": "normal", + "duplicate": false }, { - "id": 522, - "name": "Enchanted beef", - "examine": "I don't fancy eating this now." + "id": 519, + "name": "Adamant axe head", + "type": "noted", + "duplicate": true }, { - "id": 523, - "name": "Enchanted rat", - "examine": "I don't fancy eating this now." + "id": 520, + "name": "Rune axe head", + "type": "normal", + "duplicate": false }, { - "id": 524, - "name": "Enchanted bear", - "examine": "I don't fancy eating this now." + "id": 521, + "name": "Rune axe head", + "type": "noted", + "duplicate": true }, { - "id": 525, - "name": "Enchanted chicken", - "examine": "I don't fancy eating this now." + "id": 522, + "name": "Enchanted beef", + "type": "normal", + "duplicate": false }, { - "id": 526, - "name": "Bones", - "examine": "Bones are for burying!" + "id": 523, + "name": "Enchanted rat", + "type": "normal", + "duplicate": false }, { - "id": 527, - "name": "Bones", - "examine": "Swap this note at any bank for a Bones." + "id": 524, + "name": "Enchanted bear", + "type": "normal", + "duplicate": false }, { - "id": 528, - "name": "Burnt bones", - "examine": "Bones are for burying!" + "id": 525, + "name": "Enchanted chicken", + "type": "normal", + "duplicate": false }, { - "id": 529, - "name": "Burnt bones", - "examine": "Swap this note at any bank for a Burnt bones." + "id": 526, + "name": "Bones", + "type": "normal", + "duplicate": false }, { - "id": 530, - "name": "Bat bones", - "examine": "Bones are for burying!" + "id": 527, + "name": "Bones", + "type": "noted", + "duplicate": true }, { - "id": 531, - "name": "Bat bones", - "examine": "Swap this note at any bank for a Bat bones." + "id": 528, + "name": "Burnt bones", + "type": "normal", + "duplicate": false }, { - "id": 532, - "name": "Big bones", - "examine": "Ew it's a pile of bones." + "id": 529, + "name": "Burnt bones", + "type": "noted", + "duplicate": true }, { - "id": 533, - "name": "Big bones", - "examine": "Swap this note at any bank for a Big bones." + "id": 530, + "name": "Bat bones", + "type": "normal", + "duplicate": false }, { - "id": 534, - "name": "Babydragon bones", - "examine": "Ew it's a pile of bones." + "id": 531, + "name": "Bat bones", + "type": "noted", + "duplicate": true }, { - "id": 535, - "name": "Babydragon bones", - "examine": "Swap this note at any bank for a Babydragon bones." + "id": 532, + "name": "Big bones", + "type": "normal", + "duplicate": false }, { - "id": 536, - "name": "Dragon bones", - "examine": "These would feed a dog for months!" + "id": 533, + "name": "Big bones", + "type": "noted", + "duplicate": true }, { - "id": 537, - "name": "Dragon bones", - "examine": "Swap this note at any bank for a Dragon bones." + "id": 534, + "name": "Babydragon bones", + "type": "normal", + "duplicate": false }, { - "id": 538, - "name": "Druid's robe", - "examine": "Keeps a druid's knees nice and warm." + "id": 535, + "name": "Babydragon bones", + "type": "noted", + "duplicate": true }, { - "id": 539, - "name": "Druid's robe", - "examine": "Swap this note at any bank for a Druid's robe." + "id": 536, + "name": "Dragon bones", + "type": "normal", + "duplicate": false }, { - "id": 540, - "name": "Druid's robe", - "examine": "I feel closer to the gods when I am wearing this." + "id": 537, + "name": "Dragon bones", + "type": "noted", + "duplicate": true }, { - "id": 541, - "name": "Druid's robe", - "examine": "Swap this note at any bank for a Druid's robe." + "id": 538, + "name": "Druid's robe", + "type": "normal", + "duplicate": false }, { - "id": 542, - "name": "Monk's robe", - "examine": "Keeps a monk's knees nice and warm." + "id": 539, + "name": "Druid's robe", + "type": "noted", + "duplicate": true }, { - "id": 543, - "name": "Monk's robe", - "examine": "Swap this note at any bank for a Monk's robe." + "id": 540, + "name": "Druid's robe top", + "type": "normal", + "duplicate": false }, { - "id": 544, - "name": "Monk's robe", - "examine": "I feel closer to the gods when I am wearing this." + "id": 541, + "name": "Druid's robe top", + "type": "noted", + "duplicate": true }, { - "id": 545, - "name": "Monk's robe", - "examine": "Swap this note at any bank for a Monk's robe." + "id": 542, + "name": "Monk's robe", + "type": "normal", + "duplicate": false }, { - "id": 546, - "name": "Shade robe", - "examine": "I feel closer to the gods when I am wearing this." + "id": 543, + "name": "Monk's robe", + "type": "noted", + "duplicate": true }, { - "id": 547, - "name": "Shade robe", - "examine": "Swap this note at any bank for a Shade robe." + "id": 544, + "name": "Monk's robe top", + "type": "normal", + "duplicate": false }, { - "id": 548, - "name": "Shade robe", - "examine": "If a shade had knees, this would keep them nice and warm." + "id": 545, + "name": "Monk's robe top", + "type": "noted", + "duplicate": true }, { - "id": 549, - "name": "Shade robe", - "examine": "Swap this note at any bank for a Shade robe." + "id": 546, + "name": "Shade robe top", + "type": "normal", + "duplicate": false }, { - "id": 550, - "name": "Newcomer map", - "examine": "Issued by RuneScape Council to all new citizens." + "id": 547, + "name": "Shade robe top", + "type": "noted", + "duplicate": true }, { - "id": 551, - "name": "Newcomer map", - "examine": "Swap this note at any bank for a Newcomer map." + "id": 548, + "name": "Shade robe", + "type": "normal", + "duplicate": false }, { - "id": 552, - "name": "Ghostspeak amulet", - "examine": "It lets me talk to ghosts." + "id": 549, + "name": "Shade robe", + "type": "noted", + "duplicate": true }, { - "id": 553, - "name": "Skull", - "examine": "Ooooh spooky!" + "id": 550, + "name": "Newcomer map", + "type": "normal", + "duplicate": false }, { - "id": 554, - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes." + "id": 551, + "name": "Newcomer map", + "type": "noted", + "duplicate": true }, { - "id": 555, - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes." + "id": 552, + "name": "Ghostspeak amulet", + "type": "normal", + "duplicate": false }, { - "id": 556, - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes." + "id": 553, + "name": "Ghost's skull", + "type": "normal", + "duplicate": false }, { - "id": 557, - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes." + "id": 554, + "name": "Fire rune", + "type": "normal", + "duplicate": false }, { - "id": 558, - "name": "Mind rune", - "examine": "Used for basic level missile spells." + "id": 555, + "name": "Water rune", + "type": "normal", + "duplicate": false }, { - "id": 559, - "name": "Body rune", - "examine": "Used for curse spells." + "id": 556, + "name": "Air rune", + "type": "normal", + "duplicate": false }, { - "id": 560, - "name": "Death rune", - "examine": "Used for medium level missile spells." + "id": 557, + "name": "Earth rune", + "type": "normal", + "duplicate": false }, { - "id": 561, - "name": "Nature rune", - "examine": "Used for alchemy spells." + "id": 558, + "name": "Mind rune", + "type": "normal", + "duplicate": false }, { - "id": 562, - "name": "Chaos rune", - "examine": "Used for low level missile spells." + "id": 559, + "name": "Body rune", + "type": "normal", + "duplicate": false }, { - "id": 563, - "name": "Law rune", - "examine": "Used for teleport spells." + "id": 560, + "name": "Death rune", + "type": "normal", + "duplicate": false }, { - "id": 564, - "name": "Cosmic rune", - "examine": "Used for enchant spells." + "id": 561, + "name": "Nature rune", + "type": "normal", + "duplicate": false }, { - "id": 565, - "name": "Blood rune", - "examine": "Used for high level missile spells." + "id": 562, + "name": "Chaos rune", + "type": "normal", + "duplicate": false }, { - "id": 566, - "name": "Soul rune", - "examine": "Used for high level curse spells." + "id": 563, + "name": "Law rune", + "type": "normal", + "duplicate": false }, { - "id": 567, - "name": "Unpowered orb", - "examine": "I'd prefer it if it was powered." + "id": 564, + "name": "Cosmic rune", + "type": "normal", + "duplicate": false }, { - "id": 568, - "name": "Unpowered orb", - "examine": "Swap this note at any bank for an Unpowered orb." + "id": 565, + "name": "Blood rune", + "type": "normal", + "duplicate": false }, { - "id": 569, - "name": "Fire orb", - "examine": "A magic glowing orb." + "id": 566, + "name": "Soul rune", + "type": "normal", + "duplicate": false }, { - "id": 570, - "name": "Fire orb", - "examine": "Swap this note at any bank for a Fire orb." + "id": 567, + "name": "Unpowered orb", + "type": "normal", + "duplicate": false }, { - "id": 571, - "name": "Water orb", - "examine": "A magic glowing orb." + "id": 568, + "name": "Unpowered orb", + "type": "noted", + "duplicate": true }, { - "id": 572, - "name": "Water orb", - "examine": "Swap this note at any bank for a Water orb." + "id": 569, + "name": "Fire orb", + "type": "normal", + "duplicate": false }, { - "id": 573, - "name": "Air orb", - "examine": "A magic glowing orb." + "id": 570, + "name": "Fire orb", + "type": "noted", + "duplicate": true }, { - "id": 574, - "name": "Air orb", - "examine": "Swap this note at any bank for an Air orb." + "id": 571, + "name": "Water orb", + "type": "normal", + "duplicate": false }, { - "id": 575, - "name": "Earth orb", - "examine": "A magic glowing orb." + "id": 572, + "name": "Water orb", + "type": "noted", + "duplicate": true }, { - "id": 576, - "name": "Earth orb", - "examine": "Swap this note at any bank for an Earth orb." + "id": 573, + "name": "Air orb", + "type": "normal", + "duplicate": false }, { - "id": 577, - "name": "Wizard robe", - "examine": "I can do magic better in this." + "id": 574, + "name": "Air orb", + "type": "noted", + "duplicate": true }, { - "id": 578, - "name": "Wizard robe", - "examine": "Swap this note at any bank for a Wizard robe." + "id": 575, + "name": "Earth orb", + "type": "normal", + "duplicate": false }, { - "id": 579, - "name": "Wizard hat", - "examine": "A silly pointed hat." + "id": 576, + "name": "Earth orb", + "type": "noted", + "duplicate": true }, { - "id": 580, - "name": "Wizard hat", - "examine": "Swap this note at any bank for a Wizard hat." + "id": 577, + "name": "Blue wizard robe", + "type": "normal", + "duplicate": false }, { - "id": 581, - "name": "Black robe", - "examine": "I can do magic better in this." + "id": 578, + "name": "Blue wizard robe", + "type": "noted", + "duplicate": true }, { - "id": 582, - "name": "Black robe", - "examine": "Swap this note at any bank for a Black robe." + "id": 579, + "name": "Blue wizard hat", + "type": "normal", + "duplicate": false }, { - "id": 583, - "name": "Bailing bucket", - "examine": "It's a bailing bucket." + "id": 580, + "name": "Blue wizard hat", + "type": "noted", + "duplicate": true }, { - "id": 584, - "name": "Bailing bucket", - "examine": "Swap this note at any bank for a Bailing bucket." + "id": 581, + "name": "Black robe", + "type": "normal", + "duplicate": false }, { - "id": 585, - "name": "Bailing bucket", - "examine": "It's a bailing bucket full of salty water." + "id": 582, + "name": "Black robe", + "type": "noted", + "duplicate": true }, { - "id": 586, - "name": "Bailing bucket", - "examine": "Swap this note at any bank for a Bailing bucket." + "id": 583, + "name": "Bailing bucket", + "type": "normal", + "duplicate": false }, { - "id": 587, - "name": "Orb of protection", - "examine": "A strange glowing green orb." + "id": 584, + "name": "Bailing bucket", + "type": "noted", + "duplicate": true }, { - "id": 588, - "name": "Orbs of protection", - "examine": "Two strange glowing green orbs." + "id": 585, + "name": "Bailing bucket", + "type": "normal", + "duplicate": false }, { - "id": 589, - "name": "Gnome amulet", - "examine": "It's an amulet of protection given to me by the gnomes." + "id": 586, + "name": "Bailing bucket", + "type": "noted", + "duplicate": true }, { - "id": 590, - "name": "Tinderbox", - "examine": "Useful for lighting a fire." + "id": 587, + "name": "Orb of protection", + "type": "normal", + "duplicate": false }, { - "id": 591, - "name": "Tinderbox", - "examine": "Swap this note at any bank for a Tinderbox." + "id": 588, + "name": "Orbs of protection", + "type": "normal", + "duplicate": false }, { - "id": 592, - "name": "Ashes", - "examine": "A heap of ashes." + "id": 589, + "name": "Gnome amulet", + "type": "normal", + "duplicate": false }, { - "id": 593, - "name": "Ashes", - "examine": "Swap this note at any bank for an Ashes." + "id": 590, + "name": "Tinderbox", + "type": "normal", + "duplicate": false }, { - "id": 594, - "name": "Torch", - "examine": "A lit home-made torch." + "id": 591, + "name": "Tinderbox", + "type": "noted", + "duplicate": true }, { - "id": 595, - "name": "Torch", - "examine": "A lit home-made torch." + "id": 592, + "name": "Ashes", + "type": "normal", + "duplicate": false }, { - "id": 596, - "name": "Torch", - "examine": "An unlit home-made torch." + "id": 593, + "name": "Ashes", + "type": "noted", + "duplicate": true }, { - "id": 597, - "name": "Torch", - "examine": "Swap this note at any bank for a Torch." + "id": 594, + "name": "Lit torch", + "type": "normal", + "duplicate": false }, { - "id": 598, - "name": "Bronze fire arrows", - "examine": "Arrows with bronze heads and oil soaked cloth." + "id": 595, + "name": "Torch", + "type": "normal", + "duplicate": false }, { - "id": 599, - "name": "Double helix", - "examine": "Who says it's just manners that maketh man?" + "id": 596, + "name": "Unlit torch", + "type": "normal", + "duplicate": false }, { - "id": 600, - "name": "Astrology book", - "examine": "A book on the history of Astrology in RuneScape." + "id": 597, + "name": "Unlit torch", + "type": "noted", + "duplicate": true }, { - "id": 601, - "name": "Keep key", - "examine": "A small key for a jail door." + "id": 598, + "name": "Bronze fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 602, - "name": "Lens mould", - "examine": "An unusual clay mould in the shape of a disc." + "id": 599, + "name": "Buchu seed", + "type": "normal", + "duplicate": true }, { - "id": 603, - "name": "Lens", - "examine": "A perfectly circular disc of glass." + "id": 600, + "name": "Astronomy book", + "type": "normal", + "duplicate": false }, { - "id": 604, - "name": "Bone shard", - "examine": "A slender bone shard given to you by Zadimus." + "id": 601, + "name": "Goblin kitchen key", + "type": "normal", + "duplicate": false }, { - "id": 605, - "name": "Bone key", - "examine": "A bone key fashioned from a shard of bone." + "id": 602, + "name": "Lens mould", + "type": "normal", + "duplicate": false }, { - "id": 606, - "name": "Stone-plaque", - "examine": "A stone plaque with carved letters in it." + "id": 603, + "name": "Observatory lens", + "type": "normal", + "duplicate": false }, { - "id": 607, - "name": "Tattered scroll", - "examine": "An ancient tattered scroll." + "id": 604, + "name": "Bone shard", + "type": "normal", + "duplicate": false }, { - "id": 608, - "name": "Crumpled scroll", - "examine": "An ancient crumpled scroll." + "id": 605, + "name": "Bone key", + "type": "normal", + "duplicate": false }, { - "id": 609, - "name": "Rashiliyia corpse", - "examine": "The remains of the Zombie Queen." + "id": 606, + "name": "Stone-plaque", + "type": "normal", + "duplicate": false }, { - "id": 610, - "name": "Zadimus corpse", - "examine": "The remains of Zadimus." + "id": 607, + "name": "Tattered scroll", + "type": "normal", + "duplicate": false }, { - "id": 611, - "name": "Locating crystal", - "examine": "A magical crystal sphere." + "id": 608, + "name": "Crumpled scroll", + "type": "normal", + "duplicate": false }, { - "id": 612, - "name": "Locating crystal", - "examine": "A magical crystal sphere." + "id": 609, + "name": "Rashiliyia corpse", + "type": "normal", + "duplicate": false }, { - "id": 613, - "name": "Locating crystal", - "examine": "A magical crystal sphere." + "id": 610, + "name": "Zadimus corpse", + "type": "normal", + "duplicate": false }, { - "id": 614, - "name": "Locating crystal", - "examine": "A magical crystal sphere." + "id": 611, + "name": "Locating crystal", + "type": "normal", + "duplicate": false }, { - "id": 615, - "name": "Locating crystal", - "examine": "A magical crystal sphere." + "id": 612, + "name": "Locating crystal", + "type": "normal", + "duplicate": false }, { - "id": 616, - "name": "Beads of the dead", - "examine": "A curious looking neck ornament." + "id": 613, + "name": "Locating crystal", + "type": "normal", + "duplicate": false }, { - "id": 617, - "name": "Coins", - "examine": "Lovely money!" + "id": 614, + "name": "Locating crystal", + "type": "normal", + "duplicate": false }, { - "id": 618, - "name": "Bone beads", - "examine": "Beads carved out of a bone." + "id": 615, + "name": "Locating crystal", + "type": "normal", + "duplicate": false }, { - "id": 619, - "name": "Paramaya ticket", - "examine": "Allows you to rest in the luxurious Paramayer Inn." + "id": 616, + "name": "Beads of the dead", + "type": "normal", + "duplicate": false }, { - "id": 620, - "name": "Paramaya ticket", - "examine": "Swap this note at any bank for a Paramaya ticket." + "id": 617, + "name": "Coins", + "type": "normal", + "duplicate": false }, { - "id": 621, - "name": "Ship ticket", - "examine": "Allows you passage on the 'Lady of the waves' ship." + "id": 618, + "name": "Bone beads", + "type": "normal", + "duplicate": false }, { - "id": 622, - "name": "Ship ticket", - "examine": "Swap this note at any bank for a Ship ticket." + "id": 619, + "name": "Paramaya ticket", + "type": "normal", + "duplicate": false }, { - "id": 623, - "name": "Sword pommel", - "examine": "An ivory sword pommel." + "id": 620, + "name": "Paramaya ticket", + "type": "normal", + "duplicate": false }, { - "id": 624, - "name": "Bervirius notes", - "examine": "Notes taken from the tomb of Bervirius." + "id": 621, + "name": "Ship ticket", + "type": "normal", + "duplicate": false }, { - "id": 625, - "name": "Wampum belt", - "examine": "A decorated belt used to trade information between distant villages." + "id": 622, + "name": "Ship ticket", + "type": "noted", + "duplicate": true }, { - "id": 626, - "name": "Boots", - "examine": "They're soft and silky." + "id": 623, + "name": "Sword pommel", + "type": "normal", + "duplicate": false }, { - "id": 627, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 624, + "name": "Bervirius notes", + "type": "normal", + "duplicate": false }, { - "id": 628, - "name": "Boots", - "examine": "They're soft and silky." + "id": 625, + "name": "Wampum belt", + "type": "normal", + "duplicate": false }, { - "id": 629, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 626, + "name": "Pink boots", + "type": "normal", + "duplicate": false }, { - "id": 630, - "name": "Boots", - "examine": "They're soft and silky." + "id": 627, + "name": "Pink boots", + "type": "noted", + "duplicate": true }, { - "id": 631, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 628, + "name": "Green boots", + "type": "normal", + "duplicate": false }, { - "id": 632, - "name": "Boots", - "examine": "They're soft and silky." + "id": 629, + "name": "Green boots", + "type": "noted", + "duplicate": true }, { - "id": 633, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 630, + "name": "Blue boots", + "type": "normal", + "duplicate": false }, { - "id": 634, - "name": "Boots", - "examine": "They're soft and silky." + "id": 631, + "name": "Blue boots", + "type": "noted", + "duplicate": true }, { - "id": 635, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 632, + "name": "Cream boots", + "type": "normal", + "duplicate": false }, { - "id": 636, - "name": "Robe top", - "examine": "The ultimate in gnome design." + "id": 633, + "name": "Cream boots", + "type": "noted", + "duplicate": true }, { - "id": 637, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 634, + "name": "Turquoise boots", + "type": "normal", + "duplicate": false }, { - "id": 638, - "name": "Robe top", - "examine": "The ultimate in gnome design." + "id": 635, + "name": "Turquoise boots", + "type": "noted", + "duplicate": true }, { - "id": 639, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 636, + "name": "Pink robe top", + "type": "normal", + "duplicate": false }, { - "id": 640, - "name": "Robe top", - "examine": "The ultimate in gnome design." + "id": 637, + "name": "Pink robe top", + "type": "noted", + "duplicate": true }, { - "id": 641, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 638, + "name": "Green robe top", + "type": "normal", + "duplicate": false }, { - "id": 642, - "name": "Robe top", - "examine": "The ultimate in gnome design." + "id": 639, + "name": "Green robe top", + "type": "noted", + "duplicate": true }, { - "id": 643, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 640, + "name": "Blue robe top", + "type": "normal", + "duplicate": false }, { - "id": 644, - "name": "Robe top", - "examine": "The ultimate in gnome design." + "id": 641, + "name": "Blue robe top", + "type": "noted", + "duplicate": true }, { - "id": 645, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 642, + "name": "Cream robe top", + "type": "normal", + "duplicate": false }, { - "id": 646, - "name": "Robe bottoms", - "examine": "Made by Tree Gnomes." + "id": 643, + "name": "Cream robe top", + "type": "noted", + "duplicate": true }, { - "id": 647, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 644, + "name": "Turquoise robe top", + "type": "normal", + "duplicate": false }, { - "id": 648, - "name": "Robe bottoms", - "examine": "Made by Tree Gnomes." + "id": 645, + "name": "Turquoise robe top", + "type": "noted", + "duplicate": true }, { - "id": 649, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 646, + "name": "Pink robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 650, - "name": "Robe bottoms", - "examine": "Made by Tree Gnomes." + "id": 647, + "name": "Pink robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 651, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 648, + "name": "Green robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 652, - "name": "Robe bottoms", - "examine": "Made by Tree Gnomes." + "id": 649, + "name": "Green robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 653, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 650, + "name": "Blue robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 654, - "name": "Robe bottoms", - "examine": "Made by Tree Gnomes." + "id": 651, + "name": "Blue robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 655, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 652, + "name": "Cream robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 656, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 653, + "name": "Cream robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 657, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 654, + "name": "Turquoise robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 658, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 655, + "name": "Turquoise robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 659, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 656, + "name": "Pink hat", + "type": "normal", + "duplicate": false }, { - "id": 660, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 657, + "name": "Pink hat", + "type": "noted", + "duplicate": true }, { - "id": 661, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 658, + "name": "Green hat", + "type": "normal", + "duplicate": false }, { - "id": 662, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 659, + "name": "Green hat", + "type": "noted", + "duplicate": true }, { - "id": 663, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 660, + "name": "Blue hat", + "type": "normal", + "duplicate": false }, { - "id": 664, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 661, + "name": "Blue hat", + "type": "noted", + "duplicate": true }, { - "id": 665, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 662, + "name": "Cream hat", + "type": "normal", + "duplicate": false }, { - "id": 666, - "name": "Portrait", - "examine": "Picture of a posing Paladin." + "id": 663, + "name": "Cream hat", + "type": "noted", + "duplicate": true }, { - "id": 667, - "name": "Blurite sword", - "examine": "A Faladian Knight's sword." + "id": 664, + "name": "Turquoise hat", + "type": "normal", + "duplicate": false }, { - "id": 668, - "name": "Blurite ore", - "examine": "Definitely blue." + "id": 665, + "name": "Turquoise hat", + "type": "noted", + "duplicate": true }, { - "id": 669, - "name": "Specimen jar", - "examine": "A receptacle for specimens!" + "id": 666, + "name": "Portrait", + "type": "normal", + "duplicate": false }, { - "id": 670, - "name": "Specimen brush", - "examine": "A small brush used to clean rock samples." + "id": 667, + "name": "Blurite sword", + "type": "normal", + "duplicate": false }, { - "id": 671, - "name": "Rock sample 1", - "examine": "A carefully-kept-safe rock sample." + "id": 668, + "name": "Blurite ore", + "type": "normal", + "duplicate": false }, { - "id": 672, - "name": "Rock sample 2", - "examine": "A carefully-kept-safe rock sample." + "id": 669, + "name": "Specimen jar", + "type": "normal", + "duplicate": false }, { - "id": 673, - "name": "Rock sample 3", - "examine": "A carefully-kept-safe rock sample." + "id": 670, + "name": "Specimen brush", + "type": "normal", + "duplicate": false }, { - "id": 674, - "name": "Rock sample", - "examine": "A rough shaped piece of rock." + "id": 671, + "name": "Animal skull", + "type": "normal", + "duplicate": false }, { - "id": 675, - "name": "Rock pick", - "examine": "A small pick for cracking rock samples." + "id": 672, + "name": "Special cup", + "type": "normal", + "duplicate": false }, { - "id": 676, - "name": "Trowel", - "examine": "Used for digging!" + "id": 673, + "name": "Teddy", + "type": "normal", + "duplicate": false }, { - "id": 677, - "name": "Panning tray", - "examine": "An empty tray for panning." + "id": 674, + "name": "Cracked sample", + "type": "normal", + "duplicate": false }, { - "id": 678, - "name": "Panning tray", - "examine": "This tray contains gold." + "id": 675, + "name": "Rock pick", + "type": "normal", + "duplicate": false }, { - "id": 679, - "name": "Panning tray", - "examine": "This tray contains mud." + "id": 676, + "name": "Trowel", + "type": "normal", + "duplicate": false }, { - "id": 680, - "name": "Nuggets", - "examine": "Pure, lovely gold!" + "id": 677, + "name": "Panning tray", + "type": "normal", + "duplicate": false }, { - "id": 681, - "name": "Zaros talisman", - "examine": "An unusual symbol of a lesser-known god." + "id": 678, + "name": "Panning tray", + "type": "normal", + "duplicate": false }, { - "id": 682, - "name": "Unstamped letter", - "examine": "A scroll waiting to be stamped." + "id": 679, + "name": "Panning tray", + "type": "normal", + "duplicate": false }, { - "id": 683, - "name": "Stamped letter", - "examine": "A stamped scroll of recommendation." + "id": 680, + "name": "Nuggets", + "type": "normal", + "duplicate": false }, { - "id": 684, - "name": "Belt buckle", - "examine": "Used to hold up trousers!" + "id": 681, + "name": "Ancient talisman", + "type": "normal", + "duplicate": false }, { - "id": 685, - "name": "Old boot", - "examine": "Phew!" + "id": 682, + "name": "Unstamped letter", + "type": "normal", + "duplicate": false }, { - "id": 686, - "name": "Rusty sword", - "examine": "A decent enough weapon gone rusty." + "id": 683, + "name": "Sealed letter", + "type": "normal", + "duplicate": false }, { - "id": 687, - "name": "Broken arrow", - "examine": "This must have been shot at high speed." + "id": 684, + "name": "Belt buckle", + "type": "normal", + "duplicate": false }, { - "id": 688, - "name": "Buttons", - "examine": "Not Dick Whittington's helper at all!" + "id": 685, + "name": "Old boot", + "type": "normal", + "duplicate": false }, { - "id": 689, - "name": "Broken staff", - "examine": "I pity the poor person beaten with this!" + "id": 686, + "name": "Rusty sword", + "type": "normal", + "duplicate": false }, { - "id": 690, - "name": "Broken glass", - "examine": "Watch those feet!" + "id": 687, + "name": "Broken arrow", + "type": "normal", + "duplicate": false }, { - "id": 691, - "name": "Level 1 certificate", - "examine": "The owner has passed the Earth Sciences level 1 exam." + "id": 688, + "name": "Buttons", + "type": "normal", + "duplicate": false }, { - "id": 692, - "name": "Level 2 certificate", - "examine": "The owner has passed Earth Sciences level 2 exam." + "id": 689, + "name": "Broken staff", + "type": "normal", + "duplicate": false }, { - "id": 693, - "name": "Level 3 certificate", - "examine": "The owner has passed Earth Sciences level 3 exam." + "id": 690, + "name": "Broken glass", + "type": "normal", + "duplicate": false }, { - "id": 694, - "name": "Ceramic remains", - "examine": "Smashing!" + "id": 691, + "name": "Level 1 certificate", + "type": "normal", + "duplicate": false }, { - "id": 695, - "name": "Old tooth", - "examine": "Now if I can just find a tooth fairy to sell this to..." + "id": 692, + "name": "Level 2 certificate", + "type": "normal", + "duplicate": false }, { - "id": 696, - "name": "Invitation letter", - "examine": "A letter inviting me to use the private digshafts." + "id": 693, + "name": "Level 3 certificate", + "type": "normal", + "duplicate": false }, { - "id": 697, - "name": "Damaged armour", - "examine": "Beyond repair." + "id": 694, + "name": "Ceramic remains", + "type": "normal", + "duplicate": false }, { - "id": 698, - "name": "Broken armour", - "examine": "No use to me..." + "id": 695, + "name": "Old tooth", + "type": "normal", + "duplicate": false }, { - "id": 699, - "name": "Stone tablet", - "examine": "An old stone slab with writing on it." + "id": 696, + "name": "Invitation letter", + "type": "normal", + "duplicate": false }, { - "id": 700, - "name": "Chemical powder", - "examine": "An acrid chemical." + "id": 697, + "name": "Damaged armour", + "type": "normal", + "duplicate": false }, { - "id": 701, - "name": "Ammonium nitrate", - "examine": "An acrid chemical." + "id": 698, + "name": "Broken armour", + "type": "normal", + "duplicate": false }, { - "id": 702, - "name": "Unidentified liquid", - "examine": "A strong chemical." + "id": 699, + "name": "Stone tablet", + "type": "normal", + "duplicate": false }, { - "id": 703, - "name": "Nitroglycerin", - "examine": "A strong chemical." + "id": 700, + "name": "Chemical powder", + "type": "normal", + "duplicate": false }, { - "id": 704, - "name": "Ground charcoal", - "examine": "Charcoal, crushed to small pieces!" + "id": 701, + "name": "Ammonium nitrate", + "type": "normal", + "duplicate": false }, { - "id": 705, - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals." + "id": 702, + "name": "Unidentified liquid", + "type": "normal", + "duplicate": false }, { - "id": 706, - "name": "Mixed chemicals", - "examine": "A mixture of strong chemicals." + "id": 703, + "name": "Nitroglycerin", + "type": "normal", + "duplicate": false }, { - "id": 707, - "name": "Chemical compound", - "examine": "A mixture of strong chemicals." + "id": 704, + "name": "Ground charcoal", + "type": "normal", + "duplicate": false }, { - "id": 708, - "name": "Arcenia root", - "examine": "The root of an Arcenia plant." + "id": 705, + "name": "Mixed chemicals", + "type": "normal", + "duplicate": false }, { - "id": 709, - "name": "Chest key", - "examine": "This fits a chest." + "id": 706, + "name": "Mixed chemicals", + "type": "normal", + "duplicate": false }, { - "id": 710, - "name": "Vase", - "examine": "A vessel for holding plants." + "id": 707, + "name": "Chemical compound", + "type": "normal", + "duplicate": false }, { - "id": 711, - "name": "Book on chemicals", - "examine": "It's about chemicals, judging from its cover." + "id": 708, + "name": "Arcenia root", + "type": "normal", + "duplicate": false }, { - "id": 712, - "name": "Cup of tea", - "examine": "A refreshing cuppa." + "id": 709, + "name": "Chest key", + "type": "normal", + "duplicate": false }, { - "id": 713, - "name": "Enjifern", - "examine": "Truly fun to have around." + "id": 710, + "name": "Vase", + "type": "normal", + "duplicate": false }, { - "id": 714, - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map." + "id": 711, + "name": "Book on chemicals", + "type": "normal", + "duplicate": false }, { - "id": 715, - "name": "Radimus notes", - "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map." + "id": 712, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 716, - "name": "Bull roarer", - "examine": "It makes a loud but interesting sound when swung in the air." + "id": 713, + "name": "Clue scroll", + "type": "normal", + "duplicate": false }, { - "id": 717, - "name": "Scrawled note", - "examine": "A scrawled note with spidery writing on it." + "id": 714, + "name": "Radimus notes", + "type": "normal", + "duplicate": false }, { - "id": 718, - "name": "A scribbled note", - "examine": "A scrawled note with spidery writing on it." + "id": 715, + "name": "Radimus notes", + "type": "normal", + "duplicate": false }, { - "id": 719, - "name": "Scrumpled note", - "examine": "A scrawled note with spidery writing on it." + "id": 716, + "name": "Bull roarer", + "type": "normal", + "duplicate": false }, { - "id": 720, - "name": "Sketch", - "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo." + "id": 717, + "name": "Scrawled note", + "type": "normal", + "duplicate": false }, { - "id": 721, - "name": "Gold bowl", - "examine": "A specially made bowl constructed out of pure gold." + "id": 718, + "name": "A scribbled note", + "type": "normal", + "duplicate": false }, { - "id": 722, - "name": "Blessed gold bowl", - "examine": "A specially made bowl constructed out of pure gold and blessed." + "id": 719, + "name": "Scrumpled note", + "type": "normal", + "duplicate": false }, { - "id": 723, - "name": "Golden bowl", - "examine": "A specially made golden bowl with water." + "id": 720, + "name": "Sketch", + "type": "normal", + "duplicate": false }, { - "id": 724, - "name": "Golden bowl", - "examine": "A specially made bowl constructed out of pure gold. It has pure water in it." + "id": 721, + "name": "Gold bowl", + "type": "normal", + "duplicate": false }, { - "id": 725, - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has water in it." + "id": 722, + "name": "Blessed gold bowl", + "type": "normal", + "duplicate": false }, { - "id": 726, - "name": "Golden bowl", - "examine": "A blessed golden bowl. It has pure sacred water in it." + "id": 723, + "name": "Golden bowl", + "type": "normal", + "duplicate": false }, { - "id": 727, - "name": "Hollow reed", - "examine": "One of nature's pipes." + "id": 724, + "name": "Golden bowl", + "type": "normal", + "duplicate": false }, { - "id": 728, - "name": "Hollow reed", - "examine": "Swap this note at any bank for a Hollow reed." + "id": 725, + "name": "Golden bowl", + "type": "normal", + "duplicate": false }, { - "id": 729, - "name": "Shamans tome", - "examine": "It looks like the Shamans personal notes..." + "id": 726, + "name": "Golden bowl", + "type": "normal", + "duplicate": false }, { - "id": 730, - "name": "Book of binding", - "examine": "An ancient tome on Demonology." + "id": 727, + "name": "Hollow reed", + "type": "normal", + "duplicate": false }, { - "id": 731, - "name": "Enchanted vial", - "examine": "An enchanted empty glass vial." + "id": 728, + "name": "Hollow reed", + "type": "normal", + "duplicate": false }, { - "id": 732, - "name": "Holy water", - "examine": "A vial of holy water, good against certain demons." + "id": 729, + "name": "Shamans tome", + "type": "normal", + "duplicate": false }, { - "id": 733, - "name": "Smashed glass", - "examine": "Fragments of a broken container." + "id": 730, + "name": "Binding book", + "type": "normal", + "duplicate": false }, { - "id": 734, - "name": "Smashed glass", - "examine": "Swap this note at any bank for a Smashed glass." + "id": 731, + "name": "Enchanted vial", + "type": "normal", + "duplicate": false }, { - "id": 735, - "name": "Yommi tree seeds", - "examine": "These need to be germinated before they can be used." + "id": 732, + "name": "Holy water", + "type": "normal", + "duplicate": false }, { - "id": 736, - "name": "Yommi tree seeds", - "examine": "These are germinated and ready to be planted in fertile soil." + "id": 733, + "name": "Smashed glass", + "type": "normal", + "duplicate": false }, { - "id": 737, - "name": "Snakeweed mixture", - "examine": "It's a mixture of Snakeweed and water. Needs another ingredient." + "id": 734, + "name": "Smashed glass", + "type": "noted", + "duplicate": true }, { - "id": 738, - "name": "Ardrigal mixture", - "examine": "It's a mixture of Ardrigal and water. Needs another ingredient." + "id": 735, + "name": "Yommi tree seeds", + "type": "normal", + "duplicate": false }, { - "id": 739, - "name": "Bravery potion", - "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works." + "id": 736, + "name": "Yommi tree seeds", + "type": "normal", + "duplicate": false }, { - "id": 740, - "name": "Blue hat", - "examine": "A strange blue wizards hat." + "id": 737, + "name": "Snakeweed mixture", + "type": "normal", + "duplicate": false }, { - "id": 741, - "name": "Chunk of crystal", - "examine": "It looks like it's been snapped off of something." + "id": 738, + "name": "Ardrigal mixture", + "type": "normal", + "duplicate": false }, { - "id": 742, - "name": "Hunk of crystal", - "examine": "It looks like it's been snapped off of something." + "id": 739, + "name": "Bravery potion", + "type": "normal", + "duplicate": false }, { - "id": 743, - "name": "Lump of crystal", - "examine": "It looks like it's been snapped off of something." + "id": 740, + "name": "Blue hat", + "type": "normal", + "duplicate": false }, { - "id": 744, - "name": "Heart crystal", - "examine": "A heart shaped crystal." + "id": 741, + "name": "Chunk of crystal", + "type": "normal", + "duplicate": false }, { - "id": 745, - "name": "Heart crystal", - "examine": "A heart shaped crystal." + "id": 742, + "name": "Hunk of crystal", + "type": "normal", + "duplicate": false }, { - "id": 746, - "name": "Dark dagger", - "examine": "A black obsidian dagger, it has a strange aura about it." + "id": 743, + "name": "Lump of crystal", + "type": "normal", + "duplicate": false }, { - "id": 747, - "name": "Glowing dagger", - "examine": "A black obsidian dagger, it has a strange aura about it" + "id": 744, + "name": "Heart crystal", + "type": "normal", + "duplicate": false }, { - "id": 748, - "name": "Holy force", - "examine": "A powerful spell for good." + "id": 745, + "name": "Heart crystal", + "type": "normal", + "duplicate": false }, { - "id": 749, - "name": "Yommi totem", - "examine": "A well carved totem pole made from the trunk of a Yommi tree." + "id": 746, + "name": "Dark dagger", + "type": "normal", + "duplicate": false }, { - "id": 750, - "name": "Gilded totem", - "examine": "A gilded totem pole from the Kharazi tribe." + "id": 747, + "name": "Glowing dagger", + "type": "normal", + "duplicate": false }, { - "id": 751, - "name": "Gnomeball", - "examine": "A ball used in Gnomeball." + "id": 748, + "name": "Holy force", + "type": "normal", + "duplicate": false }, { - "id": 752, - "name": "Gnomeball", - "examine": "Swap this note at any bank for a Gnomeball." + "id": 749, + "name": "Yommi totem", + "type": "normal", + "duplicate": false }, { - "id": 753, - "name": "Cadava berries", - "examine": "Poisonous berries." + "id": 750, + "name": "Gilded totem", + "type": "normal", + "duplicate": false }, { - "id": 754, - "name": "Cadava berries", - "examine": "Swap this note at any bank for a Cadava berries." + "id": 751, + "name": "Gnomeball", + "type": "normal", + "duplicate": false }, { - "id": 755, - "name": "Message", - "examine": "A message from Juliet to Romeo." + "id": 752, + "name": "Gnomeball", + "type": "noted", + "duplicate": true }, { - "id": 756, - "name": "Cadava potion", - "examine": "I'm meant to give this to Juliet." + "id": 753, + "name": "Cadava berries", + "type": "normal", + "duplicate": false }, { - "id": 757, - "name": "Book", - "examine": "The Shield of Arrav by A R Wright." + "id": 754, + "name": "Cadava berries", + "type": "noted", + "duplicate": true }, { - "id": 758, - "name": "Key", - "examine": "The key to get into the Phoenix Gang HQ." + "id": 755, + "name": "Message", + "type": "normal", + "duplicate": false }, { - "id": 759, - "name": "Key", - "examine": "The key to the Phoenix Gang's weapons store." + "id": 756, + "name": "Cadava potion", + "type": "normal", + "duplicate": false }, { - "id": 760, - "name": "Key", - "examine": "Swap this note at any bank for a Key." + "id": 757, + "name": "Book", + "type": "normal", + "duplicate": false }, { - "id": 761, - "name": "Scroll", - "examine": "An intelligence report." + "id": 758, + "name": "Phoenix hq key", + "type": "normal", + "duplicate": false }, { - "id": 762, - "name": "Scroll", - "examine": "Swap this note at any bank for a Scroll." + "id": 759, + "name": "Weapon store key", + "type": "normal", + "duplicate": false }, { - "id": 763, - "name": "Broken shield", - "examine": "Half of the Shield of Arrav." + "id": 760, + "name": "Weapon store key", + "type": "noted", + "duplicate": true }, { - "id": 764, - "name": "Broken shield", - "examine": "Swap this note at any bank for a Broken shield." + "id": 761, + "name": "Intel report", + "type": "normal", + "duplicate": false }, { - "id": 765, - "name": "Broken shield", - "examine": "Half of the Shield of Arrav." + "id": 762, + "name": "Falador shield", + "type": "normal", + "duplicate": false }, { - "id": 766, - "name": "Broken shield", - "examine": "Swap this note at any bank for a Broken shield." + "id": 763, + "name": "Broken shield", + "type": "normal", + "duplicate": false }, { - "id": 767, - "name": "Phoenix crossbow", - "examine": "Former property of the Phoenix Gang." + "id": 764, + "name": "Coal bag", + "type": "normal", + "duplicate": false }, { - "id": 768, - "name": "Phoenix crossbow", - "examine": "Swap this note at any bank for a Phoenix crossbow." + "id": 765, + "name": "Broken shield", + "type": "normal", + "duplicate": false }, { - "id": 769, - "name": "Certificate", - "examine": "I can use this to claim a reward from the King." + "id": 766, + "name": "Gem bag", + "type": "normal", + "duplicate": false }, { - "id": 770, - "name": "Certificate", - "examine": "Swap this note at any bank for a Certificate." + "id": 767, + "name": "Phoenix crossbow", + "type": "normal", + "duplicate": false }, { - "id": 771, - "name": "Dramen branch", - "examine": "A limb of the fabled Dramen tree." + "id": 768, + "name": "Phoenix crossbow", + "type": "noted", + "duplicate": true }, { - "id": 772, - "name": "Dramen staff", - "examine": "Crafted from a Dramen tree branch." + "id": 769, + "name": "Certificate", + "type": "normal", + "duplicate": false }, { - "id": 773, - "name": "'perfect' ring", - "examine": "A perfect ruby ring." + "id": 770, + "name": "Ardougne cloak", + "type": "normal", + "duplicate": false }, { - "id": 774, - "name": "'perfect' necklace", - "examine": "A perfect ruby necklace." + "id": 771, + "name": "Dramen branch", + "type": "normal", + "duplicate": false }, { - "id": 775, - "name": "Cooking gauntlets", - "examine": "These gauntlets empower with a greater ability to cook fish." + "id": 772, + "name": "Dramen staff", + "type": "normal", + "duplicate": false }, { - "id": 776, - "name": "Goldsmith gauntlet", - "examine": "These gauntlets empower the bearer whilst making gold." + "id": 773, + "name": "'perfect' ring", + "type": "normal", + "duplicate": false }, { - "id": 777, - "name": "Chaos gauntlets", - "examine": "These gauntlets empower spell casters." + "id": 774, + "name": "'perfect' necklace", + "type": "normal", + "duplicate": false }, { - "id": 778, - "name": "Steel gauntlets", - "examine": "My reward for assisting the Fitzharmon family." + "id": 775, + "name": "Cooking gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 779, - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest." + "id": 776, + "name": "Goldsmith gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 780, - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest." + "id": 777, + "name": "Chaos gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 781, - "name": "Crest part", - "examine": "A fragment of the Fitzharmon family crest." + "id": 778, + "name": "Steel gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 782, - "name": "Family crest", - "examine": "The Fitzharmon family crest." + "id": 779, + "name": "Crest part", + "type": "normal", + "duplicate": false }, { - "id": 783, - "name": "Bark sample", - "examine": "A sample of the bark from the Grand Tree." + "id": 780, + "name": "Crest part", + "type": "normal", + "duplicate": false }, { - "id": 784, - "name": "Translation book", - "examine": "A book to translate the ancient gnome language into English." + "id": 781, + "name": "Crest part", + "type": "normal", + "duplicate": false }, { - "id": 785, - "name": "Glough's journal", - "examine": "Perhaps I should read it and see what Glough is up to!" + "id": 782, + "name": "Family crest", + "type": "normal", + "duplicate": false }, { - "id": 786, - "name": "Hazelmere's scroll", - "examine": "Hazelmere wrote something down on this scroll." + "id": 783, + "name": "Bark sample", + "type": "normal", + "duplicate": false }, { - "id": 787, - "name": "Lumber order", - "examine": "An order from the Karamja shipyard." + "id": 784, + "name": "Translation book", + "type": "normal", + "duplicate": false }, { - "id": 788, - "name": "Glough's key", - "examine": "The key to Glough's chest." + "id": 785, + "name": "Glough's journal", + "type": "normal", + "duplicate": false }, { - "id": 789, - "name": "Twigs", - "examine": "Twigs bound together in the shape of a T." + "id": 786, + "name": "Hazelmere's scroll", + "type": "normal", + "duplicate": false }, { - "id": 790, - "name": "Twigs", - "examine": "Twigs bound together in the shape of a U." + "id": 787, + "name": "Lumber order", + "type": "normal", + "duplicate": false }, { - "id": 791, - "name": "Twigs", - "examine": "Twigs bound together in the shape of a Z." + "id": 788, + "name": "Glough's key", + "type": "normal", + "duplicate": false }, { - "id": 792, - "name": "Twigs", - "examine": "Twigs bound together in the shape of a O." + "id": 789, + "name": "Twigs", + "type": "normal", + "duplicate": false }, { - "id": 793, - "name": "Daconia rock", - "examine": "An ancient rock with strange magical properties." + "id": 790, + "name": "Twigs", + "type": "normal", + "duplicate": false }, { - "id": 794, - "name": "Invasion plans", - "examine": "These are plans for an invasion!" + "id": 791, + "name": "Twigs", + "type": "normal", + "duplicate": false }, { - "id": 795, - "name": "War ship", - "examine": "A model of a Karamja warship." + "id": 792, + "name": "Twigs", + "type": "normal", + "duplicate": false }, { - "id": 796, - "name": "Exploding vial", - "examine": "An exploding vial." + "id": 793, + "name": "Daconia rock", + "type": "normal", + "duplicate": false }, { - "id": 797, - "name": "Herb bowl", - "examine": "A bowl of herbs." + "id": 794, + "name": "Invasion plans", + "type": "normal", + "duplicate": false }, { - "id": 798, - "name": "Grinder", - "examine": "A grinder." + "id": 795, + "name": "War ship", + "type": "normal", + "duplicate": false }, null, + null, + null, + null, { - "id": 800, - "name": "Bronze thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 800, + "name": "Bronze thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 801, - "name": "Iron thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 801, + "name": "Iron thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 802, - "name": "Steel thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 802, + "name": "Steel thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 803, - "name": "Mithril thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 803, + "name": "Mithril thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 804, - "name": "Adamnt thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 804, + "name": "Adamant thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 805, - "name": "Rune thrownaxe", - "examine": "A finely balanced throwing axe." + "id": 805, + "name": "Rune thrownaxe", + "type": "normal", + "duplicate": false }, { - "id": 806, - "name": "Bronze dart", - "examine": "A deadly throwing dart with a bronze tip." + "id": 806, + "name": "Bronze dart", + "type": "normal", + "duplicate": false }, { - "id": 807, - "name": "Iron dart", - "examine": "A deadly throwing dart with an iron tip." + "id": 807, + "name": "Iron dart", + "type": "normal", + "duplicate": false }, { - "id": 808, - "name": "Steel dart", - "examine": "A deadly throwing dart with a steel tip." + "id": 808, + "name": "Steel dart", + "type": "normal", + "duplicate": false }, { - "id": 809, - "name": "Mithril dart", - "examine": "A deadly throwing dart with a mithril tip." + "id": 809, + "name": "Mithril dart", + "type": "normal", + "duplicate": false }, { - "id": 810, - "name": "Adamant dart", - "examine": "A deadly throwing dart with an adamantite tip." + "id": 810, + "name": "Adamant dart", + "type": "normal", + "duplicate": false }, { - "id": 811, - "name": "Rune dart", - "examine": "A deadly throwing dart with a rune tip." + "id": 811, + "name": "Rune dart", + "type": "normal", + "duplicate": false }, { - "id": 812, - "name": "Bronze dart(p)", - "examine": "A deadly poisoned dart with a bronze tip." + "id": 812, + "name": "Bronze dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 813, - "name": "Iron dart(p)", - "examine": "A deadly poisoned dart with an iron tip." + "id": 813, + "name": "Iron dart (p)", + "type": "normal", + "duplicate": false }, { - "id": 814, - "name": "Steel dart(p)", - "examine": "A deadly poisoned dart with a steel tip." + "id": 814, + "name": "Steel dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 815, - "name": "Mithril dart(p)", - "examine": "A deadly poisoned dart with a mithril tip." + "id": 815, + "name": "Mithril dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 816, - "name": "Adamant dart(p)", - "examine": "A deadly poisoned dart with an adamantite tip." + "id": 816, + "name": "Adamant dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 817, - "name": "Rune dart(p)", - "examine": "A deadly poisoned dart with a rune tip." + "id": 817, + "name": "Rune dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 818, - "name": "Poisoned dart(p)", - "examine": "A deadly throwing dart with a poisoned tip." + "id": 818, + "name": "Poisoned dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 819, - "name": "Bronze dart tip", - "examine": "A deadly looking dart tip made of bronze" + "id": 819, + "name": "Bronze dart tip", + "type": "normal", + "duplicate": false }, { - "id": 820, - "name": "Iron dart tip", - "examine": "A deadly looking dart tip made of iron" + "id": 820, + "name": "Iron dart tip", + "type": "normal", + "duplicate": false }, { - "id": 821, - "name": "Steel dart tip", - "examine": "A deadly looking dart tip made of steel" + "id": 821, + "name": "Steel dart tip", + "type": "normal", + "duplicate": false }, { - "id": 822, - "name": "Mithril dart tip", - "examine": "A deadly looking dart tip made of mithril" + "id": 822, + "name": "Mithril dart tip", + "type": "normal", + "duplicate": false }, { - "id": 823, - "name": "Adamant dart tip", - "examine": "A deadly looking dart tip made of adamantite" + "id": 823, + "name": "Adamant dart tip", + "type": "normal", + "duplicate": false }, { - "id": 824, - "name": "Rune dart tip", - "examine": "A deadly looking dart tip made of runite" + "id": 824, + "name": "Rune dart tip", + "type": "normal", + "duplicate": false }, { - "id": 825, - "name": "Bronze javelin", - "examine": "A bronze tipped javelin." + "id": 825, + "name": "Bronze javelin", + "type": "normal", + "duplicate": false }, { - "id": 826, - "name": "Iron javelin", - "examine": "An iron tipped javelin." + "id": 826, + "name": "Iron javelin", + "type": "normal", + "duplicate": false }, { - "id": 827, - "name": "Steel javelin", - "examine": "A steel tipped javelin." + "id": 827, + "name": "Steel javelin", + "type": "normal", + "duplicate": false }, { - "id": 828, - "name": "Mithril javelin", - "examine": "A mithril tipped javelin." + "id": 828, + "name": "Mithril javelin", + "type": "normal", + "duplicate": false }, { - "id": 829, - "name": "Adamant javelin", - "examine": "An adamantite tipped javelin." + "id": 829, + "name": "Adamant javelin", + "type": "normal", + "duplicate": false }, { - "id": 830, - "name": "Rune javelin", - "examine": "A rune tipped javelin." + "id": 830, + "name": "Rune javelin", + "type": "normal", + "duplicate": false }, { - "id": 831, - "name": "Bronze javelin(p)", - "examine": "A bronze tipped javelin." + "id": 831, + "name": "Bronze javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 832, - "name": "Iron javelin(p)", - "examine": "An iron tipped javelin." + "id": 832, + "name": "Iron javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 833, - "name": "Steel javelin(p)", - "examine": "A steel tipped javelin." + "id": 833, + "name": "Steel javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 834, - "name": "Mithril javelin(p)", - "examine": "A mithril tipped javelin." + "id": 834, + "name": "Mithril javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 835, - "name": "Adamant javelin(p)", - "examine": "An adamantite tipped javelin." + "id": 835, + "name": "Adamant javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 836, - "name": "Rune javelin(p)", - "examine": "A rune tipped javelin." + "id": 836, + "name": "Rune javelin(p)", + "type": "normal", + "duplicate": false }, { - "id": 837, - "name": "Crossbow", - "examine": "This fires crossbow bolts." + "id": 837, + "name": "Crossbow", + "type": "normal", + "duplicate": false }, { - "id": 838, - "name": "Crossbow", - "examine": "Swap this note at any bank for a Crossbow." + "id": 838, + "name": "Crossbow", + "type": "noted", + "duplicate": true }, { - "id": 839, - "name": "Longbow", - "examine": "A nice sturdy bow." + "id": 839, + "name": "Longbow", + "type": "normal", + "duplicate": false }, { - "id": 840, - "name": "Longbow", - "examine": "Swap this note at any bank for a Longbow." + "id": 840, + "name": "Longbow", + "type": "noted", + "duplicate": true }, { - "id": 841, - "name": "Shortbow", - "examine": "Short but effective." + "id": 841, + "name": "Shortbow", + "type": "normal", + "duplicate": false }, { - "id": 842, - "name": "Shortbow", - "examine": "Swap this note at any bank for a Shortbow." + "id": 842, + "name": "Shortbow", + "type": "noted", + "duplicate": true }, { - "id": 843, - "name": "Oak shortbow", - "examine": "A shortbow made out of oak, still effective." + "id": 843, + "name": "Oak shortbow", + "type": "normal", + "duplicate": false }, { - "id": 844, - "name": "Oak shortbow", - "examine": "Swap this note at any bank for an Oak shortbow." + "id": 844, + "name": "Oak shortbow", + "type": "noted", + "duplicate": true }, { - "id": 845, - "name": "Oak longbow", - "examine": "A nice sturdy bow made out of oak." + "id": 845, + "name": "Oak longbow", + "type": "normal", + "duplicate": false }, { - "id": 846, - "name": "Oak longbow", - "examine": "Swap this note at any bank for an Oak longbow." + "id": 846, + "name": "Oak longbow", + "type": "noted", + "duplicate": true }, { - "id": 847, - "name": "Willow longbow", - "examine": "A nice sturdy bow made out of willow." + "id": 847, + "name": "Willow longbow", + "type": "normal", + "duplicate": false }, { - "id": 848, - "name": "Willow longbow", - "examine": "Swap this note at any bank for a Willow longbow." + "id": 848, + "name": "Willow longbow", + "type": "noted", + "duplicate": true }, { - "id": 849, - "name": "Willow shortbow", - "examine": "A shortbow made out of willow, still effective." + "id": 849, + "name": "Willow shortbow", + "type": "normal", + "duplicate": false }, { - "id": 850, - "name": "Willow shortbow", - "examine": "Swap this note at any bank for a Willow shortbow." + "id": 850, + "name": "Willow shortbow", + "type": "noted", + "duplicate": true }, { - "id": 851, - "name": "Maple longbow", - "examine": "A nice sturdy bow made out of Maple." + "id": 851, + "name": "Maple longbow", + "type": "normal", + "duplicate": false }, { - "id": 852, - "name": "Maple longbow", - "examine": "Swap this note at any bank for a Maple longbow." + "id": 852, + "name": "Maple longbow", + "type": "noted", + "duplicate": true }, { - "id": 853, - "name": "Maple shortbow", - "examine": "A shortbow made out of Maple, still effective." + "id": 853, + "name": "Maple shortbow", + "type": "normal", + "duplicate": false }, { - "id": 854, - "name": "Maple shortbow", - "examine": "Swap this note at any bank for a Maple shortbow." + "id": 854, + "name": "Maple shortbow", + "type": "noted", + "duplicate": true }, { - "id": 855, - "name": "Yew longbow", - "examine": "A nice sturdy bow made out of yew." + "id": 855, + "name": "Yew longbow", + "type": "normal", + "duplicate": false }, { - "id": 856, - "name": "Yew longbow", - "examine": "Swap this note at any bank for a Yew longbow." + "id": 856, + "name": "Yew longbow", + "type": "noted", + "duplicate": true }, { - "id": 857, - "name": "Yew shortbow", - "examine": "A shortbow made out of yew, still effective." + "id": 857, + "name": "Yew shortbow", + "type": "normal", + "duplicate": false }, { - "id": 858, - "name": "Yew shortbow", - "examine": "Swap this note at any bank for a Yew shortbow." + "id": 858, + "name": "Yew shortbow", + "type": "noted", + "duplicate": true }, { - "id": 859, - "name": "Magic longbow", - "examine": "A nice sturdy magical bow." + "id": 859, + "name": "Magic longbow", + "type": "normal", + "duplicate": false }, { - "id": 860, - "name": "Magic longbow", - "examine": "Swap this note at any bank for a Magic longbow." + "id": 860, + "name": "Magic longbow", + "type": "noted", + "duplicate": true }, { - "id": 861, - "name": "Magic shortbow", - "examine": "Short and magical, but still effective." + "id": 861, + "name": "Magic shortbow", + "type": "normal", + "duplicate": false }, { - "id": 862, - "name": "Magic shortbow", - "examine": "Swap this note at any bank for a Magic shortbow." + "id": 862, + "name": "Magic shortbow", + "type": "noted", + "duplicate": true }, { - "id": 863, - "name": "Iron knife", - "examine": "A finely balanced throwing knife." + "id": 863, + "name": "Iron knife", + "type": "normal", + "duplicate": false }, { - "id": 864, - "name": "Bronze knife", - "examine": "A finely balanced throwing knife." + "id": 864, + "name": "Bronze knife", + "type": "normal", + "duplicate": false }, { - "id": 865, - "name": "Steel knife", - "examine": "A finely balanced throwing knife." + "id": 865, + "name": "Steel knife", + "type": "normal", + "duplicate": false }, { - "id": 866, - "name": "Mithril knife", - "examine": "A finely balanced throwing knife." + "id": 866, + "name": "Mithril knife", + "type": "normal", + "duplicate": false }, { - "id": 867, - "name": "Adamant knife", - "examine": "A finely balanced throwing knife." + "id": 867, + "name": "Adamant knife", + "type": "normal", + "duplicate": false }, { - "id": 868, - "name": "Rune knife", - "examine": "A finely balanced throwing knife." + "id": 868, + "name": "Rune knife", + "type": "normal", + "duplicate": false }, { - "id": 869, - "name": "Black knife", - "examine": "A finely balanced throwing knife." + "id": 869, + "name": "Black knife", + "type": "normal", + "duplicate": false }, { - "id": 870, - "name": "Bronze knife(p)", - "examine": "A finely balanced throwing knife." + "id": 870, + "name": "Bronze knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 871, - "name": "Iron knife(p)", - "examine": "A finely balanced throwing knife." + "id": 871, + "name": "Iron knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 872, - "name": "Steel knife(p)", - "examine": "A finely balanced throwing knife." + "id": 872, + "name": "Steel knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 873, - "name": "Mithril knife(p)", - "examine": "A finely balanced throwing knife." + "id": 873, + "name": "Mithril knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 874, - "name": "Black knife(p)", - "examine": "A finely balanced throwing knife." + "id": 874, + "name": "Black knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 875, - "name": "Adamant knife(p)", - "examine": "A finely balanced throwing knife." + "id": 875, + "name": "Adamant knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 876, - "name": "Rune knife(p)", - "examine": "A finely balanced throwing knife." + "id": 876, + "name": "Rune knife(p)", + "type": "normal", + "duplicate": false }, { - "id": 877, - "name": "Bolts", - "examine": "Good if you have a crossbow!" + "id": 877, + "name": "Bronze bolts", + "type": "normal", + "duplicate": false }, { - "id": 878, - "name": "Bolts(p)", - "examine": "Vicious poisoned bolts." + "id": 878, + "name": "Bronze bolts (p)", + "type": "normal", + "duplicate": false }, { - "id": 879, - "name": "Opal bolts", - "examine": "Great if you have a crossbow!" + "id": 879, + "name": "Opal bolts", + "type": "normal", + "duplicate": false }, { - "id": 880, - "name": "Pearl bolts", - "examine": "Useful if you have a crossbow!" + "id": 880, + "name": "Pearl bolts", + "type": "normal", + "duplicate": false }, { - "id": 881, - "name": "Barbed bolts", - "examine": "Great if you have a crossbow!" + "id": 881, + "name": "Barbed bolts", + "type": "normal", + "duplicate": false }, { - "id": 882, - "name": "Bronze arrow", - "examine": "Arrows with bronze heads." + "id": 882, + "name": "Bronze arrow", + "type": "normal", + "duplicate": false }, { - "id": 883, - "name": "Bronze arrow(p)", - "examine": "Venomous looking arrows." + "id": 883, + "name": "Bronze arrow(p)", + "type": "normal", + "duplicate": false }, { - "id": 884, - "name": "Iron arrow", - "examine": "Arrows with iron heads." + "id": 884, + "name": "Iron arrow", + "type": "normal", + "duplicate": false }, { - "id": 885, - "name": "Iron arrow(p)", - "examine": "Venomous looking arrows." + "id": 885, + "name": "Iron arrow(p)", + "type": "normal", + "duplicate": false }, { - "id": 886, - "name": "Steel arrow", - "examine": "Arrows with steel heads." + "id": 886, + "name": "Steel arrow", + "type": "normal", + "duplicate": false }, { - "id": 887, - "name": "Steel arrow(p)", - "examine": "Venomous looking arrows." + "id": 887, + "name": "Steel arrow(p)", + "type": "normal", + "duplicate": false }, { - "id": 888, - "name": "Mithril arrow", - "examine": "Arrows with mithril heads." + "id": 888, + "name": "Mithril arrow", + "type": "normal", + "duplicate": false }, { - "id": 889, - "name": "Mithril arrow(p)", - "examine": "Venomous looking arrows." + "id": 889, + "name": "Mithril arrow(p)", + "type": "normal", + "duplicate": false }, { - "id": 890, - "name": "Adamant arrow", - "examine": "Arrows with adamantite heads." + "id": 890, + "name": "Adamant arrow", + "type": "normal", + "duplicate": false }, { - "id": 891, - "name": "Adamant arrow(p)", - "examine": "Venomous looking arrows." + "id": 891, + "name": "Adamant arrow(p)", + "type": "normal", + "duplicate": false }, { - "id": 892, - "name": "Rune arrow", - "examine": "Arrows with rune heads." + "id": 892, + "name": "Rune arrow", + "type": "normal", + "duplicate": false }, { - "id": 893, - "name": "Rune arrow(p)", - "examine": "Venomous looking arrows." + "id": 893, + "name": "Rune arrow(p)", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 942, - "name": "Bronze fire arrows", - "examine": "These bronze headed arrows are ablaze with fire." + "id": 894, + "name": "Bronze arrow", + "type": "normal", + "duplicate": true }, { - "id": 943, - "name": "Worm", - "examine": "Ugh! It's wriggling!" + "id": 895, + "name": "Bronze arrow", + "type": "normal", + "duplicate": true }, { - "id": 944, - "name": "Worm", - "examine": "Swap this note at any bank for a Worm." + "id": 896, + "name": "Bronze arrow", + "type": "normal", + "duplicate": true }, { - "id": 945, - "name": "Throwing rope", - "examine": "A rope." + "id": 897, + "name": "Bronze arrow", + "type": "normal", + "duplicate": true }, { - "id": 946, - "name": "Knife", - "examine": "A dangerous looking knife." + "id": 898, + "name": "Bronze arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 947, - "name": "Knife", - "examine": "Swap this note at any bank for a Knife." + "id": 899, + "name": "Bronze arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 948, - "name": "Bear fur", - "examine": "This would make warm clothing." + "id": 900, + "name": "Bronze arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 949, - "name": "Bear fur", - "examine": "Swap this note at any bank for a Bear fur." + "id": 901, + "name": "Bronze arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 950, - "name": "Silk", - "examine": "It's a sheet of silk." + "id": 902, + "name": "Iron arrow", + "type": "normal", + "duplicate": true }, { - "id": 951, - "name": "Silk", - "examine": "Swap this note at any bank for a Silk." + "id": 903, + "name": "Iron arrow", + "type": "normal", + "duplicate": true }, { - "id": 952, - "name": "Spade", - "examine": "A slightly muddy spade." + "id": 904, + "name": "Iron arrow", + "type": "normal", + "duplicate": true }, { - "id": 953, - "name": "Spade", - "examine": "Swap this note at any bank for a Spade." + "id": 905, + "name": "Iron arrow", + "type": "normal", + "duplicate": true }, { - "id": 954, - "name": "Rope", - "examine": "A coil of rope." + "id": 906, + "name": "Iron arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 955, - "name": "Rope", - "examine": "Swap this note at any bank for a Rope." + "id": 907, + "name": "Iron arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 956, - "name": "Flier", - "examine": "Get your axes from Bob's Axes." + "id": 908, + "name": "Iron arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 957, - "name": "Flier", - "examine": "Swap this note at any bank for a Flier." + "id": 909, + "name": "Iron arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 958, - "name": "Grey wolf fur", - "examine": "This would make warm clothing." + "id": 910, + "name": "Steel arrow", + "type": "normal", + "duplicate": true }, { - "id": 959, - "name": "Grey wolf fur", - "examine": "Swap this note at any bank for a Grey wolf fur." + "id": 911, + "name": "Steel arrow", + "type": "normal", + "duplicate": true }, { - "id": 960, - "name": "Plank", - "examine": "A plank of wood!" + "id": 912, + "name": "Steel arrow", + "type": "normal", + "duplicate": true }, { - "id": 961, - "name": "Plank", - "examine": "Swap this note at any bank for a Plank." + "id": 913, + "name": "Steel arrow", + "type": "normal", + "duplicate": true }, { - "id": 962, - "name": "Christmas cracker", - "examine": "I need to pull this." + "id": 914, + "name": "Steel arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 963, - "name": "Christmas cracker", - "examine": "Swap this note at any bank for a Christmas cracker." + "id": 915, + "name": "Steel arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 964, - "name": "Skull", - "examine": "Ooooh spooky!" + "id": 916, + "name": "Steel arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 965, - "name": "Skull", - "examine": "Swap this note at any bank for a Skull." + "id": 917, + "name": "Steel arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 966, - "name": "Tile", - "examine": "A fraction of a roof." + "id": 918, + "name": "Mithril arrow", + "type": "normal", + "duplicate": true }, { - "id": 967, - "name": "Tile", - "examine": "Swap this note at any bank for a Tile." + "id": 919, + "name": "Mithril arrow", + "type": "normal", + "duplicate": true }, { - "id": 968, - "name": "Rock", - "examine": "A rock" + "id": 920, + "name": "Mithril arrow", + "type": "normal", + "duplicate": true }, { - "id": 969, - "name": "Rock", - "examine": "Swap this note at any bank for a Rock." + "id": 921, + "name": "Mithril arrow", + "type": "normal", + "duplicate": true }, { - "id": 970, - "name": "Papyrus", - "examine": "Used for making notes." + "id": 922, + "name": "Mithril arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 971, - "name": "Papyrus", - "examine": "Swap this note at any bank for a Papyrus." + "id": 923, + "name": "Mithril arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 972, - "name": "Papyrus", - "examine": "Used papyrus, it has squiggles all over it." + "id": 924, + "name": "Mithril arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 973, - "name": "Charcoal", - "examine": "A lump of charcoal." + "id": 925, + "name": "Mithril arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 974, - "name": "Charcoal", - "examine": "Swap this note at any bank for a Charcoal." + "id": 926, + "name": "Adamant arrow", + "type": "normal", + "duplicate": true }, { - "id": 975, - "name": "Machete", - "examine": "A jungle specific slashing device." + "id": 927, + "name": "Adamant arrow", + "type": "normal", + "duplicate": true }, { - "id": 976, - "name": "Machete", - "examine": "Swap this note at any bank for a Machete." + "id": 928, + "name": "Adamant arrow", + "type": "normal", + "duplicate": true }, { - "id": 977, - "name": "Cooking pot", - "examine": "A cooking pot." + "id": 929, + "name": "Adamant arrow", + "type": "normal", + "duplicate": true }, { - "id": 978, - "name": "Cooking pot", - "examine": "Swap this note at any bank for a Cooking pot." + "id": 930, + "name": "Adamant arrow(p)", + "type": "normal", + "duplicate": true }, - null, { - "id": 980, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 931, + "name": "Adamant arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 981, - "name": "Disk of returning", - "examine": "Used to get out of Thordur's blackhole." + "id": 932, + "name": "Adamant arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 982, - "name": "Disk of returning", - "examine": "Swap this note at any bank for a Disk of returning." + "id": 933, + "name": "Adamant arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 983, - "name": "Brass key", - "examine": "Opens a door that leads into a dungeon." + "id": 934, + "name": "Rune arrow", + "type": "normal", + "duplicate": true }, { - "id": 984, - "name": "Brass key", - "examine": "Swap this note at any bank for a Brass key." + "id": 935, + "name": "Rune arrow", + "type": "normal", + "duplicate": true }, { - "id": 985, - "name": "Half of a key", - "examine": "The tooth end of the mysterious Crystal Key. Can you find the other half?" + "id": 936, + "name": "Rune arrow", + "type": "normal", + "duplicate": true }, { - "id": 986, - "name": "Half of a key", - "examine": "Swap this note at any bank for a Half of a key." + "id": 937, + "name": "Rune arrow", + "type": "normal", + "duplicate": true }, { - "id": 987, - "name": "Half of a key", - "examine": "The loop end of the mysterious Crystal Key. Can you find the other half?" + "id": 938, + "name": "Rune arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 988, - "name": "Half of a key", - "examine": "Swap this note at any bank for a Half of a key." + "id": 939, + "name": "Rune arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 989, - "name": "Crystal key", - "examine": "A very rare and mysterious key." + "id": 940, + "name": "Rune arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 990, - "name": "Crystal key", - "examine": "Swap this note at any bank for a Crystal key." + "id": 941, + "name": "Rune arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 991, - "name": "Muddy key", - "examine": "It looks like the key to a chest." + "id": 942, + "name": "Bronze fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 992, - "name": "Muddy key", - "examine": "Swap this note at any bank for a Muddy key." + "id": 943, + "name": "Worm", + "type": "normal", + "duplicate": false }, { - "id": 993, - "name": "Sinister key", - "examine": "You get a sense of dread from this key." + "id": 944, + "name": "Worm", + "type": "noted", + "duplicate": true }, { - "id": 994, - "name": "Sinister key", - "examine": "Swap this note at any bank for a Sinister key." + "id": 945, + "name": "Throwing rope", + "type": "normal", + "duplicate": false }, { - "id": 995, - "name": "Coins", - "examine": "Lovely money!" + "id": 946, + "name": "Knife", + "type": "normal", + "duplicate": false + }, + { + "id": 947, + "name": "Knife", + "type": "noted", + "duplicate": true + }, + { + "id": 948, + "name": "Bear fur", + "type": "normal", + "duplicate": false + }, + { + "id": 949, + "name": "Bear fur", + "type": "noted", + "duplicate": true + }, + { + "id": 950, + "name": "Silk", + "type": "normal", + "duplicate": false + }, + { + "id": 951, + "name": "Silk", + "type": "noted", + "duplicate": true + }, + { + "id": 952, + "name": "Spade", + "type": "normal", + "duplicate": false + }, + { + "id": 953, + "name": "Spade", + "type": "noted", + "duplicate": true + }, + { + "id": 954, + "name": "Rope", + "type": "normal", + "duplicate": false + }, + { + "id": 955, + "name": "Rope", + "type": "noted", + "duplicate": true + }, + { + "id": 956, + "name": "Flyer", + "type": "normal", + "duplicate": false + }, + { + "id": 957, + "name": "Flyer", + "type": "noted", + "duplicate": true + }, + { + "id": 958, + "name": "Grey wolf fur", + "type": "normal", + "duplicate": false + }, + { + "id": 959, + "name": "Grey wolf fur", + "type": "noted", + "duplicate": true + }, + { + "id": 960, + "name": "Plank", + "type": "normal", + "duplicate": false + }, + { + "id": 961, + "name": "Plank", + "type": "noted", + "duplicate": true + }, + { + "id": 962, + "name": "Christmas cracker", + "type": "normal", + "duplicate": false + }, + { + "id": 963, + "name": "Christmas cracker", + "type": "noted", + "duplicate": true + }, + { + "id": 964, + "name": "Skull", + "type": "normal", + "duplicate": false + }, + { + "id": 965, + "name": "Skull", + "type": "normal", + "duplicate": false + }, + { + "id": 966, + "name": "Tile", + "type": "normal", + "duplicate": false + }, + { + "id": 967, + "name": "Tile", + "type": "noted", + "duplicate": true + }, + { + "id": 968, + "name": "Rock", + "type": "normal", + "duplicate": false + }, + { + "id": 969, + "name": "Rock", + "type": "noted", + "duplicate": true + }, + { + "id": 970, + "name": "Papyrus", + "type": "normal", + "duplicate": false + }, + { + "id": 971, + "name": "Papyrus", + "type": "noted", + "duplicate": true + }, + { + "id": 972, + "name": "Papyrus", + "type": "normal", + "duplicate": false + }, + { + "id": 973, + "name": "Charcoal", + "type": "normal", + "duplicate": false + }, + { + "id": 974, + "name": "Charcoal", + "type": "noted", + "duplicate": true + }, + { + "id": 975, + "name": "Machete", + "type": "normal", + "duplicate": false + }, + { + "id": 976, + "name": "Machete", + "type": "noted", + "duplicate": true + }, + { + "id": 977, + "name": "Cooking pot", + "type": "normal", + "duplicate": false + }, + { + "id": 978, + "name": "Cooking pot", + "type": "noted", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, null, null, { - "id": 1005, - "name": "White apron", - "examine": "A mostly clean apron." + "id": 981, + "name": "Disk of returning", + "type": "normal", + "duplicate": false }, { - "id": 1006, - "name": "White apron", - "examine": "Swap this note at any bank for a White apron." + "id": 982, + "name": "Disk of returning", + "type": "noted", + "duplicate": true }, { - "id": 1007, - "name": "Cape", - "examine": "A bright red cape." + "id": 983, + "name": "Brass key", + "type": "normal", + "duplicate": false }, { - "id": 1008, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 984, + "name": "Brass key", + "type": "noted", + "duplicate": true }, { - "id": 1009, - "name": "Brass necklace", - "examine": "I'd prefer a gold one." + "id": 985, + "name": "Tooth half of key", + "type": "normal", + "duplicate": false }, { - "id": 1010, - "name": "Brass necklace", - "examine": "Swap this note at any bank for a Brass necklace." + "id": 986, + "name": "Tooth half of key", + "type": "noted", + "duplicate": true }, { - "id": 1011, - "name": "Blue skirt", - "examine": "Leg covering favoured by women and wizards." + "id": 987, + "name": "Loop half of key", + "type": "normal", + "duplicate": false }, { - "id": 1012, - "name": "Blue skirt", - "examine": "Swap this note at any bank for a Blue skirt." + "id": 988, + "name": "Loop half of key", + "type": "noted", + "duplicate": true }, { - "id": 1013, - "name": "Pink skirt", - "examine": "A ladies skirt." + "id": 989, + "name": "Crystal key", + "type": "normal", + "duplicate": false }, { - "id": 1014, - "name": "Pink skirt", - "examine": "Swap this note at any bank for a Pink skirt." + "id": 990, + "name": "Crystal key", + "type": "noted", + "duplicate": true }, { - "id": 1015, - "name": "Black skirt", - "examine": "Clothing favoured by women and dark wizards." + "id": 991, + "name": "Muddy key", + "type": "normal", + "duplicate": false }, { - "id": 1016, - "name": "Black skirt", - "examine": "Swap this note at any bank for a Black skirt." + "id": 992, + "name": "Muddy key", + "type": "noted", + "duplicate": true }, { - "id": 1017, - "name": "Wizard hat", - "examine": "A silly pointed hat." + "id": 993, + "name": "Sinister key", + "type": "normal", + "duplicate": false }, { - "id": 1018, - "name": "Wizard hat", - "examine": "Swap this note at any bank for a Wizard hat." + "id": 994, + "name": "Sinister key", + "type": "noted", + "duplicate": true }, { - "id": 1019, - "name": "Cape", - "examine": "A warm black cape." + "id": 995, + "name": "Coins", + "type": "normal", + "duplicate": false }, { - "id": 1020, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 996, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1021, - "name": "Cape", - "examine": "A thick blue cape." + "id": 997, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1022, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 998, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1023, - "name": "Cape", - "examine": "A thick yellow cape." + "id": 999, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1024, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 1000, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1025, - "name": "Eye patch", - "examine": "A black piece of cloth on a string." + "id": 1001, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1026, - "name": "Eye patch", - "examine": "Swap this note at any bank for an Eye patch." + "id": 1002, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1027, - "name": "Cape", - "examine": "A thick green cape." + "id": 1003, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1028, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 1004, + "name": "Coins", + "type": "normal", + "duplicate": true }, { - "id": 1029, - "name": "Cape", - "examine": "A thick purple cape." + "id": 1005, + "name": "White apron", + "type": "normal", + "duplicate": false }, { - "id": 1030, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 1006, + "name": "White apron", + "type": "noted", + "duplicate": true }, { - "id": 1031, - "name": "Cape", - "examine": "A thick orange cape." + "id": 1007, + "name": "Red cape", + "type": "normal", + "duplicate": false }, { - "id": 1032, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 1008, + "name": "Red cape", + "type": "noted", + "duplicate": true }, { - "id": 1033, - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak." + "id": 1009, + "name": "Brass necklace", + "type": "normal", + "duplicate": false }, { - "id": 1034, - "name": "Zamorak robe", - "examine": "Swap this note at any bank for a Zamorak robe." + "id": 1010, + "name": "Brass necklace", + "type": "noted", + "duplicate": true }, { - "id": 1035, - "name": "Zamorak robe", - "examine": "A robe worn by worshippers of Zamorak." + "id": 1011, + "name": "Blue skirt", + "type": "normal", + "duplicate": false }, { - "id": 1036, - "name": "Zamorak robe", - "examine": "Swap this note at any bank for a Zamorak robe." + "id": 1012, + "name": "Blue skirt", + "type": "noted", + "duplicate": true }, { - "id": 1037, - "name": "Bunny ears", - "examine": "A rabbit-like adornment." + "id": 1013, + "name": "Pink skirt", + "type": "normal", + "duplicate": false }, { - "id": 1038, - "name": "Red partyhat", - "examine": "A nice hat from a cracker." + "id": 1014, + "name": "Pink skirt", + "type": "noted", + "duplicate": true }, { - "id": 1039, - "name": "Red partyhat", - "examine": "Swap this note at any bank for a Red partyhat." + "id": 1015, + "name": "Black skirt", + "type": "normal", + "duplicate": false }, { - "id": 1040, - "name": "Yellow partyhat", - "examine": "A nice hat from a cracker." + "id": 1016, + "name": "Black skirt", + "type": "noted", + "duplicate": true }, { - "id": 1041, - "name": "Yellow partyhat", - "examine": "Swap this note at any bank for a Yellow partyhat." + "id": 1017, + "name": "Wizard hat", + "type": "normal", + "duplicate": false }, { - "id": 1042, - "name": "Blue partyhat", - "examine": "A nice hat from a cracker." + "id": 1018, + "name": "Wizard hat", + "type": "noted", + "duplicate": true }, { - "id": 1043, - "name": "Blue partyhat", - "examine": "Swap this note at any bank for a Blue partyhat." + "id": 1019, + "name": "Black cape", + "type": "normal", + "duplicate": false }, { - "id": 1044, - "name": "Green partyhat", - "examine": "A nice hat from a cracker." + "id": 1020, + "name": "Black cape", + "type": "noted", + "duplicate": true }, { - "id": 1045, - "name": "Green partyhat", - "examine": "Swap this note at any bank for a Green partyhat." + "id": 1021, + "name": "Blue cape", + "type": "normal", + "duplicate": false }, { - "id": 1046, - "name": "Purple partyhat", - "examine": "A nice hat from a cracker." + "id": 1022, + "name": "Blue cape", + "type": "noted", + "duplicate": true }, { - "id": 1047, - "name": "Purple partyhat", - "examine": "Swap this note at any bank for a Purple partyhat." + "id": 1023, + "name": "Yellow cape", + "type": "normal", + "duplicate": false }, { - "id": 1048, - "name": "White partyhat", - "examine": "A nice hat from a cracker." + "id": 1024, + "name": "Yellow cape", + "type": "noted", + "duplicate": true }, { - "id": 1049, - "name": "White partyhat", - "examine": "Swap this note at any bank for a White partyhat." + "id": 1025, + "name": "Right eye patch", + "type": "normal", + "duplicate": false }, { - "id": 1050, - "name": "Santa hat", - "examine": "It's a Santa hat." + "id": 1026, + "name": "Right eye patch", + "type": "noted", + "duplicate": true }, { - "id": 1051, - "name": "Santa hat", - "examine": "Swap this note at any bank for a Santa hat." + "id": 1027, + "name": "Green cape", + "type": "normal", + "duplicate": false }, { - "id": 1052, - "name": "Cape of legends", - "examine": "The cape worn by members of the Legends Guild." + "id": 1028, + "name": "Green cape", + "type": "noted", + "duplicate": true }, { - "id": 1053, - "name": "Green h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster." + "id": 1029, + "name": "Purple cape", + "type": "normal", + "duplicate": false }, { - "id": 1054, - "name": "Green h'ween mask", - "examine": "Swap this note at any bank for a Green h'ween mask." + "id": 1030, + "name": "Purple cape", + "type": "noted", + "duplicate": true }, { - "id": 1055, - "name": "Blue h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster." + "id": 1031, + "name": "Orange cape", + "type": "normal", + "duplicate": false }, { - "id": 1056, - "name": "Blue h'ween mask", - "examine": "Swap this note at any bank for a Blue h'ween mask." + "id": 1032, + "name": "Orange cape", + "type": "noted", + "duplicate": true }, { - "id": 1057, - "name": "Red h'ween mask", - "examine": "Aaaarrrghhh ... I'm a monster." + "id": 1033, + "name": "Zamorak monk bottom", + "type": "normal", + "duplicate": false }, { - "id": 1058, - "name": "Red h'ween mask", - "examine": "Swap this note at any bank for a Red h'ween mask." + "id": 1034, + "name": "Zamorak monk bottom", + "type": "noted", + "duplicate": true }, { - "id": 1059, - "name": "Leather gloves", - "examine": "These will keep my hands warm!" + "id": 1035, + "name": "Zamorak monk top", + "type": "normal", + "duplicate": false }, { - "id": 1060, - "name": "Leather gloves", - "examine": "Swap this note at any bank for a Leather gloves." + "id": 1036, + "name": "Zamorak monk top", + "type": "noted", + "duplicate": true }, { - "id": 1061, - "name": "Leather boots", - "examine": "Comfortable leather boots." + "id": 1037, + "name": "Bunny ears", + "type": "normal", + "duplicate": false }, { - "id": 1062, - "name": "Leather boots", - "examine": "Swap this note at any bank for a Leather boots." + "id": 1038, + "name": "Red partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1063, - "name": "Leather vambraces", - "examine": "Better than no armour!" + "id": 1039, + "name": "Red partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1064, - "name": "Leather vambraces", - "examine": "Swap this note at any bank for a Leather vambraces." + "id": 1040, + "name": "Yellow partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1065, - "name": "Green d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide." + "id": 1041, + "name": "Yellow partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1066, - "name": "Green d'hide vamb", - "examine": "Swap this note at any bank for a Green d'hide vamb." + "id": 1042, + "name": "Blue partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1067, - "name": "Iron platelegs", - "examine": "These look pretty heavy." + "id": 1043, + "name": "Blue partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1068, - "name": "Iron platelegs", - "examine": "Swap this note at any bank for an Iron platelegs." + "id": 1044, + "name": "Green partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1069, - "name": "Steel platelegs", - "examine": "These look pretty heavy." + "id": 1045, + "name": "Green partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1070, - "name": "Steel platelegs", - "examine": "Swap this note at any bank for a Steel platelegs." + "id": 1046, + "name": "Purple partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1071, - "name": "Mithril platelegs", - "examine": "These look pretty heavy." + "id": 1047, + "name": "Purple partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1072, - "name": "Mithril platelegs", - "examine": "Swap this note at any bank for a Mithril platelegs." + "id": 1048, + "name": "White partyhat", + "type": "normal", + "duplicate": false }, { - "id": 1073, - "name": "Adamant platelegs", - "examine": "These look pretty heavy." + "id": 1049, + "name": "White partyhat", + "type": "noted", + "duplicate": true }, { - "id": 1074, - "name": "Adamant platelegs", - "examine": "Swap this note at any bank for an Adamant platelegs." + "id": 1050, + "name": "Santa hat", + "type": "normal", + "duplicate": false }, { - "id": 1075, - "name": "Bronze platelegs", - "examine": "These look pretty heavy." + "id": 1051, + "name": "Santa hat", + "type": "noted", + "duplicate": true }, { - "id": 1076, - "name": "Bronze platelegs", - "examine": "Swap this note at any bank for a Bronze platelegs." + "id": 1052, + "name": "Cape of legends", + "type": "normal", + "duplicate": false }, { - "id": 1077, - "name": "Black platelegs", - "examine": "Big, black and heavy looking." + "id": 1053, + "name": "Green halloween mask", + "type": "normal", + "duplicate": false }, { - "id": 1078, - "name": "Black platelegs", - "examine": "Swap this note at any bank for a Black platelegs." + "id": 1054, + "name": "Green halloween mask", + "type": "noted", + "duplicate": true }, { - "id": 1079, - "name": "Rune platelegs", - "examine": "These look pretty heavy." + "id": 1055, + "name": "Blue halloween mask", + "type": "normal", + "duplicate": false }, { - "id": 1080, - "name": "Rune platelegs", - "examine": "Swap this note at any bank for a Rune platelegs." + "id": 1056, + "name": "Blue halloween mask", + "type": "noted", + "duplicate": true }, { - "id": 1081, - "name": "Iron plateskirt", - "examine": "Designer leg protection." + "id": 1057, + "name": "Red halloween mask", + "type": "normal", + "duplicate": false }, { - "id": 1082, - "name": "Iron plateskirt", - "examine": "Swap this note at any bank for an Iron plateskirt." + "id": 1058, + "name": "Red halloween mask", + "type": "noted", + "duplicate": true }, { - "id": 1083, - "name": "Steel plateskirt", - "examine": "Designer leg protection." + "id": 1059, + "name": "Leather gloves", + "type": "normal", + "duplicate": false }, { - "id": 1084, - "name": "Steel plateskirt", - "examine": "Swap this note at any bank for a Steel plateskirt." + "id": 1060, + "name": "Leather gloves", + "type": "noted", + "duplicate": true }, { - "id": 1085, - "name": "Mithril plateskirt", - "examine": "Designer leg protection." + "id": 1061, + "name": "Leather boots", + "type": "normal", + "duplicate": false }, { - "id": 1086, - "name": "Mithril plateskirt", - "examine": "Swap this note at any bank for a Mithril plateskirt." + "id": 1062, + "name": "Leather boots", + "type": "noted", + "duplicate": true }, { - "id": 1087, - "name": "Bronze plateskirt", - "examine": "Designer leg protection." + "id": 1063, + "name": "Leather vambraces", + "type": "normal", + "duplicate": false }, { - "id": 1088, - "name": "Bronze plateskirt", - "examine": "Swap this note at any bank for a Bronze plateskirt." + "id": 1064, + "name": "Leather vambraces", + "type": "noted", + "duplicate": true }, { - "id": 1089, - "name": "Black plateskirt", - "examine": "Big, black and heavy looking." + "id": 1065, + "name": "Green d'hide vambraces", + "type": "normal", + "duplicate": false }, { - "id": 1090, - "name": "Black plateskirt", - "examine": "Swap this note at any bank for a Black plateskirt." + "id": 1066, + "name": "Green d'hide vambraces", + "type": "noted", + "duplicate": true }, { - "id": 1091, - "name": "Adamant plateskirt", - "examine": "Designer leg protection." + "id": 1067, + "name": "Iron platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1092, - "name": "Adamant plateskirt", - "examine": "Swap this note at any bank for an Adamant plateskirt." + "id": 1068, + "name": "Iron platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1093, - "name": "Rune plateskirt", - "examine": "Designer leg protection." + "id": 1069, + "name": "Steel platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1094, - "name": "Rune plateskirt", - "examine": "Swap this note at any bank for a Rune plateskirt." + "id": 1070, + "name": "Steel platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1095, - "name": "Leather chaps", - "examine": "Better than no armour!" + "id": 1071, + "name": "Mithril platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1096, - "name": "Leather chaps", - "examine": "Swap this note at any bank for a Leather chaps." + "id": 1072, + "name": "Mithril platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1097, - "name": "Studded chaps", - "examine": "Those studs should provide a bit more protection." + "id": 1073, + "name": "Adamant platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1098, - "name": "Studded chaps", - "examine": "Swap this note at any bank for a Studded chaps." + "id": 1074, + "name": "Adamant platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1099, - "name": "Green d'hide chaps", - "examine": "Made from 100% real dragonhide." + "id": 1075, + "name": "Bronze platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1100, - "name": "Green d'hide chaps", - "examine": "Swap this note at any bank for a Green d'hide chaps." + "id": 1076, + "name": "Bronze platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1101, - "name": "Iron chainbody", - "examine": "A series of connected metal rings." + "id": 1077, + "name": "Black platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1102, - "name": "Iron chainbody", - "examine": "Swap this note at any bank for an Iron chainbody." + "id": 1078, + "name": "Black platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1103, - "name": "Bronze chainbody", - "examine": "A series of connected metal rings." + "id": 1079, + "name": "Rune platelegs", + "type": "normal", + "duplicate": false }, { - "id": 1104, - "name": "Bronze chainbody", - "examine": "Swap this note at any bank for a Bronze chainbody." + "id": 1080, + "name": "Rune platelegs", + "type": "noted", + "duplicate": true }, { - "id": 1105, - "name": "Steel chainbody", - "examine": "A series of connected metal rings." + "id": 1081, + "name": "Iron plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1106, - "name": "Steel chainbody", - "examine": "Swap this note at any bank for a Steel chainbody." + "id": 1082, + "name": "Iron plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1107, - "name": "Black chainbody", - "examine": "A series of connected metal rings." + "id": 1083, + "name": "Steel plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1108, - "name": "Black chainbody", - "examine": "Swap this note at any bank for a Black chainbody." + "id": 1084, + "name": "Steel plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1109, - "name": "Mithril chainbody", - "examine": "A series of connected metal rings." + "id": 1085, + "name": "Mithril plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1110, - "name": "Mithril chainbody", - "examine": "Swap this note at any bank for a Mithril chainbody." + "id": 1086, + "name": "Mithril plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1111, - "name": "Adamant chainbody", - "examine": "A series of connected metal rings." + "id": 1087, + "name": "Bronze plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1112, - "name": "Adamant chainbody", - "examine": "Swap this note at any bank for an Adamant chainbody." + "id": 1088, + "name": "Bronze plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1113, - "name": "Rune chainbody", - "examine": "A series of connected metal rings." + "id": 1089, + "name": "Black plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1114, - "name": "Rune chainbody", - "examine": "Swap this note at any bank for a Rune chainbody." + "id": 1090, + "name": "Black plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1115, - "name": "Iron platebody", - "examine": "Provides excellent protection." + "id": 1091, + "name": "Adamant plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1116, - "name": "Iron platebody", - "examine": "Swap this note at any bank for an Iron platebody." + "id": 1092, + "name": "Adamant plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1117, - "name": "Bronze platebody", - "examine": "Provides excellent protection." + "id": 1093, + "name": "Rune plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 1118, - "name": "Bronze platebody", - "examine": "Swap this note at any bank for a Bronze platebody." + "id": 1094, + "name": "Rune plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 1119, - "name": "Steel platebody", - "examine": "Provides excellent protection." + "id": 1095, + "name": "Leather chaps", + "type": "normal", + "duplicate": false }, { - "id": 1120, - "name": "Steel platebody", - "examine": "Swap this note at any bank for a Steel platebody." + "id": 1096, + "name": "Leather chaps", + "type": "noted", + "duplicate": true }, { - "id": 1121, - "name": "Mithril platebody", - "examine": "Provides excellent protection." + "id": 1097, + "name": "Studded chaps", + "type": "normal", + "duplicate": false }, { - "id": 1122, - "name": "Mithril platebody", - "examine": "Swap this note at any bank for a Mithril platebody." + "id": 1098, + "name": "Studded chaps", + "type": "noted", + "duplicate": true }, { - "id": 1123, - "name": "Adamant platebody", - "examine": "Provides excellent protection." + "id": 1099, + "name": "Green d'hide chaps", + "type": "normal", + "duplicate": false }, { - "id": 1124, - "name": "Adamant platebody", - "examine": "Swap this note at any bank for an Adamant platebody." + "id": 1100, + "name": "Green d'hide chaps", + "type": "noted", + "duplicate": true }, { - "id": 1125, - "name": "Black platebody", - "examine": "Provides excellent protection." + "id": 1101, + "name": "Iron chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1126, - "name": "Black platebody", - "examine": "Swap this note at any bank for a Black platebody." + "id": 1102, + "name": "Iron chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1127, - "name": "Rune platebody", - "examine": "Provides excellent protection." + "id": 1103, + "name": "Bronze chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1128, - "name": "Rune platebody", - "examine": "Swap this note at any bank for a Rune platebody." + "id": 1104, + "name": "Bronze chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1129, - "name": "Leather body", - "examine": "Better than no armour!" + "id": 1105, + "name": "Steel chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1130, - "name": "Leather body", - "examine": "Swap this note at any bank for a Leather body." + "id": 1106, + "name": "Steel chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1131, - "name": "Hardleather body", - "examine": "Harder than normal leather." + "id": 1107, + "name": "Black chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1132, - "name": "Hardleather body", - "examine": "Swap this note at any bank for a Hardleather body." + "id": 1108, + "name": "Black chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1133, - "name": "Studded body", - "examine": "Those studs should provide a bit more protection." + "id": 1109, + "name": "Mithril chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1134, - "name": "Studded body", - "examine": "Swap this note at any bank for a Studded body." + "id": 1110, + "name": "Mithril chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1135, - "name": "Green d'hide body", - "examine": "Made from 100% real dragonhide." + "id": 1111, + "name": "Adamant chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1136, - "name": "Green d'hide body", - "examine": "Swap this note at any bank for a Green d'hide body." + "id": 1112, + "name": "Adamant chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1137, - "name": "Iron med helm", - "examine": "A medium sized helmet." + "id": 1113, + "name": "Rune chainbody", + "type": "normal", + "duplicate": false }, { - "id": 1138, - "name": "Iron med helm", - "examine": "Swap this note at any bank for an Iron med helm." + "id": 1114, + "name": "Rune chainbody", + "type": "noted", + "duplicate": true }, { - "id": 1139, - "name": "Bronze med helm", - "examine": "A medium sized helmet." + "id": 1115, + "name": "Iron platebody", + "type": "normal", + "duplicate": false }, { - "id": 1140, - "name": "Bronze med helm", - "examine": "Swap this note at any bank for a Bronze med helm." + "id": 1116, + "name": "Iron platebody", + "type": "noted", + "duplicate": true }, { - "id": 1141, - "name": "Steel med helm", - "examine": "A medium sized helmet." + "id": 1117, + "name": "Bronze platebody", + "type": "normal", + "duplicate": false }, { - "id": 1142, - "name": "Steel med helm", - "examine": "Swap this note at any bank for a Steel med helm." + "id": 1118, + "name": "Bronze platebody", + "type": "noted", + "duplicate": true }, { - "id": 1143, - "name": "Mithril med helm", - "examine": "A medium sized helmet." + "id": 1119, + "name": "Steel platebody", + "type": "normal", + "duplicate": false }, { - "id": 1144, - "name": "Mithril med helm", - "examine": "Swap this note at any bank for a Mithril med helm." + "id": 1120, + "name": "Steel platebody", + "type": "noted", + "duplicate": true }, { - "id": 1145, - "name": "Adamant med helm", - "examine": "A medium sized helmet." + "id": 1121, + "name": "Mithril platebody", + "type": "normal", + "duplicate": false }, { - "id": 1146, - "name": "Adamant med helm", - "examine": "Swap this note at any bank for an Adamant med helm." + "id": 1122, + "name": "Mithril platebody", + "type": "noted", + "duplicate": true }, { - "id": 1147, - "name": "Rune med helm", - "examine": "A medium sized helmet." + "id": 1123, + "name": "Adamant platebody", + "type": "normal", + "duplicate": false }, { - "id": 1148, - "name": "Rune med helm", - "examine": "Swap this note at any bank for a Rune med helm." + "id": 1124, + "name": "Adamant platebody", + "type": "noted", + "duplicate": true }, { - "id": 1149, - "name": "Dragon med helm", - "examine": "Makes the wearer pretty intimidating." + "id": 1125, + "name": "Black platebody", + "type": "normal", + "duplicate": false }, { - "id": 1150, - "name": "Dragon med helm", - "examine": "Swap this note at any bank for a Dragon med helm." + "id": 1126, + "name": "Black platebody", + "type": "noted", + "duplicate": true }, { - "id": 1151, - "name": "Black med helm", - "examine": "A medium sized helmet." + "id": 1127, + "name": "Rune platebody", + "type": "normal", + "duplicate": false }, { - "id": 1152, - "name": "Black med helm", - "examine": "Swap this note at any bank for a Black med helm." + "id": 1128, + "name": "Rune platebody", + "type": "noted", + "duplicate": true }, { - "id": 1153, - "name": "Iron full helm", - "examine": "A full face helmet." + "id": 1129, + "name": "Leather body", + "type": "normal", + "duplicate": false }, { - "id": 1154, - "name": "Iron full helm", - "examine": "Swap this note at any bank for an Iron full helm." + "id": 1130, + "name": "Leather body", + "type": "noted", + "duplicate": true }, { - "id": 1155, - "name": "Bronze full helm", - "examine": "A full face helmet." + "id": 1131, + "name": "Hardleather body", + "type": "normal", + "duplicate": false }, { - "id": 1156, - "name": "Bronze full helm", - "examine": "Swap this note at any bank for a Bronze full helm." + "id": 1132, + "name": "Hardleather body", + "type": "noted", + "duplicate": true }, { - "id": 1157, - "name": "Steel full helm", - "examine": "A full face helmet." + "id": 1133, + "name": "Studded body", + "type": "normal", + "duplicate": false }, { - "id": 1158, - "name": "Steel full helm", - "examine": "Swap this note at any bank for a Steel full helm." + "id": 1134, + "name": "Studded body", + "type": "noted", + "duplicate": true }, { - "id": 1159, - "name": "Mithril full helm", - "examine": "A full face helmet." + "id": 1135, + "name": "Green d'hide body", + "type": "normal", + "duplicate": false }, { - "id": 1160, - "name": "Mithril full helm", - "examine": "Swap this note at any bank for a Mithril full helm." + "id": 1136, + "name": "Green d'hide body", + "type": "noted", + "duplicate": true }, { - "id": 1161, - "name": "Adamant full helm", - "examine": "A full face helmet." + "id": 1137, + "name": "Iron med helm", + "type": "normal", + "duplicate": false }, { - "id": 1162, - "name": "Adamant full helm", - "examine": "Swap this note at any bank for an Adamant full helm." + "id": 1138, + "name": "Iron med helm", + "type": "noted", + "duplicate": true }, { - "id": 1163, - "name": "Rune full helm", - "examine": "A full face helmet." + "id": 1139, + "name": "Bronze med helm", + "type": "normal", + "duplicate": false }, { - "id": 1164, - "name": "Rune full helm", - "examine": "Swap this note at any bank for a Rune full helm." + "id": 1140, + "name": "Bronze med helm", + "type": "noted", + "duplicate": true }, { - "id": 1165, - "name": "Black full helm", - "examine": "A full face helmet." + "id": 1141, + "name": "Steel med helm", + "type": "normal", + "duplicate": false }, { - "id": 1166, - "name": "Black full helm", - "examine": "Swap this note at any bank for a Black full helm." + "id": 1142, + "name": "Steel med helm", + "type": "noted", + "duplicate": true }, { - "id": 1167, - "name": "Leather cowl", - "examine": "Better than no armour!" + "id": 1143, + "name": "Mithril med helm", + "type": "normal", + "duplicate": false }, { - "id": 1168, - "name": "Leather cowl", - "examine": "Swap this note at any bank for a Leather cowl." + "id": 1144, + "name": "Mithril med helm", + "type": "noted", + "duplicate": true }, { - "id": 1169, - "name": "Coif", - "examine": "Light weight head protection." + "id": 1145, + "name": "Adamant med helm", + "type": "normal", + "duplicate": false }, { - "id": 1170, - "name": "Coif", - "examine": "Swap this note at any bank for a Coif." + "id": 1146, + "name": "Adamant med helm", + "type": "noted", + "duplicate": true }, { - "id": 1171, - "name": "Wooden shield", - "examine": "A solid wooden shield." + "id": 1147, + "name": "Rune med helm", + "type": "normal", + "duplicate": false }, { - "id": 1172, - "name": "Wooden shield", - "examine": "Swap this note at any bank for a Wooden shield." + "id": 1148, + "name": "Rune med helm", + "type": "noted", + "duplicate": true }, { - "id": 1173, - "name": "Bronze sq shield", - "examine": "A medium square shield." + "id": 1149, + "name": "Dragon med helm", + "type": "normal", + "duplicate": false }, { - "id": 1174, - "name": "Bronze sq shield", - "examine": "Swap this note at any bank for a Bronze sq shield." + "id": 1150, + "name": "Dragon med helm", + "type": "noted", + "duplicate": true }, { - "id": 1175, - "name": "Iron sq shield", - "examine": "A medium square shield." + "id": 1151, + "name": "Black med helm", + "type": "normal", + "duplicate": false }, { - "id": 1176, - "name": "Iron sq shield", - "examine": "Swap this note at any bank for an Iron sq shield." + "id": 1152, + "name": "Black med helm", + "type": "noted", + "duplicate": true }, { - "id": 1177, - "name": "Steel sq shield", - "examine": "A medium square shield." + "id": 1153, + "name": "Iron full helm", + "type": "normal", + "duplicate": false }, { - "id": 1178, - "name": "Steel sq shield", - "examine": "Swap this note at any bank for a Steel sq shield." + "id": 1154, + "name": "Iron full helm", + "type": "noted", + "duplicate": true }, { - "id": 1179, - "name": "Black sq shield", - "examine": "A medium square shield." + "id": 1155, + "name": "Bronze full helm", + "type": "normal", + "duplicate": false }, { - "id": 1180, - "name": "Black sq shield", - "examine": "Swap this note at any bank for a Black sq shield." + "id": 1156, + "name": "Bronze full helm", + "type": "noted", + "duplicate": true }, { - "id": 1181, - "name": "Mithril sq shield", - "examine": "A medium square shield." + "id": 1157, + "name": "Steel full helm", + "type": "normal", + "duplicate": false }, { - "id": 1182, - "name": "Mithril sq shield", - "examine": "Swap this note at any bank for a Mithril sq shield." + "id": 1158, + "name": "Steel full helm", + "type": "noted", + "duplicate": true }, { - "id": 1183, - "name": "Adamant sq shield", - "examine": "A medium square shield." + "id": 1159, + "name": "Mithril full helm", + "type": "normal", + "duplicate": false }, { - "id": 1184, - "name": "Adamant sq shield", - "examine": "Swap this note at any bank for an Adamant sq shield." + "id": 1160, + "name": "Mithril full helm", + "type": "noted", + "duplicate": true }, { - "id": 1185, - "name": "Rune sq shield", - "examine": "A medium square shield." + "id": 1161, + "name": "Adamant full helm", + "type": "normal", + "duplicate": false }, { - "id": 1186, - "name": "Rune sq shield", - "examine": "Swap this note at any bank for a Rune sq shield." + "id": 1162, + "name": "Adamant full helm", + "type": "noted", + "duplicate": true }, { - "id": 1187, - "name": "Dragon sq shield", - "examine": "An ancient and powerful looking Dragon Square shield." + "id": 1163, + "name": "Rune full helm", + "type": "normal", + "duplicate": false }, { - "id": 1188, - "name": "Dragon sq shield", - "examine": "Swap this note at any bank for a Dragon sq shield." + "id": 1164, + "name": "Rune full helm", + "type": "noted", + "duplicate": true }, { - "id": 1189, - "name": "Bronze kiteshield", - "examine": "A large metal shield." + "id": 1165, + "name": "Black full helm", + "type": "normal", + "duplicate": false }, { - "id": 1190, - "name": "Bronze kiteshield", - "examine": "Swap this note at any bank for a Bronze kiteshield." + "id": 1166, + "name": "Black full helm", + "type": "noted", + "duplicate": true }, { - "id": 1191, - "name": "Iron kiteshield", - "examine": "A large metal shield." + "id": 1167, + "name": "Leather cowl", + "type": "normal", + "duplicate": false }, { - "id": 1192, - "name": "Iron kiteshield", - "examine": "Swap this note at any bank for an Iron kiteshield." + "id": 1168, + "name": "Leather cowl", + "type": "noted", + "duplicate": true }, { - "id": 1193, - "name": "Steel kiteshield", - "examine": "A large metal shield." + "id": 1169, + "name": "Coif", + "type": "normal", + "duplicate": false }, { - "id": 1194, - "name": "Steel kiteshield", - "examine": "Swap this note at any bank for a Steel kiteshield." + "id": 1170, + "name": "Coif", + "type": "noted", + "duplicate": true }, { - "id": 1195, - "name": "Black kiteshield", - "examine": "A large metal shield." + "id": 1171, + "name": "Wooden shield", + "type": "normal", + "duplicate": false }, { - "id": 1196, - "name": "Black kiteshield", - "examine": "Swap this note at any bank for a Black kiteshield." + "id": 1172, + "name": "Wooden shield", + "type": "noted", + "duplicate": true }, { - "id": 1197, - "name": "Mithril kiteshield", - "examine": "A large metal shield." + "id": 1173, + "name": "Bronze sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1198, - "name": "Mithril kiteshield", - "examine": "Swap this note at any bank for a Mithril kiteshield." + "id": 1174, + "name": "Bronze sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1199, - "name": "Adamant kiteshield", - "examine": "A large metal shield." + "id": 1175, + "name": "Iron sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1200, - "name": "Adamant kiteshield", - "examine": "Swap this note at any bank for an Adamant kiteshield." + "id": 1176, + "name": "Iron sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1201, - "name": "Rune kiteshield", - "examine": "A large metal shield." + "id": 1177, + "name": "Steel sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1202, - "name": "Rune kiteshield", - "examine": "Swap this note at any bank for a Rune kiteshield." + "id": 1178, + "name": "Steel sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1203, - "name": "Iron dagger", - "examine": "Short but pointy." + "id": 1179, + "name": "Black sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1204, - "name": "Iron dagger", - "examine": "Swap this note at any bank for an Iron dagger." + "id": 1180, + "name": "Black sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1205, - "name": "Bronze dagger", - "examine": "Short but pointy." + "id": 1181, + "name": "Mithril sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1206, - "name": "Bronze dagger", - "examine": "Swap this note at any bank for a Bronze dagger." + "id": 1182, + "name": "Mithril sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1207, - "name": "Steel dagger", - "examine": "Short but pointy." + "id": 1183, + "name": "Adamant sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1208, - "name": "Steel dagger", - "examine": "Swap this note at any bank for a Steel dagger." + "id": 1184, + "name": "Adamant sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1209, - "name": "Mithril dagger", - "examine": "A dangerous dagger." + "id": 1185, + "name": "Rune sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1210, - "name": "Mithril dagger", - "examine": "Swap this note at any bank for a Mithril dagger." + "id": 1186, + "name": "Rune sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1211, - "name": "Adamant dagger", - "examine": "Short and deadly." + "id": 1187, + "name": "Dragon sq shield", + "type": "normal", + "duplicate": false }, { - "id": 1212, - "name": "Adamant dagger", - "examine": "Swap this note at any bank for an Adamant dagger." + "id": 1188, + "name": "Dragon sq shield", + "type": "noted", + "duplicate": true }, { - "id": 1213, - "name": "Rune dagger", - "examine": "A powerful dagger." + "id": 1189, + "name": "Bronze kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1214, - "name": "Rune dagger", - "examine": "Swap this note at any bank for a Rune dagger." + "id": 1190, + "name": "Bronze kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1215, - "name": "Dragon dagger", - "examine": "A powerful dagger." + "id": 1191, + "name": "Iron kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1216, - "name": "Dragon dagger", - "examine": "Swap this note at any bank for a Dragon dagger." + "id": 1192, + "name": "Iron kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1217, - "name": "Black dagger", - "examine": "A vicious black dagger." + "id": 1193, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1218, - "name": "Black dagger", - "examine": "Swap this note at any bank for a Black dagger." + "id": 1194, + "name": "Steel kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1219, - "name": "Iron dagger(p)", - "examine": "The blade is covered with poison." + "id": 1195, + "name": "Black kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1220, - "name": "Iron dagger(p)", - "examine": "Swap this note at any bank for an Iron dagger(p)." + "id": 1196, + "name": "Black kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1221, - "name": "Bronze dagger(p)", - "examine": "This dagger is poisoned." + "id": 1197, + "name": "Mithril kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1222, - "name": "Bronze dagger(p)", - "examine": "Swap this note at any bank for a Bronze dagger(p)." + "id": 1198, + "name": "Mithril kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1223, - "name": "Steel dagger(p)", - "examine": "The blade has been poisoned." + "id": 1199, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1224, - "name": "Steel dagger(p)", - "examine": "Swap this note at any bank for a Steel dagger(p)." + "id": 1200, + "name": "Adamant kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1225, - "name": "Mithril dagger(p)", - "examine": "A poisoned Mithril dagger." + "id": 1201, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 1226, - "name": "Mithril dagger(p)", - "examine": "Swap this note at any bank for a Mithril dagger(p)." + "id": 1202, + "name": "Rune kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 1227, - "name": "Adamant dagger(p)", - "examine": "A very dangerous poisoned dagger." + "id": 1203, + "name": "Iron dagger", + "type": "normal", + "duplicate": false }, { - "id": 1228, - "name": "Adamant dagger(p)", - "examine": "Swap this note at any bank for an Adamant dagger(p)." + "id": 1204, + "name": "Iron dagger", + "type": "noted", + "duplicate": true }, { - "id": 1229, - "name": "Rune dagger(p)", - "examine": "The blade is covered with a nasty poison." + "id": 1205, + "name": "Bronze dagger", + "type": "normal", + "duplicate": false }, { - "id": 1230, - "name": "Rune dagger(p)", - "examine": "Swap this note at any bank for a Rune dagger(p)." + "id": 1206, + "name": "Bronze dagger", + "type": "noted", + "duplicate": true }, { - "id": 1231, - "name": "Dragon dagger(p)", - "examine": "A powerful dagger." + "id": 1207, + "name": "Steel dagger", + "type": "normal", + "duplicate": false }, { - "id": 1232, - "name": "Dragon dagger(p)", - "examine": "Swap this note at any bank for a Dragon dagger(p)." + "id": 1208, + "name": "Steel dagger", + "type": "noted", + "duplicate": true }, { - "id": 1233, - "name": "Black dagger(p)", - "examine": "This dagger is poisoned." + "id": 1209, + "name": "Mithril dagger", + "type": "normal", + "duplicate": false }, { - "id": 1234, - "name": "Black dagger(p)", - "examine": "Swap this note at any bank for a Black dagger(p)." + "id": 1210, + "name": "Mithril dagger", + "type": "noted", + "duplicate": true }, { - "id": 1235, - "name": "Poisoned dagger(p)", - "examine": "The blade is covered with poison." + "id": 1211, + "name": "Adamant dagger", + "type": "normal", + "duplicate": false }, { - "id": 1236, - "name": "Poisoned dagger(p)", - "examine": "Swap this note at any bank for a Poisoned dagger(p)." + "id": 1212, + "name": "Adamant dagger", + "type": "noted", + "duplicate": true }, { - "id": 1237, - "name": "Bronze spear", - "examine": "A bronze tipped spear." + "id": 1213, + "name": "Rune dagger", + "type": "normal", + "duplicate": false }, { - "id": 1238, - "name": "Bronze spear", - "examine": "Swap this note at any bank for a Bronze spear." + "id": 1214, + "name": "Rune dagger", + "type": "noted", + "duplicate": true }, { - "id": 1239, - "name": "Iron spear", - "examine": "An iron tipped spear." + "id": 1215, + "name": "Dragon dagger", + "type": "normal", + "duplicate": false }, { - "id": 1240, - "name": "Iron spear", - "examine": "Swap this note at any bank for an Iron spear." + "id": 1216, + "name": "Dragon dagger", + "type": "noted", + "duplicate": true }, { - "id": 1241, - "name": "Steel spear", - "examine": "A steel tipped spear." + "id": 1217, + "name": "Black dagger", + "type": "normal", + "duplicate": false }, { - "id": 1242, - "name": "Steel spear", - "examine": "Swap this note at any bank for a Steel spear." + "id": 1218, + "name": "Black dagger", + "type": "noted", + "duplicate": true }, { - "id": 1243, - "name": "Mithril spear", - "examine": "A mithril tipped spear." + "id": 1219, + "name": "Iron dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1244, - "name": "Mithril spear", - "examine": "Swap this note at any bank for a Mithril spear." + "id": 1220, + "name": "Iron dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1245, - "name": "Adamant spear", - "examine": "An adamantite tipped spear." + "id": 1221, + "name": "Bronze dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1246, - "name": "Adamant spear", - "examine": "Swap this note at any bank for an Adamant spear." + "id": 1222, + "name": "Bronze dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1247, - "name": "Rune spear", - "examine": "A rune tipped spear." + "id": 1223, + "name": "Steel dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1248, - "name": "Rune spear", - "examine": "Swap this note at any bank for a Rune spear." + "id": 1224, + "name": "Steel dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1249, - "name": "Dragon spear", - "examine": "A dragon tipped spear." + "id": 1225, + "name": "Mithril dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1250, - "name": "Dragon spear", - "examine": "Swap this note at any bank for a Dragon spear." + "id": 1226, + "name": "Mithril dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1251, - "name": "Bronze spear(p)", - "examine": "A poisoned bronze tipped spear." + "id": 1227, + "name": "Adamant dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1252, - "name": "Bronze spear(p)", - "examine": "Swap this note at any bank for a Bronze spear(p)." + "id": 1228, + "name": "Adamant dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1253, - "name": "Iron spear(p)", - "examine": "A poisoned iron tipped spear." + "id": 1229, + "name": "Rune dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1254, - "name": "Iron spear(p)", - "examine": "Swap this note at any bank for an Iron spear(p)." + "id": 1230, + "name": "Rune dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1255, - "name": "Steel spear(p)", - "examine": "A poisoned steel tipped spear." + "id": 1231, + "name": "Dragon dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1256, - "name": "Steel spear(p)", - "examine": "Swap this note at any bank for a Steel spear(p)." + "id": 1232, + "name": "Dragon dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1257, - "name": "Mithril spear(p)", - "examine": "A poisoned mithril tipped spear." + "id": 1233, + "name": "Black dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1258, - "name": "Mithril spear(p)", - "examine": "Swap this note at any bank for a Mithril spear(p)." + "id": 1234, + "name": "Black dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1259, - "name": "Adamant spear(p)", - "examine": "A poisoned adamantite tipped spear." + "id": 1235, + "name": "Poisoned dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 1260, - "name": "Adamant spear(p)", - "examine": "Swap this note at any bank for an Adamant spear(p)." + "id": 1236, + "name": "Poisoned dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 1261, - "name": "Rune spear(p)", - "examine": "A poisoned rune tipped spear." + "id": 1237, + "name": "Bronze spear", + "type": "normal", + "duplicate": false }, { - "id": 1262, - "name": "Rune spear(p)", - "examine": "Swap this note at any bank for a Rune spear(p)." + "id": 1238, + "name": "Bronze spear", + "type": "noted", + "duplicate": true }, { - "id": 1263, - "name": "Dragon spear(p)", - "examine": "A poisoned dragon tipped spear." + "id": 1239, + "name": "Iron spear", + "type": "normal", + "duplicate": false }, { - "id": 1264, - "name": "Dragon spear(p)", - "examine": "Swap this note at any bank for a Dragon spear(p)." + "id": 1240, + "name": "Iron spear", + "type": "noted", + "duplicate": true }, { - "id": 1265, - "name": "Bronze pickaxe", - "examine": "Used for mining." + "id": 1241, + "name": "Steel spear", + "type": "normal", + "duplicate": false }, { - "id": 1266, - "name": "Bronze pickaxe", - "examine": "Swap this note at any bank for a Bronze pickaxe." + "id": 1242, + "name": "Steel spear", + "type": "noted", + "duplicate": true }, { - "id": 1267, - "name": "Iron pickaxe", - "examine": "Used for mining." + "id": 1243, + "name": "Mithril spear", + "type": "normal", + "duplicate": false }, { - "id": 1268, - "name": "Iron pickaxe", - "examine": "Swap this note at any bank for an Iron pickaxe." + "id": 1244, + "name": "Mithril spear", + "type": "noted", + "duplicate": true }, { - "id": 1269, - "name": "Steel pickaxe", - "examine": "Used for mining." + "id": 1245, + "name": "Adamant spear", + "type": "normal", + "duplicate": false }, { - "id": 1270, - "name": "Steel pickaxe", - "examine": "Swap this note at any bank for a Steel pickaxe." + "id": 1246, + "name": "Adamant spear", + "type": "noted", + "duplicate": true }, { - "id": 1271, - "name": "Adamant pickaxe", - "examine": "Used for mining." + "id": 1247, + "name": "Rune spear", + "type": "normal", + "duplicate": false }, { - "id": 1272, - "name": "Adamant pickaxe", - "examine": "Swap this note at any bank for an Adamant pickaxe." + "id": 1248, + "name": "Rune spear", + "type": "noted", + "duplicate": true }, { - "id": 1273, - "name": "Mithril pickaxe", - "examine": "Used for mining." + "id": 1249, + "name": "Dragon spear", + "type": "normal", + "duplicate": false }, { - "id": 1274, - "name": "Mithril pickaxe", - "examine": "Swap this note at any bank for a Mithril pickaxe." + "id": 1250, + "name": "Dragon spear", + "type": "noted", + "duplicate": true }, { - "id": 1275, - "name": "Rune pickaxe", - "examine": "Used for mining." + "id": 1251, + "name": "Bronze spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1276, - "name": "Rune pickaxe", - "examine": "Swap this note at any bank for a Rune pickaxe." + "id": 1252, + "name": "Bronze spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1277, - "name": "Bronze sword", - "examine": "A razor sharp sword." + "id": 1253, + "name": "Iron spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1278, - "name": "Bronze sword", - "examine": "Swap this note at any bank for a Bronze sword." + "id": 1254, + "name": "Iron spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1279, - "name": "Iron sword", - "examine": "A razor sharp sword." + "id": 1255, + "name": "Steel spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1280, - "name": "Iron sword", - "examine": "Swap this note at any bank for an Iron sword." + "id": 1256, + "name": "Steel spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1281, - "name": "Steel sword", - "examine": "A razor sharp sword." + "id": 1257, + "name": "Mithril spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1282, - "name": "Steel sword", - "examine": "Swap this note at any bank for a Steel sword." + "id": 1258, + "name": "Mithril spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1283, - "name": "Black sword", - "examine": "A razor sharp sword." + "id": 1259, + "name": "Adamant spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1284, - "name": "Black sword", - "examine": "Swap this note at any bank for a Black sword." + "id": 1260, + "name": "Adamant spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1285, - "name": "Mithril sword", - "examine": "A razor sharp sword." + "id": 1261, + "name": "Rune spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1286, - "name": "Mithril sword", - "examine": "Swap this note at any bank for a Mithril sword." + "id": 1262, + "name": "Rune spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1287, - "name": "Adamant sword", - "examine": "A razor sharp sword." + "id": 1263, + "name": "Dragon spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 1288, - "name": "Adamant sword", - "examine": "Swap this note at any bank for an Adamant sword." + "id": 1264, + "name": "Dragon spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 1289, - "name": "Rune sword", - "examine": "A razor sharp sword." + "id": 1265, + "name": "Bronze pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1290, - "name": "Rune sword", - "examine": "Swap this note at any bank for a Rune sword." + "id": 1266, + "name": "Bronze pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1291, - "name": "Bronze longsword", - "examine": "A razor sharp longsword." + "id": 1267, + "name": "Iron pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1292, - "name": "Bronze longsword", - "examine": "Swap this note at any bank for a Bronze longsword." + "id": 1268, + "name": "Iron pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1293, - "name": "Iron longsword", - "examine": "A razor sharp longsword." + "id": 1269, + "name": "Steel pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1294, - "name": "Iron longsword", - "examine": "Swap this note at any bank for an Iron longsword." + "id": 1270, + "name": "Steel pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1295, - "name": "Steel longsword", - "examine": "A razor sharp longsword." + "id": 1271, + "name": "Adamant pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1296, - "name": "Steel longsword", - "examine": "Swap this note at any bank for a Steel longsword." + "id": 1272, + "name": "Adamant pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1297, - "name": "Black longsword", - "examine": "A razor sharp longsword." + "id": 1273, + "name": "Mithril pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1298, - "name": "Black longsword", - "examine": "Swap this note at any bank for a Black longsword." + "id": 1274, + "name": "Mithril pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1299, - "name": "Mithril longsword", - "examine": "A razor sharp longsword." + "id": 1275, + "name": "Rune pickaxe", + "type": "normal", + "duplicate": false }, { - "id": 1300, - "name": "Mithril longsword", - "examine": "Swap this note at any bank for a Mithril longsword." + "id": 1276, + "name": "Rune pickaxe", + "type": "noted", + "duplicate": true }, { - "id": 1301, - "name": "Adamant longsword", - "examine": "A razor sharp longsword." + "id": 1277, + "name": "Bronze sword", + "type": "normal", + "duplicate": false }, { - "id": 1302, - "name": "Adamant longsword", - "examine": "Swap this note at any bank for an Adamant longsword." + "id": 1278, + "name": "Bronze sword", + "type": "noted", + "duplicate": true }, { - "id": 1303, - "name": "Rune longsword", - "examine": "A razor sharp longsword." + "id": 1279, + "name": "Iron sword", + "type": "normal", + "duplicate": false }, { - "id": 1304, - "name": "Rune longsword", - "examine": "Swap this note at any bank for a Rune longsword." + "id": 1280, + "name": "Iron sword", + "type": "noted", + "duplicate": true }, { - "id": 1305, - "name": "Dragon longsword", - "examine": "A very powerful sword." + "id": 1281, + "name": "Steel sword", + "type": "normal", + "duplicate": false }, { - "id": 1306, - "name": "Dragon longsword", - "examine": "Swap this note at any bank for a Dragon longsword." + "id": 1282, + "name": "Steel sword", + "type": "noted", + "duplicate": true }, { - "id": 1307, - "name": "Bronze 2h sword", - "examine": "A two handed sword." + "id": 1283, + "name": "Black sword", + "type": "normal", + "duplicate": false }, { - "id": 1308, - "name": "Bronze 2h sword", - "examine": "Swap this note at any bank for a Bronze 2h sword." + "id": 1284, + "name": "Black sword", + "type": "noted", + "duplicate": true }, { - "id": 1309, - "name": "Iron 2h sword", - "examine": "A two handed sword." + "id": 1285, + "name": "Mithril sword", + "type": "normal", + "duplicate": false }, { - "id": 1310, - "name": "Iron 2h sword", - "examine": "Swap this note at any bank for an Iron 2h sword." + "id": 1286, + "name": "Mithril sword", + "type": "noted", + "duplicate": true }, { - "id": 1311, - "name": "Steel 2h sword", - "examine": "A two handed sword." + "id": 1287, + "name": "Adamant sword", + "type": "normal", + "duplicate": false }, { - "id": 1312, - "name": "Steel 2h sword", - "examine": "Swap this note at any bank for a Steel 2h sword." + "id": 1288, + "name": "Adamant sword", + "type": "noted", + "duplicate": true }, { - "id": 1313, - "name": "Black 2h sword", - "examine": "A two handed sword." + "id": 1289, + "name": "Rune sword", + "type": "normal", + "duplicate": false }, { - "id": 1314, - "name": "Black 2h sword", - "examine": "Swap this note at any bank for a Black 2h sword." + "id": 1290, + "name": "Rune sword", + "type": "noted", + "duplicate": true }, { - "id": 1315, - "name": "Mithril 2h sword", - "examine": "A two handed sword." + "id": 1291, + "name": "Bronze longsword", + "type": "normal", + "duplicate": false }, { - "id": 1316, - "name": "Mithril 2h sword", - "examine": "Swap this note at any bank for a Mithril 2h sword." + "id": 1292, + "name": "Bronze longsword", + "type": "noted", + "duplicate": true }, { - "id": 1317, - "name": "Adamant 2h sword", - "examine": "A two handed sword." + "id": 1293, + "name": "Iron longsword", + "type": "normal", + "duplicate": false }, { - "id": 1318, - "name": "Adamant 2h sword", - "examine": "Swap this note at any bank for an Adamant 2h sword." + "id": 1294, + "name": "Iron longsword", + "type": "noted", + "duplicate": true }, { - "id": 1319, - "name": "Rune 2h sword", - "examine": "A two handed sword." + "id": 1295, + "name": "Steel longsword", + "type": "normal", + "duplicate": false }, { - "id": 1320, - "name": "Rune 2h sword", - "examine": "Swap this note at any bank for a Rune 2h sword." + "id": 1296, + "name": "Steel longsword", + "type": "noted", + "duplicate": true }, { - "id": 1321, - "name": "Bronze scimitar", - "examine": "A vicious, curved sword." + "id": 1297, + "name": "Black longsword", + "type": "normal", + "duplicate": false }, { - "id": 1322, - "name": "Bronze scimitar", - "examine": "Swap this note at any bank for a Bronze scimitar." + "id": 1298, + "name": "Black longsword", + "type": "noted", + "duplicate": true }, { - "id": 1323, - "name": "Iron scimitar", - "examine": "A vicious, curved sword." + "id": 1299, + "name": "Mithril longsword", + "type": "normal", + "duplicate": false }, { - "id": 1324, - "name": "Iron scimitar", - "examine": "Swap this note at any bank for an Iron scimitar." + "id": 1300, + "name": "Mithril longsword", + "type": "noted", + "duplicate": true }, { - "id": 1325, - "name": "Steel scimitar", - "examine": "A vicious, curved sword." + "id": 1301, + "name": "Adamant longsword", + "type": "normal", + "duplicate": false }, { - "id": 1326, - "name": "Steel scimitar", - "examine": "Swap this note at any bank for a Steel scimitar." + "id": 1302, + "name": "Adamant longsword", + "type": "noted", + "duplicate": true }, { - "id": 1327, - "name": "Black scimitar", - "examine": "A vicious, curved sword." + "id": 1303, + "name": "Rune longsword", + "type": "normal", + "duplicate": false }, { - "id": 1328, - "name": "Black scimitar", - "examine": "Swap this note at any bank for a Black scimitar." + "id": 1304, + "name": "Rune longsword", + "type": "noted", + "duplicate": true }, { - "id": 1329, - "name": "Mithril scimitar", - "examine": "A vicious, curved sword." + "id": 1305, + "name": "Dragon longsword", + "type": "normal", + "duplicate": false }, { - "id": 1330, - "name": "Mithril scimitar", - "examine": "Swap this note at any bank for a Mithril scimitar." + "id": 1306, + "name": "Dragon longsword", + "type": "noted", + "duplicate": true }, { - "id": 1331, - "name": "Adamant scimitar", - "examine": "A vicious, curved sword." + "id": 1307, + "name": "Bronze 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1332, - "name": "Adamant scimitar", - "examine": "Swap this note at any bank for an Adamant scimitar." + "id": 1308, + "name": "Bronze 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1333, - "name": "Rune scimitar", - "examine": "A vicious, curved sword." + "id": 1309, + "name": "Iron 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1334, - "name": "Rune scimitar", - "examine": "Swap this note at any bank for a Rune scimitar." + "id": 1310, + "name": "Iron 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1335, - "name": "Iron warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1311, + "name": "Steel 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1336, - "name": "Iron warhammer", - "examine": "Swap this note at any bank for an Iron warhammer." + "id": 1312, + "name": "Steel 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1337, - "name": "Created by Fasga -" + "id": 1313, + "name": "Black 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1338, - "name": "Bronze warhammer", - "examine": "Swap this note at any bank for a Bronze warhammer." + "id": 1314, + "name": "Black 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1339, - "name": "Steel warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1315, + "name": "Mithril 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1340, - "name": "Steel warhammer", - "examine": "Swap this note at any bank for a Steel warhammer." + "id": 1316, + "name": "Mithril 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1341, - "name": "Black warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1317, + "name": "Adamant 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1342, - "name": "Black warhammer", - "examine": "Swap this note at any bank for a Black warhammer." + "id": 1318, + "name": "Adamant 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1343, - "name": "Mithril warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1319, + "name": "Rune 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 1344, - "name": "Mithril warhammer", - "examine": "Swap this note at any bank for a Mithril warhammer." + "id": 1320, + "name": "Rune 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 1345, - "name": "Adamnt warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1321, + "name": "Bronze scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1346, - "name": "Adamnt warhammer", - "examine": "Swap this note at any bank for an Adamnt warhammer." + "id": 1322, + "name": "Bronze scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1347, - "name": "Rune warhammer", - "examine": "I don't think it's intended for joinery." + "id": 1323, + "name": "Iron scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1348, - "name": "Rune warhammer", - "examine": "Swap this note at any bank for a Rune warhammer." + "id": 1324, + "name": "Iron scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1349, - "name": "Iron axe", - "examine": "A woodcutter's axe." + "id": 1325, + "name": "Steel scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1350, - "name": "Iron axe", - "examine": "Swap this note at any bank for an Iron axe." + "id": 1326, + "name": "Steel scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1351, - "name": "Bronze axe", - "examine": "A woodcutter's axe." + "id": 1327, + "name": "Black scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1352, - "name": "Bronze axe", - "examine": "Swap this note at any bank for a Bronze axe." + "id": 1328, + "name": "Black scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1353, - "name": "Steel axe", - "examine": "A woodcutter's axe." + "id": 1329, + "name": "Mithril scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1354, - "name": "Steel axe", - "examine": "Swap this note at any bank for a Steel axe." + "id": 1330, + "name": "Mithril scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1355, - "name": "Mithril axe", - "examine": "A powerful axe." + "id": 1331, + "name": "Adamant scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1356, - "name": "Mithril axe", - "examine": "Swap this note at any bank for a Mithril axe." + "id": 1332, + "name": "Adamant scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1357, - "name": "Adamant axe", - "examine": "A powerful axe." + "id": 1333, + "name": "Rune scimitar", + "type": "normal", + "duplicate": false }, { - "id": 1358, - "name": "Adamant axe", - "examine": "Swap this note at any bank for an Adamant axe." + "id": 1334, + "name": "Rune scimitar", + "type": "noted", + "duplicate": true }, { - "id": 1359, - "name": "Rune axe", - "examine": "A powerful axe." + "id": 1335, + "name": "Iron warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1360, - "name": "Rune axe", - "examine": "Swap this note at any bank for a Rune axe." + "id": 1336, + "name": "Iron warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1361, - "name": "Black axe", - "examine": "A sinister looking axe." + "id": 1337, + "name": "Bronze warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1362, - "name": "Black axe", - "examine": "Swap this note at any bank for a Black axe." + "id": 1338, + "name": "Bronze warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1363, - "name": "Iron battleaxe", - "examine": "A vicious looking axe." + "id": 1339, + "name": "Steel warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1364, - "name": "Iron battleaxe", - "examine": "Swap this note at any bank for an Iron battleaxe." + "id": 1340, + "name": "Steel warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1365, - "name": "Steel battleaxe", - "examine": "A vicious looking axe." + "id": 1341, + "name": "Black warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1366, - "name": "Steel battleaxe", - "examine": "Swap this note at any bank for a Steel battleaxe." + "id": 1342, + "name": "Black warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1367, - "name": "Black battleaxe", - "examine": "A vicious looking axe." + "id": 1343, + "name": "Mithril warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1368, - "name": "Black battleaxe", - "examine": "Swap this note at any bank for a Black battleaxe." + "id": 1344, + "name": "Mithril warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1369, - "name": "Mithril battleaxe", - "examine": "A vicious looking axe." + "id": 1345, + "name": "Adamant warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1370, - "name": "Mithril battleaxe", - "examine": "Swap this note at any bank for a Mithril battleaxe." + "id": 1346, + "name": "Adamant warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1371, - "name": "Adamant battleaxe", - "examine": "A vicious looking axe." + "id": 1347, + "name": "Rune warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1372, - "name": "Adamant battleaxe", - "examine": "Swap this note at any bank for an Adamant battleaxe." + "id": 1348, + "name": "Rune warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1373, - "name": "Rune battleaxe", - "examine": "A vicious looking axe." + "id": 1349, + "name": "Iron axe", + "type": "normal", + "duplicate": false }, { - "id": 1374, - "name": "Rune battleaxe", - "examine": "Swap this note at any bank for a Rune battleaxe." + "id": 1350, + "name": "Iron axe", + "type": "noted", + "duplicate": true }, { - "id": 1375, - "name": "Bronze battleaxe", - "examine": "A vicious looking axe." + "id": 1351, + "name": "Bronze axe", + "type": "normal", + "duplicate": false }, { - "id": 1376, - "name": "Bronze battleaxe", - "examine": "Swap this note at any bank for a Bronze battleaxe." + "id": 1352, + "name": "Bronze axe", + "type": "noted", + "duplicate": true }, { - "id": 1377, - "name": "Dragon battleaxe", - "examine": "A vicious looking axe." + "id": 1353, + "name": "Steel axe", + "type": "normal", + "duplicate": false }, { - "id": 1378, - "name": "Dragon battleaxe", - "examine": "Swap this note at any bank for a Dragon battleaxe." + "id": 1354, + "name": "Steel axe", + "type": "noted", + "duplicate": true }, { - "id": 1379, - "name": "Staff", - "examine": "It's a slightly magical stick." + "id": 1355, + "name": "Mithril axe", + "type": "normal", + "duplicate": false }, { - "id": 1380, - "name": "Staff", - "examine": "Swap this note at any bank for a Staff." + "id": 1356, + "name": "Mithril axe", + "type": "noted", + "duplicate": true }, { - "id": 1381, - "name": "Staff of air", - "examine": "A Magical staff." + "id": 1357, + "name": "Adamant axe", + "type": "normal", + "duplicate": false }, { - "id": 1382, - "name": "Staff of air", - "examine": "Swap this note at any bank for a Staff of air." + "id": 1358, + "name": "Adamant axe", + "type": "noted", + "duplicate": true }, { - "id": 1383, - "name": "Staff of water", - "examine": "A Magical staff." + "id": 1359, + "name": "Rune axe", + "type": "normal", + "duplicate": false }, { - "id": 1384, - "name": "Staff of water", - "examine": "Swap this note at any bank for a Staff of water." + "id": 1360, + "name": "Rune axe", + "type": "noted", + "duplicate": true }, { - "id": 1385, - "name": "Staff of earth", - "examine": "A Magical staff." + "id": 1361, + "name": "Black axe", + "type": "normal", + "duplicate": false }, { - "id": 1386, - "name": "Staff of earth", - "examine": "Swap this note at any bank for a Staff of earth." + "id": 1362, + "name": "Black axe", + "type": "noted", + "duplicate": true }, { - "id": 1387, - "name": "Staff of fire", - "examine": "A Magical staff." + "id": 1363, + "name": "Iron battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1388, - "name": "Staff of fire", - "examine": "Swap this note at any bank for a Staff of fire." + "id": 1364, + "name": "Iron battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1389, - "name": "Magic staff", - "examine": "A Magical staff." + "id": 1365, + "name": "Steel battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1390, - "name": "Magic staff", - "examine": "Swap this note at any bank for a Magic staff." + "id": 1366, + "name": "Steel battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1391, - "name": "Battlestaff", - "examine": "It's a slightly magical stick." + "id": 1367, + "name": "Black battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1392, - "name": "Battlestaff", - "examine": "Swap this note at any bank for a Battlestaff." + "id": 1368, + "name": "Black battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1393, - "name": "Fire battlestaff", - "examine": "It's a slightly magical stick." + "id": 1369, + "name": "Mithril battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1394, - "name": "Fire battlestaff", - "examine": "Swap this note at any bank for a Fire battlestaff." + "id": 1370, + "name": "Mithril battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1395, - "name": "Water battlestaff", - "examine": "It's a slightly magical stick." + "id": 1371, + "name": "Adamant battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1396, - "name": "Water battlestaff", - "examine": "Swap this note at any bank for a Water battlestaff." + "id": 1372, + "name": "Adamant battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1397, - "name": "Air battlestaff", - "examine": "It's a slightly magical stick." + "id": 1373, + "name": "Rune battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1398, - "name": "Air battlestaff", - "examine": "Swap this note at any bank for an Air battlestaff." + "id": 1374, + "name": "Rune battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1399, - "name": "Earth battlestaff", - "examine": "It's a slightly magical stick." + "id": 1375, + "name": "Bronze battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1400, - "name": "Earth battlestaff", - "examine": "Swap this note at any bank for an Earth battlestaff." + "id": 1376, + "name": "Bronze battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1401, - "name": "Mystic fire staff", - "examine": "It's a slightly magical stick." + "id": 1377, + "name": "Dragon battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 1402, - "name": "Mystic fire staff", - "examine": "Swap this note at any bank for a Mystic fire staff." + "id": 1378, + "name": "Dragon battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 1403, - "name": "Mystic water staff", - "examine": "It's a slightly magical stick." + "id": 1379, + "name": "Staff", + "type": "normal", + "duplicate": false }, { - "id": 1404, - "name": "Mystic water staff", - "examine": "Swap this note at any bank for a Mystic water staff." + "id": 1380, + "name": "Staff", + "type": "noted", + "duplicate": true }, { - "id": 1405, - "name": "Mystic air staff", - "examine": "It's a slightly magical stick." + "id": 1381, + "name": "Staff of air", + "type": "normal", + "duplicate": false }, { - "id": 1406, - "name": "Mystic air staff", - "examine": "Swap this note at any bank for a Mystic air staff." + "id": 1382, + "name": "Staff of air", + "type": "noted", + "duplicate": true }, { - "id": 1407, - "name": "Mystic earth staff", - "examine": "It's a slightly magical stick." + "id": 1383, + "name": "Staff of water", + "type": "normal", + "duplicate": false }, { - "id": 1408, - "name": "Mystic earth staff", - "examine": "Swap this note at any bank for a Mystic earth staff." + "id": 1384, + "name": "Staff of water", + "type": "noted", + "duplicate": true }, { - "id": 1409, - "name": "Iban's staff", - "examine": "An ancient staff, formerly the property of Iban." + "id": 1385, + "name": "Staff of earth", + "type": "normal", + "duplicate": false }, { - "id": 1410, - "name": "Iban's staff", - "examine": "I'll need to get this repaired before I can use it." + "id": 1386, + "name": "Staff of earth", + "type": "noted", + "duplicate": true }, { - "id": 1411, - "name": "Farmer's fork", - "examine": "A farmer's fork." + "id": 1387, + "name": "Staff of fire", + "type": "normal", + "duplicate": false }, { - "id": 1412, - "name": "Farmer's fork", - "examine": "Swap this note at any bank for a Farmer's fork." + "id": 1388, + "name": "Staff of fire", + "type": "noted", + "duplicate": true }, { - "id": 1413, - "name": "Halberd", - "examine": "A halberd." + "id": 1389, + "name": "Magic staff", + "type": "normal", + "duplicate": false }, { - "id": 1414, - "name": "Halberd", - "examine": "Swap this note at any bank for a Halberd." + "id": 1390, + "name": "Magic staff", + "type": "noted", + "duplicate": true }, { - "id": 1415, - "name": "Warhammer", - "examine": "A warhammer." + "id": 1391, + "name": "Battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 1416, - "name": "Warhammer", - "examine": "Swap this note at any bank for a Warhammer." + "id": 1392, + "name": "Battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 1417, - "name": "Javelin", - "examine": "A javelin." + "id": 1393, + "name": "Fire battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 1418, - "name": "Javelin", - "examine": "Swap this note at any bank for a Javelin." + "id": 1394, + "name": "Fire battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 1419, - "name": "Scythe", - "examine": "It's a Scythe." + "id": 1395, + "name": "Water battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 1420, - "name": "Iron mace", - "examine": "A spiky mace." + "id": 1396, + "name": "Water battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 1421, - "name": "Iron mace", - "examine": "Swap this note at any bank for an Iron mace." + "id": 1397, + "name": "Air battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 1422, - "name": "Bronze mace", - "examine": "A spiky mace." + "id": 1398, + "name": "Air battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 1423, - "name": "Bronze mace", - "examine": "Swap this note at any bank for a Bronze mace." + "id": 1399, + "name": "Earth battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 1424, - "name": "Steel mace", - "examine": "A spiky mace." + "id": 1400, + "name": "Earth battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 1425, - "name": "Steel mace", - "examine": "Swap this note at any bank for a Steel mace." + "id": 1401, + "name": "Mystic fire staff", + "type": "normal", + "duplicate": false }, { - "id": 1426, - "name": "Black mace", - "examine": "A spiky mace." + "id": 1402, + "name": "Mystic fire staff", + "type": "noted", + "duplicate": true }, { - "id": 1427, - "name": "Black mace", - "examine": "Swap this note at any bank for a Black mace." + "id": 1403, + "name": "Mystic water staff", + "type": "normal", + "duplicate": false }, { - "id": 1428, - "name": "Mithril mace", - "examine": "A spiky mace." + "id": 1404, + "name": "Mystic water staff", + "type": "noted", + "duplicate": true }, { - "id": 1429, - "name": "Mithril mace", - "examine": "Swap this note at any bank for a Mithril mace." + "id": 1405, + "name": "Mystic air staff", + "type": "normal", + "duplicate": false }, { - "id": 1430, - "name": "Adamant mace", - "examine": "A spiky mace." + "id": 1406, + "name": "Mystic air staff", + "type": "noted", + "duplicate": true }, { - "id": 1431, - "name": "Adamant mace", - "examine": "Swap this note at any bank for an Adamant mace." + "id": 1407, + "name": "Mystic earth staff", + "type": "normal", + "duplicate": false }, { - "id": 1432, - "name": "Rune mace", - "examine": "A spiky mace." + "id": 1408, + "name": "Mystic earth staff", + "type": "noted", + "duplicate": true }, { - "id": 1433, - "name": "Rune mace", - "examine": "Swap this note at any bank for a Rune mace." + "id": 1409, + "name": "Iban's staff", + "type": "normal", + "duplicate": false }, { - "id": 1434, - "name": "Dragon mace", - "examine": "A spiky mace." + "id": 1410, + "name": "Iban's staff", + "type": "normal", + "duplicate": false }, { - "id": 1435, - "name": "Dragon mace", - "examine": "Swap this note at any bank for a Dragon mace." + "id": 1411, + "name": "Farmer's fork", + "type": "normal", + "duplicate": false }, { - "id": 1436, - "name": "Rune essence", - "examine": "An uncharged Rune Stone." + "id": 1412, + "name": "Farmer's fork", + "type": "noted", + "duplicate": true }, { - "id": 1437, - "name": "Rune essence", - "examine": "Swap this note at any bank for a Rune essence." + "id": 1413, + "name": "Halberd", + "type": "normal", + "duplicate": false }, { - "id": 1438, - "name": "Air talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1414, + "name": "Halberd", + "type": "noted", + "duplicate": true }, { - "id": 1439, - "name": "Air talisman", - "examine": "Swap this note at any bank for an Air talisman." + "id": 1415, + "name": "Warhammer", + "type": "normal", + "duplicate": false }, { - "id": 1440, - "name": "Earth talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1416, + "name": "Warhammer", + "type": "noted", + "duplicate": true }, { - "id": 1441, - "name": "Earth talisman", - "examine": "Swap this note at any bank for an Earth talisman." + "id": 1417, + "name": "Javelin", + "type": "normal", + "duplicate": false }, { - "id": 1442, - "name": "Fire talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1418, + "name": "Javelin", + "type": "noted", + "duplicate": true }, { - "id": 1443, - "name": "Fire talisman", - "examine": "Swap this note at any bank for a Fire talisman." + "id": 1419, + "name": "Scythe", + "type": "normal", + "duplicate": false }, { - "id": 1444, - "name": "Water talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1420, + "name": "Iron mace", + "type": "normal", + "duplicate": false }, { - "id": 1445, - "name": "Water talisman", - "examine": "Swap this note at any bank for a Water talisman." + "id": 1421, + "name": "Iron mace", + "type": "noted", + "duplicate": true }, { - "id": 1446, - "name": "Body talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1422, + "name": "Bronze mace", + "type": "normal", + "duplicate": false }, { - "id": 1447, - "name": "Body talisman", - "examine": "Swap this note at any bank for a Body talisman." + "id": 1423, + "name": "Bronze mace", + "type": "noted", + "duplicate": true }, { - "id": 1448, - "name": "Mind talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1424, + "name": "Steel mace", + "type": "normal", + "duplicate": false }, { - "id": 1449, - "name": "Mind talisman", - "examine": "Swap this note at any bank for a Mind talisman." + "id": 1425, + "name": "Steel mace", + "type": "noted", + "duplicate": true }, { - "id": 1450, - "name": "Blood talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1426, + "name": "Black mace", + "type": "normal", + "duplicate": false }, { - "id": 1451, - "name": "Blood talisman", - "examine": "Swap this note at any bank for a Blood talisman." + "id": 1427, + "name": "Black mace", + "type": "noted", + "duplicate": true }, { - "id": 1452, - "name": "Chaos talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1428, + "name": "Mithril mace", + "type": "normal", + "duplicate": false }, { - "id": 1453, - "name": "Chaos talisman", - "examine": "Swap this note at any bank for a Chaos talisman." + "id": 1429, + "name": "Mithril mace", + "type": "noted", + "duplicate": true }, { - "id": 1454, - "name": "Cosmic talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1430, + "name": "Adamant mace", + "type": "normal", + "duplicate": false }, { - "id": 1455, - "name": "Cosmic talisman", - "examine": "Swap this note at any bank for a Cosmic talisman." + "id": 1431, + "name": "Adamant mace", + "type": "noted", + "duplicate": true }, { - "id": 1456, - "name": "Death talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1432, + "name": "Rune mace", + "type": "normal", + "duplicate": false }, { - "id": 1457, - "name": "Death talisman", - "examine": "Swap this note at any bank for a Death talisman." + "id": 1433, + "name": "Rune mace", + "type": "noted", + "duplicate": true }, { - "id": 1458, - "name": "Law talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1434, + "name": "Dragon mace", + "type": "normal", + "duplicate": false }, { - "id": 1459, - "name": "Rotten net", - "examine": "For catching rotten fish." + "id": 1435, + "name": "Dragon mace", + "type": "noted", + "duplicate": true }, { - "id": 1460, - "name": "Soul talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1436, + "name": "Rune essence", + "type": "normal", + "duplicate": false }, { - "id": 1461, - "name": "Soul talisman", - "examine": "Swap this note at any bank for a Soul talisman." + "id": 1437, + "name": "Rune essence", + "type": "noted", + "duplicate": true }, { - "id": 1462, - "name": "Nature talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 1438, + "name": "Air talisman", + "type": "normal", + "duplicate": false }, { - "id": 1463, - "name": "Nature talisman", - "examine": "Swap this note at any bank for a Nature talisman." + "id": 1439, + "name": "Air talisman", + "type": "noted", + "duplicate": true }, { - "id": 1464, - "name": "Archery ticket", - "examine": "I can exchange this for equipment." + "id": 1440, + "name": "Earth talisman", + "type": "normal", + "duplicate": false }, { - "id": 1465, - "name": "Weapon poison", - "examine": "For use on daggers and projectiles." + "id": 1441, + "name": "Earth talisman", + "type": "noted", + "duplicate": true }, { - "id": 1466, - "name": "Sea slug", - "examine": "A rather nasty looking crustacean." + "id": 1442, + "name": "Fire talisman", + "type": "normal", + "duplicate": false }, { - "id": 1467, - "name": "Damp sticks", - "examine": "Some damp wooden sticks." + "id": 1443, + "name": "Fire talisman", + "type": "noted", + "duplicate": true }, { - "id": 1468, - "name": "Dry sticks", - "examine": "Some dry wooden sticks." + "id": 1444, + "name": "Water talisman", + "type": "normal", + "duplicate": false }, { - "id": 1469, - "name": "Broken glass", - "examine": "Smashed glass." + "id": 1445, + "name": "Water talisman", + "type": "noted", + "duplicate": true }, { - "id": 1470, - "name": "Red bead", - "examine": "A small round red bead." + "id": 1446, + "name": "Body talisman", + "type": "normal", + "duplicate": false }, { - "id": 1471, - "name": "Red bead", - "examine": "Swap this note at any bank for a Red bead." + "id": 1447, + "name": "Body talisman", + "type": "noted", + "duplicate": true }, { - "id": 1472, - "name": "Yellow bead", - "examine": "A small round yellow bead." + "id": 1448, + "name": "Mind talisman", + "type": "normal", + "duplicate": false }, { - "id": 1473, - "name": "Yellow bead", - "examine": "Swap this note at any bank for a Yellow bead." + "id": 1449, + "name": "Mind talisman", + "type": "noted", + "duplicate": true }, + null, + null, { - "id": 1474, - "name": "Black bead", - "examine": "A small round black bead." + "id": 1452, + "name": "Chaos talisman", + "type": "normal", + "duplicate": false }, { - "id": 1475, - "name": "Black bead", - "examine": "Swap this note at any bank for a Black bead." + "id": 1453, + "name": "Chaos talisman", + "type": "noted", + "duplicate": true }, { - "id": 1476, - "name": "White bead", - "examine": "A small round white bead." + "id": 1454, + "name": "Cosmic talisman", + "type": "normal", + "duplicate": false }, { - "id": 1477, - "name": "White bead", - "examine": "Swap this note at any bank for a White bead." + "id": 1455, + "name": "Cosmic talisman", + "type": "noted", + "duplicate": true }, { - "id": 1478, - "name": "Amulet of accuracy", - "examine": "It increases my aim." + "id": 1456, + "name": "Death talisman", + "type": "normal", + "duplicate": false }, { - "id": 1479, - "name": "Amulet of accuracy", - "examine": "Swap this note at any bank for an Amulet of accuracy." + "id": 1457, + "name": "Death talisman", + "type": "noted", + "duplicate": true }, { - "id": 1480, - "name": "Rock", - "examine": "A chunk of rock." + "id": 1458, + "name": "Law talisman", + "type": "normal", + "duplicate": false }, + null, + null, + null, { - "id": 1481, - "name": "Orb of light", - "examine": "A magical sphere that glimmers within." + "id": 1462, + "name": "Nature talisman", + "type": "normal", + "duplicate": false }, { - "id": 1482, - "name": "Orb of light", - "examine": "A magical sphere that glimmers within." + "id": 1463, + "name": "Nature talisman", + "type": "noted", + "duplicate": true }, { - "id": 1483, - "name": "Orb of light", - "examine": "A magical sphere that glimmers within." + "id": 1464, + "name": "Archery ticket", + "type": "normal", + "duplicate": false }, { - "id": 1484, - "name": "Orb of light", - "examine": "A magical sphere that glimmers within." + "id": 1465, + "name": "Weapon poison", + "type": "normal", + "duplicate": false }, { - "id": 1485, - "name": "Damp cloth", - "examine": "A damp, wet cloth." + "id": 1466, + "name": "Sea slug", + "type": "normal", + "duplicate": false }, { - "id": 1486, - "name": "Piece of railing", - "examine": "A broken piece of railing." + "id": 1467, + "name": "Damp sticks", + "type": "normal", + "duplicate": false }, { - "id": 1487, - "name": "Unicorn horn", - "examine": "A withered unicorn horn." + "id": 1468, + "name": "Dry sticks", + "type": "normal", + "duplicate": false }, { - "id": 1488, - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins." + "id": 1469, + "name": "Broken glass", + "type": "normal", + "duplicate": false }, { - "id": 1489, - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins." + "id": 1470, + "name": "Red bead", + "type": "normal", + "duplicate": false }, { - "id": 1490, - "name": "Paladin's badge", - "examine": "A coat of arms of the Ardougne Paladins." + "id": 1471, + "name": "Red bead", + "type": "noted", + "duplicate": true }, { - "id": 1491, - "name": "Witch's cat", - "examine": "A cat." + "id": 1472, + "name": "Yellow bead", + "type": "normal", + "duplicate": false }, { - "id": 1492, - "name": "Doll of iban", - "examine": "A simple doll with Iban's likeness." + "id": 1473, + "name": "Yellow bead", + "type": "noted", + "duplicate": true }, { - "id": 1493, - "name": "Old journal", - "examine": "An account of the last times of someone." + "id": 1474, + "name": "Black bead", + "type": "normal", + "duplicate": false }, { - "id": 1494, - "name": "History of iban", - "examine": "The tale of Iban." + "id": 1475, + "name": "Black bead", + "type": "noted", + "duplicate": true }, { - "id": 1495, - "name": "Klank's gauntlets", - "examine": "Strong dwarvish gloves." + "id": 1476, + "name": "White bead", + "type": "normal", + "duplicate": false }, { - "id": 1496, - "name": "Iban's dove", - "examine": "I thought you only saw these in pairs?" + "id": 1477, + "name": "White bead", + "type": "noted", + "duplicate": true }, { - "id": 1497, - "name": "Amulet of othanian", - "examine": "A mystical demonic amulet." + "id": 1478, + "name": "Amulet of accuracy", + "type": "normal", + "duplicate": false }, { - "id": 1498, - "name": "Amulet of doomion", - "examine": "A mystical demonic amulet." + "id": 1479, + "name": "Amulet of accuracy", + "type": "noted", + "duplicate": true }, { - "id": 1499, - "name": "Amulet of holthion", - "examine": "A mystical demonic amulet." + "id": 1480, + "name": "Rock", + "type": "normal", + "duplicate": false }, { - "id": 1500, - "name": "Iban's shadow", - "examine": "A strange dark liquid." + "id": 1481, + "name": "Orb of light", + "type": "normal", + "duplicate": false }, { - "id": 1501, - "name": "Dwarf brew", - "examine": "Smells stronger than most spirits." + "id": 1482, + "name": "Orb of light", + "type": "normal", + "duplicate": false }, { - "id": 1502, - "name": "Iban's ashes", - "examine": "The burnt remains of Iban." + "id": 1483, + "name": "Orb of light", + "type": "normal", + "duplicate": false }, { - "id": 1503, - "name": "Warrant", - "examine": "A search warrant for a house in Ardougne." + "id": 1484, + "name": "Orb of light", + "type": "normal", + "duplicate": false }, { - "id": 1504, - "name": "Hangover cure", - "examine": "It doesn't look very tasty." + "id": 1485, + "name": "Oily cloth", + "type": "normal", + "duplicate": false }, { - "id": 1505, - "name": "A magic scroll", - "examine": "Maybe I should read it..." + "id": 1486, + "name": "Piece of railing", + "type": "normal", + "duplicate": false }, { - "id": 1506, - "name": "Gas mask", - "examine": "Stops me from breathing nasty stuff!" + "id": 1487, + "name": "Unicorn horn", + "type": "normal", + "duplicate": false }, { - "id": 1507, - "name": "A small key", - "examine": "Quite a small key." + "id": 1488, + "name": "Paladin's badge", + "type": "normal", + "duplicate": false }, { - "id": 1508, - "name": "A scruffy note", - "examine": "It seems to say \"hongorer lure\"..." + "id": 1489, + "name": "Paladin's badge", + "type": "normal", + "duplicate": false }, { - "id": 1509, - "name": "Book", - "examine": "Turnip growing for beginners." + "id": 1490, + "name": "Paladin's badge", + "type": "normal", + "duplicate": false }, { - "id": 1510, - "name": "Picture", - "examine": "A picture of a lady called Elena." + "id": 1491, + "name": "Witch's cat", + "type": "normal", + "duplicate": false }, { - "id": 1511, - "name": "Logs", - "examine": "A number of wooden logs." + "id": 1492, + "name": "Doll of iban", + "type": "normal", + "duplicate": false }, { - "id": 1512, - "name": "Logs", - "examine": "Swap this note at any bank for a Logs." + "id": 1493, + "name": "Old journal", + "type": "normal", + "duplicate": false }, { - "id": 1513, - "name": "Magic logs", - "examine": "Logs made from magical wood." + "id": 1494, + "name": "History of iban", + "type": "normal", + "duplicate": false }, { - "id": 1514, - "name": "Magic logs", - "examine": "Swap this note at any bank for a Magic logs." + "id": 1495, + "name": "Klank's gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 1515, - "name": "Yew logs", - "examine": "Logs cut from a yew tree." + "id": 1496, + "name": "Iban's dove", + "type": "normal", + "duplicate": false }, { - "id": 1516, - "name": "Yew logs", - "examine": "Swap this note at any bank for a Yew logs." + "id": 1497, + "name": "Amulet of othanian", + "type": "normal", + "duplicate": false }, { - "id": 1517, - "name": "Maple logs", - "examine": "Logs cut from a maple tree." + "id": 1498, + "name": "Amulet of doomion", + "type": "normal", + "duplicate": false }, { - "id": 1518, - "name": "Maple logs", - "examine": "Swap this note at any bank for a Maple logs." + "id": 1499, + "name": "Amulet of holthion", + "type": "normal", + "duplicate": false }, { - "id": 1519, - "name": "Willow logs", - "examine": "Logs cut from a willow tree." + "id": 1500, + "name": "Iban's shadow", + "type": "normal", + "duplicate": false }, { - "id": 1520, - "name": "Willow logs", - "examine": "Swap this note at any bank for a Willow logs." + "id": 1501, + "name": "Dwarf brew", + "type": "normal", + "duplicate": false }, { - "id": 1521, - "name": "Oak logs", - "examine": "Logs cut from an oak tree." + "id": 1502, + "name": "Iban's ashes", + "type": "normal", + "duplicate": false }, { - "id": 1522, - "name": "Oak logs", - "examine": "Swap this note at any bank for an Oak logs." + "id": 1503, + "name": "Warrant", + "type": "normal", + "duplicate": false }, { - "id": 1523, - "name": "Lockpick", - "examine": "For picking tough locks." + "id": 1504, + "name": "Hangover cure", + "type": "normal", + "duplicate": false }, { - "id": 1524, - "name": "Lockpick", - "examine": "Swap this note at any bank for a Lockpick." + "id": 1505, + "name": "Ardougne teleport scroll", + "type": "normal", + "duplicate": false }, { - "id": 1525, - "name": "Herb", - "examine": "An unidentified herb." + "id": 1506, + "name": "Gas mask", + "type": "normal", + "duplicate": false }, { - "id": 1526, - "name": "Snake weed", - "examine": "This herb is Snake Weed." + "id": 1507, + "name": "A small key", + "type": "normal", + "duplicate": false }, { - "id": 1527, - "name": "Herb", - "examine": "An unidentified herb." + "id": 1508, + "name": "A scruffy note", + "type": "normal", + "duplicate": false }, { - "id": 1528, - "name": "Ardrigal", - "examine": "This herb is Ardrigal." + "id": 1509, + "name": "Book", + "type": "normal", + "duplicate": false }, { - "id": 1529, - "name": "Herb", - "examine": "An unidentified herb." + "id": 1510, + "name": "Picture", + "type": "normal", + "duplicate": false }, { - "id": 1530, - "name": "Sito foil", - "examine": "This herb is Sito Foil." + "id": 1511, + "name": "Logs", + "type": "normal", + "duplicate": false }, { - "id": 1531, - "name": "Herb", - "examine": "An unidentified herb." + "id": 1512, + "name": "Logs", + "type": "noted", + "duplicate": true }, { - "id": 1532, - "name": "Volencia moss", - "examine": "This herb is Volencia Moss." + "id": 1513, + "name": "Magic logs", + "type": "normal", + "duplicate": false }, { - "id": 1533, - "name": "Herb", - "examine": "An unidentified herb." + "id": 1514, + "name": "Magic logs", + "type": "noted", + "duplicate": true }, { - "id": 1534, - "name": "Rogue's purse", - "examine": "This herb is Rogue's Purse." + "id": 1515, + "name": "Yew logs", + "type": "normal", + "duplicate": false }, { - "id": 1535, - "name": "Map part", - "examine": "A piece of a map." + "id": 1516, + "name": "Yew logs", + "type": "noted", + "duplicate": true }, { - "id": 1536, - "name": "Map part", - "examine": "A piece of a map." + "id": 1517, + "name": "Maple logs", + "type": "normal", + "duplicate": false }, { - "id": 1537, - "name": "Map part", - "examine": "A piece of a map." + "id": 1518, + "name": "Maple logs", + "type": "noted", + "duplicate": true }, { - "id": 1538, - "name": "Crandor map", - "examine": "A map of the route to Crandor." + "id": 1519, + "name": "Willow logs", + "type": "normal", + "duplicate": false }, { - "id": 1539, - "name": "Steel nails", - "examine": "Keeps things in place fairly permanently." + "id": 1520, + "name": "Willow logs", + "type": "noted", + "duplicate": true }, { - "id": 1540, - "name": "Anti-dragon shield", - "examine": "This provides partial protection from dragon-breath attacks." + "id": 1521, + "name": "Oak logs", + "type": "normal", + "duplicate": false }, { - "id": 1541, - "name": "Anti-dragon shield", - "examine": "Swap this note at any bank for an Anti-dragon shield." + "id": 1522, + "name": "Oak logs", + "type": "noted", + "duplicate": true }, { - "id": 1542, - "name": "Maze key", - "examine": "A key to Melzar's Maze." + "id": 1523, + "name": "Lockpick", + "type": "normal", + "duplicate": false }, { - "id": 1543, - "name": "Key", - "examine": "A red key." + "id": 1524, + "name": "Lockpick", + "type": "noted", + "duplicate": true }, { - "id": 1544, - "name": "Key", - "examine": "An orange key." + "id": 1525, + "name": "Grimy snake weed", + "type": "normal", + "duplicate": false }, { - "id": 1545, - "name": "Key", - "examine": "A yellow key." + "id": 1526, + "name": "Snake weed", + "type": "normal", + "duplicate": false }, { - "id": 1546, - "name": "Key", - "examine": "A blue key." + "id": 1527, + "name": "Grimy ardrigal", + "type": "normal", + "duplicate": false }, { - "id": 1547, - "name": "Key", - "examine": "A magenta key." + "id": 1528, + "name": "Ardrigal", + "type": "normal", + "duplicate": false }, { - "id": 1548, - "name": "Key", - "examine": "A green key." + "id": 1529, + "name": "Grimy sito foil", + "type": "normal", + "duplicate": false }, { - "id": 1549, - "name": "Stake", - "examine": "A very pointy stick." + "id": 1530, + "name": "Sito foil", + "type": "normal", + "duplicate": false }, { - "id": 1550, - "name": "Garlic", - "examine": "A clove of garlic." + "id": 1531, + "name": "Grimy volencia moss", + "type": "normal", + "duplicate": false }, { - "id": 1551, - "name": "Garlic", - "examine": "Swap this note at any bank for a Garlic." + "id": 1532, + "name": "Volencia moss", + "type": "normal", + "duplicate": false }, { - "id": 1552, - "name": "Seasoned sardine", - "examine": "Sardine flavoured with doogle leaves." + "id": 1533, + "name": "Grimy rogue's purse", + "type": "normal", + "duplicate": false }, { - "id": 1553, - "name": "Seasoned sardine", - "examine": "Swap this note at any bank for a Seasoned sardine." + "id": 1534, + "name": "Rogue's purse", + "type": "normal", + "duplicate": false }, { - "id": 1554, - "name": "Fluffs' kitten", - "examine": "It looks like it's lost." + "id": 1535, + "name": "Map part", + "type": "normal", + "duplicate": false }, { - "id": 1555, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1536, + "name": "Map part", + "type": "normal", + "duplicate": false }, { - "id": 1556, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1537, + "name": "Map part", + "type": "normal", + "duplicate": false }, { - "id": 1557, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1538, + "name": "Crandor map", + "type": "normal", + "duplicate": false }, { - "id": 1558, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1539, + "name": "Steel nails", + "type": "normal", + "duplicate": false }, { - "id": 1559, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1540, + "name": "Anti-dragon shield", + "type": "normal", + "duplicate": false }, { - "id": 1560, - "name": "Pet kitten", - "examine": "This kitten seems to like you." + "id": 1541, + "name": "Anti-dragon shield", + "type": "noted", + "duplicate": true }, { - "id": 1561, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1542, + "name": "Maze key", + "type": "normal", + "duplicate": false }, { - "id": 1562, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1543, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1563, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1544, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1564, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1545, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1565, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1546, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1566, - "name": "Pet cat", - "examine": "This cat definitely likes you." + "id": 1547, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1567, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1548, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 1568, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1549, + "name": "Stake", + "type": "normal", + "duplicate": false }, { - "id": 1569, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1550, + "name": "Garlic", + "type": "normal", + "duplicate": false }, { - "id": 1570, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1551, + "name": "Garlic", + "type": "noted", + "duplicate": true }, { - "id": 1571, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1552, + "name": "Seasoned sardine", + "type": "normal", + "duplicate": false }, { - "id": 1572, - "name": "Pet cat", - "examine": "This cat is so well fed it can hardly move." + "id": 1553, + "name": "Seasoned sardine", + "type": "noted", + "duplicate": true }, { - "id": 1573, - "name": "Doogle leaves", - "examine": "A tasty herb good for seasoning." + "id": 1554, + "name": "Fluffs' kitten", + "type": "normal", + "duplicate": false }, { - "id": 1574, - "name": "Doogle leaves", - "examine": "Swap this note at any bank for a Doogle leaves." + "id": 1555, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1575, - "name": "Cat training medal", - "examine": "For feline training expertise." + "id": 1556, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1576, - "name": "Cat training medal", - "examine": "Swap this note at any bank for a Cat training medal." + "id": 1557, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1577, - "name": "Pete's candlestick", - "examine": "Scarface Pete's Candlestick." + "id": 1558, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1578, - "name": "Pete's candlestick", - "examine": "Swap this note at any bank for a Pete's candlestick." + "id": 1559, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1579, - "name": "Thieves' armband", - "examine": "This denotes a Master Thief." + "id": 1560, + "name": "Pet kitten", + "type": "normal", + "duplicate": false }, { - "id": 1580, - "name": "Ice gloves", - "examine": "These will keep my hands cold!" + "id": 1561, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1581, - "name": "Blamish snail slime", - "examine": "Yuck." + "id": 1562, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1582, - "name": "Blamish oil", - "examine": "Made from the finest snail slime." + "id": 1563, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1583, - "name": "Fire feather", - "examine": "Firebird feather." + "id": 1564, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1584, - "name": "Id papers", - "examine": "Apparently my name is Hartigen." + "id": 1565, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1585, - "name": "Oily fishing rod", - "examine": "Useful for catching lava eels." + "id": 1566, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1586, - "name": "Miscellaneous key", - "examine": "I wonder what this unlocks?" + "id": 1567, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1587, - "name": "Miscellaneous key", - "examine": "Swap this note at any bank for a Miscellaneous key." + "id": 1568, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1588, - "name": "Grips' keyring", - "examine": "Some keys on a keyring." + "id": 1569, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1589, - "name": "Pretty girl", - "examine": "To be handled with caution." + "id": 1570, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1590, - "name": "Dusty key", - "examine": "I wonder what this unlocks?" + "id": 1571, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1591, - "name": "Jail key", - "examine": "Key to a cell." + "id": 1572, + "name": "Pet cat", + "type": "normal", + "duplicate": false }, { - "id": 1592, - "name": "Ring mould", - "examine": "Used to make gold rings." + "id": 1573, + "name": "Doogle leaves", + "type": "normal", + "duplicate": false }, { - "id": 1593, - "name": "Ring mould", - "examine": "Swap this note at any bank for a Ring mould." + "id": 1574, + "name": "Doogle leaves", + "type": "noted", + "duplicate": true }, { - "id": 1594, - "name": "Unholy mould", - "examine": "Used to make unholy symbols." + "id": 1575, + "name": "Cat training medal", + "type": "normal", + "duplicate": false }, { - "id": 1595, - "name": "Amulet mould", - "examine": "Used to make gold amulets" + "id": 1576, + "name": "Cat training medal", + "type": "noted", + "duplicate": true }, { - "id": 1596, - "name": "Amulet mould", - "examine": "Swap this note at any bank for an Amulet mould." + "id": 1577, + "name": "Pete's candlestick", + "type": "normal", + "duplicate": false }, { - "id": 1597, - "name": "Necklace mould", - "examine": "Used to make gold necklaces." + "id": 1578, + "name": "Pete's candlestick", + "type": "noted", + "duplicate": true }, { - "id": 1598, - "name": "Necklace mould", - "examine": "Swap this note at any bank for a Necklace mould." + "id": 1579, + "name": "Thieves' armband", + "type": "normal", + "duplicate": false }, { - "id": 1599, - "name": "Holy mould", - "examine": "Used to make Holy Symbols of Saradomin." + "id": 1580, + "name": "Ice gloves", + "type": "normal", + "duplicate": false }, { - "id": 1600, - "name": "Holy mould", - "examine": "Swap this note at any bank for a Holy mould." + "id": 1581, + "name": "Blamish snail slime", + "type": "normal", + "duplicate": false }, { - "id": 1601, - "name": "Diamond", - "examine": "This looks valuable." + "id": 1582, + "name": "Blamish oil", + "type": "normal", + "duplicate": false }, { - "id": 1602, - "name": "Diamond", - "examine": "Swap this note at any bank for a Diamond." + "id": 1583, + "name": "Fire feather", + "type": "normal", + "duplicate": false }, { - "id": 1603, - "name": "Ruby", - "examine": "This looks valuable." + "id": 1584, + "name": "Id papers", + "type": "normal", + "duplicate": false }, { - "id": 1604, - "name": "Ruby", - "examine": "Swap this note at any bank for a Ruby." + "id": 1585, + "name": "Oily fishing rod", + "type": "normal", + "duplicate": false }, { - "id": 1605, - "name": "Emerald", - "examine": "This looks valuable." + "id": 1586, + "name": "Miscellaneous key", + "type": "normal", + "duplicate": false }, { - "id": 1606, - "name": "Emerald", - "examine": "Swap this note at any bank for an Emerald." + "id": 1587, + "name": "Miscellaneous key", + "type": "noted", + "duplicate": true }, { - "id": 1607, - "name": "Sapphire", - "examine": "This looks valuable." + "id": 1588, + "name": "Grip's keyring", + "type": "normal", + "duplicate": false }, { - "id": 1608, - "name": "Sapphire", - "examine": "Swap this note at any bank for a Sapphire." + "id": 1589, + "name": "Buchu seed", + "type": "normal", + "duplicate": true }, { - "id": 1609, - "name": "Opal", - "examine": "A semi precious stone." + "id": 1590, + "name": "Dusty key", + "type": "normal", + "duplicate": false }, { - "id": 1610, - "name": "Opal", - "examine": "Swap this note at any bank for an Opal." + "id": 1591, + "name": "Jail key", + "type": "normal", + "duplicate": false }, { - "id": 1611, - "name": "Jade", - "examine": "A semi precious stone." + "id": 1592, + "name": "Ring mould", + "type": "normal", + "duplicate": false }, { - "id": 1612, - "name": "Jade", - "examine": "Swap this note at any bank for a Jade." + "id": 1593, + "name": "Ring mould", + "type": "noted", + "duplicate": true }, { - "id": 1613, - "name": "Red topaz", - "examine": "A semi precious stone." + "id": 1594, + "name": "Unholy mould", + "type": "normal", + "duplicate": false }, { - "id": 1614, - "name": "Red topaz", - "examine": "Swap this note at any bank for a Red topaz." + "id": 1595, + "name": "Amulet mould", + "type": "normal", + "duplicate": false }, { - "id": 1615, - "name": "Dragonstone", - "examine": "This looks valuable." + "id": 1596, + "name": "Amulet mould", + "type": "noted", + "duplicate": true }, { - "id": 1616, - "name": "Dragonstone", - "examine": "Swap this note at any bank for a Dragonstone." + "id": 1597, + "name": "Necklace mould", + "type": "normal", + "duplicate": false }, { - "id": 1617, - "name": "Uncut diamond", - "examine": "This would be worth more cut." + "id": 1598, + "name": "Necklace mould", + "type": "noted", + "duplicate": true }, { - "id": 1618, - "name": "Uncut diamond", - "examine": "Swap this note at any bank for an Uncut diamond." + "id": 1599, + "name": "Holy mould", + "type": "normal", + "duplicate": false }, { - "id": 1619, - "name": "Uncut ruby", - "examine": "This would be worth more cut." + "id": 1600, + "name": "Holy mould", + "type": "noted", + "duplicate": true }, { - "id": 1620, - "name": "Uncut ruby", - "examine": "Swap this note at any bank for an Uncut ruby." + "id": 1601, + "name": "Diamond", + "type": "normal", + "duplicate": false }, { - "id": 1621, - "name": "Uncut emerald", - "examine": "This would be worth more cut." + "id": 1602, + "name": "Diamond", + "type": "noted", + "duplicate": true }, { - "id": 1622, - "name": "Uncut emerald", - "examine": "Swap this note at any bank for an Uncut emerald." + "id": 1603, + "name": "Ruby", + "type": "normal", + "duplicate": false }, { - "id": 1623, - "name": "Uncut sapphire", - "examine": "This would be worth more cut." + "id": 1604, + "name": "Ruby", + "type": "noted", + "duplicate": true }, { - "id": 1624, - "name": "Uncut sapphire", - "examine": "Swap this note at any bank for an Uncut sapphire." + "id": 1605, + "name": "Emerald", + "type": "normal", + "duplicate": false }, { - "id": 1625, - "name": "Uncut opal", - "examine": "This would be worth more cut." + "id": 1606, + "name": "Emerald", + "type": "noted", + "duplicate": true }, { - "id": 1626, - "name": "Uncut opal", - "examine": "Swap this note at any bank for an Uncut opal." + "id": 1607, + "name": "Sapphire", + "type": "normal", + "duplicate": false }, { - "id": 1627, - "name": "Uncut jade", - "examine": "This would be worth more cut." + "id": 1608, + "name": "Sapphire", + "type": "noted", + "duplicate": true }, { - "id": 1628, - "name": "Uncut jade", - "examine": "Swap this note at any bank for an Uncut jade." + "id": 1609, + "name": "Opal", + "type": "normal", + "duplicate": false }, { - "id": 1629, - "name": "Uncut red topaz", - "examine": "This would be worth more cut." + "id": 1610, + "name": "Opal", + "type": "noted", + "duplicate": true }, { - "id": 1630, - "name": "Uncut red topaz", - "examine": "Swap this note at any bank for an Uncut red topaz." + "id": 1611, + "name": "Jade", + "type": "normal", + "duplicate": false }, { - "id": 1631, - "name": "Uncut dragonstone", - "examine": "This would be worth more cut." + "id": 1612, + "name": "Jade", + "type": "noted", + "duplicate": true }, { - "id": 1632, - "name": "Uncut dragonstone", - "examine": "Swap this note at any bank for an Uncut dragonstone." + "id": 1613, + "name": "Red topaz", + "type": "normal", + "duplicate": false }, { - "id": 1633, - "name": "Crushed gemstone", - "examine": "A gemstone that has been smashed." + "id": 1614, + "name": "Red topaz", + "type": "noted", + "duplicate": true }, { - "id": 1634, - "name": "Crushed gemstone", - "examine": "Swap this note at any bank for a Crushed gemstone." + "id": 1615, + "name": "Dragonstone", + "type": "normal", + "duplicate": false }, { - "id": 1635, - "name": "Gold ring", - "examine": "A valuable ring." + "id": 1616, + "name": "Dragonstone", + "type": "noted", + "duplicate": true }, { - "id": 1636, - "name": "Gold ring", - "examine": "Swap this note at any bank for a Gold ring." + "id": 1617, + "name": "Uncut diamond", + "type": "normal", + "duplicate": false }, { - "id": 1637, - "name": "Sapphire ring", - "examine": "A valuable ring." + "id": 1618, + "name": "Uncut diamond", + "type": "noted", + "duplicate": true }, { - "id": 1638, - "name": "Sapphire ring", - "examine": "Swap this note at any bank for a Sapphire ring." + "id": 1619, + "name": "Uncut ruby", + "type": "normal", + "duplicate": false }, { - "id": 1639, - "name": "Emerald ring", - "examine": "A valuable ring." + "id": 1620, + "name": "Uncut ruby", + "type": "noted", + "duplicate": true }, { - "id": 1640, - "name": "Emerald ring", - "examine": "Swap this note at any bank for an Emerald ring." + "id": 1621, + "name": "Uncut emerald", + "type": "normal", + "duplicate": false }, { - "id": 1641, - "name": "Ruby ring", - "examine": "A valuable ring." + "id": 1622, + "name": "Uncut emerald", + "type": "noted", + "duplicate": true }, { - "id": 1642, - "name": "Ruby ring", - "examine": "Swap this note at any bank for a Ruby ring." + "id": 1623, + "name": "Uncut sapphire", + "type": "normal", + "duplicate": false }, { - "id": 1643, - "name": "Diamond ring", - "examine": "A valuable ring." + "id": 1624, + "name": "Uncut sapphire", + "type": "noted", + "duplicate": true }, { - "id": 1644, - "name": "Diamond ring", - "examine": "Swap this note at any bank for a Diamond ring." + "id": 1625, + "name": "Uncut opal", + "type": "normal", + "duplicate": false }, { - "id": 1645, - "name": "Dragonstone ring", - "examine": "A valuable ring." + "id": 1626, + "name": "Uncut opal", + "type": "noted", + "duplicate": true }, { - "id": 1646, - "name": "Dragonstone ring", - "examine": "Swap this note at any bank for a Dragonstone ring." + "id": 1627, + "name": "Uncut jade", + "type": "normal", + "duplicate": false }, - null, { - "id": 1648, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 1628, + "name": "Uncut jade", + "type": "noted", + "duplicate": true }, { - "id": 1649, - "name": "Sapphire ring", - "examine": "A valuable ring." + "id": 1629, + "name": "Uncut red topaz", + "type": "normal", + "duplicate": false }, { - "id": 1650, - "name": "Emerald ring", - "examine": "A valuable ring." + "id": 1630, + "name": "Uncut red topaz", + "type": "noted", + "duplicate": true }, { - "id": 1651, - "name": "Ruby ring", - "examine": "A valuable ring." + "id": 1631, + "name": "Uncut dragonstone", + "type": "normal", + "duplicate": false }, { - "id": 1652, - "name": "Diamond ring", - "examine": "A valuable ring." + "id": 1632, + "name": "Uncut dragonstone", + "type": "noted", + "duplicate": true }, { - "id": 1653, - "name": "Dragonstone ring", - "examine": "A valuable ring." + "id": 1633, + "name": "Crushed gem", + "type": "normal", + "duplicate": false }, { - "id": 1654, - "name": "Gold necklace", - "examine": "I wonder if this is valuable." + "id": 1634, + "name": "Crushed gem", + "type": "noted", + "duplicate": true }, { - "id": 1655, - "name": "Gold necklace", - "examine": "Swap this note at any bank for a Gold necklace." + "id": 1635, + "name": "Gold ring", + "type": "normal", + "duplicate": false }, { - "id": 1656, - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable." + "id": 1636, + "name": "Gold ring", + "type": "noted", + "duplicate": true }, { - "id": 1657, - "name": "Sapphire necklace", - "examine": "Swap this note at any bank for a Sapphire necklace." + "id": 1637, + "name": "Sapphire ring", + "type": "normal", + "duplicate": false }, { - "id": 1658, - "name": "Emerald necklace", - "examine": "I wonder if this is valuable." + "id": 1638, + "name": "Sapphire ring", + "type": "noted", + "duplicate": true }, { - "id": 1659, - "name": "Emerald necklace", - "examine": "Swap this note at any bank for an Emerald necklace." + "id": 1639, + "name": "Emerald ring", + "type": "normal", + "duplicate": false }, { - "id": 1660, - "name": "Ruby necklace", - "examine": "I wonder if this is valuable." + "id": 1640, + "name": "Emerald ring", + "type": "noted", + "duplicate": true }, { - "id": 1661, - "name": "Ruby necklace", - "examine": "Swap this note at any bank for a Ruby necklace." + "id": 1641, + "name": "Ruby ring", + "type": "normal", + "duplicate": false }, { - "id": 1662, - "name": "Diamond necklace", - "examine": "I wonder if this is valuable." + "id": 1642, + "name": "Ruby ring", + "type": "noted", + "duplicate": true }, { - "id": 1663, - "name": "Diamond necklace", - "examine": "Swap this note at any bank for a Diamond necklace." + "id": 1643, + "name": "Diamond ring", + "type": "normal", + "duplicate": false }, { - "id": 1664, - "name": "Dragon necklace", - "examine": "I wonder if this is valuable." + "id": 1644, + "name": "Diamond ring", + "type": "noted", + "duplicate": true }, { - "id": 1665, - "name": "Dragon necklace", - "examine": "Swap this note at any bank for a Dragon necklace." + "id": 1645, + "name": "Dragonstone ring", + "type": "normal", + "duplicate": false }, - null, { - "id": 1667, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 1646, + "name": "Dragonstone ring", + "type": "noted", + "duplicate": true }, + null, + null, { - "id": 1668, - "name": "Sapphire necklace", - "examine": "I wonder if this is valuable." + "id": 1649, + "name": "Bullet arrow", + "type": "normal", + "duplicate": true }, { - "id": 1669, - "name": "Emerald necklace", - "examine": "I wonder if this is valuable." + "id": 1650, + "name": "Bullet arrow", + "type": "normal", + "duplicate": true }, { - "id": 1670, - "name": "Ruby necklace", - "examine": "I wonder if this is valuable." + "id": 1651, + "name": "Bullet arrow", + "type": "normal", + "duplicate": true }, { - "id": 1671, - "name": "Diamond necklace", - "examine": "I wonder if this is valuable." + "id": 1652, + "name": "Glistening tear", + "type": "normal", + "duplicate": true }, { - "id": 1672, - "name": "Dragon necklace", - "examine": "I wonder if this is valuable." + "id": 1653, + "name": "Glistening tear", + "type": "normal", + "duplicate": true }, { - "id": 1673, - "name": "Gold amulet", - "examine": "It needs a string so I can wear it." + "id": 1654, + "name": "Gold necklace", + "type": "normal", + "duplicate": false }, { - "id": 1674, - "name": "Gold amulet", - "examine": "Swap this note at any bank for a Gold amulet." + "id": 1655, + "name": "Gold necklace", + "type": "noted", + "duplicate": true }, { - "id": 1675, - "name": "Sapphire amulet", - "examine": "It needs a string so I can wear it." + "id": 1656, + "name": "Sapphire necklace", + "type": "normal", + "duplicate": false }, { - "id": 1676, - "name": "Sapphire amulet", - "examine": "Swap this note at any bank for a Sapphire amulet." + "id": 1657, + "name": "Sapphire necklace", + "type": "noted", + "duplicate": true }, { - "id": 1677, - "name": "Emerald amulet", - "examine": "It needs a string so I can wear it." + "id": 1658, + "name": "Emerald necklace", + "type": "normal", + "duplicate": false }, { - "id": 1678, - "name": "Emerald amulet", - "examine": "Swap this note at any bank for an Emerald amulet." + "id": 1659, + "name": "Emerald necklace", + "type": "noted", + "duplicate": true }, { - "id": 1679, - "name": "Ruby amulet", - "examine": "It needs a string so I can wear it." + "id": 1660, + "name": "Ruby necklace", + "type": "normal", + "duplicate": false }, { - "id": 1680, - "name": "Ruby amulet", - "examine": "Swap this note at any bank for a Ruby amulet." + "id": 1661, + "name": "Ruby necklace", + "type": "noted", + "duplicate": true }, { - "id": 1681, - "name": "Diamond amulet", - "examine": "It needs a string so I can wear it." + "id": 1662, + "name": "Diamond necklace", + "type": "normal", + "duplicate": false }, { - "id": 1682, - "name": "Diamond amulet", - "examine": "Swap this note at any bank for a Diamond amulet." + "id": 1663, + "name": "Diamond necklace", + "type": "noted", + "duplicate": true }, { - "id": 1683, - "name": "Dragonstoneamulet", - "examine": "It needs a string so I can wear it." + "id": 1664, + "name": "Dragon necklace", + "type": "normal", + "duplicate": false }, { - "id": 1684, - "name": "Dragonstoneamulet", - "examine": "Swap this note at any bank for a Dragonstoneamulet." + "id": 1665, + "name": "Dragon necklace", + "type": "noted", + "duplicate": true }, null, + null, { - "id": 1686, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 1668, + "name": "Dragonstone dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1687, - "name": "Sapphire amulet", - "examine": "It needs a string so I can wear it." + "id": 1669, + "name": "Onyx dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1688, - "name": "Emerald amulet", - "examine": "It needs a string so I can wear it." + "id": 1670, + "name": "Onyx dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1689, - "name": "Ruby amulet", - "examine": "It needs a string so I can wear it." + "id": 1671, + "name": "Onyx dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1690, - "name": "Diamond amulet", - "examine": "It needs a string so I can wear it." + "id": 1672, + "name": "Onyx dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1691, - "name": "Dragonstoneamulet", - "examine": "It needs a string so I can wear it." + "id": 1673, + "name": "Gold amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1692, - "name": "Gold amulet", - "examine": "A plain gold amulet." + "id": 1674, + "name": "Gold amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 1693, - "name": "Gold amulet", - "examine": "Swap this note at any bank for a Gold amulet." + "id": 1675, + "name": "Sapphire amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1694, - "name": "Sapphire amulet", - "examine": "I wonder if I can get this enchanted." + "id": 1676, + "name": "Sapphire amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 1695, - "name": "Sapphire amulet", - "examine": "Swap this note at any bank for a Sapphire amulet." + "id": 1677, + "name": "Emerald amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1696, - "name": "Emerald amulet", - "examine": "I wonder if I can get this enchanted." + "id": 1678, + "name": "Emerald amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 1697, - "name": "Emerald amulet", - "examine": "Swap this note at any bank for an Emerald amulet." + "id": 1679, + "name": "Ruby amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1698, - "name": "Ruby amulet", - "examine": "I wonder if I can get this enchanted." + "id": 1680, + "name": "Ruby amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 1699, - "name": "Ruby amulet", - "examine": "Swap this note at any bank for a Ruby amulet." + "id": 1681, + "name": "Diamond amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1700, - "name": "Diamond amulet", - "examine": "I wonder if I can get this enchanted." + "id": 1682, + "name": "Diamond amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 1701, - "name": "Diamond amulet", - "examine": "Swap this note at any bank for a Diamond amulet." + "id": 1683, + "name": "Dragonstone amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 1702, - "name": "Dragonstoneamulet", - "examine": "I wonder if I can get this enchanted." + "id": 1684, + "name": "Dragonstone amulet (u)", + "type": "noted", + "duplicate": true }, + null, { - "id": 1703, - "name": "Dragonstoneamulet", - "examine": "Swap this note at any bank for a Dragonstoneamulet." + "id": 1686, + "name": "Karamja gloves", + "type": "normal", + "duplicate": false }, { - "id": 1704, - "name": "Amulet of glory", - "examine": "A very powerful dragonstone amulet." + "id": 1687, + "name": "Diamond dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1705, - "name": "Amulet of glory", - "examine": "Swap this note at any bank for an Amulet of glory." + "id": 1688, + "name": "Diamond dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1706, - "name": "Amulet of glory(1)", - "examine": "A dragonstone amulet with 1 magic charge." + "id": 1689, + "name": "Diamond dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1707, - "name": "Amulet of glory(1)", - "examine": "Swap this note at any bank for an Amulet of glory(1)." + "id": 1690, + "name": "Diamond dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1708, - "name": "Amulet of glory(2)", - "examine": "A dragonstone amulet with 2 magic charges." + "id": 1691, + "name": "Dragonstone dragon bolts (e)", + "type": "normal", + "duplicate": true }, { - "id": 1709, - "name": "Amulet of glory(2)", - "examine": "Swap this note at any bank for an Amulet of glory(2)." + "id": 1692, + "name": "Gold amulet", + "type": "normal", + "duplicate": false }, { - "id": 1710, - "name": "Amulet of glory(3)", - "examine": "A dragonstone amulet with 3 magic charges." + "id": 1693, + "name": "Gold amulet", + "type": "noted", + "duplicate": true }, { - "id": 1711, - "name": "Amulet of glory(3)", - "examine": "Swap this note at any bank for an Amulet of glory(3)." + "id": 1694, + "name": "Sapphire amulet", + "type": "normal", + "duplicate": false }, { - "id": 1712, - "name": "Amulet of glory(4)", - "examine": "A dragonstone amulet with 4 magic charges." + "id": 1695, + "name": "Sapphire amulet", + "type": "noted", + "duplicate": true }, { - "id": 1713, - "name": "Amulet of glory(4)", - "examine": "Swap this note at any bank for an Amulet of glory(4)." + "id": 1696, + "name": "Emerald amulet", + "type": "normal", + "duplicate": false }, { - "id": 1714, - "name": "Unstrung symbol", - "examine": "It needs a string so I can wear it." + "id": 1697, + "name": "Emerald amulet", + "type": "noted", + "duplicate": true }, { - "id": 1715, - "name": "Unstrung symbol", - "examine": "Swap this note at any bank for an Unstrung symbol." + "id": 1698, + "name": "Ruby amulet", + "type": "normal", + "duplicate": false }, { - "id": 1716, - "name": "Unblessed symbol", - "examine": "A symbol of Saradomin." + "id": 1699, + "name": "Ruby amulet", + "type": "noted", + "duplicate": true }, { - "id": 1717, - "name": "Unblessed symbol", - "examine": "Swap this note at any bank for an Unblessed symbol." + "id": 1700, + "name": "Diamond amulet", + "type": "normal", + "duplicate": false }, { - "id": 1718, - "name": "Holy symbol", - "examine": "A blessed holy symbol of Saradomin." + "id": 1701, + "name": "Diamond amulet", + "type": "noted", + "duplicate": true }, { - "id": 1719, - "name": "Holy symbol", - "examine": "Swap this note at any bank for a Holy symbol." + "id": 1702, + "name": "Dragonstone amulet", + "type": "normal", + "duplicate": false }, { - "id": 1720, - "name": "Unstrung emblem", - "examine": "It needs a string so I can wear it." + "id": 1703, + "name": "Dragonstone amulet", + "type": "noted", + "duplicate": true }, { - "id": 1721, - "name": "Unstrung emblem", - "examine": "Swap this note at any bank for an Unstrung emblem." + "id": 1704, + "name": "Amulet of glory", + "type": "normal", + "duplicate": false }, { - "id": 1722, - "name": "Unpowered symbol", - "examine": "An unblessed symbol of Zamorak." + "id": 1705, + "name": "Amulet of glory", + "type": "noted", + "duplicate": true }, { - "id": 1723, - "name": "Unpowered symbol", - "examine": "Swap this note at any bank for an Unpowered symbol." + "id": 1706, + "name": "Amulet of glory(1)", + "type": "normal", + "duplicate": false }, { - "id": 1724, - "name": "Unholy symbol", - "examine": "An unholy symbol of Zamorak." + "id": 1707, + "name": "Amulet of glory(1)", + "type": "noted", + "duplicate": true }, { - "id": 1725, - "name": "Amulet of strength", - "examine": "An enchanted ruby amulet." + "id": 1708, + "name": "Amulet of glory(2)", + "type": "normal", + "duplicate": false }, { - "id": 1726, - "name": "Amulet of strength", - "examine": "Swap this note at any bank for an Amulet of strength." + "id": 1709, + "name": "Amulet of glory(2)", + "type": "noted", + "duplicate": true }, { - "id": 1727, - "name": "Amulet of magic", - "examine": "An enchanted sapphire amulet of magic." + "id": 1710, + "name": "Amulet of glory(3)", + "type": "normal", + "duplicate": false }, { - "id": 1728, - "name": "Amulet of magic", - "examine": "Swap this note at any bank for an Amulet of magic." + "id": 1711, + "name": "Amulet of glory(3)", + "type": "noted", + "duplicate": true }, { - "id": 1729, - "name": "Amulet of defence", - "examine": "An enchanted emerald amulet of protection." + "id": 1712, + "name": "Amulet of glory(4)", + "type": "normal", + "duplicate": false }, { - "id": 1730, - "name": "Amulet of defence", - "examine": "Swap this note at any bank for an Amulet of defence." + "id": 1713, + "name": "Amulet of glory(4)", + "type": "noted", + "duplicate": true }, { - "id": 1731, - "name": "Amulet of power", - "examine": "An enchanted diamond amulet of power." + "id": 1714, + "name": "Unstrung symbol", + "type": "normal", + "duplicate": false }, { - "id": 1732, - "name": "Amulet of power", - "examine": "Swap this note at any bank for an Amulet of power." + "id": 1715, + "name": "Unstrung symbol", + "type": "noted", + "duplicate": true }, { - "id": 1733, - "name": "Needle", - "examine": "Used with a thread to make clothes." + "id": 1716, + "name": "Unblessed symbol", + "type": "normal", + "duplicate": false }, { - "id": 1734, - "name": "Thread", - "examine": "Used with a needle to make clothes." + "id": 1717, + "name": "Unblessed symbol", + "type": "noted", + "duplicate": true }, { - "id": 1735, - "name": "Shears", - "examine": "For shearing sheep." + "id": 1718, + "name": "Holy symbol", + "type": "normal", + "duplicate": false }, { - "id": 1736, - "name": "Shears", - "examine": "Swap this note at any bank for a Shears." + "id": 1719, + "name": "Holy symbol", + "type": "noted", + "duplicate": true }, { - "id": 1737, - "name": "Wool", - "examine": "I think this came from a sheep." + "id": 1720, + "name": "Unstrung emblem", + "type": "normal", + "duplicate": false }, { - "id": 1738, - "name": "Wool", - "examine": "Swap this note at any bank for a Wool." + "id": 1721, + "name": "Unstrung emblem", + "type": "noted", + "duplicate": true }, { - "id": 1739, - "name": "Cowhide", - "examine": "I should take this to the tannery." + "id": 1722, + "name": "Unpowered symbol", + "type": "normal", + "duplicate": false }, { - "id": 1740, - "name": "Cowhide", - "examine": "Swap this note at any bank for a Cowhide." + "id": 1723, + "name": "Unpowered symbol", + "type": "noted", + "duplicate": true }, { - "id": 1741, - "name": "Leather", - "examine": "It's a piece of leather." + "id": 1724, + "name": "Unholy symbol", + "type": "normal", + "duplicate": false }, { - "id": 1742, - "name": "Leather", - "examine": "Swap this note at any bank for a Leather." + "id": 1725, + "name": "Amulet of strength", + "type": "normal", + "duplicate": false }, { - "id": 1743, - "name": "Hard leather", - "examine": "It's a piece of hard leather." + "id": 1726, + "name": "Amulet of strength", + "type": "noted", + "duplicate": true }, { - "id": 1744, - "name": "Hard leather", - "examine": "Swap this note at any bank for a Hard leather." + "id": 1727, + "name": "Amulet of magic", + "type": "normal", + "duplicate": false }, { - "id": 1745, - "name": "Green d-leather", - "examine": "It's a piece of prepared green dragonhide." + "id": 1728, + "name": "Amulet of magic", + "type": "noted", + "duplicate": true }, { - "id": 1746, - "name": "Green d-leather", - "examine": "Swap this note at any bank for a Green d-leather." + "id": 1729, + "name": "Amulet of defence", + "type": "normal", + "duplicate": false }, { - "id": 1747, - "name": "Black dragonhide", - "examine": "The scaly rough hide from a Black Dragon." + "id": 1730, + "name": "Amulet of defence", + "type": "noted", + "duplicate": true }, { - "id": 1748, - "name": "Black dragonhide", - "examine": "Swap this note at any bank for a Black dragonhide." + "id": 1731, + "name": "Amulet of power", + "type": "normal", + "duplicate": false }, { - "id": 1749, - "name": "Red dragonhide", - "examine": "The scaly rough hide from a Red Dragon." + "id": 1732, + "name": "Amulet of power", + "type": "noted", + "duplicate": true }, { - "id": 1750, - "name": "Red dragonhide", - "examine": "Swap this note at any bank for a Red dragonhide." + "id": 1733, + "name": "Needle", + "type": "normal", + "duplicate": false }, { - "id": 1751, - "name": "Blue dragonhide", - "examine": "The scaly rough hide from a Blue Dragon." + "id": 1734, + "name": "Thread", + "type": "normal", + "duplicate": false }, { - "id": 1752, - "name": "Blue dragonhide", - "examine": "Swap this note at any bank for a Blue dragonhide." + "id": 1735, + "name": "Shears", + "type": "normal", + "duplicate": false }, { - "id": 1753, - "name": "Green dragonhide", - "examine": "The scaly rough hide from a Green Dragon." + "id": 1736, + "name": "Shears", + "type": "noted", + "duplicate": true }, { - "id": 1754, - "name": "Green dragonhide", - "examine": "Swap this note at any bank for a Green dragonhide." + "id": 1737, + "name": "Wool", + "type": "normal", + "duplicate": false }, { - "id": 1755, - "name": "Chisel", - "examine": "Good for detailed crafting." + "id": 1738, + "name": "Wool", + "type": "noted", + "duplicate": true }, { - "id": 1756, - "name": "Chisel", - "examine": "Swap this note at any bank for a Chisel." + "id": 1739, + "name": "Cowhide", + "type": "normal", + "duplicate": false }, { - "id": 1757, - "name": "Brown apron", - "examine": "A mostly clean apron." + "id": 1740, + "name": "Cowhide", + "type": "noted", + "duplicate": true }, { - "id": 1758, - "name": "Brown apron", - "examine": "Swap this note at any bank for a Brown apron." + "id": 1741, + "name": "Leather", + "type": "normal", + "duplicate": false }, { - "id": 1759, - "name": "Ball of wool", - "examine": "Spun from sheeps' wool." + "id": 1742, + "name": "Leather", + "type": "noted", + "duplicate": true }, { - "id": 1760, - "name": "Ball of wool", - "examine": "Swap this note at any bank for a Ball of wool." + "id": 1743, + "name": "Hard leather", + "type": "normal", + "duplicate": false }, { - "id": 1761, - "name": "Soft clay", - "examine": "Clay soft enough to mould." + "id": 1744, + "name": "Hard leather", + "type": "noted", + "duplicate": true }, { - "id": 1762, - "name": "Soft clay", - "examine": "Swap this note at any bank for a Soft clay." + "id": 1745, + "name": "Green dragon leather", + "type": "normal", + "duplicate": false }, { - "id": 1763, - "name": "Red dye", - "examine": "A little bottle of red dye." + "id": 1746, + "name": "Green dragon leather", + "type": "noted", + "duplicate": true }, { - "id": 1764, - "name": "Red dye", - "examine": "Swap this note at any bank for a Red dye." + "id": 1747, + "name": "Black dragonhide", + "type": "normal", + "duplicate": false }, { - "id": 1765, - "name": "Yellow dye", - "examine": "A little bottle of yellow dye." + "id": 1748, + "name": "Black dragonhide", + "type": "noted", + "duplicate": true }, { - "id": 1766, - "name": "Yellow dye", - "examine": "Swap this note at any bank for a Yellow dye." + "id": 1749, + "name": "Red dragonhide", + "type": "normal", + "duplicate": false }, { - "id": 1767, - "name": "Blue dye", - "examine": "A little bottle of blue dye." + "id": 1750, + "name": "Red dragonhide", + "type": "noted", + "duplicate": true }, { - "id": 1768, - "name": "Blue dye", - "examine": "Swap this note at any bank for a Blue dye." + "id": 1751, + "name": "Blue dragonhide", + "type": "normal", + "duplicate": false }, { - "id": 1769, - "name": "Orange dye", - "examine": "A little bottle of orange dye." + "id": 1752, + "name": "Blue dragonhide", + "type": "noted", + "duplicate": true }, { - "id": 1770, - "name": "Orange dye", - "examine": "Swap this note at any bank for an Orange dye." + "id": 1753, + "name": "Green dragonhide", + "type": "normal", + "duplicate": false }, { - "id": 1771, - "name": "Green dye", - "examine": "A little bottle of green dye." + "id": 1754, + "name": "Green dragonhide", + "type": "noted", + "duplicate": true }, { - "id": 1772, - "name": "Green dye", - "examine": "Swap this note at any bank for a Green dye." + "id": 1755, + "name": "Chisel", + "type": "normal", + "duplicate": false }, { - "id": 1773, - "name": "Purple dye", - "examine": "A little bottle of purple dye." + "id": 1756, + "name": "Chisel", + "type": "noted", + "duplicate": true }, { - "id": 1774, - "name": "Purple dye", - "examine": "Swap this note at any bank for a Purple dye." + "id": 1757, + "name": "Brown apron", + "type": "normal", + "duplicate": false }, { - "id": 1775, - "name": "Molten glass", - "examine": "Hot glass ready to be blown into useful objects." + "id": 1758, + "name": "Brown apron", + "type": "noted", + "duplicate": true }, { - "id": 1776, - "name": "Molten glass", - "examine": "Swap this note at any bank for a Molten glass." + "id": 1759, + "name": "Ball of wool", + "type": "normal", + "duplicate": false }, { - "id": 1777, - "name": "Bow string", - "examine": "I need a bow stave to attach this to." + "id": 1760, + "name": "Ball of wool", + "type": "noted", + "duplicate": true }, { - "id": 1778, - "name": "Bow string", - "examine": "Swap this note at any bank for a Bow string." + "id": 1761, + "name": "Soft clay", + "type": "normal", + "duplicate": false }, { - "id": 1779, - "name": "Flax", - "examine": "I should use this with a spinning wheel." + "id": 1762, + "name": "Soft clay", + "type": "noted", + "duplicate": true }, { - "id": 1780, - "name": "Flax", - "examine": "Swap this note at any bank for a Flax." + "id": 1763, + "name": "Red dye", + "type": "normal", + "duplicate": false }, { - "id": 1781, - "name": "Soda ash", - "examine": "One of the ingredients for making glass." + "id": 1764, + "name": "Red dye", + "type": "noted", + "duplicate": true }, { - "id": 1782, - "name": "Soda ash", - "examine": "Swap this note at any bank for a Soda ash." + "id": 1765, + "name": "Yellow dye", + "type": "normal", + "duplicate": false }, { - "id": 1783, - "name": "Bucket of sand", - "examine": "One of the ingredients for making glass." + "id": 1766, + "name": "Yellow dye", + "type": "noted", + "duplicate": true }, { - "id": 1784, - "name": "Bucket of sand", - "examine": "Swap this note at any bank for a Bucket of sand." + "id": 1767, + "name": "Blue dye", + "type": "normal", + "duplicate": false }, { - "id": 1785, - "name": "Glassblowing pipe", - "examine": "Used to form molten glass into useful items." + "id": 1768, + "name": "Blue dye", + "type": "noted", + "duplicate": true }, { - "id": 1786, - "name": "Glassblowing pipe", - "examine": "Swap this note at any bank for a Glassblowing pipe." + "id": 1769, + "name": "Orange dye", + "type": "normal", + "duplicate": false }, { - "id": 1787, - "name": "Unfired pot", - "examine": "I need to put this in a pottery oven." + "id": 1770, + "name": "Orange dye", + "type": "noted", + "duplicate": true }, { - "id": 1788, - "name": "Unfired pot", - "examine": "Swap this note at any bank for an Unfired pot." + "id": 1771, + "name": "Green dye", + "type": "normal", + "duplicate": false }, { - "id": 1789, - "name": "Unfired pie dish", - "examine": "I need to put this in a pottery oven." + "id": 1772, + "name": "Green dye", + "type": "noted", + "duplicate": true }, { - "id": 1790, - "name": "Unfired pie dish", - "examine": "Swap this note at any bank for an Unfired pie dish." + "id": 1773, + "name": "Purple dye", + "type": "normal", + "duplicate": false }, { - "id": 1791, - "name": "Unfired bowl", - "examine": "I need to put this in a pottery oven." + "id": 1774, + "name": "Purple dye", + "type": "noted", + "duplicate": true }, { - "id": 1792, - "name": "Unfired bowl", - "examine": "Swap this note at any bank for an Unfired bowl." + "id": 1775, + "name": "Molten glass", + "type": "normal", + "duplicate": false }, { - "id": 1793, - "name": "Woad leaf", - "examine": "A slightly bluish leaf." + "id": 1776, + "name": "Molten glass", + "type": "noted", + "duplicate": true }, { - "id": 1794, - "name": "Bronze wire", - "examine": "Useful for crafting items." + "id": 1777, + "name": "Bow string", + "type": "normal", + "duplicate": false }, { - "id": 1795, - "name": "Bronze wire", - "examine": "Swap this note at any bank for a Bronze wire." + "id": 1778, + "name": "Bow string", + "type": "noted", + "duplicate": true }, { - "id": 1796, - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace." + "id": 1779, + "name": "Flax", + "type": "normal", + "duplicate": false }, { - "id": 1797, - "name": "Silver necklace", - "examine": "Anna's shiny silver coated necklace coated with a thin layer of flour." + "id": 1780, + "name": "Flax", + "type": "noted", + "duplicate": true }, { - "id": 1798, - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup." + "id": 1781, + "name": "Soda ash", + "type": "normal", + "duplicate": false }, { - "id": 1799, - "name": "Silver cup", - "examine": "Bob's shiny silver coated tea cup coated with a thin layer of flour." + "id": 1782, + "name": "Soda ash", + "type": "noted", + "duplicate": true }, { - "id": 1800, - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle." + "id": 1783, + "name": "Bucket of sand", + "type": "normal", + "duplicate": false }, { - "id": 1801, - "name": "Silver bottle", - "examine": "Carol's shiny silver coated bottle coated with a thin layer of flour." + "id": 1784, + "name": "Bucket of sand", + "type": "noted", + "duplicate": true }, { - "id": 1802, - "name": "Silver book", - "examine": "David's shiny silver coated book." + "id": 1785, + "name": "Glassblowing pipe", + "type": "normal", + "duplicate": false }, { - "id": 1803, - "name": "Silver book", - "examine": "David's shiny silver coated book coated with a thin layer of flour." + "id": 1786, + "name": "Glassblowing pipe", + "type": "noted", + "duplicate": true }, { - "id": 1804, - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle." + "id": 1787, + "name": "Unfired pot", + "type": "normal", + "duplicate": false }, { - "id": 1805, - "name": "Silver needle", - "examine": "Elizabeth's shiny silver coated needle coated with a thin layer of flour." + "id": 1788, + "name": "Unfired pot", + "type": "noted", + "duplicate": true }, { - "id": 1806, - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot." + "id": 1789, + "name": "Unfired pie dish", + "type": "normal", + "duplicate": false }, { - "id": 1807, - "name": "Silver pot", - "examine": "Frank's shiny silver coated pot coated with a thin layer of flour." + "id": 1790, + "name": "Unfired pie dish", + "type": "noted", + "duplicate": true }, { - "id": 1808, - "name": "Criminal's thread", - "examine": "Some red thread found at the murder scene." + "id": 1791, + "name": "Unfired bowl", + "type": "normal", + "duplicate": false }, { - "id": 1809, - "name": "Criminal's thread", - "examine": "Some green thread found at the murder scene." + "id": 1792, + "name": "Unfired bowl", + "type": "noted", + "duplicate": true }, { - "id": 1810, - "name": "Criminal's thread", - "examine": "Some blue thread found at the murder scene." + "id": 1793, + "name": "Woad leaf", + "type": "normal", + "duplicate": false }, { - "id": 1811, - "name": "Flypaper", - "examine": "A piece of fly paper. It's sticky." + "id": 1794, + "name": "Bronze wire", + "type": "normal", + "duplicate": false }, { - "id": 1812, - "name": "Pungent pot", - "examine": "A pot found at the murder scene, with a sickly odour." + "id": 1795, + "name": "Bronze wire", + "type": "noted", + "duplicate": true }, { - "id": 1813, - "name": "Criminal's dagger", - "examine": "A flimsy-looking dagger found at the crime scene." + "id": 1796, + "name": "Silver necklace", + "type": "normal", + "duplicate": false }, { - "id": 1814, - "name": "Criminal's dagger", - "examine": "A flimsy-looking dagger found at the crime scene coated with a thin layer of flour." + "id": 1797, + "name": "Silver necklace", + "type": "normal", + "duplicate": false }, { - "id": 1815, - "name": "Killer's print", - "examine": "The fingerprints of the murderer." + "id": 1798, + "name": "Silver cup", + "type": "normal", + "duplicate": false }, { - "id": 1816, - "name": "Anna's print", - "examine": "An imprint of Anna's fingerprint." + "id": 1799, + "name": "Silver cup", + "type": "normal", + "duplicate": false }, { - "id": 1817, - "name": "Bob's print", - "examine": "An imprint of Bob's fingerprint." + "id": 1800, + "name": "Silver bottle", + "type": "normal", + "duplicate": false }, { - "id": 1818, - "name": "Carol's print", - "examine": "An imprint of Carol's fingerprint." + "id": 1801, + "name": "Silver bottle", + "type": "normal", + "duplicate": false }, { - "id": 1819, - "name": "David's print", - "examine": "An imprint of David's fingerprint." + "id": 1802, + "name": "Silver book", + "type": "normal", + "duplicate": false }, { - "id": 1820, - "name": "Elizabeth's print", - "examine": "An imprint of Elizabeth's fingerprint." + "id": 1803, + "name": "Silver book", + "type": "normal", + "duplicate": false }, { - "id": 1821, - "name": "Frank's print", - "examine": "An imprint of Frank's fingerprint." + "id": 1804, + "name": "Silver needle", + "type": "normal", + "duplicate": false }, { - "id": 1822, - "name": "Unknown print", - "examine": "An unidentified fingerprint taken from the murder weapon." + "id": 1805, + "name": "Silver needle", + "type": "normal", + "duplicate": false }, { - "id": 1823, - "name": "Waterskin(4)", - "examine": "A full waterskin with four portions of water." + "id": 1806, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 1824, - "name": "Waterskin(4)", - "examine": "Swap this note at any bank for a Waterskin(4)." + "id": 1807, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 1825, - "name": "Waterskin(3)", - "examine": "A nearly full waterskin with three portions of water." + "id": 1808, + "name": "Criminal's thread", + "type": "normal", + "duplicate": false }, { - "id": 1826, - "name": "Waterskin(3)", - "examine": "Swap this note at any bank for a Waterskin(3)." + "id": 1809, + "name": "Criminal's thread", + "type": "normal", + "duplicate": false }, { - "id": 1827, - "name": "Waterskin(2)", - "examine": "A half empty waterskin with two portions of water." + "id": 1810, + "name": "Criminal's thread", + "type": "normal", + "duplicate": false }, { - "id": 1828, - "name": "Waterskin(2)", - "examine": "Swap this note at any bank for a Waterskin(2)." + "id": 1811, + "name": "Flypaper", + "type": "normal", + "duplicate": false }, { - "id": 1829, - "name": "Waterskin(1)", - "examine": "A nearly empty waterskin with one portion of water." + "id": 1812, + "name": "Pungent pot", + "type": "normal", + "duplicate": false }, { - "id": 1830, - "name": "Waterskin(1)", - "examine": "Swap this note at any bank for a Waterskin(1)." + "id": 1813, + "name": "Criminal's dagger", + "type": "normal", + "duplicate": false }, { - "id": 1831, - "name": "Waterskin(0)", - "examine": "A completely empty waterskin" + "id": 1814, + "name": "Criminal's dagger", + "type": "normal", + "duplicate": false }, { - "id": 1832, - "name": "Waterskin(0)", - "examine": "Swap this note at any bank for a Waterskin(0)." + "id": 1815, + "name": "Killer's print", + "type": "normal", + "duplicate": false }, { - "id": 1833, - "name": "Desert shirt", - "examine": "A cool, light desert shirt." + "id": 1816, + "name": "Anna's print", + "type": "normal", + "duplicate": false }, { - "id": 1834, - "name": "Desert shirt", - "examine": "Swap this note at any bank for a Desert shirt." + "id": 1817, + "name": "Bob's print", + "type": "normal", + "duplicate": false }, { - "id": 1835, - "name": "Desert robe", - "examine": "A cool, light desert robe." + "id": 1818, + "name": "Carol's print", + "type": "normal", + "duplicate": false }, { - "id": 1836, - "name": "Desert robe", - "examine": "Swap this note at any bank for a Desert robe." + "id": 1819, + "name": "David's print", + "type": "normal", + "duplicate": false }, { - "id": 1837, - "name": "Desert boots", - "examine": "Comfortable desert shoes." + "id": 1820, + "name": "Elizabeth's print", + "type": "normal", + "duplicate": false }, { - "id": 1838, - "name": "Desert boots", - "examine": "Swap this note at any bank for a Desert boots." + "id": 1821, + "name": "Frank's print", + "type": "normal", + "duplicate": false }, { - "id": 1839, - "name": "Metal key", - "examine": "A metal key, it's very crudely constructed." + "id": 1822, + "name": "Unknown print", + "type": "normal", + "duplicate": false }, { - "id": 1840, - "name": "Cell door key", - "examine": "A metallic key, usually used by prison guards." + "id": 1823, + "name": "Waterskin(4)", + "type": "normal", + "duplicate": false }, { - "id": 1841, - "name": "Barrel", - "examine": "An empty mining barrel." + "id": 1824, + "name": "Waterskin(4)", + "type": "noted", + "duplicate": true }, { - "id": 1842, - "name": "Ana in a barrel", - "examine": "A mining barrel with Ana in it." + "id": 1825, + "name": "Waterskin(3)", + "type": "normal", + "duplicate": false }, { - "id": 1843, - "name": "Wrought iron key", - "examine": "This key unlocks a very sturdy gate of some sort." + "id": 1826, + "name": "Waterskin(3)", + "type": "noted", + "duplicate": true }, { - "id": 1844, - "name": "Slave shirt", - "examine": "A filthy, smelly, flea infested shirt." + "id": 1827, + "name": "Waterskin(2)", + "type": "normal", + "duplicate": false }, { - "id": 1845, - "name": "Slave robe", - "examine": "A filthy, smelly, flea infested robe." + "id": 1828, + "name": "Waterskin(2)", + "type": "noted", + "duplicate": true }, { - "id": 1846, - "name": "Slave boots", - "examine": "A set of filthy, smelly, flea infested desert slave boots." + "id": 1829, + "name": "Waterskin(1)", + "type": "normal", + "duplicate": false }, { - "id": 1847, - "name": "Scrumpled paper", - "examine": "A piece of paper with barely legible writing" + "id": 1830, + "name": "Waterskin(1)", + "type": "noted", + "duplicate": true }, { - "id": 1848, - "name": "Shantay disclaimer", - "examine": "Very important information." + "id": 1831, + "name": "Waterskin(0)", + "type": "normal", + "duplicate": false }, { - "id": 1849, - "name": "Prototype dart", - "examine": "A prototype throwing dart." + "id": 1832, + "name": "Waterskin(0)", + "type": "noted", + "duplicate": true }, { - "id": 1850, - "name": "Technical plans", - "examine": "Plans of a technical nature." + "id": 1833, + "name": "Desert shirt", + "type": "normal", + "duplicate": false }, { - "id": 1851, - "name": "Tenti pineapple", - "examine": "The most delicious of pineapples." + "id": 1834, + "name": "Desert shirt", + "type": "noted", + "duplicate": true }, { - "id": 1852, - "name": "Bedabin key", - "examine": "A key to the chest in Captain Siad's room." + "id": 1835, + "name": "Desert robe", + "type": "normal", + "duplicate": false }, { - "id": 1853, - "name": "Prototype dart tip", - "examine": "A prototype dart tip" + "id": 1836, + "name": "Desert robe", + "type": "noted", + "duplicate": true }, { - "id": 1854, - "name": "Shantay pass", - "examine": "Allows you to pass through the Shantay pass into the Kharid Desert." + "id": 1837, + "name": "Desert boots", + "type": "normal", + "duplicate": false }, { - "id": 1855, - "name": "Rock", - "examine": "Looks like a plain rock, must have some ore in it?" + "id": 1838, + "name": "Desert boots", + "type": "noted", + "duplicate": true }, { - "id": 1856, - "name": "Guide book", - "examine": "'A Tourists Guide To Ardougne'." + "id": 1839, + "name": "Metal key", + "type": "normal", + "duplicate": false }, { - "id": 1857, - "name": "Totem", - "examine": "The Rantuki tribes' totem." + "id": 1840, + "name": "Cell door key", + "type": "normal", + "duplicate": false }, { - "id": 1858, - "name": "Address label", - "examine": "It says 'To Lord Handelmort, Handelmort Mansion'." + "id": 1841, + "name": "Barrel", + "type": "normal", + "duplicate": false }, { - "id": 1859, - "name": "Raw ugthanki meat", - "examine": "I need to cook this first." + "id": 1842, + "name": "Ana in a barrel", + "type": "normal", + "duplicate": false }, { - "id": 1860, - "name": "Raw ugthanki meat", - "examine": "Swap this note at any bank for a Raw ugthanki meat." + "id": 1843, + "name": "Wrought iron key", + "type": "normal", + "duplicate": false }, { - "id": 1861, - "name": "Ugthanki meat", - "examine": "Freshly cooked ugthanki meat." + "id": 1844, + "name": "Slave shirt", + "type": "normal", + "duplicate": false }, { - "id": 1862, - "name": "Ugthanki meat", - "examine": "Swap this note at any bank for an Ugthanki meat." + "id": 1845, + "name": "Slave robe", + "type": "normal", + "duplicate": false }, { - "id": 1863, - "name": "Pitta dough", - "examine": "I need to cook this." + "id": 1846, + "name": "Slave boots", + "type": "normal", + "duplicate": false }, { - "id": 1864, - "name": "Pitta dough", - "examine": "Swap this note at any bank for a Pitta dough." + "id": 1847, + "name": "Scrumpled paper", + "type": "normal", + "duplicate": false }, { - "id": 1865, - "name": "Pitta bread", - "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab." + "id": 1848, + "name": "Shantay disclaimer", + "type": "normal", + "duplicate": false }, { - "id": 1866, - "name": "Pitta bread", - "examine": "Swap this note at any bank for a Pitta bread." + "id": 1849, + "name": "Prototype dart", + "type": "normal", + "duplicate": false }, { - "id": 1867, - "name": "Burnt pitta bread", - "examine": "It's all burnt." + "id": 1850, + "name": "Technical plans", + "type": "normal", + "duplicate": false }, { - "id": 1868, - "name": "Burnt pitta bread", - "examine": "Swap this note at any bank for a Burnt pitta bread." + "id": 1851, + "name": "Tenti pineapple", + "type": "normal", + "duplicate": false }, { - "id": 1869, - "name": "Chopped tomato", - "examine": "A mixture of tomatoes in a bowl." + "id": 1852, + "name": "Bedabin key", + "type": "normal", + "duplicate": false }, { - "id": 1870, - "name": "Chopped tomato", - "examine": "Swap this note at any bank for a Chopped tomato." + "id": 1853, + "name": "Prototype dart tip", + "type": "normal", + "duplicate": false }, { - "id": 1871, - "name": "Chopped onion", - "examine": "A mixture of onions in a bowl." + "id": 1854, + "name": "Shantay pass", + "type": "normal", + "duplicate": false }, { - "id": 1872, - "name": "Chopped onion", - "examine": "Swap this note at any bank for a Chopped onion." + "id": 1855, + "name": "Rock", + "type": "normal", + "duplicate": false }, { - "id": 1873, - "name": "Chopped ugthanki", - "examine": "Strips of ugthanki meat in a bowl." + "id": 1856, + "name": "Guide book", + "type": "normal", + "duplicate": false }, { - "id": 1874, - "name": "Chopped ugthanki", - "examine": "Swap this note at any bank for a Chopped ugthanki." + "id": 1857, + "name": "Totem", + "type": "normal", + "duplicate": false }, { - "id": 1875, - "name": "Onion & tomato", - "examine": "A mixture of chopped onions and tomatoes in a bowl." + "id": 1858, + "name": "Address label", + "type": "normal", + "duplicate": false }, { - "id": 1876, - "name": "Onion & tomato", - "examine": "Swap this note at any bank for an Onion & tomato." + "id": 1859, + "name": "Raw ugthanki meat", + "type": "normal", + "duplicate": false }, { - "id": 1877, - "name": "Ugthanki & onion", - "examine": "A mixture of chopped onions and ugthanki meat in a bowl." + "id": 1860, + "name": "Raw ugthanki meat", + "type": "noted", + "duplicate": true }, { - "id": 1878, - "name": "Ugthanki & onion", - "examine": "Swap this note at any bank for an Ugthanki & onion." + "id": 1861, + "name": "Ugthanki meat", + "type": "normal", + "duplicate": false }, { - "id": 1879, - "name": "Ugthanki & tomato", - "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl." + "id": 1862, + "name": "Ugthanki meat", + "type": "noted", + "duplicate": true }, { - "id": 1880, - "name": "Ugthanki & tomato", - "examine": "Swap this note at any bank for an Ugthanki & tomato." + "id": 1863, + "name": "Pitta dough", + "type": "normal", + "duplicate": false }, { - "id": 1881, - "name": "Kebab mix", - "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl." + "id": 1864, + "name": "Pitta dough", + "type": "noted", + "duplicate": true }, { - "id": 1882, - "name": "Kebab mix", - "examine": "Swap this note at any bank for a Kebab mix." + "id": 1865, + "name": "Pitta bread", + "type": "normal", + "duplicate": false }, { - "id": 1883, - "name": "Ugthanki kebab", - "examine": "A strange smelling kebab made from ugthanki meat." + "id": 1866, + "name": "Pitta bread", + "type": "noted", + "duplicate": true }, { - "id": 1884, - "name": "Ugthanki kebab", - "examine": "Swap this note at any bank for an Ugthanki kebab." + "id": 1867, + "name": "Burnt pitta bread", + "type": "normal", + "duplicate": false }, { - "id": 1885, - "name": "Ugthanki kebab", - "examine": "A fresh kebab made from ugthanki meat." + "id": 1868, + "name": "Burnt pitta bread", + "type": "noted", + "duplicate": true }, { - "id": 1886, - "name": "Ugthanki kebab", - "examine": "Swap this note at any bank for an Ugthanki kebab." + "id": 1869, + "name": "Chopped tomato", + "type": "normal", + "duplicate": false }, { - "id": 1887, - "name": "Cake tin", - "examine": "Useful for baking cakes." + "id": 1870, + "name": "Chopped tomato", + "type": "noted", + "duplicate": true }, { - "id": 1888, - "name": "Cake tin", - "examine": "Swap this note at any bank for a Cake tin." + "id": 1871, + "name": "Chopped onion", + "type": "normal", + "duplicate": false }, { - "id": 1889, - "name": "Uncooked cake", - "examine": "Now all I need to do is cook it." + "id": 1872, + "name": "Chopped onion", + "type": "noted", + "duplicate": true }, { - "id": 1890, - "name": "Uncooked cake", - "examine": "Swap this note at any bank for an Uncooked cake." + "id": 1873, + "name": "Chopped ugthanki", + "type": "normal", + "duplicate": false }, { - "id": 1891, - "name": "Cake", - "examine": "A plain sponge cake." + "id": 1874, + "name": "Chopped ugthanki", + "type": "noted", + "duplicate": true }, { - "id": 1892, - "name": "Cake", - "examine": "Swap this note at any bank for a Cake." + "id": 1875, + "name": "Onion & tomato", + "type": "normal", + "duplicate": false }, { - "id": 1893, - "name": "2/3 cake", - "examine": "Someone has eaten a big chunk of this cake." + "id": 1876, + "name": "Onion & tomato", + "type": "noted", + "duplicate": true }, { - "id": 1894, - "name": "2/3 cake", - "examine": "Swap this note at any bank for a 2/3 cake." + "id": 1877, + "name": "Ugthanki & onion", + "type": "normal", + "duplicate": false }, { - "id": 1895, - "name": "Slice of cake", - "examine": "I'd rather have a whole cake." + "id": 1878, + "name": "Ugthanki & onion", + "type": "noted", + "duplicate": true }, { - "id": 1896, - "name": "Slice of cake", - "examine": "Swap this note at any bank for a Slice of cake." + "id": 1879, + "name": "Ugthanki & tomato", + "type": "normal", + "duplicate": false }, { - "id": 1897, - "name": "Chocolate cake", - "examine": "This looks very tasty." + "id": 1880, + "name": "Ugthanki & tomato", + "type": "noted", + "duplicate": true }, { - "id": 1898, - "name": "Chocolate cake", - "examine": "Swap this note at any bank for a Chocolate cake." + "id": 1881, + "name": "Kebab mix", + "type": "normal", + "duplicate": false }, { - "id": 1899, - "name": "2/3 chocolate cake", - "examine": "Someone has eaten a big chunk of this cake." + "id": 1882, + "name": "Kebab mix", + "type": "noted", + "duplicate": true }, { - "id": 1900, - "name": "2/3 chocolate cake", - "examine": "Swap this note at any bank for a 2/3 chocolate cake." + "id": 1883, + "name": "Ugthanki kebab", + "type": "normal", + "duplicate": false }, { - "id": 1901, - "name": "Chocolate slice", - "examine": "I'd rather have a whole cake." + "id": 1884, + "name": "Ugthanki kebab", + "type": "noted", + "duplicate": true }, { - "id": 1902, - "name": "Chocolate slice", - "examine": "Swap this note at any bank for a Chocolate slice." + "id": 1885, + "name": "Ugthanki kebab", + "type": "normal", + "duplicate": false }, { - "id": 1903, - "name": "Burnt cake", - "examine": "Argh what a mess!" + "id": 1886, + "name": "Ugthanki kebab", + "type": "noted", + "duplicate": true }, { - "id": 1904, - "name": "Burnt cake", - "examine": "Swap this note at any bank for a Burnt cake." + "id": 1887, + "name": "Cake tin", + "type": "normal", + "duplicate": false }, { - "id": 1905, - "name": "Asgarnian ale", - "examine": "Probably the finest ale in Asgarnia." + "id": 1888, + "name": "Cake tin", + "type": "noted", + "duplicate": true }, { - "id": 1906, - "name": "Asgarnian ale", - "examine": "Swap this note at any bank for an Asgarnian ale." + "id": 1889, + "name": "Uncooked cake", + "type": "normal", + "duplicate": false }, { - "id": 1907, - "name": "Wizard's mind bomb", - "examine": "It's got strange bubbles in it." + "id": 1890, + "name": "Uncooked cake", + "type": "noted", + "duplicate": true }, { - "id": 1908, - "name": "Wizard's mind bomb", - "examine": "Swap this note at any bank for a Wizard's mind bomb." + "id": 1891, + "name": "Cake", + "type": "normal", + "duplicate": false }, { - "id": 1909, - "name": "Greenman's ale", - "examine": "A glass of frothy ale." + "id": 1892, + "name": "Cake", + "type": "noted", + "duplicate": true }, { - "id": 1910, - "name": "Greenman's ale", - "examine": "Swap this note at any bank for a Greenman's ale." + "id": 1893, + "name": "2/3 cake", + "type": "normal", + "duplicate": false }, { - "id": 1911, - "name": "Dragon bitter", - "examine": "A glass of bitter." + "id": 1894, + "name": "2/3 cake", + "type": "noted", + "duplicate": true }, { - "id": 1912, - "name": "Dragon bitter", - "examine": "Swap this note at any bank for a Dragon bitter." + "id": 1895, + "name": "Slice of cake", + "type": "normal", + "duplicate": false }, { - "id": 1913, - "name": "Dwarven stout", - "examine": "A pint of thick dark beer." + "id": 1896, + "name": "Slice of cake", + "type": "noted", + "duplicate": true }, { - "id": 1914, - "name": "Dwarven stout", - "examine": "Swap this note at any bank for a Dwarven stout." + "id": 1897, + "name": "Chocolate cake", + "type": "normal", + "duplicate": false }, { - "id": 1915, - "name": "Grog", - "examine": "A murky glass of some sort of drink." + "id": 1898, + "name": "Chocolate cake", + "type": "noted", + "duplicate": true }, { - "id": 1916, - "name": "Grog", - "examine": "Swap this note at any bank for a Grog." + "id": 1899, + "name": "2/3 chocolate cake", + "type": "normal", + "duplicate": false }, { - "id": 1917, - "name": "Beer", - "examine": "A glass of frothy ale." + "id": 1900, + "name": "2/3 chocolate cake", + "type": "noted", + "duplicate": true }, { - "id": 1918, - "name": "Beer", - "examine": "Swap this note at any bank for a Beer." + "id": 1901, + "name": "Chocolate slice", + "type": "normal", + "duplicate": false }, { - "id": 1919, - "name": "Beer glass", - "examine": "I need to fill this with beer." + "id": 1902, + "name": "Chocolate slice", + "type": "noted", + "duplicate": true }, { - "id": 1920, - "name": "Beer glass", - "examine": "Swap this note at any bank for a Beer glass." + "id": 1903, + "name": "Burnt cake", + "type": "normal", + "duplicate": false }, { - "id": 1921, - "name": "Bowl of water", - "examine": "It's a bowl of water." + "id": 1904, + "name": "Burnt cake", + "type": "noted", + "duplicate": true }, { - "id": 1922, - "name": "Bowl of water", - "examine": "Swap this note at any bank for a Bowl of water." + "id": 1905, + "name": "Asgarnian ale", + "type": "normal", + "duplicate": false }, { - "id": 1923, - "name": "Bowl", - "examine": "Useful for mixing things." + "id": 1906, + "name": "Asgarnian ale", + "type": "noted", + "duplicate": true }, { - "id": 1924, - "name": "Bowl", - "examine": "Swap this note at any bank for a Bowl." + "id": 1907, + "name": "Wizard's mind bomb", + "type": "normal", + "duplicate": false }, { - "id": 1925, - "name": "Bucket", - "examine": "It's a wooden bucket." + "id": 1908, + "name": "Wizard's mind bomb", + "type": "noted", + "duplicate": true }, { - "id": 1926, - "name": "Bucket", - "examine": "Swap this note at any bank for a Bucket." + "id": 1909, + "name": "Greenman's ale", + "type": "normal", + "duplicate": false }, { - "id": 1927, - "name": "Bucket of milk", - "examine": "It's a bucket of milk." + "id": 1910, + "name": "Greenman's ale", + "type": "noted", + "duplicate": true }, { - "id": 1928, - "name": "Bucket of milk", - "examine": "Swap this note at any bank for a Bucket of milk." + "id": 1911, + "name": "Dragon bitter", + "type": "normal", + "duplicate": false }, { - "id": 1929, - "name": "Bucket of water", - "examine": "It's a bucket of water." + "id": 1912, + "name": "Dragon bitter", + "type": "noted", + "duplicate": true }, { - "id": 1930, - "name": "Bucket of water", - "examine": "Swap this note at any bank for a Bucket of water." + "id": 1913, + "name": "Dwarven stout", + "type": "normal", + "duplicate": false }, { - "id": 1931, - "name": "Pot", - "examine": "This pot is empty." + "id": 1914, + "name": "Dwarven stout", + "type": "noted", + "duplicate": true }, { - "id": 1932, - "name": "Pot", - "examine": "Swap this note at any bank for a Pot." + "id": 1915, + "name": "Grog", + "type": "normal", + "duplicate": false }, { - "id": 1933, - "name": "Pot of flour", - "examine": "There is flour in this pot." + "id": 1916, + "name": "Grog", + "type": "noted", + "duplicate": true }, { - "id": 1934, - "name": "Pot of flour", - "examine": "Swap this note at any bank for a Pot of flour." + "id": 1917, + "name": "Beer", + "type": "normal", + "duplicate": false }, { - "id": 1935, - "name": "Jug", - "examine": "This jug is empty." + "id": 1918, + "name": "Beer", + "type": "noted", + "duplicate": true }, { - "id": 1936, - "name": "Jug", - "examine": "Swap this note at any bank for a Jug." + "id": 1919, + "name": "Beer glass", + "type": "normal", + "duplicate": false }, { - "id": 1937, - "name": "Jug of water", - "examine": "It's full of water." + "id": 1920, + "name": "Beer glass", + "type": "noted", + "duplicate": true }, { - "id": 1938, - "name": "Jug of water", - "examine": "Swap this note at any bank for a Jug of water." + "id": 1921, + "name": "Bowl of water", + "type": "normal", + "duplicate": false }, { - "id": 1939, - "name": "Swamp tar", - "examine": "A foul smelling thick tar like substance." + "id": 1922, + "name": "Bowl of water", + "type": "noted", + "duplicate": true }, { - "id": 1940, - "name": "Raw swamp paste", - "examine": "A thick tar like substance mixed with flour." + "id": 1923, + "name": "Bowl", + "type": "normal", + "duplicate": false }, { - "id": 1941, - "name": "Swamp paste", - "examine": "A tar like substance mixed with flour and warmed." + "id": 1924, + "name": "Bowl", + "type": "noted", + "duplicate": true }, { - "id": 1942, - "name": "Potato", - "examine": "This could be used to make a good stew." + "id": 1925, + "name": "Bucket", + "type": "normal", + "duplicate": false }, { - "id": 1943, - "name": "Potato", - "examine": "Swap this note at any bank for a Potato." + "id": 1926, + "name": "Bucket", + "type": "noted", + "duplicate": true }, { - "id": 1944, - "name": "Egg", - "examine": "A nice fresh egg." + "id": 1927, + "name": "Bucket of milk", + "type": "normal", + "duplicate": false }, { - "id": 1945, - "name": "Egg", - "examine": "Swap this note at any bank for an Egg." + "id": 1928, + "name": "Bucket of milk", + "type": "noted", + "duplicate": true }, { - "id": 1946, - "name": "Flour", - "examine": "A little heap of flour." + "id": 1929, + "name": "Bucket of water", + "type": "normal", + "duplicate": false }, { - "id": 1947, - "name": "Grain", - "examine": "Some wheat heads." + "id": 1930, + "name": "Bucket of water", + "type": "noted", + "duplicate": true }, { - "id": 1948, - "name": "Grain", - "examine": "Swap this note at any bank for a Grain." + "id": 1931, + "name": "Pot", + "type": "normal", + "duplicate": false }, { - "id": 1949, - "name": "Chef's hat", - "examine": "What a silly hat." + "id": 1932, + "name": "Pot", + "type": "noted", + "duplicate": true }, { - "id": 1950, - "name": "Chef's hat", - "examine": "Swap this note at any bank for a Chef's hat." + "id": 1933, + "name": "Pot of flour", + "type": "normal", + "duplicate": false }, { - "id": 1951, - "name": "Redberries", - "examine": "Very bright red berries." + "id": 1934, + "name": "Pot of flour", + "type": "noted", + "duplicate": true }, { - "id": 1952, - "name": "Redberries", - "examine": "Swap this note at any bank for a Redberries." + "id": 1935, + "name": "Jug", + "type": "normal", + "duplicate": false }, { - "id": 1953, - "name": "Pastry dough", - "examine": "Potentially pastry." + "id": 1936, + "name": "Jug", + "type": "noted", + "duplicate": true }, { - "id": 1954, - "name": "Pastry dough", - "examine": "Swap this note at any bank for a Pastry dough." + "id": 1937, + "name": "Jug of water", + "type": "normal", + "duplicate": false }, { - "id": 1955, - "name": "Cooking apple", - "examine": "Keeps the doctor away." + "id": 1938, + "name": "Jug of water", + "type": "noted", + "duplicate": true }, { - "id": 1956, - "name": "Cooking apple", - "examine": "Swap this note at any bank for a Cooking apple." + "id": 1939, + "name": "Swamp tar", + "type": "normal", + "duplicate": false }, { - "id": 1957, - "name": "Onion", - "examine": "A strong smelling onion." + "id": 1940, + "name": "Raw swamp paste", + "type": "normal", + "duplicate": false }, { - "id": 1958, - "name": "Onion", - "examine": "Swap this note at any bank for an Onion." + "id": 1941, + "name": "Swamp paste", + "type": "normal", + "duplicate": false }, { - "id": 1959, - "name": "Pumpkin", - "examine": "Happy Halloween." + "id": 1942, + "name": "Potato", + "type": "normal", + "duplicate": false }, { - "id": 1960, - "name": "Pumpkin", - "examine": "Swap this note at any bank for a Pumpkin." + "id": 1943, + "name": "Potato", + "type": "noted", + "duplicate": true }, { - "id": 1961, - "name": "Easter egg", - "examine": "Happy Easter." + "id": 1944, + "name": "Egg", + "type": "normal", + "duplicate": false }, { - "id": 1962, - "name": "Easter egg", - "examine": "Swap this note at any bank for an Easter egg." + "id": 1945, + "name": "Egg", + "type": "noted", + "duplicate": true }, { - "id": 1963, - "name": "Banana", - "examine": "Mmm this looks tasty." + "id": 1946, + "name": "Flour", + "type": "normal", + "duplicate": false }, { - "id": 1964, - "name": "Banana", - "examine": "Swap this note at any bank for a Banana." + "id": 1947, + "name": "Grain", + "type": "normal", + "duplicate": false }, { - "id": 1965, - "name": "Cabbage", - "examine": "Yuck I don't like cabbage." + "id": 1948, + "name": "Grain", + "type": "noted", + "duplicate": true }, { - "id": 1966, - "name": "Cabbage", - "examine": "Swap this note at any bank for a Cabbage." + "id": 1949, + "name": "Chef's hat", + "type": "normal", + "duplicate": false }, { - "id": 1967, - "name": "Cabbage", - "examine": "Yuck I don't like cabbage." + "id": 1950, + "name": "Chef's hat", + "type": "noted", + "duplicate": true }, { - "id": 1968, - "name": "Cabbage", - "examine": "Swap this note at any bank for a Cabbage." + "id": 1951, + "name": "Redberries", + "type": "normal", + "duplicate": false }, { - "id": 1969, - "name": "Spinach roll", - "examine": "A home made spinach thing." + "id": 1952, + "name": "Redberries", + "type": "noted", + "duplicate": true }, { - "id": 1970, - "name": "Spinach roll", - "examine": "Swap this note at any bank for a Spinach roll." + "id": 1953, + "name": "Pastry dough", + "type": "normal", + "duplicate": false }, { - "id": 1971, - "name": "Kebab", - "examine": "A meaty kebab." + "id": 1954, + "name": "Pastry dough", + "type": "noted", + "duplicate": true }, { - "id": 1972, - "name": "Kebab", - "examine": "Swap this note at any bank for a Kebab." + "id": 1955, + "name": "Cooking apple", + "type": "normal", + "duplicate": false }, { - "id": 1973, - "name": "Chocolate bar", - "examine": "Mmmmmmm chocolate." + "id": 1956, + "name": "Cooking apple", + "type": "noted", + "duplicate": true }, { - "id": 1974, - "name": "Chocolate bar", - "examine": "Swap this note at any bank for a Chocolate bar." + "id": 1957, + "name": "Onion", + "type": "normal", + "duplicate": false }, { - "id": 1975, - "name": "Chocolate dust", - "examine": "It's ground up chocolate." + "id": 1958, + "name": "Onion", + "type": "noted", + "duplicate": true }, { - "id": 1976, - "name": "Chocolate dust", - "examine": "Swap this note at any bank for a Chocolate dust." + "id": 1959, + "name": "Pumpkin", + "type": "normal", + "duplicate": false }, { - "id": 1977, - "name": "Chocolatey milk", - "examine": "Milk with chocolate in it." + "id": 1960, + "name": "Pumpkin", + "type": "noted", + "duplicate": true }, { - "id": 1978, - "name": "Cup of tea", - "examine": "A nice cup of tea." + "id": 1961, + "name": "Easter egg", + "type": "normal", + "duplicate": false }, { - "id": 1979, - "name": "Cup of tea", - "examine": "Swap this note at any bank for a Cup of tea." + "id": 1962, + "name": "Easter egg", + "type": "noted", + "duplicate": true }, { - "id": 1980, - "name": "Empty cup", - "examine": "An empty cup." + "id": 1963, + "name": "Banana", + "type": "normal", + "duplicate": false }, { - "id": 1981, - "name": "Empty cup", - "examine": "Swap this note at any bank for an Empty cup." + "id": 1964, + "name": "Banana", + "type": "noted", + "duplicate": true }, { - "id": 1982, - "name": "Tomato", - "examine": "This would make good ketchup." + "id": 1965, + "name": "Cabbage", + "type": "normal", + "duplicate": false }, { - "id": 1983, - "name": "Tomato", - "examine": "Swap this note at any bank for a Tomato." + "id": 1966, + "name": "Cabbage", + "type": "noted", + "duplicate": true }, { - "id": 1984, - "name": "Rotten apple", - "examine": "Rotten to the core!" + "id": 1967, + "name": "Cabbage", + "type": "normal", + "duplicate": false }, { - "id": 1985, - "name": "Cheese", - "examine": "It's got holes in it." + "id": 1968, + "name": "Cabbage", + "type": "noted", + "duplicate": true }, { - "id": 1986, - "name": "Cheese", - "examine": "Swap this note at any bank for a Cheese." + "id": 1969, + "name": "Spinach roll", + "type": "normal", + "duplicate": false }, { - "id": 1987, - "name": "Grapes", - "examine": "Good grapes for wine making." + "id": 1970, + "name": "Spinach roll", + "type": "noted", + "duplicate": true }, { - "id": 1988, - "name": "Grapes", - "examine": "Swap this note at any bank for a Grapes." + "id": 1971, + "name": "Kebab", + "type": "normal", + "duplicate": false }, { - "id": 1989, - "name": "Half full wine jug", - "examine": "An optimist would say it's half full." + "id": 1972, + "name": "Kebab", + "type": "noted", + "duplicate": true }, { - "id": 1990, - "name": "Half full wine jug", - "examine": "Swap this note at any bank for a Half full wine jug." + "id": 1973, + "name": "Chocolate bar", + "type": "normal", + "duplicate": false }, { - "id": 1991, - "name": "Jug of bad wine", - "examine": "Oh dear, this wine is terrible!" + "id": 1974, + "name": "Chocolate bar", + "type": "noted", + "duplicate": true }, { - "id": 1992, - "name": "Jug of bad wine", - "examine": "Swap this note at any bank for a Jug of bad wine." + "id": 1975, + "name": "Chocolate dust", + "type": "normal", + "duplicate": false }, { - "id": 1993, - "name": "Jug of wine", - "examine": "It's full of wine." + "id": 1976, + "name": "Chocolate dust", + "type": "noted", + "duplicate": true }, { - "id": 1994, - "name": "Jug of wine", - "examine": "Swap this note at any bank for a Jug of wine." + "id": 1977, + "name": "Chocolatey milk", + "type": "normal", + "duplicate": false }, { - "id": 1995, - "name": "Unfermented wine", - "examine": "This wine needs to ferment before it can be drunk." + "id": 1978, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 1996, - "name": "Unfermented wine", - "examine": "Swap this note at any bank for an Unfermented wine." + "id": 1979, + "name": "Cup of tea", + "type": "noted", + "duplicate": true }, { - "id": 1997, - "name": "Incomplete stew", - "examine": "I need to add some meat too." + "id": 1980, + "name": "Empty cup", + "type": "normal", + "duplicate": false }, { - "id": 1998, - "name": "Incomplete stew", - "examine": "Swap this note at any bank for an Incomplete stew." + "id": 1981, + "name": "Empty cup", + "type": "noted", + "duplicate": true }, { - "id": 1999, - "name": "Incomplete stew", - "examine": "I need to add some potato too." + "id": 1982, + "name": "Tomato", + "type": "normal", + "duplicate": false }, { - "id": 2000, - "name": "Incomplete stew", - "examine": "Swap this note at any bank for an Incomplete stew." + "id": 1983, + "name": "Tomato", + "type": "noted", + "duplicate": true }, { - "id": 2001, - "name": "Uncooked stew", - "examine": "I need to cook this." + "id": 1984, + "name": "Rotten apple", + "type": "normal", + "duplicate": false }, { - "id": 2002, - "name": "Uncooked stew", - "examine": "Swap this note at any bank for an Uncooked stew." + "id": 1985, + "name": "Cheese", + "type": "normal", + "duplicate": false }, { - "id": 2003, - "name": "Stew", - "examine": "It's a meat and potato stew." + "id": 1986, + "name": "Cheese", + "type": "noted", + "duplicate": true }, { - "id": 2004, - "name": "Stew", - "examine": "Swap this note at any bank for a Stew." + "id": 1987, + "name": "Grapes", + "type": "normal", + "duplicate": false }, { - "id": 2005, - "name": "Burnt stew", - "examine": "Eew, it's horribly burnt." + "id": 1988, + "name": "Grapes", + "type": "noted", + "duplicate": true }, { - "id": 2006, - "name": "Burnt stew", - "examine": "Swap this note at any bank for a Burnt stew." + "id": 1989, + "name": "Half full wine jug", + "type": "normal", + "duplicate": false }, { - "id": 2007, - "name": "Spice", - "examine": "This could liven up an otherwise bland stew." + "id": 1990, + "name": "Half full wine jug", + "type": "noted", + "duplicate": true }, { - "id": 2008, - "name": "Spice", - "examine": "Swap this note at any bank for a Spice." + "id": 1991, + "name": "Jug of bad wine", + "type": "normal", + "duplicate": false }, { - "id": 2009, - "name": "Uncooked curry", - "examine": "I need to cook this." + "id": 1992, + "name": "Jug of bad wine", + "type": "normal", + "duplicate": false }, { - "id": 2010, - "name": "Uncooked curry", - "examine": "Swap this note at any bank for an Uncooked curry." + "id": 1993, + "name": "Jug of wine", + "type": "normal", + "duplicate": false }, { - "id": 2011, - "name": "Curry", - "examine": "It's a spicy hot curry." + "id": 1994, + "name": "Jug of wine", + "type": "noted", + "duplicate": true }, { - "id": 2012, - "name": "Curry", - "examine": "Swap this note at any bank for a Curry." + "id": 1995, + "name": "Unfermented wine", + "type": "normal", + "duplicate": false }, { - "id": 2013, - "name": "Burnt curry", - "examine": "Eew, it's horribly burnt." + "id": 1996, + "name": "Unfermented wine", + "type": "normal", + "duplicate": false }, { - "id": 2014, - "name": "Burnt curry", - "examine": "Swap this note at any bank for a Burnt curry." + "id": 1997, + "name": "Incomplete stew", + "type": "normal", + "duplicate": false }, { - "id": 2015, - "name": "Vodka", - "examine": "A strong spirit." + "id": 1998, + "name": "Incomplete stew", + "type": "noted", + "duplicate": true }, { - "id": 2016, - "name": "Vodka", - "examine": "Swap this note at any bank for a Vodka." + "id": 1999, + "name": "Incomplete stew", + "type": "normal", + "duplicate": false }, { - "id": 2017, - "name": "Whisky", - "examine": "A bottle of Draynor Malt." + "id": 2000, + "name": "Incomplete stew", + "type": "noted", + "duplicate": true }, { - "id": 2018, - "name": "Whisky", - "examine": "Swap this note at any bank for a Whisky." + "id": 2001, + "name": "Uncooked stew", + "type": "normal", + "duplicate": false }, { - "id": 2019, - "name": "Gin", - "examine": "A strong spirit." + "id": 2002, + "name": "Uncooked stew", + "type": "noted", + "duplicate": true }, { - "id": 2020, - "name": "Gin", - "examine": "Swap this note at any bank for a Gin." + "id": 2003, + "name": "Stew", + "type": "normal", + "duplicate": false }, { - "id": 2021, - "name": "Brandy", - "examine": "A strong spirit." + "id": 2004, + "name": "Stew", + "type": "noted", + "duplicate": true }, { - "id": 2022, - "name": "Brandy", - "examine": "Swap this note at any bank for a Brandy." + "id": 2005, + "name": "Burnt stew", + "type": "normal", + "duplicate": false }, { - "id": 2023, - "name": "Cocktail guide", - "examine": "A book on tree gnome cocktails." + "id": 2006, + "name": "Burnt stew", + "type": "noted", + "duplicate": true }, { - "id": 2024, - "name": "Cocktail guide", - "examine": "Swap this note at any bank for a Cocktail guide." + "id": 2007, + "name": "Spice", + "type": "normal", + "duplicate": false }, { - "id": 2025, - "name": "Cocktail shaker", - "examine": "Used for mixing cocktails." + "id": 2008, + "name": "Spice", + "type": "noted", + "duplicate": true }, { - "id": 2026, - "name": "Cocktail glass", - "examine": "For sipping cocktails." + "id": 2009, + "name": "Uncooked curry", + "type": "normal", + "duplicate": false }, { - "id": 2027, - "name": "Cocktail glass", - "examine": "Swap this note at any bank for a Cocktail glass." + "id": 2010, + "name": "Uncooked curry", + "type": "noted", + "duplicate": true }, { - "id": 2028, - "name": "Blurberry special", - "examine": "Looks good... smells strong." + "id": 2011, + "name": "Curry", + "type": "normal", + "duplicate": false }, { - "id": 2029, - "name": "Blurberry special", - "examine": "Swap this note at any bank for a Blurberry special." + "id": 2012, + "name": "Curry", + "type": "noted", + "duplicate": true }, { - "id": 2030, - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage." + "id": 2013, + "name": "Burnt curry", + "type": "normal", + "duplicate": false }, { - "id": 2031, - "name": "Choc saturday", - "examine": "Swap this note at any bank for a Choc saturday." + "id": 2014, + "name": "Burnt curry", + "type": "noted", + "duplicate": true }, { - "id": 2032, - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage." + "id": 2015, + "name": "Vodka", + "type": "normal", + "duplicate": false }, { - "id": 2033, - "name": "Drunk dragon", - "examine": "Swap this note at any bank for a Drunk dragon." + "id": 2016, + "name": "Vodka", + "type": "noted", + "duplicate": true }, { - "id": 2034, - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix." + "id": 2017, + "name": "Whisky", + "type": "normal", + "duplicate": false }, { - "id": 2035, - "name": "Fruit blast", - "examine": "Swap this note at any bank for a Fruit blast." + "id": 2018, + "name": "Whisky", + "type": "noted", + "duplicate": true }, { - "id": 2036, - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix." + "id": 2019, + "name": "Gin", + "type": "normal", + "duplicate": false }, { - "id": 2037, - "name": "Pineapple punch", - "examine": "Swap this note at any bank for a Pineapple punch." + "id": 2020, + "name": "Gin", + "type": "noted", + "duplicate": true }, { - "id": 2038, - "name": "Short green guy", - "examine": "A Short Green Guy... looks good." + "id": 2021, + "name": "Brandy", + "type": "normal", + "duplicate": false }, { - "id": 2039, - "name": "Short green guy", - "examine": "Swap this note at any bank for a Short green guy." + "id": 2022, + "name": "Brandy", + "type": "noted", + "duplicate": true }, { - "id": 2040, - "name": "Wizard blizzard", - "examine": "This looks like a strange mix." + "id": 2023, + "name": "Cocktail guide", + "type": "normal", + "duplicate": false }, { - "id": 2041, - "name": "Wizard blizzard", - "examine": "Swap this note at any bank for a Wizard blizzard." + "id": 2024, + "name": "Cocktail guide", + "type": "noted", + "duplicate": true }, { - "id": 2042, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2025, + "name": "Cocktail shaker", + "type": "normal", + "duplicate": false }, { - "id": 2043, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2026, + "name": "Cocktail glass", + "type": "normal", + "duplicate": false }, { - "id": 2044, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2027, + "name": "Cocktail glass", + "type": "noted", + "duplicate": true }, { - "id": 2045, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2028, + "name": "Premade blurb' sp.", + "type": "normal", + "duplicate": false }, { - "id": 2046, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2029, + "name": "Premade blurb' sp.", + "type": "noted", + "duplicate": true }, { - "id": 2047, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2030, + "name": "Premade choc s'dy", + "type": "normal", + "duplicate": false }, { - "id": 2048, - "name": "Pineapple punch", - "examine": "A fresh healthy fruit mix." + "id": 2031, + "name": "Premade choc s'dy", + "type": "noted", + "duplicate": true }, { - "id": 2049, - "name": "Pineapple punch", - "examine": "Swap this note at any bank for a Pineapple punch." + "id": 2032, + "name": "Premade dr' dragon", + "type": "normal", + "duplicate": false }, { - "id": 2050, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2033, + "name": "Premade dr' dragon", + "type": "noted", + "duplicate": true }, { - "id": 2051, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2034, + "name": "Premade fr' blast", + "type": "normal", + "duplicate": false }, { - "id": 2052, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2035, + "name": "Premade fr' blast", + "type": "noted", + "duplicate": true }, { - "id": 2053, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2036, + "name": "Premade p' punch", + "type": "normal", + "duplicate": false }, { - "id": 2054, - "name": "Wizard blizzard", - "examine": "This looks like a strange mix." + "id": 2037, + "name": "Premade p' punch", + "type": "noted", + "duplicate": true }, { - "id": 2055, - "name": "Wizard blizzard", - "examine": "Swap this note at any bank for a Wizard blizzard." + "id": 2038, + "name": "Premade sgg", + "type": "normal", + "duplicate": false }, { - "id": 2056, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2039, + "name": "Premade sgg", + "type": "noted", + "duplicate": true }, { - "id": 2057, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2040, + "name": "Premade wiz blz'd", + "type": "normal", + "duplicate": false }, { - "id": 2058, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2041, + "name": "Premade wiz blz'd", + "type": "noted", + "duplicate": true }, { - "id": 2059, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2042, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2060, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2043, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2061, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2044, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2062, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2045, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2063, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2046, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2064, - "name": "Blurberry special", - "examine": "Looks good... smells strong." + "id": 2047, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2065, - "name": "Blurberry special", - "examine": "Swap this note at any bank for a Blurberry special." + "id": 2048, + "name": "Pineapple punch", + "type": "normal", + "duplicate": false }, { - "id": 2066, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2049, + "name": "Pineapple punch", + "type": "noted", + "duplicate": true }, { - "id": 2067, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2050, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2068, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2051, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2069, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2052, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2070, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2053, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2071, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2054, + "name": "Wizard blizzard", + "type": "normal", + "duplicate": false }, { - "id": 2072, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2055, + "name": "Wizard blizzard", + "type": "noted", + "duplicate": true }, { - "id": 2073, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2056, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2074, - "name": "Choc saturday", - "examine": "A warm creamy alcoholic beverage." + "id": 2057, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2075, - "name": "Choc saturday", - "examine": "Swap this note at any bank for a Choc saturday." + "id": 2058, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2076, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2059, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2077, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2060, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2078, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2061, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2079, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2062, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2080, - "name": "Short green guy", - "examine": "A Short Green Guy... looks good." + "id": 2063, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2081, - "name": "Short green guy", - "examine": "Swap this note at any bank for a Short green guy." + "id": 2064, + "name": "Blurberry special", + "type": "normal", + "duplicate": false }, { - "id": 2082, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2065, + "name": "Blurberry special", + "type": "noted", + "duplicate": true }, { - "id": 2083, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2066, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2084, - "name": "Fruit blast", - "examine": "A cool refreshing fruit mix." + "id": 2067, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2085, - "name": "Fruit blast", - "examine": "Swap this note at any bank for a Fruit blast." + "id": 2068, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2086, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2069, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2087, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2070, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2088, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2071, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2089, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2072, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2090, - "name": "Unfinished cocktail", - "examine": "This cocktail is just missing those little finishing touches." + "id": 2073, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2091, - "name": "Unfinished cocktail", - "examine": "Swap this note at any bank for an Unfinished cocktail." + "id": 2074, + "name": "Choc saturday", + "type": "normal", + "duplicate": false }, { - "id": 2092, - "name": "Drunk dragon", - "examine": "A warm creamy alcoholic beverage." + "id": 2075, + "name": "Choc saturday", + "type": "noted", + "duplicate": true }, { - "id": 2093, - "name": "Drunk dragon", - "examine": "Swap this note at any bank for a Drunk dragon." + "id": 2076, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2094, - "name": "Odd cocktail", - "examine": "I'm not completely sure what this contains." + "id": 2077, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2095, - "name": "Odd cocktail", - "examine": "Swap this note at any bank for an Odd cocktail." + "id": 2078, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2096, - "name": "Odd cocktail", - "examine": "I'm not completely sure what this contains." + "id": 2079, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2097, - "name": "Odd cocktail", - "examine": "Swap this note at any bank for an Odd cocktail." + "id": 2080, + "name": "Short green guy", + "type": "normal", + "duplicate": false }, { - "id": 2098, - "name": "Odd cocktail", - "examine": "I'm not completely sure what this contains." + "id": 2081, + "name": "Short green guy", + "type": "noted", + "duplicate": true }, { - "id": 2099, - "name": "Odd cocktail", - "examine": "Swap this note at any bank for an Odd cocktail." + "id": 2082, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2100, - "name": "Odd cocktail", - "examine": "I'm not completely sure what this contains." + "id": 2083, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2101, - "name": "Odd cocktail", - "examine": "Swap this note at any bank for an Odd cocktail." + "id": 2084, + "name": "Fruit blast", + "type": "normal", + "duplicate": false }, { - "id": 2102, - "name": "Lemon", - "examine": "A fresh lemon." + "id": 2085, + "name": "Fruit blast", + "type": "noted", + "duplicate": true }, { - "id": 2103, - "name": "Lemon", - "examine": "Swap this note at any bank for a Lemon." + "id": 2086, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2104, - "name": "Lemon chunks", - "examine": "Fresh chunks of lemon." + "id": 2087, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2105, - "name": "Lemon chunks", - "examine": "Swap this note at any bank for a Lemon chunks." + "id": 2088, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2106, - "name": "Lemon slices", - "examine": "Fresh lemon slices." + "id": 2089, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2107, - "name": "Lemon slices", - "examine": "Swap this note at any bank for a Lemon slices." + "id": 2090, + "name": "Unfinished cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2108, - "name": "Orange", - "examine": "A fresh orange." + "id": 2091, + "name": "Unfinished cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2109, - "name": "Orange", - "examine": "Swap this note at any bank for an Orange." + "id": 2092, + "name": "Drunk dragon", + "type": "normal", + "duplicate": false }, { - "id": 2110, - "name": "Orange chunks", - "examine": "Fresh chunks of orange." + "id": 2093, + "name": "Drunk dragon", + "type": "noted", + "duplicate": true }, { - "id": 2111, - "name": "Orange chunks", - "examine": "Swap this note at any bank for an Orange chunks." + "id": 2094, + "name": "Odd cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2112, - "name": "Orange slices", - "examine": "Fresh orange slices." + "id": 2095, + "name": "Odd cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2113, - "name": "Orange slices", - "examine": "Swap this note at any bank for an Orange slices." + "id": 2096, + "name": "Odd cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2114, - "name": "Pineapple", - "examine": "It can be cut up into something more manageable with a knife." + "id": 2097, + "name": "Odd cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2115, - "name": "Pineapple", - "examine": "Swap this note at any bank for a Pineapple." + "id": 2098, + "name": "Odd cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2116, - "name": "Pineapple chunks", - "examine": "Fresh chunks of pineapple." + "id": 2099, + "name": "Odd cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2117, - "name": "Pineapple chunks", - "examine": "Swap this note at any bank for a Pineapple chunks." + "id": 2100, + "name": "Odd cocktail", + "type": "normal", + "duplicate": false }, { - "id": 2118, - "name": "Pineapple ring", - "examine": "Exotic fruit." + "id": 2101, + "name": "Odd cocktail", + "type": "noted", + "duplicate": true }, { - "id": 2119, - "name": "Pineapple ring", - "examine": "Swap this note at any bank for a Pineapple ring." + "id": 2102, + "name": "Lemon", + "type": "normal", + "duplicate": false }, { - "id": 2120, - "name": "Lime", - "examine": "A fresh lime." + "id": 2103, + "name": "Lemon", + "type": "noted", + "duplicate": true }, { - "id": 2121, - "name": "Lime", - "examine": "Swap this note at any bank for a Lime." + "id": 2104, + "name": "Lemon chunks", + "type": "normal", + "duplicate": false }, { - "id": 2122, - "name": "Lime chunks", - "examine": "Fresh chunks of lime." + "id": 2105, + "name": "Lemon chunks", + "type": "noted", + "duplicate": true }, { - "id": 2123, - "name": "Lime chunks", - "examine": "Swap this note at any bank for a Lime chunks." + "id": 2106, + "name": "Lemon slices", + "type": "normal", + "duplicate": false }, { - "id": 2124, - "name": "Lime slices", - "examine": "Fresh lime slices." + "id": 2107, + "name": "Lemon slices", + "type": "noted", + "duplicate": true }, { - "id": 2125, - "name": "Lime slices", - "examine": "Swap this note at any bank for a Lime slices." + "id": 2108, + "name": "Orange", + "type": "normal", + "duplicate": false }, { - "id": 2126, - "name": "Dwellberries", - "examine": "Some rather pretty blue berries." + "id": 2109, + "name": "Orange", + "type": "noted", + "duplicate": true }, { - "id": 2127, - "name": "Dwellberries", - "examine": "Swap this note at any bank for a Dwellberries." + "id": 2110, + "name": "Orange chunks", + "type": "normal", + "duplicate": false }, { - "id": 2128, - "name": "Equa leaves", - "examine": "Small sweet smelling leaves." + "id": 2111, + "name": "Orange chunks", + "type": "noted", + "duplicate": true }, { - "id": 2129, - "name": "Equa leaves", - "examine": "Swap this note at any bank for an Equa leaves." + "id": 2112, + "name": "Orange slices", + "type": "normal", + "duplicate": false }, { - "id": 2130, - "name": "Pot of cream", - "examine": "Fresh cream." + "id": 2113, + "name": "Orange slices", + "type": "noted", + "duplicate": true }, { - "id": 2131, - "name": "Pot of cream", - "examine": "Swap this note at any bank for a Pot of cream." + "id": 2114, + "name": "Pineapple", + "type": "normal", + "duplicate": false }, { - "id": 2132, - "name": "Raw beef", - "examine": "I need to cook this first." + "id": 2115, + "name": "Pineapple", + "type": "noted", + "duplicate": true }, { - "id": 2133, - "name": "Raw beef", - "examine": "Swap this note at any bank for a Raw beef." + "id": 2116, + "name": "Pineapple chunks", + "type": "normal", + "duplicate": false }, { - "id": 2134, - "name": "Raw rat meat", - "examine": "I need to cook this first." + "id": 2117, + "name": "Pineapple chunks", + "type": "noted", + "duplicate": true }, { - "id": 2135, - "name": "Raw rat meat", - "examine": "Swap this note at any bank for a Raw rat meat." + "id": 2118, + "name": "Pineapple ring", + "type": "normal", + "duplicate": false }, { - "id": 2136, - "name": "Raw bear meat", - "examine": "I need to cook this first." + "id": 2119, + "name": "Pineapple ring", + "type": "noted", + "duplicate": true }, { - "id": 2137, - "name": "Raw bear meat", - "examine": "Swap this note at any bank for a Raw bear meat." + "id": 2120, + "name": "Lime", + "type": "normal", + "duplicate": false }, { - "id": 2138, - "name": "Raw chicken", - "examine": "I need to cook this first." + "id": 2121, + "name": "Lime", + "type": "noted", + "duplicate": true }, { - "id": 2139, - "name": "Raw chicken", - "examine": "Swap this note at any bank for a Raw chicken." + "id": 2122, + "name": "Lime chunks", + "type": "normal", + "duplicate": false }, { - "id": 2140, - "name": "Cooked chicken", - "examine": "Mmm this looks tasty." + "id": 2123, + "name": "Lime chunks", + "type": "noted", + "duplicate": true }, { - "id": 2141, - "name": "Cooked chicken", - "examine": "Swap this note at any bank for a Cooked chicken." + "id": 2124, + "name": "Lime slices", + "type": "normal", + "duplicate": false }, { - "id": 2142, - "name": "Cooked meat", - "examine": "Mmm this looks tasty." + "id": 2125, + "name": "Lime slices", + "type": "noted", + "duplicate": true }, { - "id": 2143, - "name": "Cooked meat", - "examine": "Swap this note at any bank for a Cooked meat." + "id": 2126, + "name": "Dwellberries", + "type": "normal", + "duplicate": false }, { - "id": 2144, - "name": "Burnt chicken", - "examine": "Oh dear, it's totally burnt!" + "id": 2127, + "name": "Dwellberries", + "type": "noted", + "duplicate": true }, { - "id": 2145, - "name": "Burnt chicken", - "examine": "Swap this note at any bank for a Burnt chicken." + "id": 2128, + "name": "Equa leaves", + "type": "normal", + "duplicate": false }, { - "id": 2146, - "name": "Burnt meat", - "examine": "Oh dear, it's totally burnt!" + "id": 2129, + "name": "Equa leaves", + "type": "noted", + "duplicate": true }, { - "id": 2147, - "name": "Burnt meat", - "examine": "Swap this note at any bank for a Burnt meat." + "id": 2130, + "name": "Pot of cream", + "type": "normal", + "duplicate": false }, { - "id": 2148, - "name": "Raw lava eel", - "examine": "A very strange eel." + "id": 2131, + "name": "Pot of cream", + "type": "noted", + "duplicate": true }, { - "id": 2149, - "name": "Lava eel", - "examine": "Strange, it looks cooler now it's been cooked." + "id": 2132, + "name": "Raw beef", + "type": "normal", + "duplicate": false }, { - "id": 2150, - "name": "Swamp toad", - "examine": "A slippery little blighter." + "id": 2133, + "name": "Raw beef", + "type": "noted", + "duplicate": true }, { - "id": 2151, - "name": "Swamp toad", - "examine": "Swap this note at any bank for a Swamp toad." + "id": 2134, + "name": "Raw rat meat", + "type": "normal", + "duplicate": false }, { - "id": 2152, - "name": "Toad's legs", - "examine": "They're a gnome delicacy apparently." + "id": 2135, + "name": "Raw rat meat", + "type": "noted", + "duplicate": true }, { - "id": 2153, - "name": "Toad's legs", - "examine": "Swap this note at any bank for a Toad's legs." + "id": 2136, + "name": "Raw bear meat", + "type": "normal", + "duplicate": false }, { - "id": 2154, - "name": "Equa toad's legs", - "examine": "They're a gnome delicacy apparently." + "id": 2137, + "name": "Raw bear meat", + "type": "noted", + "duplicate": true }, { - "id": 2155, - "name": "Equa toad's legs", - "examine": "Swap this note at any bank for an Equa toad's legs." + "id": 2138, + "name": "Raw chicken", + "type": "normal", + "duplicate": false }, { - "id": 2156, - "name": "Spicy toad's legs", - "examine": "They're a gnome delicacy apparently." + "id": 2139, + "name": "Raw chicken", + "type": "noted", + "duplicate": true }, { - "id": 2157, - "name": "Spicy toad's legs", - "examine": "Swap this note at any bank for a Spicy toad's legs." + "id": 2140, + "name": "Cooked chicken", + "type": "normal", + "duplicate": false }, { - "id": 2158, - "name": "Seasoned legs", - "examine": "They're a gnome delicacy apparently." + "id": 2141, + "name": "Cooked chicken", + "type": "noted", + "duplicate": true }, { - "id": 2159, - "name": "Seasoned legs", - "examine": "Swap this note at any bank for a Seasoned legs." + "id": 2142, + "name": "Cooked meat", + "type": "normal", + "duplicate": false }, { - "id": 2160, - "name": "Spicy worm", - "examine": "They're a gnome delicacy apparently." + "id": 2143, + "name": "Cooked meat", + "type": "noted", + "duplicate": true }, { - "id": 2161, - "name": "Spicy worm", - "examine": "Swap this note at any bank for a Spicy worm." + "id": 2144, + "name": "Burnt chicken", + "type": "normal", + "duplicate": false }, { - "id": 2162, - "name": "King worm", - "examine": "They're a gnome delicacy apparently." + "id": 2145, + "name": "Burnt chicken", + "type": "noted", + "duplicate": true }, { - "id": 2163, - "name": "King worm", - "examine": "Swap this note at any bank for a King worm." + "id": 2146, + "name": "Burnt meat", + "type": "normal", + "duplicate": false }, { - "id": 2164, - "name": "Batta tin", - "examine": "A deep tin used for baking gnome battas in." + "id": 2147, + "name": "Burnt meat", + "type": "noted", + "duplicate": true }, { - "id": 2165, - "name": "Crunchy tray", - "examine": "A shallow tray used for baking crunchies in." + "id": 2148, + "name": "Raw lava eel", + "type": "normal", + "duplicate": false }, { - "id": 2166, - "name": "Gnomebowl mould", - "examine": "A large ovenproof bowl." + "id": 2149, + "name": "Lava eel", + "type": "normal", + "duplicate": false }, { - "id": 2167, - "name": "Gianne's cook book", - "examine": "Aluft Gianne's favorite dishes." + "id": 2150, + "name": "Swamp toad", + "type": "normal", + "duplicate": false }, { - "id": 2168, - "name": "Gianne's cook book", - "examine": "Swap this note at any bank for a Gianne's cook book." + "id": 2151, + "name": "Swamp toad", + "type": "noted", + "duplicate": true }, { - "id": 2169, - "name": "Gnome spice", - "examine": "It's Aluft Gianne's secret mix of spices." + "id": 2152, + "name": "Toad's legs", + "type": "normal", + "duplicate": false }, { - "id": 2170, - "name": "Gnome spice", - "examine": "Swap this note at any bank for a Gnome spice." + "id": 2153, + "name": "Toad's legs", + "type": "noted", + "duplicate": true }, { - "id": 2171, - "name": "Gianne dough", - "examine": "It's made from a secret recipe." + "id": 2154, + "name": "Equa toad's legs", + "type": "normal", + "duplicate": false }, { - "id": 2172, - "name": "Gianne dough", - "examine": "Swap this note at any bank for a Gianne dough." + "id": 2155, + "name": "Equa toad's legs", + "type": "noted", + "duplicate": true }, { - "id": 2173, - "name": "Odd gnomebowl", - "examine": "This gnome bowl doesn't look very appetising." + "id": 2156, + "name": "Spicy toad's legs", + "type": "normal", + "duplicate": false }, { - "id": 2174, - "name": "Odd gnomebowl", - "examine": "Swap this note at any bank for an Odd gnomebowl." + "id": 2157, + "name": "Spicy toad's legs", + "type": "noted", + "duplicate": true }, { - "id": 2175, - "name": "Burnt gnomebowl", - "examine": "This gnome bowl has been burnt to a cinder." + "id": 2158, + "name": "Seasoned legs", + "type": "normal", + "duplicate": false }, { - "id": 2176, - "name": "Burnt gnomebowl", - "examine": "Swap this note at any bank for a Burnt gnomebowl." + "id": 2159, + "name": "Seasoned legs", + "type": "noted", + "duplicate": true }, { - "id": 2177, - "name": "Half baked bowl", - "examine": "This gnome bowl is in the early stages of preparation." + "id": 2160, + "name": "Spicy worm", + "type": "normal", + "duplicate": false }, { - "id": 2178, - "name": "Raw gnomebowl", - "examine": "This gnome bowl needs cooking." + "id": 2161, + "name": "Spicy worm", + "type": "noted", + "duplicate": true }, { - "id": 2179, - "name": "Unfinished bowl", - "examine": "This dish is just missing those little finishing touches." + "id": 2162, + "name": "King worm", + "type": "normal", + "duplicate": false }, { - "id": 2180, - "name": "Unfinished bowl", - "examine": "Swap this note at any bank for an Unfinished bowl." + "id": 2163, + "name": "King worm", + "type": "noted", + "duplicate": true }, { - "id": 2181, - "name": "Unfinished bowl", - "examine": "This dish is just missing those little finishing touches." + "id": 2164, + "name": "Batta tin", + "type": "normal", + "duplicate": false }, { - "id": 2182, - "name": "Unfinished bowl", - "examine": "Swap this note at any bank for an Unfinished bowl." + "id": 2165, + "name": "Crunchy tray", + "type": "normal", + "duplicate": false }, { - "id": 2183, - "name": "Unfinished bowl", - "examine": "This dish is just missing those little finishing touches." + "id": 2166, + "name": "Gnomebowl mould", + "type": "normal", + "duplicate": false }, { - "id": 2184, - "name": "Unfinished bowl", - "examine": "Swap this note at any bank for an Unfinished bowl." + "id": 2167, + "name": "Gianne's cook book", + "type": "normal", + "duplicate": false }, { - "id": 2185, - "name": "Chocolate bomb", - "examine": "Looks great!" + "id": 2168, + "name": "Gianne's cook book", + "type": "noted", + "duplicate": true }, { - "id": 2186, - "name": "Chocolate bomb", - "examine": "Swap this note at any bank for a Chocolate bomb." + "id": 2169, + "name": "Gnome spice", + "type": "normal", + "duplicate": false }, { - "id": 2187, - "name": "Tangled toad's legs", - "examine": "It actually smells quite good." + "id": 2170, + "name": "Gnome spice", + "type": "noted", + "duplicate": true }, { - "id": 2188, - "name": "Tangled toad's legs", - "examine": "Swap this note at any bank for a Tangled toad's legs." + "id": 2171, + "name": "Gianne dough", + "type": "normal", + "duplicate": false }, { - "id": 2189, - "name": "Unfinished bowl", - "examine": "This dish is just missing those little finishing touches." + "id": 2172, + "name": "Gianne dough", + "type": "noted", + "duplicate": true }, { - "id": 2190, - "name": "Unfinished bowl", - "examine": "Swap this note at any bank for an Unfinished bowl." + "id": 2173, + "name": "Odd gnomebowl", + "type": "normal", + "duplicate": false }, { - "id": 2191, - "name": "Worm hole", - "examine": "It actually smells quite good." + "id": 2174, + "name": "Odd gnomebowl", + "type": "noted", + "duplicate": true }, { - "id": 2192, - "name": "Worm hole", - "examine": "Swap this note at any bank for a Worm hole." + "id": 2175, + "name": "Burnt gnomebowl", + "type": "normal", + "duplicate": false }, { - "id": 2193, - "name": "Unfinished bowl", - "examine": "This dish is just missing those little finishing touches." + "id": 2176, + "name": "Burnt gnomebowl", + "type": "noted", + "duplicate": true }, { - "id": 2194, - "name": "Unfinished bowl", - "examine": "Swap this note at any bank for an Unfinished bowl." + "id": 2177, + "name": "Half baked bowl", + "type": "normal", + "duplicate": false }, { - "id": 2195, - "name": "Veg ball", - "examine": "This looks pretty healthy." + "id": 2178, + "name": "Raw gnomebowl", + "type": "normal", + "duplicate": false }, { - "id": 2196, - "name": "Veg ball", - "examine": "Swap this note at any bank for a Veg ball." + "id": 2179, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false }, { - "id": 2197, - "name": "Odd crunchies", - "examine": "These crunchies don't look very appetising." + "id": 2180, + "name": "Unfinished bowl", + "type": "noted", + "duplicate": true }, { - "id": 2198, - "name": "Odd crunchies", - "examine": "Swap this note at any bank for an Odd crunchies." + "id": 2181, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false }, { - "id": 2199, - "name": "Burnt crunchies", - "examine": "These crunchies have been burnt to a cinder." + "id": 2182, + "name": "Unfinished bowl", + "type": "noted", + "duplicate": true }, { - "id": 2200, - "name": "Burnt crunchies", - "examine": "Swap this note at any bank for a Burnt crunchies." + "id": 2183, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false }, { - "id": 2201, - "name": "Half baked crunchy", - "examine": "This crunchy is in the early stages of preparation." + "id": 2184, + "name": "Unfinished bowl", + "type": "noted", + "duplicate": true }, { - "id": 2202, - "name": "Raw crunchies", - "examine": "These crunchies need cooking." + "id": 2185, + "name": "Chocolate bomb", + "type": "normal", + "duplicate": false }, { - "id": 2203, - "name": "Unfinished crunchy", - "examine": "These crunchies are just missing those little finishing touches." + "id": 2186, + "name": "Chocolate bomb", + "type": "noted", + "duplicate": true }, { - "id": 2204, - "name": "Unfinished crunchy", - "examine": "Swap this note at any bank for an Unfinished crunchy." + "id": 2187, + "name": "Tangled toad's legs", + "type": "normal", + "duplicate": false }, { - "id": 2205, - "name": "Worm crunchies", - "examine": "It actually smells quite good." + "id": 2188, + "name": "Tangled toad's legs", + "type": "noted", + "duplicate": true }, { - "id": 2206, - "name": "Worm crunchies", - "examine": "Swap this note at any bank for a Worm crunchies." + "id": 2189, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false }, { - "id": 2207, - "name": "Unfinished crunchy", - "examine": "These crunchies are just missing those little finishing touches." + "id": 2190, + "name": "Unfinished bowl", + "type": "noted", + "duplicate": true }, { - "id": 2208, - "name": "Unfinished crunchy", - "examine": "Swap this note at any bank for an Unfinished crunchy." + "id": 2191, + "name": "Worm hole", + "type": "normal", + "duplicate": false }, { - "id": 2209, - "name": "Chocchip crunchies", - "examine": "Yum... smells good." + "id": 2192, + "name": "Worm hole", + "type": "noted", + "duplicate": true }, { - "id": 2210, - "name": "Chocchip crunchies", - "examine": "Swap this note at any bank for a Chocchip crunchies." + "id": 2193, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false }, { - "id": 2211, - "name": "Unfinished crunchy", - "examine": "These crunchies are just missing those little finishing touches." + "id": 2194, + "name": "Unfinished bowl", + "type": "noted", + "duplicate": true }, { - "id": 2212, - "name": "Unfinished crunchy", - "examine": "Swap this note at any bank for an Unfinished crunchy." + "id": 2195, + "name": "Veg ball", + "type": "normal", + "duplicate": false }, { - "id": 2213, - "name": "Spicy crunchies", - "examine": "Yum... smells good." + "id": 2196, + "name": "Veg ball", + "type": "noted", + "duplicate": true }, { - "id": 2214, - "name": "Spicy crunchies", - "examine": "Swap this note at any bank for a Spicy crunchies." + "id": 2197, + "name": "Odd crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2215, - "name": "Unfinished crunchy", - "examine": "These crunchies are just missing those little finishing touches." + "id": 2198, + "name": "Odd crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2216, - "name": "Unfinished crunchy", - "examine": "Swap this note at any bank for an Unfinished crunchy." + "id": 2199, + "name": "Burnt crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2217, - "name": "Toad crunchies", - "examine": "It actually smells quite good." + "id": 2200, + "name": "Burnt crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2218, - "name": "Toad crunchies", - "examine": "Swap this note at any bank for a Toad crunchies." + "id": 2201, + "name": "Half baked crunchy", + "type": "normal", + "duplicate": false }, { - "id": 2219, - "name": "Worm batta", - "examine": "It actually smells quite good." + "id": 2202, + "name": "Raw crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2220, - "name": "Worm batta", - "examine": "Swap this note at any bank for a Worm batta." + "id": 2203, + "name": "Rock-climbing boots", + "type": "normal", + "duplicate": false }, { - "id": 2221, - "name": "Toad batta", - "examine": "It actually smells quite good." + "id": 2204, + "name": "Rock-climbing boots", + "type": "noted", + "duplicate": true }, { - "id": 2222, - "name": "Toad batta", - "examine": "Swap this note at any bank for a Toad batta." + "id": 2205, + "name": "Worm crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2223, - "name": "Cheese+tom batta", - "examine": "This smells really good." + "id": 2206, + "name": "Worm crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2224, - "name": "Cheese+tom batta", - "examine": "Swap this note at any bank for a Cheese+tom batta." + "id": 2207, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false }, { - "id": 2225, - "name": "Fruit batta", - "examine": "It actually smells quite good." + "id": 2208, + "name": "Unfinished crunchy", + "type": "noted", + "duplicate": true }, { - "id": 2226, - "name": "Fruit batta", - "examine": "Swap this note at any bank for a Fruit batta." + "id": 2209, + "name": "Chocchip crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2227, - "name": "Vegetable batta", - "examine": "Well... it looks healthy." + "id": 2210, + "name": "Chocchip crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2228, - "name": "Vegetable batta", - "examine": "Swap this note at any bank for a Vegetable batta." + "id": 2211, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false }, { - "id": 2229, - "name": "Chocolate bomb", - "examine": "Looks great!" + "id": 2212, + "name": "Unfinished crunchy", + "type": "noted", + "duplicate": true }, { - "id": 2230, - "name": "Chocolate bomb", - "examine": "Swap this note at any bank for a Chocolate bomb." + "id": 2213, + "name": "Spicy crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2231, - "name": "Tangled toad's legs", - "examine": "It actually smells quite good." + "id": 2214, + "name": "Spicy crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2232, - "name": "Tangled toad's legs", - "examine": "Swap this note at any bank for a Tangled toad's legs." + "id": 2215, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false }, { - "id": 2233, - "name": "Worm hole", - "examine": "It actually smells quite good." + "id": 2216, + "name": "Unfinished crunchy", + "type": "noted", + "duplicate": true }, { - "id": 2234, - "name": "Worm hole", - "examine": "Swap this note at any bank for a Worm hole." + "id": 2217, + "name": "Toad crunchies", + "type": "normal", + "duplicate": false }, { - "id": 2235, - "name": "Veg ball", - "examine": "This looks pretty healthy." + "id": 2218, + "name": "Toad crunchies", + "type": "noted", + "duplicate": true }, { - "id": 2236, - "name": "Veg ball", - "examine": "Swap this note at any bank for a Veg ball." + "id": 2219, + "name": "Premade w'm batta", + "type": "normal", + "duplicate": false }, { - "id": 2237, - "name": "Worm crunchies", - "examine": "It actually smells quite good." + "id": 2220, + "name": "Premade w'm batta", + "type": "noted", + "duplicate": true }, { - "id": 2238, - "name": "Worm crunchies", - "examine": "Swap this note at any bank for a Worm crunchies." + "id": 2221, + "name": "Premade t'd batta", + "type": "normal", + "duplicate": false }, { - "id": 2239, - "name": "Chocchip crunchies", - "examine": "Yum... smells good." + "id": 2222, + "name": "Premade t'd batta", + "type": "noted", + "duplicate": true }, { - "id": 2240, - "name": "Chocchip crunchies", - "examine": "Swap this note at any bank for a Chocchip crunchies." + "id": 2223, + "name": "Premade c+t batta", + "type": "normal", + "duplicate": false }, { - "id": 2241, - "name": "Spicy crunchies", - "examine": "Yum... smells good." + "id": 2224, + "name": "Premade c+t batta", + "type": "noted", + "duplicate": true }, { - "id": 2242, - "name": "Spicy crunchies", - "examine": "Swap this note at any bank for a Spicy crunchies." + "id": 2225, + "name": "Premade fr't batta", + "type": "normal", + "duplicate": false }, { - "id": 2243, - "name": "Toad crunchies", - "examine": "It actually smells quite good." + "id": 2226, + "name": "Premade fr't batta", + "type": "noted", + "duplicate": true }, { - "id": 2244, - "name": "Toad crunchies", - "examine": "Swap this note at any bank for a Toad crunchies." + "id": 2227, + "name": "Premade veg batta", + "type": "normal", + "duplicate": false }, { - "id": 2245, - "name": "Odd batta", - "examine": "This batta doesn't look very appetising." + "id": 2228, + "name": "Premade veg batta", + "type": "noted", + "duplicate": true }, { - "id": 2246, - "name": "Odd batta", - "examine": "Swap this note at any bank for an Odd batta." + "id": 2229, + "name": "Premade choc bomb", + "type": "normal", + "duplicate": false }, { - "id": 2247, - "name": "Burnt batta", - "examine": "This batta has been burnt to a cinder." + "id": 2230, + "name": "Premade choc bomb", + "type": "noted", + "duplicate": true }, { - "id": 2248, - "name": "Burnt batta", - "examine": "Swap this note at any bank for a Burnt batta." + "id": 2231, + "name": "Premade ttl", + "type": "normal", + "duplicate": false }, { - "id": 2249, - "name": "Half baked batta", - "examine": "This gnome batta is in the early stages of preparation." + "id": 2232, + "name": "Premade ttl", + "type": "noted", + "duplicate": true }, { - "id": 2250, - "name": "Raw batta", - "examine": "This gnome batta needs cooking." + "id": 2233, + "name": "Premade worm hole", + "type": "normal", + "duplicate": false }, { - "id": 2251, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2234, + "name": "Premade worm hole", + "type": "noted", + "duplicate": true }, { - "id": 2252, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2235, + "name": "Premade veg ball", + "type": "normal", + "duplicate": false }, { - "id": 2253, - "name": "Worm batta", - "examine": "It actually smells quite good." + "id": 2236, + "name": "Premade veg ball", + "type": "noted", + "duplicate": true }, { - "id": 2254, - "name": "Worm batta", - "examine": "Swap this note at any bank for a Worm batta." + "id": 2237, + "name": "Premade w'm crun'", + "type": "normal", + "duplicate": false }, { - "id": 2255, - "name": "Toad batta", - "examine": "It actually smells quite good." + "id": 2238, + "name": "Premade w'm crun'", + "type": "noted", + "duplicate": true }, { - "id": 2256, - "name": "Toad batta", - "examine": "Swap this note at any bank for a Toad batta." + "id": 2239, + "name": "Premade ch' crunch", + "type": "normal", + "duplicate": false }, { - "id": 2257, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2240, + "name": "Premade ch' crunch", + "type": "noted", + "duplicate": true }, { - "id": 2258, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2241, + "name": "Premade s'y crunch", + "type": "normal", + "duplicate": false }, { - "id": 2259, - "name": "Cheese+tom batta", - "examine": "This smells really good." + "id": 2242, + "name": "Premade s'y crunch", + "type": "noted", + "duplicate": true }, { - "id": 2260, - "name": "Cheese+tom batta", - "examine": "Swap this note at any bank for a Cheese+tom batta." + "id": 2243, + "name": "Premade t'd crunch", + "type": "normal", + "duplicate": false }, { - "id": 2261, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2244, + "name": "Premade t'd crunch", + "type": "noted", + "duplicate": true }, { - "id": 2262, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2245, + "name": "Odd batta", + "type": "normal", + "duplicate": false }, { - "id": 2263, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2246, + "name": "Odd batta", + "type": "noted", + "duplicate": true }, { - "id": 2264, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2247, + "name": "Burnt batta", + "type": "normal", + "duplicate": false }, { - "id": 2265, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2248, + "name": "Burnt batta", + "type": "noted", + "duplicate": true }, { - "id": 2266, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2249, + "name": "Half baked batta", + "type": "normal", + "duplicate": false }, { - "id": 2267, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2250, + "name": "Raw batta", + "type": "normal", + "duplicate": false }, { - "id": 2268, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2251, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2269, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2252, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2270, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2253, + "name": "Worm batta", + "type": "normal", + "duplicate": false }, { - "id": 2271, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2254, + "name": "Worm batta", + "type": "noted", + "duplicate": true }, { - "id": 2272, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2255, + "name": "Toad batta", + "type": "normal", + "duplicate": false }, { - "id": 2273, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2256, + "name": "Toad batta", + "type": "noted", + "duplicate": true }, { - "id": 2274, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2257, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2275, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2258, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2276, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2259, + "name": "Cheese+tom batta", + "type": "normal", + "duplicate": false }, { - "id": 2277, - "name": "Fruit batta", - "examine": "It actually smells quite good." + "id": 2260, + "name": "Cheese+tom batta", + "type": "noted", + "duplicate": true }, { - "id": 2278, - "name": "Fruit batta", - "examine": "Swap this note at any bank for a Fruit batta." + "id": 2261, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2279, - "name": "Unfinished batta", - "examine": "This batta is just missing those little finishing touches." + "id": 2262, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2280, - "name": "Unfinished batta", - "examine": "Swap this note at any bank for an Unfinished batta." + "id": 2263, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2281, - "name": "Vegetable batta", - "examine": "Well... it looks healthy." + "id": 2264, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2282, - "name": "Vegetable batta", - "examine": "Swap this note at any bank for a Vegetable batta." + "id": 2265, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2283, - "name": "Pizza base", - "examine": "I need to add some tomato next." + "id": 2266, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2284, - "name": "Pizza base", - "examine": "Swap this note at any bank for a Pizza base." + "id": 2267, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2285, - "name": "Incomplete pizza", - "examine": "I need to add some cheese next." + "id": 2268, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2286, - "name": "Incomplete pizza", - "examine": "Swap this note at any bank for an Incomplete pizza." + "id": 2269, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2287, - "name": "Uncooked pizza", - "examine": "This needs cooking." + "id": 2270, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2288, - "name": "Uncooked pizza", - "examine": "Swap this note at any bank for an Uncooked pizza." + "id": 2271, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2289, - "name": "Plain pizza", - "examine": "A cheese and tomato pizza." + "id": 2272, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2290, - "name": "Plain pizza", - "examine": "Swap this note at any bank for a Plain pizza." + "id": 2273, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2291, - "name": "1/2 plain pizza", - "examine": "Half of this pizza has been eaten." + "id": 2274, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2292, - "name": "1/2 plain pizza", - "examine": "Swap this note at any bank for a 1/2 plain pizza." + "id": 2275, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2293, - "name": "Meat pizza", - "examine": "A pizza with bits of meat on it." + "id": 2276, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2294, - "name": "Meat pizza", - "examine": "Swap this note at any bank for a Meat pizza." + "id": 2277, + "name": "Fruit batta", + "type": "normal", + "duplicate": false }, { - "id": 2295, - "name": "1/2 meat pizza", - "examine": "Half of this pizza has been eaten." + "id": 2278, + "name": "Fruit batta", + "type": "noted", + "duplicate": true }, { - "id": 2296, - "name": "1/2 meat pizza", - "examine": "Swap this note at any bank for a 1/2 meat pizza." + "id": 2279, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false }, { - "id": 2297, - "name": "Anchovy pizza", - "examine": "A pizza with anchovies." + "id": 2280, + "name": "Unfinished batta", + "type": "noted", + "duplicate": true }, { - "id": 2298, - "name": "Anchovy pizza", - "examine": "Swap this note at any bank for an Anchovy pizza." + "id": 2281, + "name": "Vegetable batta", + "type": "normal", + "duplicate": false }, { - "id": 2299, - "name": "1/2 anchovy pizza", - "examine": "Half of this pizza has been eaten." + "id": 2282, + "name": "Vegetable batta", + "type": "noted", + "duplicate": true }, { - "id": 2300, - "name": "1/2 anchovy pizza", - "examine": "Swap this note at any bank for a 1/2 anchovy pizza." + "id": 2283, + "name": "Pizza base", + "type": "normal", + "duplicate": false }, { - "id": 2301, - "name": "Pineapple pizza", - "examine": "A tropicana pizza." + "id": 2284, + "name": "Pizza base", + "type": "noted", + "duplicate": true }, { - "id": 2302, - "name": "Pineapple pizza", - "examine": "Swap this note at any bank for a Pineapple pizza." + "id": 2285, + "name": "Incomplete pizza", + "type": "normal", + "duplicate": false }, { - "id": 2303, - "name": "1/2pineapple pizza", - "examine": "Half of this pizza has been eaten." + "id": 2286, + "name": "Incomplete pizza", + "type": "noted", + "duplicate": true }, { - "id": 2304, - "name": "1/2pineapple pizza", - "examine": "Swap this note at any bank for a 1/2pineapple pizza." + "id": 2287, + "name": "Uncooked pizza", + "type": "normal", + "duplicate": false }, { - "id": 2305, - "name": "Burnt pizza", - "examine": "Oh dear!" + "id": 2288, + "name": "Uncooked pizza", + "type": "noted", + "duplicate": true }, { - "id": 2306, - "name": "Burnt pizza", - "examine": "Swap this note at any bank for a Burnt pizza." + "id": 2289, + "name": "Plain pizza", + "type": "normal", + "duplicate": false }, { - "id": 2307, - "name": "Bread dough", - "examine": "Some uncooked dough." + "id": 2290, + "name": "Plain pizza", + "type": "noted", + "duplicate": true }, { - "id": 2308, - "name": "Bread dough", - "examine": "Swap this note at any bank for a Bread dough." + "id": 2291, + "name": "1/2 plain pizza", + "type": "normal", + "duplicate": false }, { - "id": 2309, - "name": "Bread", - "examine": "Nice crispy bread." + "id": 2292, + "name": "1/2 plain pizza", + "type": "noted", + "duplicate": true }, { - "id": 2310, - "name": "Bread", - "examine": "Swap this note at any bank for a Bread." + "id": 2293, + "name": "Meat pizza", + "type": "normal", + "duplicate": false }, { - "id": 2311, - "name": "Burnt bread", - "examine": "Nice crispy bread. Possibly too crispy." + "id": 2294, + "name": "Meat pizza", + "type": "noted", + "duplicate": true }, { - "id": 2312, - "name": "Burnt bread", - "examine": "Swap this note at any bank for a Burnt bread." + "id": 2295, + "name": "1/2 meat pizza", + "type": "normal", + "duplicate": false }, { - "id": 2313, - "name": "Pie dish", - "examine": "Deceptively pie shaped." + "id": 2296, + "name": "1/2 meat pizza", + "type": "noted", + "duplicate": true }, { - "id": 2314, - "name": "Pie dish", - "examine": "Swap this note at any bank for a Pie dish." + "id": 2297, + "name": "Anchovy pizza", + "type": "normal", + "duplicate": false }, { - "id": 2315, - "name": "Pie shell", - "examine": "I need to find a filling for this pie." + "id": 2298, + "name": "Anchovy pizza", + "type": "noted", + "duplicate": true }, { - "id": 2316, - "name": "Pie shell", - "examine": "Swap this note at any bank for a Pie shell." + "id": 2299, + "name": "1/2 anchovy pizza", + "type": "normal", + "duplicate": false }, { - "id": 2317, - "name": "Uncooked apple pie", - "examine": "This would be much tastier cooked." + "id": 2300, + "name": "1/2 anchovy pizza", + "type": "noted", + "duplicate": true }, { - "id": 2318, - "name": "Uncooked apple pie", - "examine": "Swap this note at any bank for an Uncooked apple pie." + "id": 2301, + "name": "Pineapple pizza", + "type": "normal", + "duplicate": false }, { - "id": 2319, - "name": "Uncooked meat pie", - "examine": "This would be much healthier cooked." + "id": 2302, + "name": "Pineapple pizza", + "type": "noted", + "duplicate": true }, { - "id": 2320, - "name": "Uncooked meat pie", - "examine": "Swap this note at any bank for an Uncooked meat pie." + "id": 2303, + "name": "1/2 pineapple pizza", + "type": "normal", + "duplicate": false }, { - "id": 2321, - "name": "Uncooked berry pie", - "examine": "This would be much more appetising cooked." + "id": 2304, + "name": "1/2 pineapple pizza", + "type": "noted", + "duplicate": true }, { - "id": 2322, - "name": "Uncooked berry pie", - "examine": "Swap this note at any bank for an Uncooked berry pie." + "id": 2305, + "name": "Burnt pizza", + "type": "normal", + "duplicate": false }, { - "id": 2323, - "name": "Apple pie", - "examine": "Mmm Apple pie." + "id": 2306, + "name": "Burnt pizza", + "type": "noted", + "duplicate": true }, { - "id": 2324, - "name": "Apple pie", - "examine": "Swap this note at any bank for an Apple pie." + "id": 2307, + "name": "Bread dough", + "type": "normal", + "duplicate": false }, { - "id": 2325, - "name": "Redberry pie", - "examine": "Looks tasty." + "id": 2308, + "name": "Bread dough", + "type": "noted", + "duplicate": true }, { - "id": 2326, - "name": "Redberry pie", - "examine": "Swap this note at any bank for a Redberry pie." + "id": 2309, + "name": "Bread", + "type": "normal", + "duplicate": false }, { - "id": 2327, - "name": "Meat pie", - "examine": "Not for vegetarians." + "id": 2310, + "name": "Bread", + "type": "noted", + "duplicate": true }, { - "id": 2328, - "name": "Meat pie", - "examine": "Swap this note at any bank for a Meat pie." + "id": 2311, + "name": "Burnt bread", + "type": "normal", + "duplicate": false }, { - "id": 2329, - "name": "Burnt pie", - "examine": "I think I left it on the stove too long." + "id": 2312, + "name": "Burnt bread", + "type": "noted", + "duplicate": true }, { - "id": 2330, - "name": "Burnt pie", - "examine": "Swap this note at any bank for a Burnt pie." + "id": 2313, + "name": "Pie dish", + "type": "normal", + "duplicate": false }, { - "id": 2331, - "name": "Half a meat pie", - "examine": "Half of it is suitable for vegetarians." + "id": 2314, + "name": "Pie dish", + "type": "noted", + "duplicate": true }, { - "id": 2332, - "name": "Half a meat pie", - "examine": "Swap this note at any bank for a Half a meat pie." + "id": 2315, + "name": "Pie shell", + "type": "normal", + "duplicate": false }, { - "id": 2333, - "name": "Half a redberry pie", - "examine": "So tasty I kept some for later." + "id": 2316, + "name": "Pie shell", + "type": "noted", + "duplicate": true }, { - "id": 2334, - "name": "Half a redberry pie", - "examine": "Swap this note at any bank for a Half a redberry pie." + "id": 2317, + "name": "Uncooked apple pie", + "type": "normal", + "duplicate": false }, { - "id": 2335, - "name": "Half an apple pie", - "examine": "Mmm half an apple pie." + "id": 2318, + "name": "Uncooked apple pie", + "type": "noted", + "duplicate": true }, { - "id": 2336, - "name": "Half an apple pie", - "examine": "Swap this note at any bank for a Half an apple pie." + "id": 2319, + "name": "Uncooked meat pie", + "type": "normal", + "duplicate": false }, { - "id": 2337, - "name": "Raw oomlie", - "examine": "Raw meat from the oomlie bird." + "id": 2320, + "name": "Uncooked meat pie", + "type": "noted", + "duplicate": true }, { - "id": 2338, - "name": "Raw oomlie", - "examine": "Swap this note at any bank for a Raw oomlie." + "id": 2321, + "name": "Uncooked berry pie", + "type": "normal", + "duplicate": false }, { - "id": 2339, - "name": "Palm leaf", - "examine": "A thick green palm leaf used by natives to cook meat in." + "id": 2322, + "name": "Uncooked berry pie", + "type": "noted", + "duplicate": true }, { - "id": 2340, - "name": "Palm leaf", - "examine": "Swap this note at any bank for a Palm leaf." + "id": 2323, + "name": "Apple pie", + "type": "normal", + "duplicate": false }, { - "id": 2341, - "name": "Wrapped oomlie", - "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked." + "id": 2324, + "name": "Apple pie", + "type": "noted", + "duplicate": true }, { - "id": 2342, - "name": "Wrapped oomlie", - "examine": "Swap this note at any bank for a Wrapped oomlie." + "id": 2325, + "name": "Redberry pie", + "type": "normal", + "duplicate": false }, { - "id": 2343, - "name": "Cooked oomlie wrap", - "examine": "Deliciously cooked oomlie meat in a palm leaf pouch." + "id": 2326, + "name": "Redberry pie", + "type": "noted", + "duplicate": true }, { - "id": 2344, - "name": "Cooked oomlie wrap", - "examine": "Swap this note at any bank for a Cooked oomlie wrap." + "id": 2327, + "name": "Meat pie", + "type": "normal", + "duplicate": false }, { - "id": 2345, - "name": "Burnt oomlie wrap", - "examine": "Burnt oomlie meat in a palm leaf pouch." + "id": 2328, + "name": "Meat pie", + "type": "noted", + "duplicate": true }, { - "id": 2346, - "name": "Burnt oomlie wrap", - "examine": "Swap this note at any bank for a Burnt oomlie wrap." + "id": 2329, + "name": "Burnt pie", + "type": "normal", + "duplicate": false }, { - "id": 2347, - "name": "Hammer", - "examine": "Good for hitting things!" + "id": 2330, + "name": "Burnt pie", + "type": "noted", + "duplicate": true }, { - "id": 2348, - "name": "Hammer", - "examine": "Swap this note at any bank for a Hammer." + "id": 2331, + "name": "Half a meat pie", + "type": "normal", + "duplicate": false }, { - "id": 2349, - "name": "Bronze bar", - "examine": "It's a bar of bronze." + "id": 2332, + "name": "Half a meat pie", + "type": "noted", + "duplicate": true }, { - "id": 2350, - "name": "Bronze bar", - "examine": "Swap this note at any bank for a Bronze bar." + "id": 2333, + "name": "Half a redberry pie", + "type": "normal", + "duplicate": false }, { - "id": 2351, - "name": "Iron bar", - "examine": "It's a bar of iron." + "id": 2334, + "name": "Half a redberry pie", + "type": "noted", + "duplicate": true }, { - "id": 2352, - "name": "Iron bar", - "examine": "Swap this note at any bank for an Iron bar." + "id": 2335, + "name": "Half an apple pie", + "type": "normal", + "duplicate": false }, { - "id": 2353, - "name": "Steel bar", - "examine": "It's a bar of steel." + "id": 2336, + "name": "Half an apple pie", + "type": "noted", + "duplicate": true }, { - "id": 2354, - "name": "Steel bar", - "examine": "Swap this note at any bank for a Steel bar." + "id": 2337, + "name": "Raw oomlie", + "type": "normal", + "duplicate": false }, { - "id": 2355, - "name": "Silver bar", - "examine": "It's a bar of silver." + "id": 2338, + "name": "Raw oomlie", + "type": "noted", + "duplicate": true }, { - "id": 2356, - "name": "Silver bar", - "examine": "Swap this note at any bank for a Silver bar." + "id": 2339, + "name": "Palm leaf", + "type": "normal", + "duplicate": false }, { - "id": 2357, - "name": "Gold bar", - "examine": "It's a bar of gold." + "id": 2340, + "name": "Palm leaf", + "type": "normal", + "duplicate": false }, { - "id": 2358, - "name": "Gold bar", - "examine": "Swap this note at any bank for a Gold bar." + "id": 2341, + "name": "Wrapped oomlie", + "type": "normal", + "duplicate": false }, { - "id": 2359, - "name": "Mithril bar", - "examine": "It's a bar of mithril." + "id": 2342, + "name": "Wrapped oomlie", + "type": "noted", + "duplicate": true }, { - "id": 2360, - "name": "Mithril bar", - "examine": "Swap this note at any bank for a Mithril bar." + "id": 2343, + "name": "Cooked oomlie wrap", + "type": "normal", + "duplicate": false }, { - "id": 2361, - "name": "Adamantite bar", - "examine": "It's a bar of adamantite." + "id": 2344, + "name": "Cooked oomlie wrap", + "type": "noted", + "duplicate": true }, { - "id": 2362, - "name": "Adamantite bar", - "examine": "Swap this note at any bank for an Adamantite bar." + "id": 2345, + "name": "Burnt oomlie wrap", + "type": "normal", + "duplicate": false }, { - "id": 2363, - "name": "Runite bar", - "examine": "It's a bar of runite." + "id": 2346, + "name": "Burnt oomlie wrap", + "type": "noted", + "duplicate": true }, { - "id": 2364, - "name": "Runite bar", - "examine": "Swap this note at any bank for a Runite bar." + "id": 2347, + "name": "Hammer", + "type": "normal", + "duplicate": false }, { - "id": 2365, - "name": "'perfect' gold bar", - "examine": "It's a bar of 'perfect' gold." + "id": 2348, + "name": "Hammer", + "type": "noted", + "duplicate": true }, { - "id": 2366, - "name": "Shield left half", - "examine": "The left half of a dragon square shield." + "id": 2349, + "name": "Bronze bar", + "type": "normal", + "duplicate": false }, { - "id": 2367, - "name": "Shield left half", - "examine": "Swap this note at any bank for a Shield left half." + "id": 2350, + "name": "Bronze bar", + "type": "noted", + "duplicate": true }, { - "id": 2368, - "name": "Shield right half", - "examine": "The right half of a dragon square shield." + "id": 2351, + "name": "Iron bar", + "type": "normal", + "duplicate": false }, { - "id": 2369, - "name": "Shield right half", - "examine": "Swap this note at any bank for a Shield right half." + "id": 2352, + "name": "Iron bar", + "type": "noted", + "duplicate": true }, { - "id": 2370, - "name": "Steel studs", - "examine": "A set of studs for leather armour." + "id": 2353, + "name": "Steel bar", + "type": "normal", + "duplicate": false }, { - "id": 2371, - "name": "Steel studs", - "examine": "Swap this note at any bank for a Steel studs." + "id": 2354, + "name": "Steel bar", + "type": "noted", + "duplicate": true }, { - "id": 2372, - "name": "Ogre relic", - "examine": "An old statue of an ogre warrior." + "id": 2355, + "name": "Silver bar", + "type": "normal", + "duplicate": false }, { - "id": 2373, - "name": "Relic part 1", - "examine": "Part of an ogre relic." + "id": 2356, + "name": "Silver bar", + "type": "noted", + "duplicate": true }, { - "id": 2374, - "name": "Relic part 2", - "examine": "Part of an ogre relic." + "id": 2357, + "name": "Gold bar", + "type": "normal", + "duplicate": false }, { - "id": 2375, - "name": "Relic part 3", - "examine": "Part of an ogre relic." + "id": 2358, + "name": "Gold bar", + "type": "noted", + "duplicate": true }, { - "id": 2376, - "name": "Skavid map", - "examine": "It's a map." + "id": 2359, + "name": "Mithril bar", + "type": "normal", + "duplicate": false }, { - "id": 2377, - "name": "Ogre tooth", - "examine": "Very tooth like." + "id": 2360, + "name": "Mithril bar", + "type": "noted", + "duplicate": true }, { - "id": 2378, - "name": "Toban's key", - "examine": "Formerly the property of Toban the ogre." + "id": 2361, + "name": "Adamantite bar", + "type": "normal", + "duplicate": false }, { - "id": 2379, - "name": "Rock cake", - "examine": "Handy if you want to break all your teeth." + "id": 2362, + "name": "Adamantite bar", + "type": "noted", + "duplicate": true }, { - "id": 2380, - "name": "Crystal", - "examine": "Powers the Watchtower in Yanille." + "id": 2363, + "name": "Runite bar", + "type": "normal", + "duplicate": false }, { - "id": 2381, - "name": "Crystal", - "examine": "Powers the Watchtower in Yanille." + "id": 2364, + "name": "Runite bar", + "type": "noted", + "duplicate": true }, { - "id": 2382, - "name": "Crystal", - "examine": "Powers the Watchtower in Yanille." + "id": 2365, + "name": "'perfect' gold bar", + "type": "normal", + "duplicate": false }, { - "id": 2383, - "name": "Crystal", - "examine": "Powers the Watchtower in Yanille." + "id": 2366, + "name": "Shield left half", + "type": "normal", + "duplicate": false }, { - "id": 2384, - "name": "Finger nails", - "examine": "Eeeeyeeew!" + "id": 2367, + "name": "Shield left half", + "type": "noted", + "duplicate": true }, { - "id": 2385, - "name": "Old robe", - "examine": "I can't wear this old thing." + "id": 2368, + "name": "Shield right half", + "type": "normal", + "duplicate": false }, { - "id": 2386, - "name": "Unusual armour", - "examine": "Looks kind of useless..." + "id": 2369, + "name": "Shield right half", + "type": "noted", + "duplicate": true }, { - "id": 2387, - "name": "Damaged dagger", - "examine": "Pointy." + "id": 2370, + "name": "Steel studs", + "type": "normal", + "duplicate": false }, { - "id": 2388, - "name": "Tattered eye patch", - "examine": "Useless as an eyepatch." + "id": 2371, + "name": "Steel studs", + "type": "noted", + "duplicate": true }, { - "id": 2389, - "name": "Vial", - "examine": "An infusion of water and jangerberries." + "id": 2372, + "name": "Ogre relic", + "type": "normal", + "duplicate": false }, { - "id": 2390, - "name": "Vial", - "examine": "A mixture of jangerberries and guam leaves in a vial." + "id": 2373, + "name": "Relic part 1", + "type": "normal", + "duplicate": false }, { - "id": 2391, - "name": "Ground bat bones", - "examine": "Let's see it fly now!" + "id": 2374, + "name": "Relic part 2", + "type": "normal", + "duplicate": false }, { - "id": 2392, - "name": "Ground bat bones", - "examine": "Swap this note at any bank for a Ground bat bones." + "id": 2375, + "name": "Relic part 3", + "type": "normal", + "duplicate": false }, { - "id": 2393, - "name": "Gold", - "examine": "It's a stolen bar of gold." + "id": 2376, + "name": "Skavid map", + "type": "normal", + "duplicate": false }, { - "id": 2394, - "name": "Potion", - "examine": "A strange brew." + "id": 2377, + "name": "Ogre tooth", + "type": "normal", + "duplicate": false }, { - "id": 2395, - "name": "Magic ogre potion", - "examine": "A dangerous magical liquid." + "id": 2378, + "name": "Toban's key", + "type": "normal", + "duplicate": false }, { - "id": 2396, - "name": "Spell scroll", - "examine": "A spell is written on this parchment." + "id": 2379, + "name": "Rock cake", + "type": "normal", + "duplicate": false }, { - "id": 2397, - "name": "Shaman robe", - "examine": "A tattered old robe." + "id": 2380, + "name": "Crystal", + "type": "normal", + "duplicate": false }, { - "id": 2398, - "name": "Nightshade", - "examine": "Deadly!" + "id": 2381, + "name": "Crystal", + "type": "normal", + "duplicate": false }, { - "id": 2399, - "name": "Key", - "examine": "A key given to me by Wizard Traiborn." + "id": 2382, + "name": "Crystal", + "type": "normal", + "duplicate": false }, { - "id": 2400, - "name": "Key", - "examine": "A key given to me by Captain Rovin." + "id": 2383, + "name": "Crystal", + "type": "normal", + "duplicate": false }, { - "id": 2401, - "name": "Key", - "examine": "A key I found in a drain." + "id": 2384, + "name": "Fingernails", + "type": "normal", + "duplicate": false }, { - "id": 2402, - "name": "Silverlight", - "examine": "The magical sword 'Silverlight'." + "id": 2385, + "name": "Old robe", + "type": "normal", + "duplicate": false }, { - "id": 2403, - "name": "Hazeel scroll", - "examine": "Scroll containing a powerful enchantment of restoration." + "id": 2386, + "name": "Unusual armour", + "type": "normal", + "duplicate": false }, { - "id": 2404, - "name": "Chest key", - "examine": "This key opens a chest in the Carnillean household." + "id": 2387, + "name": "Damaged dagger", + "type": "normal", + "duplicate": false }, { - "id": 2405, - "name": "Carnillean armour", - "examine": "Decorative armour; an heirloom of the Carnillean family." + "id": 2388, + "name": "Tattered eye patch", + "type": "normal", + "duplicate": false }, { - "id": 2406, - "name": "Hazeel's mark", - "examine": "A sign of my commitment to Hazeel." + "id": 2389, + "name": "Vial", + "type": "normal", + "duplicate": false }, { - "id": 2407, - "name": "Ball", - "examine": "A child's ball." + "id": 2390, + "name": "Vial", + "type": "normal", + "duplicate": false }, { - "id": 2408, - "name": "Diary", - "examine": "A daily journal." + "id": 2391, + "name": "Ground bat bones", + "type": "normal", + "duplicate": false }, { - "id": 2409, - "name": "Door key", - "examine": "A key to the Witch's house's front door." + "id": 2392, + "name": "Ground bat bones", + "type": "noted", + "duplicate": true }, { - "id": 2410, - "name": "Magnet", - "examine": "A very attractive magnet." + "id": 2393, + "name": "Toban's gold", + "type": "normal", + "duplicate": false }, { - "id": 2411, - "name": "Key", - "examine": "A key to the Witch's shed." + "id": 2394, + "name": "Potion", + "type": "normal", + "duplicate": false }, { - "id": 2412, - "name": "Saradomin cape", - "examine": "A cape from the almighty god Saradomin." + "id": 2395, + "name": "Magic ogre potion", + "type": "normal", + "duplicate": false }, { - "id": 2413, - "name": "Guthix cape", - "examine": "A cape from the almighty god Guthix." + "id": 2396, + "name": "Spell scroll", + "type": "normal", + "duplicate": false }, { - "id": 2414, - "name": "Zamorak cape", - "examine": "A cape from the almighty god Zamorak." + "id": 2397, + "name": "Shaman robe", + "type": "normal", + "duplicate": false }, { - "id": 2415, - "name": "Saradomin staff", - "examine": "A magical staff imbued with the power of Saradomin." + "id": 2398, + "name": "Cave nightshade", + "type": "normal", + "duplicate": false }, { - "id": 2416, - "name": "Guthix staff", - "examine": "A magical staff imbued with the power of Guthix." + "id": 2399, + "name": "Silverlight key", + "type": "normal", + "duplicate": false }, { - "id": 2417, - "name": "Zamorak staff", - "examine": "A magical staff imbued with the power of Zamorak." + "id": 2400, + "name": "Silverlight key", + "type": "normal", + "duplicate": false }, { - "id": 2418, - "name": "Bronze key", - "examine": "A heavy key made of bronze." + "id": 2401, + "name": "Silverlight key", + "type": "normal", + "duplicate": false }, { - "id": 2419, - "name": "Wig", - "examine": "A wig that has been dyed slightly blonde." + "id": 2402, + "name": "Silverlight", + "type": "normal", + "duplicate": false }, { - "id": 2420, - "name": "Brass monkey", - "examine": "Suffers in cold weather." + "id": 2403, + "name": "Hazeel scroll", + "type": "normal", + "duplicate": false }, { - "id": 2421, - "name": "Wig", - "examine": "A grey woollen wig." + "id": 2404, + "name": "Chest key", + "type": "normal", + "duplicate": false }, { - "id": 2422, - "name": "Blue partyhat", - "examine": "A nice hat from a cracker." + "id": 2405, + "name": "Carnillean armour", + "type": "normal", + "duplicate": false }, { - "id": 2423, - "name": "Key print", - "examine": "An imprint of a key in a lump of clay." + "id": 2406, + "name": "Hazeel's mark", + "type": "normal", + "duplicate": false }, { - "id": 2424, - "name": "Paste", - "examine": "A bottle of skin coloured paste." + "id": 2407, + "name": "Ball", + "type": "normal", + "duplicate": false }, { - "id": 2425, - "name": "Orbital knife", - "examine": "On average, it's accurate." + "id": 2408, + "name": "Diary", + "type": "normal", + "duplicate": false }, { - "id": 2426, - "name": "Burnt oomlie", - "examine": "Oh dear, it's totally burnt!" + "id": 2409, + "name": "Door key", + "type": "normal", + "duplicate": false }, { - "id": 2427, - "name": "Burnt oomlie", - "examine": "Swap this note at any bank for a Burnt oomlie." + "id": 2410, + "name": "Magnet", + "type": "normal", + "duplicate": false }, { - "id": 2428, - "name": "Attack potion(4)", - "examine": "4 doses of attack potion." + "id": 2411, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 2429, - "name": "Attack potion(4)", - "examine": "Swap this note at any bank for an Attack potion(4)." + "id": 2412, + "name": "Saradomin cape", + "type": "normal", + "duplicate": false }, { - "id": 2430, - "name": "Restore potion(4)", - "examine": "4 doses of stat restoration potion." + "id": 2413, + "name": "Guthix cape", + "type": "normal", + "duplicate": false }, { - "id": 2431, - "name": "Restore potion(4)", - "examine": "Swap this note at any bank for a Restore potion(4)." + "id": 2414, + "name": "Zamorak cape", + "type": "normal", + "duplicate": false }, { - "id": 2432, - "name": "Defence potion(4)", - "examine": "4 doses of defence potion." + "id": 2415, + "name": "Saradomin staff", + "type": "normal", + "duplicate": false }, { - "id": 2433, - "name": "Defence potion(4)", - "examine": "Swap this note at any bank for a Defence potion(4)." + "id": 2416, + "name": "Guthix staff", + "type": "normal", + "duplicate": false }, { - "id": 2434, - "name": "Prayer potion(4)", - "examine": "4 doses of restore prayer potion." + "id": 2417, + "name": "Zamorak staff", + "type": "normal", + "duplicate": false }, { - "id": 2435, - "name": "Prayer potion(4)", - "examine": "Swap this note at any bank for a Prayer potion(4)." + "id": 2418, + "name": "Bronze key", + "type": "normal", + "duplicate": false }, { - "id": 2436, - "name": "Super attack(4)", - "examine": "4 doses of super attack potion." + "id": 2419, + "name": "Wig", + "type": "normal", + "duplicate": false }, { - "id": 2437, - "name": "Super attack(4)", - "examine": "Swap this note at any bank for a Super attack(4)." + "id": 2420, + "name": "Buchu seed", + "type": "normal", + "duplicate": true }, { - "id": 2438, - "name": "Fishing potion(4)", - "examine": "4 doses of fishing potion." + "id": 2421, + "name": "Wig", + "type": "normal", + "duplicate": false }, { - "id": 2439, - "name": "Fishing potion(4)", - "examine": "Swap this note at any bank for a Fishing potion(4)." + "id": 2422, + "name": "Blue partyhat", + "type": "normal", + "duplicate": false }, { - "id": 2440, - "name": "Super strength(4)", - "examine": "4 doses of super strength potion." + "id": 2423, + "name": "Key print", + "type": "normal", + "duplicate": false }, { - "id": 2441, - "name": "Super strength(4)", - "examine": "Swap this note at any bank for a Super strength(4)." + "id": 2424, + "name": "Paste", + "type": "normal", + "duplicate": false }, { - "id": 2442, - "name": "Super defence(4)", - "examine": "4 doses of super defence potion." + "id": 2425, + "name": "Vorkath's head", + "type": "normal", + "duplicate": false }, { - "id": 2443, - "name": "Super defence(4)", - "examine": "Swap this note at any bank for a Super defence(4)." + "id": 2426, + "name": "Burnt oomlie", + "type": "normal", + "duplicate": false }, { - "id": 2444, - "name": "Ranging potion(4)", - "examine": "4 doses of ranging potion." + "id": 2427, + "name": "Burnt oomlie", + "type": "noted", + "duplicate": true }, { - "id": 2445, - "name": "Ranging potion(4)", - "examine": "Swap this note at any bank for a Ranging potion(4)." + "id": 2428, + "name": "Attack potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2446, - "name": "Antipoison(4)", - "examine": "4 doses of antipoison potion." + "id": 2429, + "name": "Attack potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2447, - "name": "Antipoison(4)", - "examine": "Swap this note at any bank for an Antipoison(4)." + "id": 2430, + "name": "Restore potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2448, - "name": "Superantipoison(4)", - "examine": "4 doses of super antipoison potion." + "id": 2431, + "name": "Restore potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2449, - "name": "Superantipoison(4)", - "examine": "Swap this note at any bank for a Superantipoison(4)." + "id": 2432, + "name": "Defence potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2450, - "name": "Zamorak brew(4)", - "examine": "4 doses of Zamorak Brew." + "id": 2433, + "name": "Defence potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2451, - "name": "Zamorak brew(4)", - "examine": "Swap this note at any bank for a Zamorak brew(4)." + "id": 2434, + "name": "Prayer potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2452, - "name": "Antifire potion(4)", - "examine": "4 doses of anti-firebreath potion." + "id": 2435, + "name": "Prayer potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2453, - "name": "Antifire potion(4)", - "examine": "Swap this note at any bank for an Antifire potion(4)." + "id": 2436, + "name": "Super attack(4)", + "type": "normal", + "duplicate": false }, { - "id": 2454, - "name": "Antifire potion(3)", - "examine": "3 doses of anti-firebreath potion." + "id": 2437, + "name": "Super attack(4)", + "type": "noted", + "duplicate": true }, { - "id": 2455, - "name": "Antifire potion(3)", - "examine": "Swap this note at any bank for an Antifire potion(3)." + "id": 2438, + "name": "Fishing potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2456, - "name": "Antifire potion(2)", - "examine": "2 doses of anti-firebreath potion." + "id": 2439, + "name": "Fishing potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2457, - "name": "Antifire potion(2)", - "examine": "Swap this note at any bank for an Antifire potion(2)." + "id": 2440, + "name": "Super strength(4)", + "type": "normal", + "duplicate": false }, { - "id": 2458, - "name": "Antifire potion(1)", - "examine": "1 dose of anti-firebreath potion." + "id": 2441, + "name": "Super strength(4)", + "type": "noted", + "duplicate": true }, { - "id": 2459, - "name": "Antifire potion(1)", - "examine": "Swap this note at any bank for an Antifire potion(1)." + "id": 2442, + "name": "Super defence(4)", + "type": "normal", + "duplicate": false }, { - "id": 2460, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2443, + "name": "Super defence(4)", + "type": "noted", + "duplicate": true }, { - "id": 2461, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2444, + "name": "Ranging potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2462, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2445, + "name": "Ranging potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2463, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2446, + "name": "Antipoison(4)", + "type": "normal", + "duplicate": false }, { - "id": 2464, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2447, + "name": "Antipoison(4)", + "type": "noted", + "duplicate": true }, { - "id": 2465, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2448, + "name": "Superantipoison(4)", + "type": "normal", + "duplicate": false }, { - "id": 2466, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2449, + "name": "Superantipoison(4)", + "type": "noted", + "duplicate": true }, { - "id": 2467, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2450, + "name": "Zamorak brew(4)", + "type": "normal", + "duplicate": false }, { - "id": 2468, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2451, + "name": "Zamorak brew(4)", + "type": "noted", + "duplicate": true }, { - "id": 2469, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2452, + "name": "Antifire potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 2470, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2453, + "name": "Antifire potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 2471, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2454, + "name": "Antifire potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 2472, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2455, + "name": "Antifire potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 2473, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2456, + "name": "Antifire potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 2474, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2457, + "name": "Antifire potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 2475, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2458, + "name": "Antifire potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 2476, - "name": "Flowers", - "examine": "A posy of flowers." + "id": 2459, + "name": "Antifire potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 2477, - "name": "Flowers", - "examine": "Swap this note at any bank for a Flowers." + "id": 2460, + "name": "Assorted flowers", + "type": "normal", + "duplicate": false }, { - "id": 2478, - "name": "Fish food", - "examine": "Swap this note at any bank for a Fish food." + "id": 2461, + "name": "Assorted flowers", + "type": "noted", + "duplicate": true }, { - "id": 2479, - "name": "Poison", - "examine": "Swap this note at any bank for a Poison." + "id": 2462, + "name": "Red flowers", + "type": "normal", + "duplicate": false }, { - "id": 2480, - "name": "Firestarter", - "examine": "Distorted." + "id": 2463, + "name": "Red flowers", + "type": "noted", + "duplicate": true }, { - "id": 2481, - "name": "Lantadyme", - "examine": "A powerful herb." + "id": 2464, + "name": "Blue flowers", + "type": "normal", + "duplicate": false }, { - "id": 2482, - "name": "Lantadyme", - "examine": "Swap this note at any bank for a Lantadyme." + "id": 2465, + "name": "Blue flowers", + "type": "noted", + "duplicate": true }, { - "id": 2483, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Lantadyme potion." + "id": 2466, + "name": "Yellow flowers", + "type": "normal", + "duplicate": false }, { - "id": 2484, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 2467, + "name": "Yellow flowers", + "type": "noted", + "duplicate": true }, { - "id": 2485, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 2468, + "name": "Purple flowers", + "type": "normal", + "duplicate": false }, { - "id": 2486, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 2469, + "name": "Purple flowers", + "type": "noted", + "duplicate": true }, { - "id": 2487, - "name": "Blue d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide." + "id": 2470, + "name": "Orange flowers", + "type": "normal", + "duplicate": false }, { - "id": 2488, - "name": "Blue d'hide vamb", - "examine": "Swap this note at any bank for a Blue d'hide vamb." + "id": 2471, + "name": "Orange flowers", + "type": "noted", + "duplicate": true }, { - "id": 2489, - "name": "Red d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide." + "id": 2472, + "name": "Mixed flowers", + "type": "normal", + "duplicate": false }, { - "id": 2490, - "name": "Red d'hide vamb", - "examine": "Swap this note at any bank for a Red d'hide vamb." + "id": 2473, + "name": "Mixed flowers", + "type": "noted", + "duplicate": true }, { - "id": 2491, - "name": "Black d'hide vamb", - "examine": "Vambraces made from 100% real dragonhide." + "id": 2474, + "name": "White flowers", + "type": "normal", + "duplicate": false }, { - "id": 2492, - "name": "Black d'hide vamb", - "examine": "Swap this note at any bank for a Black d'hide vamb." + "id": 2475, + "name": "White flowers", + "type": "noted", + "duplicate": true }, { - "id": 2493, - "name": "Blue d'hide chaps", - "examine": "Made from 100% real dragonhide." + "id": 2476, + "name": "Black flowers", + "type": "normal", + "duplicate": false }, { - "id": 2494, - "name": "Blue d'hide chaps", - "examine": "Swap this note at any bank for a Blue d'hide chaps." + "id": 2477, + "name": "Black flowers", + "type": "noted", + "duplicate": true }, { - "id": 2495, - "name": "Red d'hide chaps", - "examine": "Made from 100% real dragonhide." + "id": 2478, + "name": "Fish food", + "type": "noted", + "duplicate": true }, { - "id": 2496, - "name": "Red d'hide chaps", - "examine": "Swap this note at any bank for a Red d'hide chaps." + "id": 2479, + "name": "Poison", + "type": "noted", + "duplicate": true }, + null, { - "id": 2497, - "name": "Black d'hide chaps", - "examine": "Made from 100% real dragonhide." + "id": 2481, + "name": "Lantadyme", + "type": "normal", + "duplicate": false }, { - "id": 2498, - "name": "Black d'hide chaps", - "examine": "Swap this note at any bank for a Black d'hide chaps." + "id": 2482, + "name": "Lantadyme", + "type": "noted", + "duplicate": true }, { - "id": 2499, - "name": "Blue d'hide body", - "examine": "Made from 100% real dragonhide." + "id": 2483, + "name": "Lantadyme potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 2500, - "name": "Blue d'hide body", - "examine": "Swap this note at any bank for a Blue d'hide body." + "id": 2484, + "name": "Lantadyme potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 2501, - "name": "Red d'hide body", - "examine": "Made from 100% real dragonhide." + "id": 2485, + "name": "Grimy lantadyme", + "type": "normal", + "duplicate": false }, { - "id": 2502, - "name": "Red d'hide body", - "examine": "Swap this note at any bank for a Red d'hide body." + "id": 2486, + "name": "Grimy lantadyme", + "type": "noted", + "duplicate": true }, { - "id": 2503, - "name": "Black d'hide body", - "examine": "Made from 100% real dragonhide." + "id": 2487, + "name": "Blue d'hide vambraces", + "type": "normal", + "duplicate": false }, { - "id": 2504, - "name": "Black d'hide body", - "examine": "Swap this note at any bank for a Black d'hide body." + "id": 2488, + "name": "Blue d'hide vambraces", + "type": "noted", + "duplicate": true }, { - "id": 2505, - "name": "Blue d-leather", - "examine": "It's a piece of prepared blue dragonhide." + "id": 2489, + "name": "Red d'hide vambraces", + "type": "normal", + "duplicate": false }, { - "id": 2506, - "name": "Blue d-leather", - "examine": "Swap this note at any bank for a Blue d-leather." + "id": 2490, + "name": "Red d'hide vambraces", + "type": "noted", + "duplicate": true }, { - "id": 2507, - "name": "Red dragon leather", - "examine": "It's a piece of prepared red dragonhide." + "id": 2491, + "name": "Black d'hide vambraces", + "type": "normal", + "duplicate": false }, { - "id": 2508, - "name": "Red dragon leather", - "examine": "Swap this note at any bank for a Red dragon leather." + "id": 2492, + "name": "Black d'hide vambraces", + "type": "noted", + "duplicate": true }, { - "id": 2509, - "name": "Black d-leather", - "examine": "It's a piece of prepared black dragonhide." + "id": 2493, + "name": "Blue d'hide chaps", + "type": "normal", + "duplicate": false }, { - "id": 2510, - "name": "Black d-leather", - "examine": "Swap this note at any bank for a Black d-leather." + "id": 2494, + "name": "Blue d'hide chaps", + "type": "noted", + "duplicate": true }, { - "id": 2511, - "name": "Logs", - "examine": "A number of wooden logs." + "id": 2495, + "name": "Red d'hide chaps", + "type": "normal", + "duplicate": false }, { - "id": 2512, - "name": "Box of delights", - "examine": "What could be in here?" + "id": 2496, + "name": "Red d'hide chaps", + "type": "noted", + "duplicate": true }, { - "id": 2513, - "name": "Waste disposal", - "examine": "Gets rid of all that nasty kitchen waste." + "id": 2497, + "name": "Black d'hide chaps", + "type": "normal", + "duplicate": false }, { - "id": 2514, - "name": "Raw shrimps", - "examine": "I should try cooking this." + "id": 2498, + "name": "Black d'hide chaps", + "type": "noted", + "duplicate": true }, { - "id": 2515, - "name": "Raw shrimps", - "examine": "Swap this note at any bank for a Raw shrimps." + "id": 2499, + "name": "Blue d'hide body", + "type": "normal", + "duplicate": false }, { - "id": 2516, - "name": "Pot of flour", - "examine": "There is flour in this pot." + "id": 2500, + "name": "Blue d'hide body", + "type": "noted", + "duplicate": true }, { - "id": 2517, - "name": "Pot of flour", - "examine": "Swap this note at any bank for a Pot of flour." + "id": 2501, + "name": "Red d'hide body", + "type": "normal", + "duplicate": false }, { - "id": 2518, - "name": "Rotten tomato", - "examine": "Pretty smelly." + "id": 2502, + "name": "Red d'hide body", + "type": "noted", + "duplicate": true }, { - "id": 2519, - "name": "Rotten tomato", - "examine": "Swap this note at any bank for a Rotten tomato." + "id": 2503, + "name": "Black d'hide body", + "type": "normal", + "duplicate": false }, { - "id": 2520, - "name": "Toy horsey", - "examine": "A brown toy horse." + "id": 2504, + "name": "Black d'hide body", + "type": "noted", + "duplicate": true }, { - "id": 2521, - "name": "Toy horsey", - "examine": "Swap this note at any bank for a Toy horsey." + "id": 2505, + "name": "Blue dragon leather", + "type": "normal", + "duplicate": false }, { - "id": 2522, - "name": "Toy horsey", - "examine": "A white toy horse." + "id": 2506, + "name": "Blue dragon leather", + "type": "noted", + "duplicate": true }, { - "id": 2523, - "name": "Toy horsey", - "examine": "Swap this note at any bank for a Toy horsey." + "id": 2507, + "name": "Red dragon leather", + "type": "normal", + "duplicate": false }, { - "id": 2524, - "name": "Toy horsey", - "examine": "A black toy horse." + "id": 2508, + "name": "Red dragon leather", + "type": "noted", + "duplicate": true }, { - "id": 2525, - "name": "Toy horsey", - "examine": "Swap this note at any bank for a Toy horsey." + "id": 2509, + "name": "Black dragon leather", + "type": "normal", + "duplicate": false }, { - "id": 2526, - "name": "Toy horsey", - "examine": "A grey toy horse." + "id": 2510, + "name": "Black dragon leather", + "type": "noted", + "duplicate": true }, { - "id": 2527, - "name": "Toy horsey", - "examine": "Swap this note at any bank for a Toy horsey." + "id": 2511, + "name": "Logs", + "type": "normal", + "duplicate": false }, { - "id": 2528, - "name": "Lamp", - "examine": "Wonder what happens if I rub it..." + "id": 2512, + "name": "Buchu seed", + "type": "normal", + "duplicate": true }, { - "id": 2529, - "name": "Orb of light", - "examine": "A magical sphere that glimmers within." + "id": 2513, + "name": "Dragon chainbody", + "type": "normal", + "duplicate": true }, { - "id": 2530, - "name": "Bones", - "examine": "Bones are for burying!" + "id": 2514, + "name": "Raw shrimps", + "type": "normal", + "duplicate": false }, { - "id": 2531, - "name": "Bones", - "examine": "Swap this note at any bank for a Bones." + "id": 2515, + "name": "Raw shrimps", + "type": "noted", + "duplicate": true }, { - "id": 2532, - "name": "Iron fire arrows", - "examine": "Arrows with iron heads and oil soaked cloth." + "id": 2516, + "name": "Pot of flour", + "type": "normal", + "duplicate": false }, { - "id": 2533, - "name": "Iron fire arrows", - "examine": "These iron headed arrows are ablaze with fire." + "id": 2517, + "name": "Pot of flour", + "type": "noted", + "duplicate": true }, { - "id": 2534, - "name": "Steel fire arrows", - "examine": "Arrows with steel heads and oil soaked cloth." + "id": 2518, + "name": "Rotten tomato", + "type": "normal", + "duplicate": false }, { - "id": 2535, - "name": "Steel fire arrows", - "examine": "These steel headed arrows are ablaze with fire." + "id": 2519, + "name": "Rotten tomato", + "type": "noted", + "duplicate": true }, { - "id": 2536, - "name": "Mithril fire arrows", - "examine": "Arrows with mithril heads and oil soaked cloth." + "id": 2520, + "name": "Brown toy horsey", + "type": "normal", + "duplicate": false }, { - "id": 2537, - "name": "Mithril fire arrows", - "examine": "These mithril headed arrows are ablaze with fire." + "id": 2521, + "name": "Brown toy horsey", + "type": "noted", + "duplicate": true }, { - "id": 2538, - "name": "Adamnt fire arrows", - "examine": "Arrows with adamant heads and oil soaked cloth." + "id": 2522, + "name": "White toy horsey", + "type": "normal", + "duplicate": false }, { - "id": 2539, - "name": "Adamnt fire arrows", - "examine": "These adamant headed arrows are ablaze with fire." + "id": 2523, + "name": "White toy horsey", + "type": "noted", + "duplicate": true }, { - "id": 2540, - "name": "Rune fire arrows", - "examine": "Arrows with rune heads and oil soaked cloth." + "id": 2524, + "name": "Black toy horsey", + "type": "normal", + "duplicate": false }, { - "id": 2541, - "name": "Rune fire arrows", - "examine": "These rune headed arrows are ablaze with fire." + "id": 2525, + "name": "Black toy horsey", + "type": "noted", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 2550, - "name": "Ring of recoil", - "examine": "An enchanted ring." + "id": 2526, + "name": "Grey toy horsey", + "type": "normal", + "duplicate": false }, { - "id": 2551, - "name": "Ring of recoil", - "examine": "Swap this note at any bank for a Ring of recoil." + "id": 2527, + "name": "Grey toy horsey", + "type": "noted", + "duplicate": true }, { - "id": 2552, - "name": "Ring of dueling(8)", - "examine": "An enchanted ring." + "id": 2528, + "name": "Lamp", + "type": "normal", + "duplicate": false }, { - "id": 2553, - "name": "Ring of dueling(8)", - "examine": "Swap this note at any bank for a Ring of dueling(8)." + "id": 2529, + "name": "Dead orb", + "type": "normal", + "duplicate": false }, { - "id": 2554, - "name": "Ring of dueling(7)", - "examine": "An enchanted ring." + "id": 2530, + "name": "Bones", + "type": "normal", + "duplicate": false }, { - "id": 2555, - "name": "Ring of dueling(7)", - "examine": "Swap this note at any bank for a Ring of dueling(7)." + "id": 2531, + "name": "Bones", + "type": "noted", + "duplicate": true }, { - "id": 2556, - "name": "Ring of dueling(6)", - "examine": "An enchanted ring." + "id": 2532, + "name": "Iron fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 2557, - "name": "Ring of dueling(6)", - "examine": "Swap this note at any bank for a Ring of dueling(6)." + "id": 2533, + "name": "Iron fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 2558, - "name": "Ring of dueling(5)", - "examine": "An enchanted ring." + "id": 2534, + "name": "Steel fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 2559, - "name": "Ring of dueling(5)", - "examine": "Swap this note at any bank for a Ring of dueling(5)." + "id": 2535, + "name": "Steel fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 2560, - "name": "Ring of dueling(4)", - "examine": "An enchanted ring." + "id": 2536, + "name": "Mithril fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 2561, - "name": "Ring of dueling(4)", - "examine": "Swap this note at any bank for a Ring of dueling(4)." + "id": 2537, + "name": "Mithril fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 2562, - "name": "Ring of dueling(3)", - "examine": "An enchanted ring." + "id": 2538, + "name": "Adamant fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 2563, - "name": "Ring of dueling(3)", - "examine": "Swap this note at any bank for a Ring of dueling(3)." + "id": 2539, + "name": "Adamant fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 2564, - "name": "Ring of dueling(2)", - "examine": "An enchanted ring." + "id": 2540, + "name": "Rune fire arrow", + "type": "normal", + "duplicate": false }, { - "id": 2565, - "name": "Ring of dueling(2)", - "examine": "Swap this note at any bank for a Ring of dueling(2)." + "id": 2541, + "name": "Rune fire arrow (lit)", + "type": "normal", + "duplicate": false }, { - "id": 2566, - "name": "Ring of dueling(1)", - "examine": "An enchanted ring." + "id": 2542, + "name": "Bronze fire arrow", + "type": "normal", + "duplicate": true }, { - "id": 2567, - "name": "Ring of dueling(1)", - "examine": "Swap this note at any bank for a Ring of dueling(1)." + "id": 2543, + "name": "Bronze fire arrow", + "type": "normal", + "duplicate": true }, { - "id": 2568, - "name": "Ring of forging", - "examine": "An enchanted ring." + "id": 2544, + "name": "Bronze fire arrow", + "type": "normal", + "duplicate": true }, { - "id": 2569, - "name": "Ring of forging", - "examine": "Swap this note at any bank for a Ring of forging." + "id": 2545, + "name": "Bronze fire arrow", + "type": "normal", + "duplicate": true }, { - "id": 2570, - "name": "Ring of life", - "examine": "An enchanted ring." + "id": 2546, + "name": "Bronze fire arrow (lit)", + "type": "normal", + "duplicate": true }, { - "id": 2571, - "name": "Ring of life", - "examine": "Swap this note at any bank for a Ring of life." + "id": 2547, + "name": "Bronze fire arrow (lit)", + "type": "normal", + "duplicate": true }, { - "id": 2572, - "name": "Ring of wealth", - "examine": "An enchanted ring." + "id": 2548, + "name": "Bronze fire arrow (lit)", + "type": "normal", + "duplicate": true }, { - "id": 2573, - "name": "Ring of wealth", - "examine": "Swap this note at any bank for a Ring of wealth." + "id": 2549, + "name": "Bronze fire arrow (lit)", + "type": "normal", + "duplicate": true }, { - "id": 2574, - "name": "Sextant", - "examine": "Used by navigators to find their position in RuneScape." + "id": 2550, + "name": "Ring of recoil", + "type": "normal", + "duplicate": false }, { - "id": 2575, - "name": "Watch", - "examine": "A fine looking time piece." + "id": 2551, + "name": "Ring of recoil", + "type": "noted", + "duplicate": true }, { - "id": 2576, - "name": "Chart", - "examine": "A navigator's chart of RuneScape." + "id": 2552, + "name": "Ring of dueling(8)", + "type": "normal", + "duplicate": false }, { - "id": 2577, - "name": "Ranger boots", - "examine": "Lightweight boots ideal for rangers." + "id": 2553, + "name": "Ring of dueling(8)", + "type": "noted", + "duplicate": true }, { - "id": 2578, - "name": "Ranger boots", - "examine": "Swap this note at any bank for a Ranger boots." + "id": 2554, + "name": "Ring of dueling(7)", + "type": "normal", + "duplicate": false }, { - "id": 2579, - "name": "Wizard boots", - "examine": "Slightly magical boots." + "id": 2555, + "name": "Ring of dueling(7)", + "type": "noted", + "duplicate": true }, { - "id": 2580, - "name": "Wizard boots", - "examine": "Swap this note at any bank for a Wizard boots." + "id": 2556, + "name": "Ring of dueling(6)", + "type": "normal", + "duplicate": false }, { - "id": 2581, - "name": "Robin hood hat", - "examine": "Endorsed by Robin Hood." + "id": 2557, + "name": "Ring of dueling(6)", + "type": "noted", + "duplicate": true }, { - "id": 2582, - "name": "Robin hood hat", - "examine": "Swap this note at any bank for a Robin hood hat." + "id": 2558, + "name": "Ring of dueling(5)", + "type": "normal", + "duplicate": false }, { - "id": 2583, - "name": "Black platebody (t)", - "examine": "Black plate body with trim." + "id": 2559, + "name": "Ring of dueling(5)", + "type": "noted", + "duplicate": true }, { - "id": 2584, - "name": "Black platebody (t)", - "examine": "Swap this note at any bank for a Black platebody (t)." + "id": 2560, + "name": "Ring of dueling(4)", + "type": "normal", + "duplicate": false }, { - "id": 2585, - "name": "Black platelegs (t)", - "examine": "Black platelegs with trim." + "id": 2561, + "name": "Ring of dueling(4)", + "type": "noted", + "duplicate": true }, { - "id": 2586, - "name": "Black platelegs (t)", - "examine": "Swap this note at any bank for a Black platelegs (t)." + "id": 2562, + "name": "Ring of dueling(3)", + "type": "normal", + "duplicate": false }, { - "id": 2587, - "name": "Black full helm (t)", - "examine": "Black full helm with trim." + "id": 2563, + "name": "Ring of dueling(3)", + "type": "noted", + "duplicate": true }, { - "id": 2588, - "name": "Black full helm (t)", - "examine": "Swap this note at any bank for a Black full helm (t)." + "id": 2564, + "name": "Ring of dueling(2)", + "type": "normal", + "duplicate": false }, { - "id": 2589, - "name": "Black kiteshield (t)", - "examine": "Black kiteshield with trim." + "id": 2565, + "name": "Ring of dueling(2)", + "type": "noted", + "duplicate": true }, { - "id": 2590, - "name": "Black kiteshield (t)", - "examine": "Swap this note at any bank for a Black kiteshield (t)." + "id": 2566, + "name": "Ring of dueling(1)", + "type": "normal", + "duplicate": false }, { - "id": 2591, - "name": "Black platebody (g)", - "examine": "Black platebody with gold trim." + "id": 2567, + "name": "Ring of dueling(1)", + "type": "noted", + "duplicate": true }, { - "id": 2592, - "name": "Black platebody (g)", - "examine": "Swap this note at any bank for a Black platebody (g)." + "id": 2568, + "name": "Ring of forging", + "type": "normal", + "duplicate": false }, { - "id": 2593, - "name": "Black platelegs (g)", - "examine": "Black platelegs with gold trim." + "id": 2569, + "name": "Ring of forging", + "type": "noted", + "duplicate": true }, { - "id": 2594, - "name": "Black platelegs (g)", - "examine": "Swap this note at any bank for a Black platelegs (g)." + "id": 2570, + "name": "Ring of life", + "type": "normal", + "duplicate": false }, { - "id": 2595, - "name": "Black full helm (g)", - "examine": "Black full helm with gold trim." + "id": 2571, + "name": "Ring of life", + "type": "noted", + "duplicate": true }, { - "id": 2596, - "name": "Black full helm (g)", - "examine": "Swap this note at any bank for a Black full helm (g)." + "id": 2572, + "name": "Ring of wealth", + "type": "normal", + "duplicate": false }, { - "id": 2597, - "name": "Black kiteshield (g)", - "examine": "Black kiteshield with gold trim." + "id": 2573, + "name": "Ring of wealth", + "type": "noted", + "duplicate": true }, { - "id": 2598, - "name": "Black kiteshield (g)", - "examine": "Swap this note at any bank for a Black kiteshield (g)." + "id": 2574, + "name": "Sextant", + "type": "normal", + "duplicate": false }, { - "id": 2599, - "name": "Adam platebody (t)", - "examine": "Adamant platebody with trim." + "id": 2575, + "name": "Watch", + "type": "normal", + "duplicate": false }, { - "id": 2600, - "name": "Adam platebody (t)", - "examine": "Swap this note at any bank for an Adam platebody (t)." + "id": 2576, + "name": "Chart", + "type": "normal", + "duplicate": false }, { - "id": 2601, - "name": "Adam platelegs (t)", - "examine": "Adamant platelegs with trim." + "id": 2577, + "name": "Ranger boots", + "type": "normal", + "duplicate": false }, { - "id": 2602, - "name": "Adam platelegs (t)", - "examine": "Swap this note at any bank for an Adam platelegs (t)." + "id": 2578, + "name": "Ranger boots", + "type": "noted", + "duplicate": true }, { - "id": 2603, - "name": "Adam kiteshield (t)", - "examine": "Adamant kiteshield with trim." + "id": 2579, + "name": "Wizard boots", + "type": "normal", + "duplicate": false }, { - "id": 2604, - "name": "Adam kiteshield (t)", - "examine": "Swap this note at any bank for an Adam kiteshield (t)." + "id": 2580, + "name": "Wizard boots", + "type": "noted", + "duplicate": true }, { - "id": 2605, - "name": "Adam full helm (t)", - "examine": "Adamant full helm with trim." + "id": 2581, + "name": "Robin hood hat", + "type": "normal", + "duplicate": false }, { - "id": 2606, - "name": "Adam full helm (t)", - "examine": "Swap this note at any bank for an Adam full helm (t)." + "id": 2582, + "name": "Robin hood hat", + "type": "noted", + "duplicate": true }, { - "id": 2607, - "name": "Adam platebody (g)", - "examine": "Adamant platebody with gold trim." + "id": 2583, + "name": "Black platebody (t)", + "type": "normal", + "duplicate": false }, { - "id": 2608, - "name": "Adam platebody (g)", - "examine": "Swap this note at any bank for an Adam platebody (g)." + "id": 2584, + "name": "Black platebody (t)", + "type": "noted", + "duplicate": true }, { - "id": 2609, - "name": "Adam platelegs (g)", - "examine": "Adamant platelegs with gold trim." + "id": 2585, + "name": "Black platelegs (t)", + "type": "normal", + "duplicate": false }, { - "id": 2610, - "name": "Adam platelegs (g)", - "examine": "Swap this note at any bank for an Adam platelegs (g)." + "id": 2586, + "name": "Black platelegs (t)", + "type": "noted", + "duplicate": true }, { - "id": 2611, - "name": "Adam kiteshield (g)", - "examine": "Adamant kiteshield with gold trim." + "id": 2587, + "name": "Black full helm (t)", + "type": "normal", + "duplicate": false }, { - "id": 2612, - "name": "Adam kiteshield (g)", - "examine": "Swap this note at any bank for an Adam kiteshield (g)." + "id": 2588, + "name": "Black full helm (t)", + "type": "noted", + "duplicate": true }, { - "id": 2613, - "name": "Adam full helm (g)", - "examine": "Adamant full helm with gold trim." + "id": 2589, + "name": "Black kiteshield (t)", + "type": "normal", + "duplicate": false }, { - "id": 2614, - "name": "Adam full helm (g)", - "examine": "Swap this note at any bank for an Adam full helm (g)." + "id": 2590, + "name": "Black kiteshield (t)", + "type": "noted", + "duplicate": true }, { - "id": 2615, - "name": "Rune platebody (g)", - "examine": "Rune plate body with gold trim." + "id": 2591, + "name": "Black platebody (g)", + "type": "normal", + "duplicate": false }, { - "id": 2616, - "name": "Rune platebody (g)", - "examine": "Swap this note at any bank for a Rune platebody (g)." + "id": 2592, + "name": "Black platebody (g)", + "type": "noted", + "duplicate": true }, { - "id": 2617, - "name": "Rune platelegs (g)", - "examine": "Rune platelegs with gold trim." + "id": 2593, + "name": "Black platelegs (g)", + "type": "normal", + "duplicate": false }, { - "id": 2618, - "name": "Rune platelegs (g)", - "examine": "Swap this note at any bank for a Rune platelegs (g)." + "id": 2594, + "name": "Black platelegs (g)", + "type": "noted", + "duplicate": true }, { - "id": 2619, - "name": "Rune full helm (g)", - "examine": "Rune full helm with gold trim." + "id": 2595, + "name": "Black full helm (g)", + "type": "normal", + "duplicate": false }, { - "id": 2620, - "name": "Rune full helm (g)", - "examine": "Swap this note at any bank for a Rune full helm (g)." + "id": 2596, + "name": "Black full helm (g)", + "type": "noted", + "duplicate": true }, { - "id": 2621, - "name": "Rune kiteshield (g)", - "examine": "Rune kiteshield with gold trim." + "id": 2597, + "name": "Black kiteshield (g)", + "type": "normal", + "duplicate": false }, { - "id": 2622, - "name": "Rune kiteshield (g)", - "examine": "Swap this note at any bank for a Rune kiteshield (g)." + "id": 2598, + "name": "Black kiteshield (g)", + "type": "noted", + "duplicate": true }, { - "id": 2623, - "name": "Rune platebody (t)", - "examine": "Rune platebody with trim." + "id": 2599, + "name": "Adamant platebody (t)", + "type": "normal", + "duplicate": false }, { - "id": 2624, - "name": "Rune platebody (t)", - "examine": "Swap this note at any bank for a Rune platebody (t)." + "id": 2600, + "name": "Adamant platebody (t)", + "type": "noted", + "duplicate": true }, { - "id": 2625, - "name": "Rune platelegs (t)", - "examine": "Rune platelegs with trim." + "id": 2601, + "name": "Adamant platelegs (t)", + "type": "normal", + "duplicate": false }, { - "id": 2626, - "name": "Rune platelegs (t)", - "examine": "Swap this note at any bank for a Rune platelegs (t)." + "id": 2602, + "name": "Adamant platelegs (t)", + "type": "noted", + "duplicate": true }, { - "id": 2627, - "name": "Rune full helm (t)", - "examine": "Rune full helm with trim." + "id": 2603, + "name": "Adamant kiteshield (t)", + "type": "normal", + "duplicate": false }, { - "id": 2628, - "name": "Rune full helm (t)", - "examine": "Swap this note at any bank for a Rune full helm (t)." + "id": 2604, + "name": "Adamant kiteshield (t)", + "type": "noted", + "duplicate": true }, { - "id": 2629, - "name": "Rune kiteshield (t)", - "examine": "Rune kiteshield with trim." + "id": 2605, + "name": "Adamant full helm (t)", + "type": "normal", + "duplicate": false }, { - "id": 2630, - "name": "Rune kiteshield (t)", - "examine": "Swap this note at any bank for a Rune kiteshield (t)." + "id": 2606, + "name": "Adamant full helm (t)", + "type": "noted", + "duplicate": true }, { - "id": 2631, - "name": "Highwayman mask", - "examine": "Your money or your life!" + "id": 2607, + "name": "Adamant platebody (g)", + "type": "normal", + "duplicate": false }, { - "id": 2632, - "name": "Highwayman mask", - "examine": "Swap this note at any bank for a Highwayman mask." + "id": 2608, + "name": "Adamant platebody (g)", + "type": "noted", + "duplicate": true }, { - "id": 2633, - "name": "Blue beret", - "examine": "Parlez-vous francais?" + "id": 2609, + "name": "Adamant platelegs (g)", + "type": "normal", + "duplicate": false }, { - "id": 2634, - "name": "Blue beret", - "examine": "Swap this note at any bank for a Blue beret." + "id": 2610, + "name": "Adamant platelegs (g)", + "type": "noted", + "duplicate": true }, { - "id": 2635, - "name": "Black beret", - "examine": "Parlez-vous francais?" + "id": 2611, + "name": "Adamant kiteshield (g)", + "type": "normal", + "duplicate": false }, { - "id": 2636, - "name": "Black beret", - "examine": "Swap this note at any bank for a Black beret." + "id": 2612, + "name": "Adamant kiteshield (g)", + "type": "noted", + "duplicate": true }, { - "id": 2637, - "name": "White beret", - "examine": "Parlez-vous francais?" + "id": 2613, + "name": "Adamant full helm (g)", + "type": "normal", + "duplicate": false }, { - "id": 2638, - "name": "White beret", - "examine": "Swap this note at any bank for a White beret." + "id": 2614, + "name": "Adamant full helm (g)", + "type": "noted", + "duplicate": true }, { - "id": 2639, - "name": "Tan cavalier", - "examine": "All for one and one for all!" + "id": 2615, + "name": "Rune platebody (g)", + "type": "normal", + "duplicate": false }, { - "id": 2640, - "name": "Tan cavalier", - "examine": "Swap this note at any bank for a Tan cavalier." + "id": 2616, + "name": "Rune platebody (g)", + "type": "noted", + "duplicate": true }, { - "id": 2641, - "name": "Dark cavalier", - "examine": "All for one and one for all!" + "id": 2617, + "name": "Rune platelegs (g)", + "type": "normal", + "duplicate": false }, { - "id": 2642, - "name": "Dark cavalier", - "examine": "Swap this note at any bank for a Dark cavalier." + "id": 2618, + "name": "Rune platelegs (g)", + "type": "noted", + "duplicate": true }, { - "id": 2643, - "name": "Black cavalier", - "examine": "All for one and one for all!" + "id": 2619, + "name": "Rune full helm (g)", + "type": "normal", + "duplicate": false }, { - "id": 2644, - "name": "Black cavalier", - "examine": "Swap this note at any bank for a Black cavalier." + "id": 2620, + "name": "Rune full helm (g)", + "type": "noted", + "duplicate": true }, { - "id": 2645, - "name": "Red headband", - "examine": "A minimalist's hat." + "id": 2621, + "name": "Rune kiteshield (g)", + "type": "normal", + "duplicate": false }, { - "id": 2646, - "name": "Red headband", - "examine": "Swap this note at any bank for a Red headband." + "id": 2622, + "name": "Rune kiteshield (g)", + "type": "noted", + "duplicate": true }, { - "id": 2647, - "name": "Black headband", - "examine": "A minimalist's hat." + "id": 2623, + "name": "Rune platebody (t)", + "type": "normal", + "duplicate": false }, { - "id": 2648, - "name": "Black headband", - "examine": "Swap this note at any bank for a Black headband." + "id": 2624, + "name": "Rune platebody (t)", + "type": "noted", + "duplicate": true }, { - "id": 2649, - "name": "Brown headband", - "examine": "A minimalist's hat." + "id": 2625, + "name": "Rune platelegs (t)", + "type": "normal", + "duplicate": false }, { - "id": 2650, - "name": "Brown headband", - "examine": "Swap this note at any bank for a Brown headband." + "id": 2626, + "name": "Rune platelegs (t)", + "type": "noted", + "duplicate": true }, { - "id": 2651, - "name": "Pirate's hat", - "examine": "Shiver me timbers!" + "id": 2627, + "name": "Rune full helm (t)", + "type": "normal", + "duplicate": false }, { - "id": 2652, - "name": "Pirate's hat", - "examine": "Swap this note at any bank for a Pirate's hat." + "id": 2628, + "name": "Rune full helm (t)", + "type": "noted", + "duplicate": true }, { - "id": 2653, - "name": "Zamorak platebody", - "examine": "Rune platebody in the colours of Zamorak." + "id": 2629, + "name": "Rune kiteshield (t)", + "type": "normal", + "duplicate": false }, { - "id": 2654, - "name": "Zamorak platebody", - "examine": "Swap this note at any bank for a Zamorak platebody." + "id": 2630, + "name": "Rune kiteshield (t)", + "type": "noted", + "duplicate": true }, { - "id": 2655, - "name": "Zamorak platelegs", - "examine": "Rune platelegs in the colours of Zamorak." + "id": 2631, + "name": "Highwayman mask", + "type": "normal", + "duplicate": false }, { - "id": 2656, - "name": "Zamorak platelegs", - "examine": "Swap this note at any bank for a Zamorak platelegs." + "id": 2632, + "name": "Highwayman mask", + "type": "noted", + "duplicate": true }, { - "id": 2657, - "name": "Zamorak full helm", - "examine": "Rune full helm in the colours of Zamorak." + "id": 2633, + "name": "Blue beret", + "type": "normal", + "duplicate": false }, { - "id": 2658, - "name": "Zamorak full helm", - "examine": "Swap this note at any bank for a Zamorak full helm." + "id": 2634, + "name": "Blue beret", + "type": "noted", + "duplicate": true }, { - "id": 2659, - "name": "Zamorak kiteshield", - "examine": "Rune kiteshield in the colours of Zamorak." + "id": 2635, + "name": "Black beret", + "type": "normal", + "duplicate": false }, { - "id": 2660, - "name": "Zamorak kiteshield", - "examine": "Swap this note at any bank for a Zamorak kiteshield." + "id": 2636, + "name": "Black beret", + "type": "noted", + "duplicate": true }, { - "id": 2661, - "name": "Saradomin plate", - "examine": "Rune platebody in the colours of Saradomin." + "id": 2637, + "name": "White beret", + "type": "normal", + "duplicate": false }, { - "id": 2662, - "name": "Saradomin plate", - "examine": "Swap this note at any bank for a Saradomin plate." + "id": 2638, + "name": "White beret", + "type": "noted", + "duplicate": true }, { - "id": 2663, - "name": "Saradomin legs", - "examine": "Rune platelegs in the colours of Saradomin." + "id": 2639, + "name": "Tan cavalier", + "type": "normal", + "duplicate": false }, { - "id": 2664, - "name": "Saradomin legs", - "examine": "Swap this note at any bank for a Saradomin legs." + "id": 2640, + "name": "Tan cavalier", + "type": "noted", + "duplicate": true }, { - "id": 2665, - "name": "Saradomin full", - "examine": "Rune full helm in the colours of Saradomin." + "id": 2641, + "name": "Dark cavalier", + "type": "normal", + "duplicate": false }, { - "id": 2666, - "name": "Saradomin full", - "examine": "Swap this note at any bank for a Saradomin full." + "id": 2642, + "name": "Dark cavalier", + "type": "noted", + "duplicate": true }, { - "id": 2667, - "name": "Saradomin kite", - "examine": "Rune kiteshield in the colours of Saradomin." + "id": 2643, + "name": "Black cavalier", + "type": "normal", + "duplicate": false }, { - "id": 2668, - "name": "Saradomin kite", - "examine": "Swap this note at any bank for a Saradomin kite." + "id": 2644, + "name": "Black cavalier", + "type": "noted", + "duplicate": true }, { - "id": 2669, - "name": "Guthix platebody", - "examine": "Rune plate body in the colours of Guthix." + "id": 2645, + "name": "Red headband", + "type": "normal", + "duplicate": false }, { - "id": 2670, - "name": "Guthix platebody", - "examine": "Swap this note at any bank for a Guthix platebody." + "id": 2646, + "name": "Red headband", + "type": "noted", + "duplicate": true }, { - "id": 2671, - "name": "Guthix platelegs", - "examine": "Rune plate legs in the colours of Guthix." + "id": 2647, + "name": "Black headband", + "type": "normal", + "duplicate": false }, { - "id": 2672, - "name": "Guthix platelegs", - "examine": "Swap this note at any bank for a Guthix platelegs." + "id": 2648, + "name": "Black headband", + "type": "noted", + "duplicate": true }, { - "id": 2673, - "name": "Guthix full helm", - "examine": "A rune full face helmet in the colours of Guthix." + "id": 2649, + "name": "Brown headband", + "type": "normal", + "duplicate": false }, { - "id": 2674, - "name": "Guthix full helm", - "examine": "Swap this note at any bank for a Guthix full helm." + "id": 2650, + "name": "Brown headband", + "type": "noted", + "duplicate": true }, { - "id": 2675, - "name": "Guthix kiteshield", - "examine": "Rune kiteshield in the colours of Guthix." + "id": 2651, + "name": "Pirate's hat", + "type": "normal", + "duplicate": false }, { - "id": 2676, - "name": "Guthix kiteshield", - "examine": "Swap this note at any bank for a Guthix kiteshield." + "id": 2652, + "name": "Pirate's hat", + "type": "noted", + "duplicate": true }, { - "id": 2677, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2653, + "name": "Zamorak platebody", + "type": "normal", + "duplicate": false }, { - "id": 2678, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2654, + "name": "Zamorak platebody", + "type": "noted", + "duplicate": true }, { - "id": 2679, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2655, + "name": "Zamorak platelegs", + "type": "normal", + "duplicate": false }, { - "id": 2680, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2656, + "name": "Zamorak platelegs", + "type": "noted", + "duplicate": true }, { - "id": 2681, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2657, + "name": "Zamorak full helm", + "type": "normal", + "duplicate": false }, { - "id": 2682, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2658, + "name": "Zamorak full helm", + "type": "noted", + "duplicate": true }, { - "id": 2683, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2659, + "name": "Zamorak kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 2684, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2660, + "name": "Zamorak kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 2685, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2661, + "name": "Saradomin platebody", + "type": "normal", + "duplicate": false }, { - "id": 2686, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2662, + "name": "Saradomin platebody", + "type": "noted", + "duplicate": true }, { - "id": 2687, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2663, + "name": "Saradomin platelegs", + "type": "normal", + "duplicate": false }, { - "id": 2688, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2664, + "name": "Saradomin platelegs", + "type": "noted", + "duplicate": true }, { - "id": 2689, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2665, + "name": "Saradomin full helm", + "type": "normal", + "duplicate": false }, { - "id": 2690, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2666, + "name": "Saradomin full helm", + "type": "noted", + "duplicate": true }, { - "id": 2691, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2667, + "name": "Saradomin kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 2692, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2668, + "name": "Saradomin kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 2693, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2669, + "name": "Guthix platebody", + "type": "normal", + "duplicate": false }, { - "id": 2694, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2670, + "name": "Guthix platebody", + "type": "noted", + "duplicate": true }, { - "id": 2695, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2671, + "name": "Guthix platelegs", + "type": "normal", + "duplicate": false }, { - "id": 2696, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2672, + "name": "Guthix platelegs", + "type": "noted", + "duplicate": true }, { - "id": 2697, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2673, + "name": "Guthix full helm", + "type": "normal", + "duplicate": false }, { - "id": 2698, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2674, + "name": "Guthix full helm", + "type": "noted", + "duplicate": true }, { - "id": 2699, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2675, + "name": "Guthix kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 2700, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2676, + "name": "Guthix kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 2701, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2677, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": false }, { - "id": 2702, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2678, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2703, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2679, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2704, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2680, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2705, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2681, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2706, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2682, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2707, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2683, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2708, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2684, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2709, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2685, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2710, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2686, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2711, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2687, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2712, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2688, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2713, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2689, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2714, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2690, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2715, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2691, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2716, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2692, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2717, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2693, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2718, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2694, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2719, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2695, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2720, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2696, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2721, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2697, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2722, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2698, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2723, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2699, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2724, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2700, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2725, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2701, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2726, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2702, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2727, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2703, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2728, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2704, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2729, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2705, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2730, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2706, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2731, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2707, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2732, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2708, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2733, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2709, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2734, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2710, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2735, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2711, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2736, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2712, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2737, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2713, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2738, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2714, + "name": "Casket (easy)", + "type": "normal", + "duplicate": false }, { - "id": 2739, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2715, + "name": "Casket (easy)", + "type": "normal", + "duplicate": false }, { - "id": 2740, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2716, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2741, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2717, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2742, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2718, + "name": "Casket (easy)", + "type": "normal", + "duplicate": false }, { - "id": 2743, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2719, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2744, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2720, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true }, { - "id": 2745, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2721, + "name": "Casket (easy)", + "type": "normal", + "duplicate": false }, { - "id": 2746, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2722, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": false }, { - "id": 2747, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2723, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2748, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2724, + "name": "Casket (hard)", + "type": "normal", + "duplicate": false }, { - "id": 2749, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2725, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2750, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2726, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2751, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2727, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2752, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2728, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2753, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2729, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2754, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2730, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2755, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2731, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2756, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2732, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2757, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2733, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2758, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2734, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2759, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2735, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2760, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2736, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2761, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2737, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2762, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2738, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2763, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2739, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2764, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2740, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2765, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2741, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2766, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2742, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2767, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2743, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2768, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2744, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2769, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2745, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2770, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2746, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2771, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2747, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2772, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 2748, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 2773, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2773, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2774, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2774, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2775, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2775, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2776, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2776, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2777, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2777, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2778, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2778, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2779, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2779, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2780, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2780, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2781, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2781, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2782, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2782, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2783, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2783, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2784, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2784, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2785, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2785, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2786, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2786, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2787, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2787, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2788, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2788, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2789, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2789, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2790, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2790, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2791, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2791, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2792, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2792, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2793, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2793, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2794, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2794, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2795, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 2795, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": false }, { - "id": 2796, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2796, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2797, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2797, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2798, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 2798, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2799, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2799, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2800, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 2800, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 2801, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2801, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": false }, { - "id": 2802, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2802, + "name": "Casket (medium)", + "type": "normal", + "duplicate": false }, { - "id": 2803, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2803, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2804, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2804, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2805, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2805, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2806, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2806, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2807, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2807, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2808, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2808, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2809, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2809, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2810, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2810, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2811, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2811, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2812, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2812, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2813, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2813, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2814, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2814, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2815, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2815, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2816, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2816, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2817, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2817, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2818, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2818, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2819, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2819, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2820, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2820, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2821, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2821, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2822, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2822, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2823, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2823, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2824, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2824, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2825, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 2825, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2826, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2826, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2827, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2827, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2828, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2828, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2829, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 2829, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": false }, { - "id": 2830, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 2830, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2831, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2831, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2832, - "name": "Key", - "examine": "A key to unlock a treasure chest." + "id": 2832, + "name": "Key (medium)", + "type": "normal", + "duplicate": false }, { - "id": 2833, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2833, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2834, - "name": "Key", - "examine": "A key to some drawers." + "id": 2834, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2835, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2835, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2836, - "name": "Key", - "examine": "A key to some drawers." + "id": 2836, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2837, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2837, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2838, - "name": "Key", - "examine": "A key to some drawers." + "id": 2838, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2839, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2839, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2840, - "name": "Key", - "examine": "A key to a chest." + "id": 2840, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2841, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2841, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2842, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2842, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": false }, { - "id": 2843, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2843, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2844, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2844, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2845, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2845, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2846, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2846, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2847, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2847, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2848, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2848, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2849, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2849, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2850, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2850, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2851, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2851, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2852, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2852, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2853, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2853, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2854, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 2854, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2855, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2855, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2856, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2856, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2857, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2857, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2858, - "name": "Clue scroll", - "examine": "A clue!" + "id": 2858, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 2859, - "name": "Wolf bones", - "examine": "Bones of a recently slain wolf." + "id": 2859, + "name": "Wolf bones", + "type": "normal", + "duplicate": false }, { - "id": 2860, - "name": "Wolf bones", - "examine": "Swap this note at any bank for a Wolf bones." + "id": 2860, + "name": "Wolf bones", + "type": "noted", + "duplicate": true }, { - "id": 2861, - "name": "Wolfbone arrowtips", - "examine": "I can make an ogre arrow with these." + "id": 2861, + "name": "Wolfbone arrowtips", + "type": "normal", + "duplicate": false }, { - "id": 2862, - "name": "Achey tree logs", - "examine": "These logs are longer than normal." + "id": 2862, + "name": "Achey tree logs", + "type": "normal", + "duplicate": false }, { - "id": 2863, - "name": "Achey tree logs", - "examine": "Swap this note at any bank for an Achey tree logs." + "id": 2863, + "name": "Achey tree logs", + "type": "noted", + "duplicate": true }, { - "id": 2864, - "name": "Ogre arrow shaft", - "examine": "A wooden arrow shaft." + "id": 2864, + "name": "Ogre arrow shaft", + "type": "normal", + "duplicate": false }, { - "id": 2865, - "name": "Flighted ogre arrow", - "examine": "A wooden arrow shaft with four flights attached." + "id": 2865, + "name": "Flighted ogre arrow", + "type": "normal", + "duplicate": false }, { - "id": 2866, - "name": "Ogre arrow", - "examine": "A large ogre arrow with a bone tip." + "id": 2866, + "name": "Ogre arrow", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 2871, - "name": "Ogre bellows", - "examine": "A large pair of ogre bellows." + "id": 2867, + "name": "Ogre arrow", + "type": "normal", + "duplicate": true }, { - "id": 2872, - "name": "Ogre bellows (3)", - "examine": "A large pair of ogre bellows, it has three loads of swamp gas in it." + "id": 2868, + "name": "Ogre arrow", + "type": "normal", + "duplicate": true }, { - "id": 2873, - "name": "Ogre bellows (2)", - "examine": "A large pair of ogre bellows, it has two loads of swamp gas in it." + "id": 2869, + "name": "Ogre arrow", + "type": "normal", + "duplicate": true }, { - "id": 2874, - "name": "Ogre bellows (1)", - "examine": "A large pair of ogre bellows, it has one load of swamp gas in it." + "id": 2870, + "name": "Ogre arrow", + "type": "normal", + "duplicate": true }, { - "id": 2875, - "name": "Bloated toad", - "examine": "An inflated toad." + "id": 2871, + "name": "Ogre bellows", + "type": "normal", + "duplicate": false }, { - "id": 2876, - "name": "Raw chompy", - "examine": "I need to cook this first." + "id": 2872, + "name": "Ogre bellows (3)", + "type": "normal", + "duplicate": false }, { - "id": 2877, - "name": "Raw chompy", - "examine": "Swap this note at any bank for a Raw chompy." + "id": 2873, + "name": "Ogre bellows (2)", + "type": "normal", + "duplicate": false }, { - "id": 2878, - "name": "Cooked chompy", - "examine": "It might look delicious to an ogre." + "id": 2874, + "name": "Ogre bellows (1)", + "type": "normal", + "duplicate": false }, { - "id": 2879, - "name": "Cooked chompy", - "examine": "Swap this note at any bank for a Cooked chompy." + "id": 2875, + "name": "Bloated toad", + "type": "normal", + "duplicate": false }, { - "id": 2880, - "name": "Ruined chompy", - "examine": "It's really burnt." + "id": 2876, + "name": "Raw chompy", + "type": "normal", + "duplicate": false }, { - "id": 2881, - "name": "Ruined chompy", - "examine": "Swap this note at any bank for a Ruined chompy." + "id": 2877, + "name": "Raw chompy", + "type": "noted", + "duplicate": true }, { - "id": 2882, - "name": "Seasoned chompy", - "examine": "It has been deliciously seasoned to taste wonderful for ogres." + "id": 2878, + "name": "Cooked chompy", + "type": "normal", + "duplicate": false }, { - "id": 2883, - "name": "Ogre bow", - "examine": "More powerful than a normal bow, useful against large game birds." + "id": 2879, + "name": "Cooked chompy", + "type": "noted", + "duplicate": true }, - null, { - "id": 2885, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 2880, + "name": "Ruined chompy", + "type": "normal", + "duplicate": false }, { - "id": 2886, - "name": "Battered book", - "examine": "A very thickly bound book." + "id": 2881, + "name": "Ruined chompy", + "type": "noted", + "duplicate": true }, { - "id": 2887, - "name": "Battered key", - "examine": "An old battered key." + "id": 2882, + "name": "Seasoned chompy", + "type": "normal", + "duplicate": false }, { - "id": 2888, - "name": "A stone bowl", - "examine": "This is an empty stone bowl." + "id": 2883, + "name": "Ogre bow", + "type": "normal", + "duplicate": false }, + null, + null, { - "id": 2889, - "name": "A stone bowl", - "examine": "This is a stone bowl full of lava." + "id": 2886, + "name": "Battered book", + "type": "normal", + "duplicate": false }, { - "id": 2890, - "name": "Elemental shield", - "examine": "A magic shield." + "id": 2887, + "name": "Battered key", + "type": "normal", + "duplicate": false }, { - "id": 2891, - "name": "Elemental shield", - "examine": "Swap this note at any bank for an Elemental shield." + "id": 2888, + "name": "A stone bowl", + "type": "normal", + "duplicate": false }, { - "id": 2892, - "name": "Elemental ore", - "examine": "This needs refining." + "id": 2889, + "name": "A stone bowl", + "type": "normal", + "duplicate": false }, { - "id": 2893, - "name": "Elemental metal", - "examine": "It's a bar of refined elemental ore." + "id": 2890, + "name": "Elemental shield", + "type": "normal", + "duplicate": false }, { - "id": 2894, - "name": "Boots", - "examine": "Very stylish!" + "id": 2891, + "name": "Elemental shield", + "type": "noted", + "duplicate": true }, { - "id": 2895, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 2892, + "name": "Elemental ore", + "type": "normal", + "duplicate": false }, { - "id": 2896, - "name": "Robe top", - "examine": "Some fine werewolf clothing." + "id": 2893, + "name": "Elemental metal", + "type": "normal", + "duplicate": false }, { - "id": 2897, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 2894, + "name": "Grey boots", + "type": "normal", + "duplicate": false }, { - "id": 2898, - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves." + "id": 2895, + "name": "Grey boots", + "type": "noted", + "duplicate": true }, { - "id": 2899, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 2896, + "name": "Grey robe top", + "type": "normal", + "duplicate": false }, { - "id": 2900, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 2897, + "name": "Grey robe top", + "type": "noted", + "duplicate": true }, { - "id": 2901, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 2898, + "name": "Grey robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 2902, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 2899, + "name": "Grey robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 2903, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 2900, + "name": "Grey hat", + "type": "normal", + "duplicate": false }, { - "id": 2904, - "name": "Boots", - "examine": "Very stylish!" + "id": 2901, + "name": "Grey hat", + "type": "noted", + "duplicate": true }, { - "id": 2905, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 2902, + "name": "Grey gloves", + "type": "normal", + "duplicate": false }, { - "id": 2906, - "name": "Robe top", - "examine": "Some fine werewolf clothing." + "id": 2903, + "name": "Grey gloves", + "type": "noted", + "duplicate": true }, { - "id": 2907, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 2904, + "name": "Red boots", + "type": "normal", + "duplicate": false }, { - "id": 2908, - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves." + "id": 2905, + "name": "Red boots", + "type": "noted", + "duplicate": true }, { - "id": 2909, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 2906, + "name": "Red robe top", + "type": "normal", + "duplicate": false }, { - "id": 2910, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 2907, + "name": "Red robe top", + "type": "noted", + "duplicate": true }, { - "id": 2911, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 2908, + "name": "Red robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 2912, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 2909, + "name": "Red robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 2913, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 2910, + "name": "Red hat", + "type": "normal", + "duplicate": false }, { - "id": 2914, - "name": "Boots", - "examine": "Very stylish!" + "id": 2911, + "name": "Red hat", + "type": "noted", + "duplicate": true }, { - "id": 2915, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 2912, + "name": "Red gloves", + "type": "normal", + "duplicate": false }, { - "id": 2916, - "name": "Robe top", - "examine": "Some fine werewolf clothing." + "id": 2913, + "name": "Red gloves", + "type": "noted", + "duplicate": true }, { - "id": 2917, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 2914, + "name": "Yellow boots", + "type": "normal", + "duplicate": false }, { - "id": 2918, - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves." + "id": 2915, + "name": "Yellow boots", + "type": "noted", + "duplicate": true }, { - "id": 2919, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 2916, + "name": "Yellow robe top", + "type": "normal", + "duplicate": false }, { - "id": 2920, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 2917, + "name": "Yellow robe top", + "type": "noted", + "duplicate": true }, { - "id": 2921, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 2918, + "name": "Yellow robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 2922, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 2919, + "name": "Yellow robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 2923, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 2920, + "name": "Yellow hat", + "type": "normal", + "duplicate": false }, { - "id": 2924, - "name": "Boots", - "examine": "Very stylish!" + "id": 2921, + "name": "Yellow hat", + "type": "noted", + "duplicate": true }, { - "id": 2925, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 2922, + "name": "Yellow gloves", + "type": "normal", + "duplicate": false }, { - "id": 2926, - "name": "Robe top", - "examine": "Some fine werewolf clothing." + "id": 2923, + "name": "Yellow gloves", + "type": "noted", + "duplicate": true }, { - "id": 2927, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 2924, + "name": "Teal boots", + "type": "normal", + "duplicate": false }, { - "id": 2928, - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves." + "id": 2925, + "name": "Teal boots", + "type": "noted", + "duplicate": true }, { - "id": 2929, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 2926, + "name": "Teal robe top", + "type": "normal", + "duplicate": false }, { - "id": 2930, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 2927, + "name": "Teal robe top", + "type": "noted", + "duplicate": true }, { - "id": 2931, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 2928, + "name": "Teal robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 2932, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 2929, + "name": "Teal robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 2933, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 2930, + "name": "Teal hat", + "type": "normal", + "duplicate": false }, { - "id": 2934, - "name": "Boots", - "examine": "Very stylish!" + "id": 2931, + "name": "Teal hat", + "type": "noted", + "duplicate": true }, { - "id": 2935, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 2932, + "name": "Teal gloves", + "type": "normal", + "duplicate": false }, { - "id": 2936, - "name": "Robe top", - "examine": "Some fine werewolf clothing." + "id": 2933, + "name": "Teal gloves", + "type": "noted", + "duplicate": true }, { - "id": 2937, - "name": "Robe top", - "examine": "Swap this note at any bank for a Robe top." + "id": 2934, + "name": "Purple boots", + "type": "normal", + "duplicate": false }, { - "id": 2938, - "name": "Robe bottoms", - "examine": "Made by werewolves for werewolves." + "id": 2935, + "name": "Purple boots", + "type": "noted", + "duplicate": true }, { - "id": 2939, - "name": "Robe bottoms", - "examine": "Swap this note at any bank for a Robe bottoms." + "id": 2936, + "name": "Purple robe top", + "type": "normal", + "duplicate": false }, { - "id": 2940, - "name": "Hat", - "examine": "A silly pointed hat." + "id": 2937, + "name": "Purple robe top", + "type": "noted", + "duplicate": true }, { - "id": 2941, - "name": "Hat", - "examine": "Swap this note at any bank for a Hat." + "id": 2938, + "name": "Purple robe bottoms", + "type": "normal", + "duplicate": false }, { - "id": 2942, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 2939, + "name": "Purple robe bottoms", + "type": "noted", + "duplicate": true }, { - "id": 2943, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 2940, + "name": "Purple hat", + "type": "normal", + "duplicate": false }, { - "id": 2944, - "name": "Golden key", - "examine": "A replica key made of solid gold." + "id": 2941, + "name": "Purple hat", + "type": "noted", + "duplicate": true }, { - "id": 2945, - "name": "Iron key", - "examine": "A key made of solid Iron." + "id": 2942, + "name": "Purple gloves", + "type": "normal", + "duplicate": false }, { - "id": 2946, - "name": "Golden tinderbox", - "examine": "A replica tinderbox made of solid gold." + "id": 2943, + "name": "Purple gloves", + "type": "noted", + "duplicate": true }, { - "id": 2947, - "name": "Golden candle", - "examine": "A replica candle made of solid gold." + "id": 2944, + "name": "Golden key", + "type": "normal", + "duplicate": false }, { - "id": 2948, - "name": "Golden pot", - "examine": "A replica pot made of solid gold." + "id": 2945, + "name": "Iron key", + "type": "normal", + "duplicate": false }, { - "id": 2949, - "name": "Golden hammer", - "examine": "A replica hammer made of solid gold." + "id": 2946, + "name": "Golden tinderbox", + "type": "normal", + "duplicate": false }, { - "id": 2950, - "name": "Golden feather", - "examine": "A replica feather made of solid gold." + "id": 2947, + "name": "Golden candle", + "type": "normal", + "duplicate": false }, { - "id": 2951, - "name": "Golden needle", - "examine": "A replica needle made of solid gold." + "id": 2948, + "name": "Golden pot", + "type": "normal", + "duplicate": false }, { - "id": 2952, - "name": "Wolfbane", - "examine": "A silver dagger that can prevent werewolves changing form." + "id": 2949, + "name": "Golden hammer", + "type": "normal", + "duplicate": false }, { - "id": 2953, - "name": "Bucket of water", - "examine": "It's a bucket of murky water." + "id": 2950, + "name": "Golden feather", + "type": "normal", + "duplicate": false }, { - "id": 2954, - "name": "Bucket of water", - "examine": "It's a bucket of blessed water." + "id": 2951, + "name": "Golden needle", + "type": "normal", + "duplicate": false }, { - "id": 2955, - "name": "Moonlight mead", - "examine": "A foul smelling brew." + "id": 2952, + "name": "Wolfbane", + "type": "normal", + "duplicate": false }, { - "id": 2956, - "name": "Moonlight mead", - "examine": "Swap this note at any bank for a Moonlight mead." + "id": 2953, + "name": "Murky water", + "type": "normal", + "duplicate": false }, { - "id": 2957, - "name": "Druid pouch", - "examine": "An empty druid pouch." + "id": 2954, + "name": "Blessed water", + "type": "normal", + "duplicate": false }, { - "id": 2958, - "name": "Druid pouch", - "examine": "A druid pouch." + "id": 2955, + "name": "Moonlight mead", + "type": "normal", + "duplicate": false }, { - "id": 2959, - "name": "Rotten food", - "examine": "Erhhh! It stinks." + "id": 2956, + "name": "Moonlight mead", + "type": "noted", + "duplicate": true }, { - "id": 2960, - "name": "Rotten food", - "examine": "Swap this note at any bank for a Rotten food." + "id": 2957, + "name": "Druid pouch", + "type": "normal", + "duplicate": false }, { - "id": 2961, - "name": "Silver sickle", - "examine": "It's a silver sickle." + "id": 2958, + "name": "Druid pouch", + "type": "normal", + "duplicate": false }, { - "id": 2962, - "name": "Silver sickle", - "examine": "Swap this note at any bank for a Silver sickle." + "id": 2959, + "name": "Rotten food", + "type": "normal", + "duplicate": false }, { - "id": 2963, - "name": "Silver sickle(b)", - "examine": "It's a blessed silver sickle." + "id": 2960, + "name": "Rotten food", + "type": "noted", + "duplicate": true }, { - "id": 2964, - "name": "Washing bowl", - "examine": "Used for washing your face, amongst other things." + "id": 2961, + "name": "Silver sickle", + "type": "normal", + "duplicate": false }, { - "id": 2965, - "name": "Washing bowl", - "examine": "Swap this note at any bank for a Washing bowl." + "id": 2962, + "name": "Silver sickle", + "type": "noted", + "duplicate": true }, { - "id": 2966, - "name": "Mirror", - "examine": "A small mirror, probably used for grooming." + "id": 2963, + "name": "Silver sickle (b)", + "type": "normal", + "duplicate": false }, { - "id": 2967, - "name": "Journal", - "examine": "This must be Filliman Tarlocks personal journal." + "id": 2964, + "name": "Washing bowl", + "type": "normal", + "duplicate": false }, { - "id": 2968, - "name": "Druidic spell", - "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock." + "id": 2965, + "name": "Washing bowl", + "type": "noted", + "duplicate": true }, { - "id": 2969, - "name": "A used spell", - "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock." + "id": 2966, + "name": "Mirror", + "type": "normal", + "duplicate": false }, { - "id": 2970, - "name": "Mort myre fungi", - "examine": "A mushroom from the swamps of Mort Myre." + "id": 2967, + "name": "Journal", + "type": "normal", + "duplicate": false }, { - "id": 2971, - "name": "Mort myre fungi", - "examine": "Swap this note at any bank for a Mort myre fungi." + "id": 2968, + "name": "Druidic spell", + "type": "normal", + "duplicate": false }, { - "id": 2972, - "name": "Mort myre stem", - "examine": "A cutting from a budding branch." + "id": 2969, + "name": "A used spell", + "type": "normal", + "duplicate": false }, { - "id": 2973, - "name": "Mort myre stem", - "examine": "Swap this note at any bank for a Mort myre stem." + "id": 2970, + "name": "Mort myre fungus", + "type": "normal", + "duplicate": false }, { - "id": 2974, - "name": "Mort myre pear", - "examine": "A pear picked from a dying bush in Mort Myre." + "id": 2971, + "name": "Mort myre fungus", + "type": "noted", + "duplicate": true }, { - "id": 2975, - "name": "Mort myre pear", - "examine": "Swap this note at any bank for a Mort myre pear." + "id": 2972, + "name": "Mort myre stem", + "type": "normal", + "duplicate": false }, { - "id": 2976, - "name": "Sickle mould", - "examine": "Used to make sickles." + "id": 2973, + "name": "Mort myre stem", + "type": "noted", + "duplicate": true }, { - "id": 2977, - "name": "Sickle mould", - "examine": "Swap this note at any bank for a Sickle mould." + "id": 2974, + "name": "Mort myre pear", + "type": "normal", + "duplicate": false }, { - "id": 2978, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2975, + "name": "Mort myre pear", + "type": "noted", + "duplicate": true }, { - "id": 2979, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2976, + "name": "Sickle mould", + "type": "normal", + "duplicate": false }, { - "id": 2980, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2977, + "name": "Sickle mould", + "type": "noted", + "duplicate": true }, { - "id": 2981, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2978, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2982, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2979, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2983, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2980, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2984, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2981, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2985, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2982, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2986, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2983, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2987, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2984, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2988, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2985, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2989, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2986, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2990, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2987, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2991, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2988, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2992, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2989, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2993, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2990, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2994, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2991, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2995, - "name": "Chompy bird hat", - "examine": "A symbol of your chompy bird hunting prowess." + "id": 2992, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2996, - "name": "Agility arena ticket", - "examine": "I can exchange these for further experience or items." + "id": 2993, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2997, - "name": "Pirate's hook", - "examine": "You should see the shark..." + "id": 2994, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2998, - "name": "Toadflax", - "examine": "A useful herb." + "id": 2995, + "name": "Chompy bird hat", + "type": "normal", + "duplicate": false }, { - "id": 2999, - "name": "Toadflax", - "examine": "Swap this note at any bank for a Toadflax." + "id": 2996, + "name": "Agility arena ticket", + "type": "normal", + "duplicate": false }, { - "id": 3000, - "name": "Snapdragon", - "examine": "A powerful herb." + "id": 2997, + "name": "Pirate's hook", + "type": "normal", + "duplicate": false }, { - "id": 3001, - "name": "Snapdragon", - "examine": "Swap this note at any bank for a Snapdragon." + "id": 2998, + "name": "Toadflax", + "type": "normal", + "duplicate": false }, { - "id": 3002, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Toadflax potion." + "id": 2999, + "name": "Toadflax", + "type": "noted", + "duplicate": true }, { - "id": 3003, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 3000, + "name": "Snapdragon", + "type": "normal", + "duplicate": false }, { - "id": 3004, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Snapdragon potion." + "id": 3001, + "name": "Snapdragon", + "type": "noted", + "duplicate": true }, { - "id": 3005, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 3002, + "name": "Toadflax potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 3006, - "name": "Firework", - "examine": "A firework potion, this'll look pretty!" + "id": 3003, + "name": "Toadflax potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 3007, - "name": "Firework", - "examine": "Swap this note at any bank for a Firework." + "id": 3004, + "name": "Snapdragon potion (unf)", + "type": "normal", + "duplicate": false }, { - "id": 3008, - "name": "Energy potion(4)", - "examine": "4 doses of energy potion." + "id": 3005, + "name": "Snapdragon potion (unf)", + "type": "noted", + "duplicate": true }, { - "id": 3009, - "name": "Energy potion(4)", - "examine": "Swap this note at any bank for an Energy potion(4)." + "id": 3006, + "name": "Firework", + "type": "normal", + "duplicate": false }, { - "id": 3010, - "name": "Energy potion(3)", - "examine": "3 doses of energy potion." + "id": 3007, + "name": "Firework", + "type": "noted", + "duplicate": true }, { - "id": 3011, - "name": "Energy potion(3)", - "examine": "Swap this note at any bank for an Energy potion(3)." + "id": 3008, + "name": "Energy potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 3012, - "name": "Energy potion(2)", - "examine": "2 doses of energy potion." + "id": 3009, + "name": "Energy potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 3013, - "name": "Energy potion(2)", - "examine": "Swap this note at any bank for an Energy potion(2)." + "id": 3010, + "name": "Energy potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 3014, - "name": "Energy potion(1)", - "examine": "1 dose of energy potion." + "id": 3011, + "name": "Energy potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 3015, - "name": "Energy potion(1)", - "examine": "Swap this note at any bank for an Energy potion(1)." + "id": 3012, + "name": "Energy potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 3016, - "name": "Super energy(4)", - "examine": "4 doses of super energy potion." + "id": 3013, + "name": "Energy potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 3017, - "name": "Super energy(4)", - "examine": "Swap this note at any bank for a Super energy(4)." + "id": 3014, + "name": "Energy potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 3018, - "name": "Super energy(3)", - "examine": "3 doses of super energy potion." + "id": 3015, + "name": "Energy potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 3019, - "name": "Super energy(3)", - "examine": "Swap this note at any bank for a Super energy(3)." + "id": 3016, + "name": "Super energy(4)", + "type": "normal", + "duplicate": false }, { - "id": 3020, - "name": "Super energy(2)", - "examine": "2 doses of super energy potion." + "id": 3017, + "name": "Super energy(4)", + "type": "noted", + "duplicate": true }, { - "id": 3021, - "name": "Super energy(2)", - "examine": "Swap this note at any bank for a Super energy(2)." + "id": 3018, + "name": "Super energy(3)", + "type": "normal", + "duplicate": false }, { - "id": 3022, - "name": "Super energy(1)", - "examine": "1 dose of super energy potion." + "id": 3019, + "name": "Super energy(3)", + "type": "noted", + "duplicate": true }, { - "id": 3023, - "name": "Super energy(1)", - "examine": "Swap this note at any bank for a Super energy(1)." + "id": 3020, + "name": "Super energy(2)", + "type": "normal", + "duplicate": false }, { - "id": 3024, - "name": "Super restore(4)", - "examine": "4 doses of super restore potion." + "id": 3021, + "name": "Super energy(2)", + "type": "noted", + "duplicate": true }, { - "id": 3025, - "name": "Super restore(4)", - "examine": "Swap this note at any bank for a Super restore(4)." + "id": 3022, + "name": "Super energy(1)", + "type": "normal", + "duplicate": false }, { - "id": 3026, - "name": "Super restore(3)", - "examine": "3 doses of super restore potion." + "id": 3023, + "name": "Super energy(1)", + "type": "noted", + "duplicate": true }, { - "id": 3027, - "name": "Super restore(3)", - "examine": "Swap this note at any bank for a Super restore(3)." + "id": 3024, + "name": "Super restore(4)", + "type": "normal", + "duplicate": false }, { - "id": 3028, - "name": "Super restore(2)", - "examine": "2 doses of super restore potion." + "id": 3025, + "name": "Super restore(4)", + "type": "noted", + "duplicate": true }, { - "id": 3029, - "name": "Super restore(2)", - "examine": "Swap this note at any bank for a Super restore(2)." + "id": 3026, + "name": "Super restore(3)", + "type": "normal", + "duplicate": false }, { - "id": 3030, - "name": "Super restore(1)", - "examine": "1 dose of super restore potion." + "id": 3027, + "name": "Super restore(3)", + "type": "noted", + "duplicate": true }, { - "id": 3031, - "name": "Super restore(1)", - "examine": "Swap this note at any bank for a Super restore(1)." + "id": 3028, + "name": "Super restore(2)", + "type": "normal", + "duplicate": false }, { - "id": 3032, - "name": "Agility potion(4)", - "examine": "4 doses of agility potion." + "id": 3029, + "name": "Super restore(2)", + "type": "noted", + "duplicate": true }, { - "id": 3033, - "name": "Agility potion(4)", - "examine": "Swap this note at any bank for an Agility potion(4)." + "id": 3030, + "name": "Super restore(1)", + "type": "normal", + "duplicate": false }, { - "id": 3034, - "name": "Agility potion(3)", - "examine": "3 doses of agility potion." + "id": 3031, + "name": "Super restore(1)", + "type": "noted", + "duplicate": true }, { - "id": 3035, - "name": "Agility potion(3)", - "examine": "Swap this note at any bank for an Agility potion(3)." + "id": 3032, + "name": "Agility potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 3036, - "name": "Agility potion(2)", - "examine": "2 doses of agility potion." + "id": 3033, + "name": "Agility potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 3037, - "name": "Agility potion(2)", - "examine": "Swap this note at any bank for an Agility potion(2)." + "id": 3034, + "name": "Agility potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 3038, - "name": "Agility potion(1)", - "examine": "1 dose of agility potion." + "id": 3035, + "name": "Agility potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 3039, - "name": "Agility potion(1)", - "examine": "Swap this note at any bank for an Agility potion(1)." + "id": 3036, + "name": "Agility potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 3040, - "name": "Magic potion(4)", - "examine": "4 doses of magic potion." + "id": 3037, + "name": "Agility potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 3041, - "name": "Magic potion(4)", - "examine": "Swap this note at any bank for a Magic potion(4)." + "id": 3038, + "name": "Agility potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 3042, - "name": "Magic potion(3)", - "examine": "3 doses of magic potion." + "id": 3039, + "name": "Agility potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 3043, - "name": "Magic potion(3)", - "examine": "Swap this note at any bank for a Magic potion(3)." + "id": 3040, + "name": "Magic potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 3044, - "name": "Magic potion(2)", - "examine": "2 doses of magic potion." + "id": 3041, + "name": "Magic potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 3045, - "name": "Magic potion(2)", - "examine": "Swap this note at any bank for a Magic potion(2)." + "id": 3042, + "name": "Magic potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 3046, - "name": "Magic potion(1)", - "examine": "1 dose of magic potion." + "id": 3043, + "name": "Magic potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 3047, - "name": "Magic potion(1)", - "examine": "Swap this note at any bank for a Magic potion(1)." + "id": 3044, + "name": "Magic potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 3048, - "name": "Pirate's hook", - "examine": "Swap this note at any bank for a Pirate's hook." + "id": 3045, + "name": "Magic potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 3049, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 3046, + "name": "Magic potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 3050, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 3047, + "name": "Magic potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 3051, - "name": "Herb", - "examine": "I need a closer look to identify this." + "id": 3048, + "name": "Pirate's hook", + "type": "noted", + "duplicate": true }, { - "id": 3052, - "name": "Herb", - "examine": "Swap this note at any bank for a Herb." + "id": 3049, + "name": "Grimy toadflax", + "type": "normal", + "duplicate": false }, { - "id": 3053, - "name": "Lava battlestaff", - "examine": "It's a slightly magical stick." + "id": 3050, + "name": "Grimy toadflax", + "type": "noted", + "duplicate": true }, { - "id": 3054, - "name": "Mystic lava staff", - "examine": "It's a slightly magical stick." + "id": 3051, + "name": "Grimy snapdragon", + "type": "normal", + "duplicate": false }, { - "id": 3055, - "name": "Lava battlestaff", - "examine": "Swap this note at any bank for a Lava battlestaff." + "id": 3052, + "name": "Grimy snapdragon", + "type": "noted", + "duplicate": true }, { - "id": 3056, - "name": "Mystic lava staff", - "examine": "Swap this note at any bank for a Mystic lava staff." + "id": 3053, + "name": "Lava battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 3057, - "name": "Mime mask", - "examine": "A mime would wear this." + "id": 3054, + "name": "Mystic lava staff", + "type": "normal", + "duplicate": false }, { - "id": 3058, - "name": "Mime top", - "examine": "A mime would wear this." + "id": 3055, + "name": "Lava battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 3059, - "name": "Mime legs", - "examine": "A mime would wear these." + "id": 3056, + "name": "Mystic lava staff", + "type": "noted", + "duplicate": true }, { - "id": 3060, - "name": "Mime gloves", - "examine": "A mime would wear these." + "id": 3057, + "name": "Mime mask", + "type": "normal", + "duplicate": false }, { - "id": 3061, - "name": "Mime boots", - "examine": "A mime would wear these." + "id": 3058, + "name": "Mime top", + "type": "normal", + "duplicate": false }, { - "id": 3062, - "name": "Strange box", - "examine": "It seems to be humming..." + "id": 3059, + "name": "Mime legs", + "type": "normal", + "duplicate": false + }, + { + "id": 3060, + "name": "Mime gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 3061, + "name": "Mime boots", + "type": "normal", + "duplicate": false + }, + { + "id": 3062, + "name": "Strange box", + "type": "normal", + "duplicate": false }, null, null, null, + { + "id": 3066, + "name": "Bronze javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3068, + "name": "Bronze javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3070, + "name": "Bronze javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3072, + "name": "Bronze javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3074, + "name": "Iron javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3076, + "name": "Iron javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3078, + "name": "Iron javelin heads", + "type": "normal", + "duplicate": true + }, null, null, null, + { + "id": 3082, + "name": "Iron javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3084, + "name": "Steel javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3086, + "name": "Steel javelin heads", + "type": "normal", + "duplicate": true + }, null, + { + "id": 3088, + "name": "Steel javelin heads", + "type": "normal", + "duplicate": true + }, null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, + { + "id": 3090, + "name": "Steel javelin heads", + "type": "normal", + "duplicate": true + }, null, { - "id": 3093, - "name": "Black dart", - "examine": "A deadly throwing dart with a black tip." + "id": 3092, + "name": "Mithril javelin heads", + "type": "normal", + "duplicate": true }, { - "id": 3094, - "name": "Black dart(p)", - "examine": "A deadly poisoned dart with a black tip." + "id": 3093, + "name": "Black dart", + "type": "normal", + "duplicate": false }, { - "id": 3095, - "name": "Bronze claws", - "examine": "A set of fighting claws." + "id": 3094, + "name": "Black dart(p)", + "type": "normal", + "duplicate": false }, { - "id": 3096, - "name": "Iron claws", - "examine": "A set of fighting claws." + "id": 3095, + "name": "Bronze claws", + "type": "normal", + "duplicate": false }, { - "id": 3097, - "name": "Steel claws", - "examine": "A set of fighting claws." + "id": 3096, + "name": "Iron claws", + "type": "normal", + "duplicate": false }, { - "id": 3098, - "name": "Black claws", - "examine": "A set of fighting claws." + "id": 3097, + "name": "Steel claws", + "type": "normal", + "duplicate": false }, { - "id": 3099, - "name": "Mithril claws", - "examine": "A set of fighting claws." + "id": 3098, + "name": "Black claws", + "type": "normal", + "duplicate": false }, { - "id": 3100, - "name": "Adamant claws", - "examine": "A set of fighting claws." + "id": 3099, + "name": "Mithril claws", + "type": "normal", + "duplicate": false }, { - "id": 3101, - "name": "Rune claws", - "examine": "A set of fighting claws." + "id": 3100, + "name": "Adamant claws", + "type": "normal", + "duplicate": false }, { - "id": 3102, - "name": "Combination", - "examine": "The combination to Burthorpe Castle's equipment room." + "id": 3101, + "name": "Rune claws", + "type": "normal", + "duplicate": false }, { - "id": 3103, - "name": "Iou", - "examine": "The guard wrote the IOU on the back of some paper." + "id": 3102, + "name": "Combination", + "type": "normal", + "duplicate": false }, { - "id": 3104, - "name": "Secret way map", - "examine": "This map shows the secret way up to Death Plateau." + "id": 3103, + "name": "Iou", + "type": "normal", + "duplicate": false }, { - "id": 3105, - "name": "Climbing boots", - "examine": "Boots made for climbing." + "id": 3104, + "name": "Secret way map", + "type": "normal", + "duplicate": false }, { - "id": 3106, - "name": "Climbing boots", - "examine": "Swap this note at any bank for a Climbing boots." + "id": 3105, + "name": "Climbing boots", + "type": "normal", + "duplicate": false }, { - "id": 3107, - "name": "Spiked boots", - "examine": "Climbing boots with spikes." + "id": 3106, + "name": "Climbing boots", + "type": "noted", + "duplicate": true }, { - "id": 3108, - "name": "Spiked boots", - "examine": "Swap this note at any bank for a Spiked boots." + "id": 3107, + "name": "Spiked boots", + "type": "normal", + "duplicate": false }, { - "id": 3109, - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door." + "id": 3108, + "name": "Spiked boots", + "type": "noted", + "duplicate": true }, { - "id": 3110, - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door." + "id": 3109, + "name": "Stone ball", + "type": "normal", + "duplicate": false }, { - "id": 3111, - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door." + "id": 3110, + "name": "Stone ball", + "type": "normal", + "duplicate": false }, { - "id": 3112, - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door." + "id": 3111, + "name": "Stone ball", + "type": "normal", + "duplicate": false }, { - "id": 3113, - "name": "Stone ball", - "examine": "Place on the stone mechanism in the right order to open the door." + "id": 3112, + "name": "Stone ball", + "type": "normal", + "duplicate": false }, { - "id": 3114, - "name": "Certificate", - "examine": "Entrance certificate to the Imperial Guard." + "id": 3113, + "name": "Stone ball", + "type": "normal", + "duplicate": false }, { - "id": 3115, - "name": "Bronze claws", - "examine": "Swap this note at any bank for a Bronze claws." + "id": 3114, + "name": "Certificate", + "type": "normal", + "duplicate": false }, { - "id": 3116, - "name": "Iron claws", - "examine": "Swap this note at any bank for an Iron claws." + "id": 3115, + "name": "Bronze claws", + "type": "noted", + "duplicate": true }, { - "id": 3117, - "name": "Steel claws", - "examine": "Swap this note at any bank for a Steel claws." + "id": 3116, + "name": "Iron claws", + "type": "noted", + "duplicate": true }, { - "id": 3118, - "name": "Black claws", - "examine": "Swap this note at any bank for a Black claws." + "id": 3117, + "name": "Steel claws", + "type": "noted", + "duplicate": true }, { - "id": 3119, - "name": "Mithril claws", - "examine": "Swap this note at any bank for a Mithril claws." + "id": 3118, + "name": "Black claws", + "type": "noted", + "duplicate": true }, { - "id": 3120, - "name": "Adamant claws", - "examine": "Swap this note at any bank for an Adamant claws." + "id": 3119, + "name": "Mithril claws", + "type": "noted", + "duplicate": true }, { - "id": 3121, - "name": "Rune claws", - "examine": "Swap this note at any bank for a Rune claws." + "id": 3120, + "name": "Adamant claws", + "type": "noted", + "duplicate": true }, { - "id": 3122, - "name": "Granite shield", - "examine": "A solid stone shield." + "id": 3121, + "name": "Rune claws", + "type": "noted", + "duplicate": true }, { - "id": 3123, - "name": "Shaikahan bones", - "examine": "Large glistening bones which glow with a pale yellow aura." + "id": 3122, + "name": "Granite shield", + "type": "normal", + "duplicate": false }, { - "id": 3124, - "name": "Shaikahan bones", - "examine": "Swap this note at any bank for a Shaikahan bones." + "id": 3123, + "name": "Shaikahan bones", + "type": "normal", + "duplicate": false }, { - "id": 3125, - "name": "Jogre bones", - "examine": "Fairly big bones which smell distinctly of Jogre." + "id": 3124, + "name": "Shaikahan bones", + "type": "noted", + "duplicate": true }, { - "id": 3126, - "name": "Jogre bones", - "examine": "Swap this note at any bank for a Jogre bones." + "id": 3125, + "name": "Jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3127, - "name": "Burnt jogre bones", - "examine": "These blackened Jogre bones have been somehow burnt." + "id": 3126, + "name": "Jogre bones", + "type": "noted", + "duplicate": true }, { - "id": 3128, - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste." + "id": 3127, + "name": "Burnt jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3129, - "name": "Pasty jogre bones", - "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste." + "id": 3128, + "name": "Pasty jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3130, - "name": "Marinated j' bones", - "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect." + "id": 3129, + "name": "Pasty jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3131, - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with raw Karambwanji paste." + "id": 3130, + "name": "Marinated j' bones", + "type": "normal", + "duplicate": false }, { - "id": 3132, - "name": "Pasty jogre bones", - "examine": "Jogre bones smothered with cooked Karambwanji paste." + "id": 3131, + "name": "Pasty jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3133, - "name": "Marinated j' bones", - "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right." + "id": 3132, + "name": "Pasty jogre bones", + "type": "normal", + "duplicate": false }, { - "id": 3134, - "name": "Granite shield", - "examine": "Swap this note at any bank for a Granite shield." + "id": 3133, + "name": "Marinated j' bones", + "type": "normal", + "duplicate": false }, { - "id": 3135, - "name": "Prison key", - "examine": "The key to the troll prison." + "id": 3134, + "name": "Granite shield", + "type": "noted", + "duplicate": true }, { - "id": 3136, - "name": "Cell key 1", - "examine": "The key to Godric's cell in the troll prison." + "id": 3135, + "name": "Prison key", + "type": "normal", + "duplicate": false }, { - "id": 3137, - "name": "Cell key 2", - "examine": "The key to Mad Eadgar's cell in the troll prison." + "id": 3136, + "name": "Cell key 1", + "type": "normal", + "duplicate": false }, { - "id": 3138, - "name": "Potato cactus", - "examine": "How am I supposed to eat that?!" + "id": 3137, + "name": "Cell key 2", + "type": "normal", + "duplicate": false }, { - "id": 3139, - "name": "Potato cactus", - "examine": "Swap this note at any bank for a Potato cactus." + "id": 3138, + "name": "Potato cactus", + "type": "normal", + "duplicate": false }, { - "id": 3140, - "name": "Dragon chainbody", - "examine": "A series of connected metal rings." + "id": 3139, + "name": "Potato cactus", + "type": "noted", + "duplicate": true }, { - "id": 3141, - "name": "Dragon chainbody", - "examine": "Swap this note at any bank for a Dragon chainbody." + "id": 3140, + "name": "Dragon chainbody", + "type": "normal", + "duplicate": false }, { - "id": 3142, - "name": "Raw karambwan", - "examine": "A raw green octopus." + "id": 3141, + "name": "Dragon chainbody", + "type": "noted", + "duplicate": true }, { - "id": 3143, - "name": "Raw karambwan", - "examine": "Swap this note at any bank for a Raw karambwan." + "id": 3142, + "name": "Raw karambwan", + "type": "normal", + "duplicate": false }, { - "id": 3144, - "name": "Cooked karambwan", - "examine": "Cooked octopus. It looks very nutritious." + "id": 3143, + "name": "Raw karambwan", + "type": "noted", + "duplicate": true }, { - "id": 3145, - "name": "Cooked karambwan", - "examine": "Swap this note at any bank for a Cooked karambwan." + "id": 3144, + "name": "Cooked karambwan", + "type": "normal", + "duplicate": false }, { - "id": 3146, - "name": "Cooked karambwan", - "examine": "Cooked octopus. It looks a little suspect." + "id": 3145, + "name": "Cooked karambwan", + "type": "noted", + "duplicate": true }, { - "id": 3147, - "name": "Cooked karambwan", - "examine": "Swap this note at any bank for a Cooked karambwan." + "id": 3146, + "name": "Poison karambwan", + "type": "normal", + "duplicate": false }, { - "id": 3148, - "name": "Burnt karambwan", - "examine": "Burnt octopus." + "id": 3147, + "name": "Cooked karambwan", + "type": "normal", + "duplicate": false }, { - "id": 3149, - "name": "Burnt karambwan", - "examine": "Swap this note at any bank for a Burnt karambwan." + "id": 3148, + "name": "Burnt karambwan", + "type": "normal", + "duplicate": false }, { - "id": 3150, - "name": "Raw karambwanji", - "examine": "Small brightly coloured tropical fish." + "id": 3149, + "name": "Burnt karambwan", + "type": "noted", + "duplicate": true }, { - "id": 3151, - "name": "Karambwanji", - "examine": "Small brightly coloured tropical fish. Looks tasty." + "id": 3150, + "name": "Raw karambwanji", + "type": "normal", + "duplicate": false }, + null, { - "id": 3152, - "name": "Karambwan paste", - "examine": "Freshly made octopus paste." + "id": 3152, + "name": "Karambwan paste", + "type": "normal", + "duplicate": false }, { - "id": 3153, - "name": "Karambwan paste", - "examine": "Freshly made octopus paste. This smells quite nauseating." + "id": 3153, + "name": "Karambwan paste", + "type": "normal", + "duplicate": false }, { - "id": 3154, - "name": "Karambwan paste", - "examine": "Freshly made octopus paste." + "id": 3154, + "name": "Karambwan paste", + "type": "normal", + "duplicate": false }, { - "id": 3155, - "name": "Karambwanji paste", - "examine": "This paste smells of raw fish." + "id": 3155, + "name": "Karambwanji paste", + "type": "normal", + "duplicate": false }, { - "id": 3156, - "name": "Karambwanji paste", - "examine": "This paste smells of cooked fish." + "id": 3156, + "name": "Karambwanji paste", + "type": "normal", + "duplicate": false }, { - "id": 3157, - "name": "Karambwan vessel", - "examine": "A wide bodied and thin necked vessel, encrusted with sea salt." + "id": 3157, + "name": "Karambwan vessel", + "type": "normal", + "duplicate": false }, { - "id": 3158, - "name": "Karambwan vessel", - "examine": "Swap this note at any bank for a Karambwan vessel." + "id": 3158, + "name": "Karambwan vessel", + "type": "noted", + "duplicate": true }, { - "id": 3159, - "name": "Karambwan vessel", - "examine": "This Karambwan Vessel is loaded with Karambwanji." + "id": 3159, + "name": "Karambwan vessel", + "type": "normal", + "duplicate": false }, { - "id": 3160, - "name": "Karambwan vessel", - "examine": "Swap this note at any bank for a Karambwan vessel." + "id": 3160, + "name": "Karambwan vessel", + "type": "noted", + "duplicate": true }, { - "id": 3161, - "name": "Crafting manual", - "examine": "A set of instructions explaining how to construct a Karambwan vessel." + "id": 3161, + "name": "Crafting manual", + "type": "normal", + "duplicate": false }, { - "id": 3162, - "name": "Sliced banana", - "examine": "You swear you had more than three slices before." + "id": 3162, + "name": "Sliced banana", + "type": "normal", + "duplicate": false }, { - "id": 3163, - "name": "Sliced banana", - "examine": "Swap this note at any bank for a Sliced banana." + "id": 3163, + "name": "Sliced banana", + "type": "noted", + "duplicate": true }, { - "id": 3164, - "name": "Karamjan rum", - "examine": "The Karamjan rum has slices of banana floating in it." + "id": 3164, + "name": "Karamjan rum", + "type": "normal", + "duplicate": false }, { - "id": 3165, - "name": "Karamjan rum", - "examine": "A banana has been stuffed into the neck of this bottle." + "id": 3165, + "name": "Karamjan rum", + "type": "normal", + "duplicate": false }, { - "id": 3166, - "name": "Monkey corpse", - "examine": "It's the body of a dead monkey." + "id": 3166, + "name": "Monkey corpse", + "type": "normal", + "duplicate": false }, { - "id": 3167, - "name": "Monkey skin", - "examine": "It's the skin of a (hopefully) dead monkey." + "id": 3167, + "name": "Monkey skin", + "type": "normal", + "duplicate": false }, { - "id": 3168, - "name": "Seaweed sandwich", - "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair." + "id": 3168, + "name": "Seaweed sandwich", + "type": "normal", + "duplicate": false }, { - "id": 3169, - "name": "Stuffed monkey", - "examine": "A body of a dead monkey, tastefully stuffed with seaweed." + "id": 3169, + "name": "Stuffed monkey", + "type": "normal", + "duplicate": false }, { - "id": 3170, - "name": "Bronze spear(kp)", - "examine": "A Karambwan poisoned bronze tipped spear." + "id": 3170, + "name": "Bronze spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3171, - "name": "Iron spear(kp)", - "examine": "A Karambwan poisoned iron tipped spear." + "id": 3171, + "name": "Iron spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3172, - "name": "Steel spear(kp)", - "examine": "A Karambwan poisoned steel tipped spear." + "id": 3172, + "name": "Steel spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3173, - "name": "Mithril spear(kp)", - "examine": "A Karambwan poisoned mithril tipped spear." + "id": 3173, + "name": "Mithril spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3174, - "name": "Adamant spear(kp)", - "examine": "A Karambwan poisoned adamantite tipped spear." + "id": 3174, + "name": "Adamant spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3175, - "name": "Rune spear(kp)", - "examine": "A Karambwan poisoned rune tipped spear." + "id": 3175, + "name": "Rune spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3176, - "name": "Dragon spear(kp)", - "examine": "A Karambwan poisoned dragon tipped spear." + "id": 3176, + "name": "Dragon spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 3177, - "name": "Banana left", - "examine": "Mmm this looks tasty." + "id": 3177, + "name": "Left-handed banana", + "type": "normal", + "duplicate": false }, { - "id": 3178, - "name": "Banana left", - "examine": "Swap this note at any bank for a Banana left." + "id": 3178, + "name": "Left-handed banana", + "type": "noted", + "duplicate": true }, { - "id": 3179, - "name": "Monkey bones", - "examine": "These are smallish monkey bones." + "id": 3179, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3180, - "name": "Monkey bones", - "examine": "These are medium sized monkey bones." + "id": 3180, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3181, - "name": "Monkey bones", - "examine": "These are quite large monkey bones." + "id": 3181, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3182, - "name": "Monkey bones", - "examine": "These are quite large monkey bones." + "id": 3182, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3183, - "name": "Monkey bones", - "examine": "These are small monkey bones." + "id": 3183, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3184, - "name": "Monkey bones", - "examine": "Swap this note at any bank for a Monkey bones." + "id": 3184, + "name": "Monkey bones", + "type": "noted", + "duplicate": true }, { - "id": 3185, - "name": "Monkey bones", - "examine": "These are smallish monkey bones. They smell extremely nauseating." + "id": 3185, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3186, - "name": "Monkey bones", - "examine": "These are smallish monkey bones. They smell extremely nauseating." + "id": 3186, + "name": "Monkey bones", + "type": "normal", + "duplicate": false }, { - "id": 3187, - "name": "Bones", - "examine": "They seem to shake slightly... It might be a good idea to bury them." + "id": 3187, + "name": "Bones", + "type": "normal", + "duplicate": false }, { - "id": 3188, - "name": "Cleaning cloth", - "examine": "A spirit soaked piece of silk which can be used to remove poison." + "id": 3188, + "name": "Cleaning cloth", + "type": "normal", + "duplicate": false }, { - "id": 3189, - "name": "Cleaning cloth", - "examine": "Swap this note at any bank for a Cleaning cloth." + "id": 3189, + "name": "Cleaning cloth", + "type": "noted", + "duplicate": true }, { - "id": 3190, - "name": "Bronze halberd", - "examine": "A bronze halberd." + "id": 3190, + "name": "Bronze halberd", + "type": "normal", + "duplicate": false }, { - "id": 3191, - "name": "Bronze halberd", - "examine": "Swap this note at any bank for a Bronze halberd." + "id": 3191, + "name": "Bronze halberd", + "type": "noted", + "duplicate": true }, { - "id": 3192, - "name": "Iron halberd", - "examine": "An iron halberd." + "id": 3192, + "name": "Iron halberd", + "type": "normal", + "duplicate": false }, { - "id": 3193, - "name": "Iron halberd", - "examine": "Swap this note at any bank for an Iron halberd." + "id": 3193, + "name": "Iron halberd", + "type": "noted", + "duplicate": true }, { - "id": 3194, - "name": "Steel halberd", - "examine": "A steel halberd." + "id": 3194, + "name": "Steel halberd", + "type": "normal", + "duplicate": false }, { - "id": 3195, - "name": "Steel halberd", - "examine": "Swap this note at any bank for a Steel halberd." + "id": 3195, + "name": "Steel halberd", + "type": "noted", + "duplicate": true }, { - "id": 3196, - "name": "Black halberd", - "examine": "A black halberd." + "id": 3196, + "name": "Black halberd", + "type": "normal", + "duplicate": false }, { - "id": 3197, - "name": "Black halberd", - "examine": "Swap this note at any bank for a Black halberd." + "id": 3197, + "name": "Black halberd", + "type": "noted", + "duplicate": true }, { - "id": 3198, - "name": "Mithril halberd", - "examine": "A mithril halberd." + "id": 3198, + "name": "Mithril halberd", + "type": "normal", + "duplicate": false }, { - "id": 3199, - "name": "Mithril halberd", - "examine": "Swap this note at any bank for a Mithril halberd." + "id": 3199, + "name": "Mithril halberd", + "type": "noted", + "duplicate": true }, { - "id": 3200, - "name": "Adamant halberd", - "examine": "An adamant halberd." + "id": 3200, + "name": "Adamant halberd", + "type": "normal", + "duplicate": false }, { - "id": 3201, - "name": "Adamant halberd", - "examine": "Swap this note at any bank for an Adamant halberd." + "id": 3201, + "name": "Adamant halberd", + "type": "noted", + "duplicate": true }, { - "id": 3202, - "name": "Rune halberd", - "examine": "A rune halberd." + "id": 3202, + "name": "Rune halberd", + "type": "normal", + "duplicate": false }, { - "id": 3203, - "name": "Rune halberd", - "examine": "Swap this note at any bank for a Rune halberd." + "id": 3203, + "name": "Rune halberd", + "type": "noted", + "duplicate": true }, { - "id": 3204, - "name": "Dragon halberd", - "examine": "A dragon halberd." + "id": 3204, + "name": "Dragon halberd", + "type": "normal", + "duplicate": false }, { - "id": 3205, - "name": "Dragon halberd", - "examine": "Swap this note at any bank for a Dragon halberd." + "id": 3205, + "name": "Dragon halberd", + "type": "noted", + "duplicate": true }, { - "id": 3206, - "name": "King's message", - "examine": "A summons from King Lathas." + "id": 3206, + "name": "King's message", + "type": "normal", + "duplicate": false }, { - "id": 3207, - "name": "Iorwerths message", - "examine": "A letter for King Lathas from Lord Iorwerth." + "id": 3207, + "name": "Iorwerth's message", + "type": "normal", + "duplicate": false }, { - "id": 3208, - "name": "Crystal pendant", - "examine": "Lord Iorwerth's crystal pendant." + "id": 3208, + "name": "Crystal pendant", + "type": "normal", + "duplicate": false }, { - "id": 3209, - "name": "Sulphur", - "examine": "A piece of sulphur formation." + "id": 3209, + "name": "Sulphur", + "type": "normal", + "duplicate": false }, { - "id": 3210, - "name": "Sulphur", - "examine": "Swap this note at any bank for a Sulphur." + "id": 3210, + "name": "Sulphur", + "type": "noted", + "duplicate": true }, { - "id": 3211, - "name": "Limestone", - "examine": "Some limestone." + "id": 3211, + "name": "Limestone", + "type": "normal", + "duplicate": false }, { - "id": 3212, - "name": "Limestone", - "examine": "Swap this note at any bank for a Limestone." + "id": 3212, + "name": "Limestone", + "type": "noted", + "duplicate": true }, { - "id": 3213, - "name": "Quicklime", - "examine": "Some quicklime." + "id": 3213, + "name": "Quicklime", + "type": "normal", + "duplicate": false }, { - "id": 3214, - "name": "Pot of quicklime", - "examine": "A pot of ground quicklime." + "id": 3214, + "name": "Pot of quicklime", + "type": "normal", + "duplicate": false }, { - "id": 3215, - "name": "Ground sulphur", - "examine": "A pile of ground sulphur." + "id": 3215, + "name": "Ground sulphur", + "type": "normal", + "duplicate": false }, { - "id": 3216, - "name": "Barrel", - "examine": "An empty barrel." + "id": 3216, + "name": "Barrel", + "type": "normal", + "duplicate": false }, { - "id": 3217, - "name": "Barrel", - "examine": "Swap this note at any bank for a Barrel." + "id": 3217, + "name": "Barrel", + "type": "noted", + "duplicate": true }, { - "id": 3218, - "name": "Barrel bomb", - "examine": "A barrel full of fire oil." + "id": 3218, + "name": "Barrel bomb", + "type": "normal", + "duplicate": false }, { - "id": 3219, - "name": "Barrel bomb", - "examine": "A fused barrel full of fire oil." + "id": 3219, + "name": "Barrel bomb", + "type": "normal", + "duplicate": false }, { - "id": 3220, - "name": "Barrel of coal-tar", - "examine": "A barrel full of coal-tar." + "id": 3220, + "name": "Barrel of coal tar", + "type": "normal", + "duplicate": false }, { - "id": 3221, - "name": "Barrel of naphtha", - "examine": "A barrel full of naphtha." + "id": 3221, + "name": "Barrel of naphtha", + "type": "normal", + "duplicate": false }, { - "id": 3222, - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and sulphur." + "id": 3222, + "name": "Naphtha mix", + "type": "normal", + "duplicate": false }, { - "id": 3223, - "name": "Naphtha mix", - "examine": "A barrel full of naphtha and quicklime." + "id": 3223, + "name": "Naphtha mix", + "type": "normal", + "duplicate": false }, { - "id": 3224, - "name": "Cloth", - "examine": "A bolt of cloth." + "id": 3224, + "name": "Strip of cloth", + "type": "normal", + "duplicate": false }, { - "id": 3225, - "name": "Cloth", - "examine": "Swap this note at any bank for a Cloth." + "id": 3225, + "name": "Strip of cloth", + "type": "noted", + "duplicate": true }, { - "id": 3226, - "name": "Raw rabbit", - "examine": "Might taste better cooked." + "id": 3226, + "name": "Raw rabbit", + "type": "normal", + "duplicate": false }, { - "id": 3227, - "name": "Raw rabbit", - "examine": "Swap this note at any bank for a Raw rabbit." + "id": 3227, + "name": "Raw rabbit", + "type": "noted", + "duplicate": true }, { - "id": 3228, - "name": "Cooked rabbit", - "examine": "Mmm this looks tasty." + "id": 3228, + "name": "Cooked rabbit", + "type": "normal", + "duplicate": false }, { - "id": 3229, - "name": "Cooked rabbit", - "examine": "Swap this note at any bank for a Cooked rabbit." + "id": 3229, + "name": "Cooked rabbit", + "type": "noted", + "duplicate": true }, { - "id": 3230, - "name": "Big book of bangs", - "examine": "A book by Mel Achy." + "id": 3230, + "name": "Big book of bangs", + "type": "normal", + "duplicate": false }, { - "id": 3231, - "name": "Symbol1", - "examine": "An alchemy symbol" + "id": 3231, + "name": "Symbol", + "type": "normal", + "duplicate": false }, { - "id": 3232, - "name": "Symbol1", - "examine": "Swap this note at any bank for a Symbol1." + "id": 3232, + "name": "Symbol", + "type": "noted", + "duplicate": true }, { - "id": 3233, - "name": "Symbol2", - "examine": "An alchemy symbol" + "id": 3233, + "name": "Symbol", + "type": "normal", + "duplicate": false }, { - "id": 3234, - "name": "Symbol2", - "examine": "Swap this note at any bank for a Symbol2." + "id": 3234, + "name": "Symbol", + "type": "noted", + "duplicate": true }, { - "id": 3235, - "name": "Symbol3", - "examine": "An alchemy symbol" + "id": 3235, + "name": "Symbol", + "type": "normal", + "duplicate": false }, { - "id": 3236, - "name": "Symbol3", - "examine": "Swap this note at any bank for a Symbol3." + "id": 3236, + "name": "Symbol", + "type": "noted", + "duplicate": true }, { - "id": 3237, - "name": "Symbol4", - "examine": "An alchemy symbol" + "id": 3237, + "name": "Symbol", + "type": "normal", + "duplicate": false }, { - "id": 3238, - "name": "Symbol4", - "examine": "Swap this note at any bank for a Symbol4." + "id": 3238, + "name": "Symbol", + "type": "noted", + "duplicate": true }, { - "id": 3239, - "name": "Bark", - "examine": "Bark from a hollow tree." + "id": 3239, + "name": "Bark", + "type": "normal", + "duplicate": false }, { - "id": 3240, - "name": "Bark", - "examine": "Swap this note at any bank for a Bark." + "id": 3240, + "name": "Bark", + "type": "noted", + "duplicate": true }, { - "id": 3241, - "name": "Man", - "examine": "One of RuneScape's many citizens." + "id": 3241, + "name": "Man", + "type": "normal", + "duplicate": false }, { - "id": 3242, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3242, + "name": "Mithril javelin heads", + "type": "normal", + "duplicate": true }, { - "id": 3243, - "name": "Farmer", - "examine": "He grows the crops." + "id": 3243, + "name": "Farmer", + "type": "normal", + "duplicate": false }, { - "id": 3244, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3244, + "name": "Mithril javelin heads", + "type": "normal", + "duplicate": true }, { - "id": 3245, - "name": "Warrior woman", - "examine": "Not very fashion conscious." + "id": 3245, + "name": "Warrior woman", + "type": "normal", + "duplicate": false }, { - "id": 3246, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3246, + "name": "Mithril javelin heads", + "type": "normal", + "duplicate": true }, { - "id": 3247, - "name": "Rogue", - "examine": "Rogueish." + "id": 3247, + "name": "Rogue", + "type": "normal", + "duplicate": false }, { - "id": 3248, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3248, + "name": "Adamant javelin heads", + "type": "normal", + "duplicate": true }, { - "id": 3249, - "name": "Guard", - "examine": "He tries to keep order." + "id": 3249, + "name": "Guard", + "type": "normal", + "duplicate": false }, { - "id": 3250, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3250, + "name": "Lava scale shard", + "type": "normal", + "duplicate": true }, { - "id": 3251, - "name": "Knight of ardougne", - "examine": "A member of Ardougne's militia." + "id": 3251, + "name": "Knight of ardougne", + "type": "normal", + "duplicate": false }, { - "id": 3252, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3252, + "name": "Lava scale shard", + "type": "normal", + "duplicate": true }, { - "id": 3253, - "name": "Watchman", - "examine": "Watches stuff. But who watches him?" + "id": 3253, + "name": "Watchman", + "type": "normal", + "duplicate": false }, { - "id": 3254, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3254, + "name": "Lava scale shard", + "type": "normal", + "duplicate": true }, { - "id": 3255, - "name": "Paladin", - "examine": "A holy warrior!" + "id": 3255, + "name": "Paladin", + "type": "normal", + "duplicate": false }, { - "id": 3256, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3256, + "name": "Lava scale shard", + "type": "normal", + "duplicate": true }, { - "id": 3257, - "name": "Gnome", - "examine": "Looks like a gnome to me." + "id": 3257, + "name": "Gnome", + "type": "normal", + "duplicate": false }, + null, { - "id": 3258, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3259, + "name": "Hero", + "type": "normal", + "duplicate": false }, + null, { - "id": 3259, - "name": "Hero", - "examine": "Heroic!" + "id": 3261, + "name": "Goutweed", + "type": "normal", + "duplicate": false }, { - "id": 3260, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3262, + "name": "Troll thistle", + "type": "normal", + "duplicate": false }, { - "id": 3261, - "name": "Goutweed", - "examine": "A pale, tough looking herb." + "id": 3263, + "name": "Dried thistle", + "type": "normal", + "duplicate": false }, { - "id": 3262, - "name": "Troll thistle", - "examine": "It's tough and spiky." + "id": 3264, + "name": "Ground thistle", + "type": "normal", + "duplicate": false }, { - "id": 3263, - "name": "Dried thistle", - "examine": "It'll be easier to grind now." + "id": 3265, + "name": "Troll potion", + "type": "normal", + "duplicate": false }, { - "id": 3264, - "name": "Ground thistle", - "examine": "It's ready for mixing." + "id": 3266, + "name": "Drunk parrot", + "type": "normal", + "duplicate": false }, { - "id": 3265, - "name": "Troll potion", - "examine": "It's part of Eadgar's plan." + "id": 3267, + "name": "Dirty robe", + "type": "normal", + "duplicate": false }, { - "id": 3266, - "name": "Drunk parrot", - "examine": "It's rather drunk." + "id": 3268, + "name": "Fake man", + "type": "normal", + "duplicate": false }, { - "id": 3267, - "name": "Dirty robe", - "examine": "It's dirty and smelly." + "id": 3269, + "name": "Storeroom key", + "type": "normal", + "duplicate": false }, { - "id": 3268, - "name": "Fake man", - "examine": "It's good enough to fool a troll." + "id": 3270, + "name": "Alco-chunks", + "type": "normal", + "duplicate": false }, { - "id": 3269, - "name": "Storeroom key", - "examine": "The key to the Troll storeroom." + "id": 3271, + "name": "Compost bin", + "type": "normal", + "duplicate": false }, { - "id": 3270, - "name": "Alco-chunks", - "examine": "Pineapple chunks dipped in strong liquor." + "id": 3272, + "name": "Cave kraken", + "type": "normal", + "duplicate": false }, null, null, @@ -15969,20703 +19369,130465 @@ export default [ null, null, null, - null, - null, - { - "id": 3325, - "name": "Vampire dust", - "examine": "That used to be a vampire!" - }, - { - "id": 3326, - "name": "Vampire dust", - "examine": "Swap this note at any bank for a Vampire dust." - }, - { - "id": 3327, - "name": "Myre snelm", - "examine": "A marshy coloured snail shell helmet." - }, - { - "id": 3328, - "name": "Myre snelm", - "examine": "Swap this note at any bank for a Myre snelm." - }, - { - "id": 3329, - "name": "Blood'n'tar snelm", - "examine": "A red and black Snail shell helmet." - }, - { - "id": 3330, - "name": "Blood'n'tar snelm", - "examine": "Swap this note at any bank for a Blood'n'tar snelm." - }, - { - "id": 3331, - "name": "Ochre snelm", - "examine": "A muddy yellow snail shell helmet." - }, - { - "id": 3332, - "name": "Ochre snelm", - "examine": "Swap this note at any bank for an Ochre snelm." - }, - { - "id": 3333, - "name": "Bruise blue snelm", - "examine": "A moody blue snail shell helmet." - }, - { - "id": 3334, - "name": "Bruise blue snelm", - "examine": "Swap this note at any bank for a Bruise blue snelm." - }, - { - "id": 3335, - "name": "Broken bark snelm", - "examine": "An orange and bark coloured snail shell helmet." - }, - { - "id": 3336, - "name": "Broken bark snelm", - "examine": "Swap this note at any bank for a Broken bark snelm." - }, - { - "id": 3337, - "name": "Myre snelm", - "examine": "A swamp coloured pointed snail shell helmet." - }, - { - "id": 3338, - "name": "Myre snelm", - "examine": "Swap this note at any bank for a Myre snelm." - }, - { - "id": 3339, - "name": "Blood'n'tar snelm", - "examine": "A red and black pointed snail shell helmet." - }, { - "id": 3340, - "name": "Blood'n'tar snelm", - "examine": "Swap this note at any bank for a Blood'n'tar snelm." + "id": 3325, + "name": "Vampyre dust", + "type": "normal", + "duplicate": false }, { - "id": 3341, - "name": "Ochre snelm", - "examine": "A muddy yellow coloured pointed snail shell helmet." + "id": 3326, + "name": "Vampyre dust", + "type": "noted", + "duplicate": true }, { - "id": 3342, - "name": "Ochre snelm", - "examine": "Swap this note at any bank for an Ochre snelm." + "id": 3327, + "name": "Myre snelm", + "type": "normal", + "duplicate": false }, { - "id": 3343, - "name": "Bruise blue snelm", - "examine": "A moody blue pointed snail shell helmet." + "id": 3328, + "name": "Myre snelm", + "type": "noted", + "duplicate": true }, { - "id": 3344, - "name": "Bruise blue snelm", - "examine": "Swap this note at any bank for a Bruise blue snelm." + "id": 3329, + "name": "Blood'n'tar snelm", + "type": "normal", + "duplicate": false }, { - "id": 3345, - "name": "Blamish myre shell", - "examine": "A large 'Myre' coloured blamish snail shell, looks protective." + "id": 3330, + "name": "Blood'n'tar snelm", + "type": "noted", + "duplicate": true }, { - "id": 3346, - "name": "Blamish myre shell", - "examine": "Swap this note at any bank for a Blamish myre shell." + "id": 3331, + "name": "Ochre snelm", + "type": "normal", + "duplicate": false }, { - "id": 3347, - "name": "Blamish red shell", - "examine": "A large red and black blamish snail shell, looks protective." + "id": 3332, + "name": "Ochre snelm", + "type": "noted", + "duplicate": true }, { - "id": 3348, - "name": "Blamish red shell", - "examine": "Swap this note at any bank for a Blamish red shell." + "id": 3333, + "name": "Bruise blue snelm", + "type": "normal", + "duplicate": false }, { - "id": 3349, - "name": "Blamish ochre shell", - "examine": "A large muddy yellow coloured blamish snail shell, looks protective." + "id": 3334, + "name": "Bruise blue snelm", + "type": "noted", + "duplicate": true }, { - "id": 3350, - "name": "Blamish ochre shell", - "examine": "Swap this note at any bank for a Blamish ochre shell." + "id": 3335, + "name": "Broken bark snelm", + "type": "normal", + "duplicate": false }, { - "id": 3351, - "name": "Blamish blue shell", - "examine": "A large blue coloured blamish snail shell, looks protective." + "id": 3336, + "name": "Broken bark snelm", + "type": "noted", + "duplicate": true }, { - "id": 3352, - "name": "Blamish blue shell", - "examine": "Swap this note at any bank for a Blamish blue shell." + "id": 3337, + "name": "Myre snelm", + "type": "normal", + "duplicate": false }, { - "id": 3353, - "name": "Blamish bark shell", - "examine": "A large bark coloured blamish snail shell, looks protective." + "id": 3338, + "name": "Myre snelm", + "type": "noted", + "duplicate": true }, { - "id": 3354, - "name": "Blamish bark shell", - "examine": "Swap this note at any bank for a Blamish bark shell." + "id": 3339, + "name": "Blood'n'tar snelm", + "type": "normal", + "duplicate": false }, { - "id": 3355, - "name": "Blamish myre shell", - "examine": "A large 'Myre' coloured blamish snail shell, looks protective." + "id": 3340, + "name": "Blood'n'tar snelm", + "type": "noted", + "duplicate": true }, { - "id": 3356, - "name": "Blamish myre shell", - "examine": "Swap this note at any bank for a Blamish myre shell." + "id": 3341, + "name": "Ochre snelm", + "type": "normal", + "duplicate": false }, { - "id": 3357, - "name": "Blamish red shell", - "examine": "A large red coloured blamish snail shell, looks protective." + "id": 3342, + "name": "Ochre snelm", + "type": "noted", + "duplicate": true }, { - "id": 3358, - "name": "Blamish red shell", - "examine": "Swap this note at any bank for a Blamish red shell." + "id": 3343, + "name": "Bruise blue snelm", + "type": "normal", + "duplicate": false }, { - "id": 3359, - "name": "Blamish ochre shell", - "examine": "A large ochre coloured blamish snail shell, looks protective." + "id": 3344, + "name": "Bruise blue snelm", + "type": "noted", + "duplicate": true }, { - "id": 3360, - "name": "Blamish ochre shell", - "examine": "Swap this note at any bank for a Blamish ochre shell." + "id": 3345, + "name": "Blamish myre shell", + "type": "normal", + "duplicate": false }, { - "id": 3361, - "name": "Blamish blue shell", - "examine": "A large blue coloured blamish snail shell, looks protective." + "id": 3346, + "name": "Blamish myre shell", + "type": "noted", + "duplicate": true }, { - "id": 3362, - "name": "Blamish blue shell", - "examine": "Swap this note at any bank for a Blamish blue shell." + "id": 3347, + "name": "Blamish red shell", + "type": "normal", + "duplicate": false }, { - "id": 3363, - "name": "Thin snail", - "examine": "The thin, slimy corpse of a deceased giant snail." + "id": 3348, + "name": "Blamish red shell", + "type": "noted", + "duplicate": true }, { - "id": 3364, - "name": "Thin snail", - "examine": "Swap this note at any bank for a Thin snail." + "id": 3349, + "name": "Blamish ochre shell", + "type": "normal", + "duplicate": false }, { - "id": 3365, - "name": "Lean snail", - "examine": "The lean, slimy corpse of a deceased giant snail." + "id": 3350, + "name": "Blamish ochre shell", + "type": "noted", + "duplicate": true }, { - "id": 3366, - "name": "Lean snail", - "examine": "Swap this note at any bank for a Lean snail." + "id": 3351, + "name": "Blamish blue shell", + "type": "normal", + "duplicate": false }, { - "id": 3367, - "name": "Fat snail", - "examine": "The fat, slimy corpse of a deceased giant snail." + "id": 3352, + "name": "Blamish blue shell", + "type": "noted", + "duplicate": true }, { - "id": 3368, - "name": "Fat snail", - "examine": "Swap this note at any bank for a Fat snail." + "id": 3353, + "name": "Blamish bark shell", + "type": "normal", + "duplicate": false }, { - "id": 3369, - "name": "Thin snail meat", - "examine": "A succulently slimy slice of sumptuous snail." + "id": 3354, + "name": "Blamish bark shell", + "type": "noted", + "duplicate": true }, { - "id": 3370, - "name": "Thin snail meat", - "examine": "Swap this note at any bank for a Thin snail meat." + "id": 3355, + "name": "Blamish myre shell", + "type": "normal", + "duplicate": false }, { - "id": 3371, - "name": "Lean snail meat", - "examine": "A succulently slimy slice of sumptuous snail." + "id": 3356, + "name": "Blamish myre shell", + "type": "noted", + "duplicate": true }, { - "id": 3372, - "name": "Lean snail meat", - "examine": "Swap this note at any bank for a Lean snail meat." + "id": 3357, + "name": "Blamish red shell", + "type": "normal", + "duplicate": false }, { - "id": 3373, - "name": "Fat snail meat", - "examine": "A succulently slimy slice of sumptuous snail." + "id": 3358, + "name": "Blamish red shell", + "type": "noted", + "duplicate": true }, { - "id": 3374, - "name": "Fat snail meat", - "examine": "Swap this note at any bank for a Fat snail meat." + "id": 3359, + "name": "Blamish ochre shell", + "type": "normal", + "duplicate": false }, { - "id": 3375, - "name": "Burnt snail", - "examine": "A slightly super-saute'ed snail." + "id": 3360, + "name": "Blamish ochre shell", + "type": "noted", + "duplicate": true }, { - "id": 3376, - "name": "Burnt snail", - "examine": "Swap this note at any bank for a Burnt snail." + "id": 3361, + "name": "Blamish blue shell", + "type": "normal", + "duplicate": false }, { - "id": 3377, - "name": "Sample bottle", - "examine": "An empty sample bottle." + "id": 3362, + "name": "Blamish blue shell", + "type": "noted", + "duplicate": true }, { - "id": 3378, - "name": "Sample bottle", - "examine": "Swap this note at any bank for a Sample bottle." + "id": 3363, + "name": "Thin snail", + "type": "normal", + "duplicate": false }, { - "id": 3379, - "name": "Slimy eel", - "examine": "A slime covered eel" + "id": 3364, + "name": "Thin snail", + "type": "noted", + "duplicate": true }, { - "id": 3380, - "name": "Slimy eel", - "examine": "Swap this note at any bank for a Slimy eel." + "id": 3365, + "name": "Lean snail", + "type": "normal", + "duplicate": false }, { - "id": 3381, - "name": "Cooked slimy eel", - "examine": "A cooked slimy eel" + "id": 3366, + "name": "Lean snail", + "type": "noted", + "duplicate": true }, { - "id": 3382, - "name": "Cooked slimy eel", - "examine": "Swap this note at any bank for a Cooked slimy eel." + "id": 3367, + "name": "Fat snail", + "type": "normal", + "duplicate": false }, { - "id": 3383, - "name": "Burnt eel", - "examine": "It looks like it's seen one too many fires." + "id": 3368, + "name": "Fat snail", + "type": "noted", + "duplicate": true }, { - "id": 3384, - "name": "Burnt eel", - "examine": "Swap this note at any bank for a Burnt eel." + "id": 3369, + "name": "Thin snail meat", + "type": "normal", + "duplicate": false }, { - "id": 3385, - "name": "Splitbark helm", - "examine": "A wooden helmet." + "id": 3370, + "name": "Thin snail meat", + "type": "noted", + "duplicate": true }, { - "id": 3386, - "name": "Splitbark helm", - "examine": "Swap this note at any bank for a Splitbark helm." + "id": 3371, + "name": "Lean snail meat", + "type": "normal", + "duplicate": false }, { - "id": 3387, - "name": "Splitbark body", - "examine": "Provides good protection." + "id": 3372, + "name": "Lean snail meat", + "type": "noted", + "duplicate": true }, { - "id": 3388, - "name": "Splitbark body", - "examine": "Swap this note at any bank for a Splitbark body." + "id": 3373, + "name": "Fat snail meat", + "type": "normal", + "duplicate": false }, { - "id": 3389, - "name": "Splitbark legs", - "examine": "These should protect my legs." + "id": 3374, + "name": "Fat snail meat", + "type": "noted", + "duplicate": true }, { - "id": 3390, - "name": "Splitbark legs", - "examine": "Swap this note at any bank for a Splitbark legs." + "id": 3375, + "name": "Burnt snail", + "type": "normal", + "duplicate": false }, { - "id": 3391, - "name": "Splitbark gauntlets", - "examine": "These should keep my hands safe." + "id": 3376, + "name": "Burnt snail", + "type": "noted", + "duplicate": true }, { - "id": 3392, - "name": "Splitbark gauntlets", - "examine": "Swap this note at any bank for a Splitbark gauntlets." + "id": 3377, + "name": "Sample bottle", + "type": "normal", + "duplicate": false }, { - "id": 3393, - "name": "Splitbark greaves", - "examine": "Wooden foot protection." + "id": 3378, + "name": "Sample bottle", + "type": "noted", + "duplicate": true }, { - "id": 3394, - "name": "Splitbark greaves", - "examine": "Swap this note at any bank for a Splitbark greaves." + "id": 3379, + "name": "Raw slimy eel", + "type": "normal", + "duplicate": false }, { - "id": 3395, - "name": "Diary", - "examine": "A diary belonging to Herbi Flax." + "id": 3380, + "name": "Raw slimy eel", + "type": "noted", + "duplicate": true }, { - "id": 3396, - "name": "Loar remains", - "examine": "The remains of a deadly shade." + "id": 3381, + "name": "Cooked slimy eel", + "type": "normal", + "duplicate": false }, { - "id": 3397, - "name": "Loar remains", - "examine": "Swap this note at any bank for a Loar remains." + "id": 3382, + "name": "Cooked slimy eel", + "type": "noted", + "duplicate": true }, { - "id": 3398, - "name": "Phrin remains", - "examine": "The remains of a deadly shade." + "id": 3383, + "name": "Burnt eel", + "type": "normal", + "duplicate": false }, { - "id": 3399, - "name": "Phrin remains", - "examine": "Swap this note at any bank for a Phrin remains." + "id": 3384, + "name": "Burnt eel", + "type": "noted", + "duplicate": true }, { - "id": 3400, - "name": "Riyl remains", - "examine": "The remains of a deadly shade." + "id": 3385, + "name": "Splitbark helm", + "type": "normal", + "duplicate": false }, { - "id": 3401, - "name": "Riyl remains", - "examine": "Swap this note at any bank for a Riyl remains." + "id": 3386, + "name": "Splitbark helm", + "type": "noted", + "duplicate": true }, { - "id": 3402, - "name": "Asyn remains", - "examine": "The remains of a deadly shade." + "id": 3387, + "name": "Splitbark body", + "type": "normal", + "duplicate": false }, { - "id": 3403, - "name": "Asyn remains", - "examine": "Swap this note at any bank for an Asyn remains." + "id": 3388, + "name": "Splitbark body", + "type": "noted", + "duplicate": true }, { - "id": 3404, - "name": "Fiyr remains", - "examine": "The remains of a deadly shade." + "id": 3389, + "name": "Splitbark legs", + "type": "normal", + "duplicate": false }, { - "id": 3405, - "name": "Fiyr remains", - "examine": "Swap this note at any bank for a Fiyr remains." + "id": 3390, + "name": "Splitbark legs", + "type": "noted", + "duplicate": true }, { - "id": 3406, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this potion." + "id": 3391, + "name": "Splitbark gauntlets", + "type": "normal", + "duplicate": false }, { - "id": 3407, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 3392, + "name": "Splitbark gauntlets", + "type": "noted", + "duplicate": true }, { - "id": 3408, - "name": "Serum 207 (4)", - "examine": "4 doses serum 207 as described in Herbi Flax's diary." + "id": 3393, + "name": "Splitbark boots", + "type": "normal", + "duplicate": false }, { - "id": 3409, - "name": "Serum 207 (4)", - "examine": "Swap this note at any bank for a Serum 207 (4)." + "id": 3394, + "name": "Splitbark boots", + "type": "noted", + "duplicate": true }, { - "id": 3410, - "name": "Serum 207 (3)", - "examine": "3 doses serum 207 as described in Herbi Flax's diary." + "id": 3395, + "name": "Diary", + "type": "normal", + "duplicate": false }, { - "id": 3411, - "name": "Serum 207 (3)", - "examine": "Swap this note at any bank for a Serum 207 (3)." + "id": 3396, + "name": "Loar remains", + "type": "normal", + "duplicate": false }, { - "id": 3412, - "name": "Serum 207 (2)", - "examine": "2 doses serum 207 as described in Herbi Flax's diary." + "id": 3397, + "name": "Loar remains", + "type": "noted", + "duplicate": true }, { - "id": 3413, - "name": "Serum 207 (2)", - "examine": "Swap this note at any bank for a Serum 207 (2)." + "id": 3398, + "name": "Phrin remains", + "type": "normal", + "duplicate": false }, { - "id": 3414, - "name": "Serum 207 (1)", - "examine": "1 dose serum 207 as described in Herbi Flax's diary." + "id": 3399, + "name": "Phrin remains", + "type": "noted", + "duplicate": true }, { - "id": 3415, - "name": "Serum 207 (1)", - "examine": "Swap this note at any bank for a Serum 207 (1)." + "id": 3400, + "name": "Riyl remains", + "type": "normal", + "duplicate": false }, { - "id": 3416, - "name": "Serum 207(p) (4)", - "examine": "4 doses permanent serum 207 as described in Herbi Flax's diary." + "id": 3401, + "name": "Riyl remains", + "type": "noted", + "duplicate": true }, { - "id": 3417, - "name": "Serum 207(p) (3)", - "examine": "3 doses permanent serum 207 as described in Herbi Flax's diary." + "id": 3402, + "name": "Asyn remains", + "type": "normal", + "duplicate": false }, { - "id": 3418, - "name": "Serum 207(p) (2)", - "examine": "2 doses permanent serum 207 as described in Herbi Flax's diary." + "id": 3403, + "name": "Asyn remains", + "type": "noted", + "duplicate": true }, { - "id": 3419, - "name": "Serum 207(p) (1)", - "examine": "1 dose permanent serum 207 as described in Herbi Flax's diary." + "id": 3404, + "name": "Fiyr remains", + "type": "normal", + "duplicate": false }, { - "id": 3420, - "name": "Limestone brick", - "examine": "A well carved limestone brick." + "id": 3405, + "name": "Fiyr remains", + "type": "noted", + "duplicate": true }, { - "id": 3421, - "name": "Limestone brick", - "examine": "Swap this note at any bank for a Limestone brick." + "id": 3406, + "name": "Unfinished potion", + "type": "normal", + "duplicate": false }, { - "id": 3422, - "name": "Olive oil(4)", - "examine": "4 doses of olive oil." + "id": 3407, + "name": "Unfinished potion", + "type": "noted", + "duplicate": true }, { - "id": 3423, - "name": "Olive oil(4)", - "examine": "Swap this note at any bank for an Olive oil(4)." + "id": 3408, + "name": "Serum 207 (4)", + "type": "normal", + "duplicate": false }, { - "id": 3424, - "name": "Olive oil(3)", - "examine": "3 doses of olive oil." + "id": 3409, + "name": "Serum 207 (4)", + "type": "noted", + "duplicate": true }, { - "id": 3425, - "name": "Olive oil(3)", - "examine": "Swap this note at any bank for an Olive oil(3)." + "id": 3410, + "name": "Serum 207 (3)", + "type": "normal", + "duplicate": false }, { - "id": 3426, - "name": "Olive oil(2)", - "examine": "2 doses of olive oil." + "id": 3411, + "name": "Serum 207 (3)", + "type": "noted", + "duplicate": true }, { - "id": 3427, - "name": "Olive oil(2)", - "examine": "Swap this note at any bank for an Olive oil(2)." + "id": 3412, + "name": "Serum 207 (2)", + "type": "normal", + "duplicate": false }, { - "id": 3428, - "name": "Olive oil(1)", - "examine": "1 dose of olive oil." + "id": 3413, + "name": "Serum 207 (2)", + "type": "noted", + "duplicate": true }, { - "id": 3429, - "name": "Olive oil(1)", - "examine": "Swap this note at any bank for an Olive oil(1)." + "id": 3414, + "name": "Serum 207 (1)", + "type": "normal", + "duplicate": false }, { - "id": 3430, - "name": "Sacred oil(4)", - "examine": "4 doses of sacred Oil." + "id": 3415, + "name": "Serum 207 (1)", + "type": "noted", + "duplicate": true }, { - "id": 3431, - "name": "Sacred oil(4)", - "examine": "Swap this note at any bank for a Sacred oil(4)." + "id": 3416, + "name": "Serum 208 (4)", + "type": "normal", + "duplicate": false }, { - "id": 3432, - "name": "Sacred oil(3)", - "examine": "3 doses of sacred Oil." + "id": 3417, + "name": "Serum 208 (3)", + "type": "normal", + "duplicate": false }, { - "id": 3433, - "name": "Sacred oil(3)", - "examine": "Swap this note at any bank for a Sacred oil(3)." + "id": 3418, + "name": "Serum 208 (2)", + "type": "normal", + "duplicate": false }, { - "id": 3434, - "name": "Sacred oil(2)", - "examine": "2 doses of sacred Oil." + "id": 3419, + "name": "Serum 208 (1)", + "type": "normal", + "duplicate": false }, { - "id": 3435, - "name": "Sacred oil(2)", - "examine": "Swap this note at any bank for a Sacred oil(2)." + "id": 3420, + "name": "Limestone brick", + "type": "normal", + "duplicate": false }, { - "id": 3436, - "name": "Sacred oil(1)", - "examine": "1 dose of sacred Oil." + "id": 3421, + "name": "Limestone brick", + "type": "noted", + "duplicate": true }, { - "id": 3437, - "name": "Sacred oil(1)", - "examine": "Swap this note at any bank for a Sacred oil(1)." + "id": 3422, + "name": "Olive oil(4)", + "type": "normal", + "duplicate": false }, { - "id": 3438, - "name": "Pyre logs", - "examine": "Logs prepared with sacred oil for a funeral pyre." + "id": 3423, + "name": "Olive oil(4)", + "type": "noted", + "duplicate": true }, { - "id": 3439, - "name": "Pyre logs", - "examine": "Swap this note at any bank for a Pyre logs." + "id": 3424, + "name": "Olive oil(3)", + "type": "normal", + "duplicate": false }, { - "id": 3440, - "name": "Oak pyre logs", - "examine": "Oak logs prepared with sacred oil for a funeral pyre." + "id": 3425, + "name": "Olive oil(3)", + "type": "noted", + "duplicate": true }, { - "id": 3441, - "name": "Oak pyre logs", - "examine": "Swap this note at any bank for an Oak pyre logs." + "id": 3426, + "name": "Olive oil(2)", + "type": "normal", + "duplicate": false }, { - "id": 3442, - "name": "Willow pyre logs", - "examine": "Willow logs prepared with sacred oil for a funeral pyre." + "id": 3427, + "name": "Olive oil(2)", + "type": "noted", + "duplicate": true }, { - "id": 3443, - "name": "Willow pyre logs", - "examine": "Swap this note at any bank for a Willow pyre logs." + "id": 3428, + "name": "Olive oil(1)", + "type": "normal", + "duplicate": false }, { - "id": 3444, - "name": "Maple pyre logs", - "examine": "Maple logs prepared with sacred oil for a funeral pyre." + "id": 3429, + "name": "Olive oil(1)", + "type": "noted", + "duplicate": true }, { - "id": 3445, - "name": "Maple pyre logs", - "examine": "Swap this note at any bank for a Maple pyre logs." + "id": 3430, + "name": "Sacred oil(4)", + "type": "normal", + "duplicate": false }, { - "id": 3446, - "name": "Yew pyre logs", - "examine": "Yew logs prepared with sacred oil for a funeral pyre." + "id": 3431, + "name": "Sacred oil(4)", + "type": "noted", + "duplicate": true }, { - "id": 3447, - "name": "Yew pyre logs", - "examine": "Swap this note at any bank for a Yew pyre logs." + "id": 3432, + "name": "Sacred oil(3)", + "type": "normal", + "duplicate": false }, { - "id": 3448, - "name": "Magic pyre logs", - "examine": "Magic logs prepared with sacred oil for a funeral pyre." + "id": 3433, + "name": "Sacred oil(3)", + "type": "noted", + "duplicate": true }, { - "id": 3449, - "name": "Magic pyre logs", - "examine": "Swap this note at any bank for a Magic pyre logs." + "id": 3434, + "name": "Sacred oil(2)", + "type": "normal", + "duplicate": false }, { - "id": 3450, - "name": "Bronze key red", - "examine": "A bronze key with a blood-red painted eyelet." + "id": 3435, + "name": "Sacred oil(2)", + "type": "noted", + "duplicate": true }, { - "id": 3451, - "name": "Bronze key brown", - "examine": "A bronze key with a brown painted eyelet." + "id": 3436, + "name": "Sacred oil(1)", + "type": "normal", + "duplicate": false }, { - "id": 3452, - "name": "Bronze key crimson", - "examine": "A bronze key with a crimson painted eyelet." + "id": 3437, + "name": "Sacred oil(1)", + "type": "noted", + "duplicate": true }, { - "id": 3453, - "name": "Bronze key black", - "examine": "A bronze key with a black painted eyelet." + "id": 3438, + "name": "Pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3454, - "name": "Bronze key purple", - "examine": "A bronze key with a purple painted eyelet." + "id": 3439, + "name": "Pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3455, - "name": "Steel key red", - "examine": "A steel key with a blood-red painted eyelet." + "id": 3440, + "name": "Oak pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3456, - "name": "Steel key brown", - "examine": "A steel key with a brown painted eyelet." + "id": 3441, + "name": "Oak pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3457, - "name": "Steel key crimson", - "examine": "A steel key with a crimson painted eyelet." + "id": 3442, + "name": "Willow pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3458, - "name": "Steel key black", - "examine": "A steel key with a black painted eyelet." + "id": 3443, + "name": "Willow pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3459, - "name": "Steel key purple", - "examine": "A steel key with a purple painted eyelet." + "id": 3444, + "name": "Maple pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3460, - "name": "Black key red", - "examine": "A black key with a blood-red painted eyelet." + "id": 3445, + "name": "Maple pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3461, - "name": "Black key brown", - "examine": "A black key with a brown painted eyelet." + "id": 3446, + "name": "Yew pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3462, - "name": "Black key crimson", - "examine": "A black key with a crimson painted eyelet." + "id": 3447, + "name": "Yew pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3463, - "name": "Black key black", - "examine": "A black key with a black painted eyelet." + "id": 3448, + "name": "Magic pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 3464, - "name": "Black key purple", - "examine": "A black key with a purple painted eyelet." + "id": 3449, + "name": "Magic pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 3465, - "name": "Silver key red", - "examine": "A silver key with a blood-red painted eyelet." + "id": 3450, + "name": "Bronze key red", + "type": "normal", + "duplicate": false }, { - "id": 3466, - "name": "Silver key brown", - "examine": "A silver key with a brown painted eyelet." + "id": 3451, + "name": "Bronze key brown", + "type": "normal", + "duplicate": false }, { - "id": 3467, - "name": "Silver key crimson", - "examine": "A silver key with a crimson painted eyelet." + "id": 3452, + "name": "Bronze key crimson", + "type": "normal", + "duplicate": false }, { - "id": 3468, - "name": "Silver key black", - "examine": "A silver key with a black painted eyelet." + "id": 3453, + "name": "Bronze key black", + "type": "normal", + "duplicate": false }, { - "id": 3469, - "name": "Silver key purple", - "examine": "A silver key with a purple painted eyelet." + "id": 3454, + "name": "Bronze key purple", + "type": "normal", + "duplicate": false }, { - "id": 3470, - "name": "Fine cloth", - "examine": "Amazingly untouched by time." + "id": 3455, + "name": "Steel key red", + "type": "normal", + "duplicate": false }, { - "id": 3471, - "name": "Fine cloth", - "examine": "Swap this note at any bank for a Fine cloth." + "id": 3456, + "name": "Steel key brown", + "type": "normal", + "duplicate": false }, { - "id": 3472, - "name": "Black plateskirt (t)", - "examine": "Black plateskirt with trim." + "id": 3457, + "name": "Steel key crimson", + "type": "normal", + "duplicate": false }, { - "id": 3473, - "name": "Black plateskirt (g)", - "examine": "Black plateskirt with gold trim." + "id": 3458, + "name": "Steel key black", + "type": "normal", + "duplicate": false }, { - "id": 3474, - "name": "Adam plateskirt (t)", - "examine": "Adamant plateskirt with trim." + "id": 3459, + "name": "Steel key purple", + "type": "normal", + "duplicate": false }, { - "id": 3475, - "name": "Adam plateskirt (g)", - "examine": "Adamant plateskirt with gold trim." + "id": 3460, + "name": "Black key red", + "type": "normal", + "duplicate": false }, { - "id": 3476, - "name": "Rune plateskirt (g)", - "examine": "Rune plateskirt with gold trim." + "id": 3461, + "name": "Black key brown", + "type": "normal", + "duplicate": false }, { - "id": 3477, - "name": "Rune plateskirt (t)", - "examine": "Rune plateskirt with trim." + "id": 3462, + "name": "Black key crimson", + "type": "normal", + "duplicate": false }, { - "id": 3478, - "name": "Zamorak plateskirt", - "examine": "Rune plateskirt in the colours of Zamorak." + "id": 3463, + "name": "Black key black", + "type": "normal", + "duplicate": false }, { - "id": 3479, - "name": "Saradomin skirt", - "examine": "Rune plateskirt in the colours of Saradomin." + "id": 3464, + "name": "Black key purple", + "type": "normal", + "duplicate": false }, { - "id": 3480, - "name": "Guthix plateskirt", - "examine": "Rune plateskirt in the colours of Guthix." + "id": 3465, + "name": "Silver key red", + "type": "normal", + "duplicate": false }, { - "id": 3481, - "name": "Gilded platebody", - "examine": "Rune platebody with gold plate." + "id": 3466, + "name": "Silver key brown", + "type": "normal", + "duplicate": false }, { - "id": 3482, - "name": "Gilded platebody", - "examine": "Swap this note at any bank for a Gilded platebody." + "id": 3467, + "name": "Silver key crimson", + "type": "normal", + "duplicate": false }, { - "id": 3483, - "name": "Gilded platelegs", - "examine": "Rune platelegs with gold plate." + "id": 3468, + "name": "Silver key black", + "type": "normal", + "duplicate": false }, { - "id": 3484, - "name": "Gilded platelegs", - "examine": "Swap this note at any bank for a Gilded platelegs." + "id": 3469, + "name": "Silver key purple", + "type": "normal", + "duplicate": false }, { - "id": 3485, - "name": "Gilded plateskirt", - "examine": "Rune plateskirt with gold plate." + "id": 3470, + "name": "Fine cloth", + "type": "normal", + "duplicate": false }, { - "id": 3486, - "name": "Gilded full helm", - "examine": "Rune full helm with gold plate." + "id": 3471, + "name": "Fine cloth", + "type": "noted", + "duplicate": true }, { - "id": 3487, - "name": "Gilded full helm", - "examine": "Swap this note at any bank for a Gilded full helm." + "id": 3472, + "name": "Black plateskirt (t)", + "type": "normal", + "duplicate": false }, { - "id": 3488, - "name": "Gilded kiteshield", - "examine": "Rune kiteshield with gold plate." + "id": 3473, + "name": "Black plateskirt (g)", + "type": "normal", + "duplicate": false }, { - "id": 3489, - "name": "Gilded kiteshield", - "examine": "Swap this note at any bank for a Gilded kiteshield." + "id": 3474, + "name": "Adamant plateskirt (t)", + "type": "normal", + "duplicate": false }, { - "id": 3490, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3475, + "name": "Adamant plateskirt (g)", + "type": "normal", + "duplicate": false }, { - "id": 3491, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3476, + "name": "Rune plateskirt (g)", + "type": "normal", + "duplicate": false }, { - "id": 3492, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3477, + "name": "Rune plateskirt (t)", + "type": "normal", + "duplicate": false }, { - "id": 3493, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3478, + "name": "Zamorak plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 3494, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3479, + "name": "Saradomin plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 3495, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3480, + "name": "Guthix plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 3496, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3481, + "name": "Gilded platebody", + "type": "normal", + "duplicate": false }, { - "id": 3497, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3482, + "name": "Gilded platebody", + "type": "noted", + "duplicate": true }, { - "id": 3498, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3483, + "name": "Gilded platelegs", + "type": "normal", + "duplicate": false }, { - "id": 3499, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3484, + "name": "Gilded platelegs", + "type": "noted", + "duplicate": true }, { - "id": 3500, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3485, + "name": "Gilded plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 3501, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3486, + "name": "Gilded full helm", + "type": "normal", + "duplicate": false }, { - "id": 3502, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3487, + "name": "Gilded full helm", + "type": "noted", + "duplicate": true }, { - "id": 3503, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3488, + "name": "Gilded kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 3504, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3489, + "name": "Gilded kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 3505, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3490, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3506, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3491, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3507, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3492, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3508, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3493, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3509, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3494, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3510, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3495, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3511, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3496, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3512, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3497, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3513, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3498, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3514, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3499, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3515, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3500, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3516, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3501, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3517, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3502, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3518, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3503, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3519, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3504, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3520, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3505, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3521, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3506, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3522, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3507, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3523, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3508, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3524, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3509, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3525, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3510, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3526, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3511, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3527, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3512, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3528, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3513, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3529, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3514, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3530, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3515, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3531, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3516, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3532, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3517, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3533, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3518, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3534, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3519, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true }, { - "id": 3535, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3520, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3536, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3521, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3537, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3522, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3538, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3523, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3539, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3524, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3540, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3525, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3541, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3526, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3542, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3527, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3543, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3528, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3544, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3529, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3545, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3530, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3546, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3531, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3547, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3532, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3548, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3533, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3549, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3534, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3550, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3535, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3551, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3536, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3552, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3537, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3553, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3538, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3554, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3539, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3555, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3540, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3556, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3541, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3557, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3542, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3558, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3543, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3559, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3544, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3560, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3545, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3561, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3546, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3562, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3547, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3563, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3548, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3564, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3549, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3565, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3550, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": false }, { - "id": 3566, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3551, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3567, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3552, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3568, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3553, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3569, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3554, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3570, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3555, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3571, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3556, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3572, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3557, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3573, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3558, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3574, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3559, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3575, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3560, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3576, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3561, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3577, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3562, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3578, - "name": "Puzzle box", - "examine": "I need to solve this!" + "id": 3563, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3579, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3564, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3580, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3565, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": false }, { - "id": 3581, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3566, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3582, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3567, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3583, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3568, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3584, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3569, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": false }, { - "id": 3585, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3570, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3586, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3571, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3587, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3572, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3588, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3573, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3589, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3574, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3590, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3575, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3591, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3576, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3592, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3577, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3593, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3578, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3594, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 3579, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3595, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3580, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3596, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3581, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true }, { - "id": 3597, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3582, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3598, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3583, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3599, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3584, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3600, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3585, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3601, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3586, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3602, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 3587, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3603, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 3588, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3604, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3589, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3605, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3590, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3606, - "name": "Key", - "examine": "A key to some drawers." + "id": 3591, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3607, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3592, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3608, - "name": "Key", - "examine": "A key to some drawers." + "id": 3593, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3609, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3594, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3610, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3595, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3611, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3596, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3612, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3597, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3613, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3598, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3614, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3599, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3615, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3600, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3616, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3601, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3617, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3602, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3618, - "name": "Clue scroll", - "examine": "A clue!" + "id": 3603, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3619, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3604, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3620, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3605, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3621, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3606, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3622, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3607, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3623, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3608, + "name": "Key (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3624, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3609, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3625, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3610, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3626, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3611, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3627, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3612, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3628, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3613, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3629, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3614, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3630, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3615, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3631, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3616, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3632, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3617, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, { - "id": 3633, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3618, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 3634, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3668, + "name": "Black plateskirt (t)", + "type": "noted", + "duplicate": true }, { - "id": 3635, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3669, + "name": "Black plateskirt (g)", + "type": "noted", + "duplicate": true }, { - "id": 3636, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3670, + "name": "Adamant plateskirt (t)", + "type": "noted", + "duplicate": true }, { - "id": 3637, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3671, + "name": "Adamant plateskirt (g)", + "type": "noted", + "duplicate": true }, { - "id": 3638, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3672, + "name": "Rune plateskirt (g)", + "type": "noted", + "duplicate": true }, { - "id": 3639, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3673, + "name": "Rune plateskirt (t)", + "type": "noted", + "duplicate": true }, { - "id": 3640, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3674, + "name": "Zamorak plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 3641, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3675, + "name": "Saradomin plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 3642, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3676, + "name": "Guthix plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 3643, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3677, + "name": "Gilded plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 3644, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3678, + "name": "Flamtaer hammer", + "type": "normal", + "duplicate": false }, { - "id": 3645, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3679, + "name": "Flamtaer hammer", + "type": "noted", + "duplicate": true }, { - "id": 3646, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3680, + "name": "Shoe", + "type": "normal", + "duplicate": false }, { - "id": 3647, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3681, + "name": "Shoe", + "type": "normal", + "duplicate": false }, { - "id": 3648, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3682, + "name": "Shoe", + "type": "normal", + "duplicate": false }, { - "id": 3649, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3683, + "name": "Shoe", + "type": "normal", + "duplicate": false }, { - "id": 3650, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3684, + "name": "Shoe", + "type": "normal", + "duplicate": false }, { - "id": 3651, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3685, + "name": "Shoe.", + "type": "normal", + "duplicate": false }, { - "id": 3652, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3686, + "name": "Fremennik", + "type": "normal", + "duplicate": false }, + null, { - "id": 3653, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3688, + "name": "Unstrung lyre", + "type": "normal", + "duplicate": false }, { - "id": 3654, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3689, + "name": "Lyre", + "type": "normal", + "duplicate": false }, { - "id": 3655, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3690, + "name": "Enchanted lyre", + "type": "normal", + "duplicate": false }, { - "id": 3656, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3691, + "name": "Enchanted lyre(1)", + "type": "normal", + "duplicate": false }, { - "id": 3657, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3692, + "name": "Branch", + "type": "normal", + "duplicate": false }, { - "id": 3658, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3693, + "name": "Golden fleece", + "type": "normal", + "duplicate": false }, { - "id": 3659, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3694, + "name": "Golden wool", + "type": "normal", + "duplicate": false }, { - "id": 3660, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3695, + "name": "Pet rock", + "type": "normal", + "duplicate": false }, { - "id": 3661, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3696, + "name": "Hunters' talisman", + "type": "normal", + "duplicate": false }, { - "id": 3662, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3697, + "name": "Hunters' talisman", + "type": "normal", + "duplicate": false }, { - "id": 3663, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3698, + "name": "Exotic flower", + "type": "normal", + "duplicate": false }, { - "id": 3664, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3699, + "name": "Fremennik ballad", + "type": "normal", + "duplicate": false }, { - "id": 3665, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3700, + "name": "Sturdy boots", + "type": "normal", + "duplicate": false }, { - "id": 3666, - "name": "Sliding piece", - "examine": "A piece of the puzzle" + "id": 3701, + "name": "Tracking map", + "type": "normal", + "duplicate": false }, { - "id": 3667, - "name": "Lifeboat", - "examine": "Do not use except in case of emergency." + "id": 3702, + "name": "Custom bow string", + "type": "normal", + "duplicate": false }, { - "id": 3668, - "name": "Black plateskirt (t)", - "examine": "Swap this note at any bank for a Black plateskirt (t)." + "id": 3703, + "name": "Unusual fish", + "type": "normal", + "duplicate": false }, { - "id": 3669, - "name": "Black plateskirt (g)", - "examine": "Swap this note at any bank for a Black plateskirt (g)." + "id": 3704, + "name": "Sea fishing map", + "type": "normal", + "duplicate": false }, { - "id": 3670, - "name": "Adam plateskirt (t)", - "examine": "Swap this note at any bank for an Adam plateskirt (t)." + "id": 3705, + "name": "Weather forecast", + "type": "normal", + "duplicate": false }, { - "id": 3671, - "name": "Adam plateskirt (g)", - "examine": "Swap this note at any bank for an Adam plateskirt (g)." + "id": 3706, + "name": "Champions token", + "type": "normal", + "duplicate": false }, { - "id": 3672, - "name": "Rune plateskirt (g)", - "examine": "Swap this note at any bank for a Rune plateskirt (g)." + "id": 3707, + "name": "Legendary cocktail", + "type": "normal", + "duplicate": false }, { - "id": 3673, - "name": "Rune plateskirt (t)", - "examine": "Swap this note at any bank for a Rune plateskirt (t)." + "id": 3708, + "name": "Fiscal statement", + "type": "normal", + "duplicate": false }, { - "id": 3674, - "name": "Zamorak plateskirt", - "examine": "Swap this note at any bank for a Zamorak plateskirt." + "id": 3709, + "name": "Promissory note", + "type": "normal", + "duplicate": false }, { - "id": 3675, - "name": "Saradomin skirt", - "examine": "Swap this note at any bank for a Saradomin skirt." + "id": 3710, + "name": "Warriors' contract", + "type": "normal", + "duplicate": false }, { - "id": 3676, - "name": "Guthix plateskirt", - "examine": "Swap this note at any bank for a Guthix plateskirt." + "id": 3711, + "name": "Keg of beer", + "type": "normal", + "duplicate": false }, { - "id": 3677, - "name": "Gilded plateskirt", - "examine": "Swap this note at any bank for a Gilded plateskirt." + "id": 3712, + "name": "Low alcohol keg", + "type": "normal", + "duplicate": false }, { - "id": 3678, - "name": "Flamtaer hammer", - "examine": "An exquisitely shaped tool specially designed for fixing temples." + "id": 3713, + "name": "Strange object", + "type": "normal", + "duplicate": false }, { - "id": 3679, - "name": "Flamtaer hammer", - "examine": "Swap this note at any bank for a Flamtaer hammer." + "id": 3714, + "name": "Lit strange object", + "type": "normal", + "duplicate": false }, { - "id": 3680, - "name": "Shoe", - "examine": "A shoe." + "id": 3715, + "name": "Red disk", + "type": "normal", + "duplicate": false }, { - "id": 3681, - "name": "Shoe", - "examine": "A shoe." + "id": 3716, + "name": "Red disk", + "type": "normal", + "duplicate": true }, + null, { - "id": 3682, - "name": "Shoe", - "examine": "A shoe." + "id": 3718, + "name": "Magnet", + "type": "normal", + "duplicate": false }, { - "id": 3683, - "name": "Shoe", - "examine": "A shoe." + "id": 3719, + "name": "Blue thread", + "type": "normal", + "duplicate": false }, { - "id": 3684, - "name": "Shoe", - "examine": "A shoe." + "id": 3720, + "name": "Small pick", + "type": "normal", + "duplicate": false }, { - "id": 3685, - "name": "Shoe.", - "examine": "A shoe." + "id": 3721, + "name": "Toy ship", + "type": "normal", + "duplicate": false }, { - "id": 3686, - "name": "Fremennik", - "examine": "One of Rellekka's many citizens." + "id": 3722, + "name": "Full bucket", + "type": "normal", + "duplicate": false }, { - "id": 3687, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3723, + "name": "4/5ths full bucket", + "type": "normal", + "duplicate": false }, { - "id": 3688, - "name": "Unstrung lyre", - "examine": "It's almost a musical instrument." + "id": 3724, + "name": "3/5ths full bucket", + "type": "normal", + "duplicate": false }, { - "id": 3689, - "name": "Lyre", - "examine": "It's a musical instrument I don't know how to play." + "id": 3725, + "name": "2/5ths full bucket", + "type": "normal", + "duplicate": false }, { - "id": 3690, - "name": "Enchanted lyre", - "examine": "A musical instrument that I can magically play." + "id": 3726, + "name": "1/5ths full bucket", + "type": "normal", + "duplicate": false }, { - "id": 3691, - "name": "Enchanted lyre(1)", - "examine": "This will teleport me to Rellekka when I play it." + "id": 3727, + "name": "Empty bucket", + "type": "normal", + "duplicate": false }, { - "id": 3692, - "name": "Branch", - "examine": "I can use this to make a lyre." + "id": 3728, + "name": "Frozen bucket", + "type": "normal", + "duplicate": false }, { - "id": 3693, - "name": "Golden fleece", - "examine": "I can spin this into golden wool..." + "id": 3729, + "name": "Full jug", + "type": "normal", + "duplicate": false }, { - "id": 3694, - "name": "Golden wool", - "examine": "I can use this to make a lyre." + "id": 3730, + "name": "2/3rds full jug", + "type": "normal", + "duplicate": false }, { - "id": 3695, - "name": "Pet rock", - "examine": "The lowest maintenance pet you will ever have." + "id": 3731, + "name": "1/3rds full jug", + "type": "normal", + "duplicate": false }, { - "id": 3696, - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen." + "id": 3732, + "name": "Empty jug", + "type": "normal", + "duplicate": false }, { - "id": 3697, - "name": "Hunters' talisman", - "examine": "Talisman to bind the Draugen." + "id": 3733, + "name": "Frozen jug", + "type": "normal", + "duplicate": false }, { - "id": 3698, - "name": "Exotic flower", - "examine": "Some flowers from a distant land." + "id": 3734, + "name": "Vase", + "type": "normal", + "duplicate": false }, { - "id": 3699, - "name": "Fremennik ballad", - "examine": "A hauntingly beautiful love ballad." + "id": 3735, + "name": "Vase of water", + "type": "normal", + "duplicate": false }, { - "id": 3700, - "name": "Sturdy boots", - "examine": "A pair of sturdy custom made boots." + "id": 3736, + "name": "Frozen vase", + "type": "normal", + "duplicate": false }, { - "id": 3701, - "name": "Hunters map", - "examine": "A map showing very active hunting spots." + "id": 3737, + "name": "Vase lid", + "type": "normal", + "duplicate": false }, { - "id": 3702, - "name": "Custom bow string", - "examine": "A finely crafted string for a custom bow." + "id": 3738, + "name": "Sealed vase", + "type": "normal", + "duplicate": false }, { - "id": 3703, - "name": "Unusual fish", - "examine": "An extremely rare, non edible fish." + "id": 3739, + "name": "Sealed vase", + "type": "normal", + "duplicate": false }, { - "id": 3704, - "name": "Sea fishing map", - "examine": "Map showing the best fishing spots out at sea." + "id": 3740, + "name": "Sealed vase", + "type": "normal", + "duplicate": false }, { - "id": 3705, - "name": "Weather forecast", - "examine": "An estimate of expected local weather patterns." + "id": 3741, + "name": "Frozen key", + "type": "normal", + "duplicate": false }, { - "id": 3706, - "name": "Champions token", - "examine": "Shows the wearer is worthy of the Champions table." + "id": 3742, + "name": "Red herring", + "type": "normal", + "duplicate": false }, { - "id": 3707, - "name": "Legendary cocktail", - "examine": "Probably the greatest cocktail in the world." + "id": 3743, + "name": "Red disk", + "type": "normal", + "duplicate": true }, { - "id": 3708, - "name": "Fiscal statement", - "examine": "A signed statement promising a reduction on sales tax." + "id": 3744, + "name": "Wooden disk", + "type": "normal", + "duplicate": false }, { - "id": 3709, - "name": "Promissory note", - "examine": "A legally binding contract promising not to enter the longhall." + "id": 3745, + "name": "Seer's key", + "type": "normal", + "duplicate": false }, { - "id": 3710, - "name": "Warriors' contract", - "examine": "This employment contract is for a warrior to act as a bodyguard." + "id": 3746, + "name": "Sticky red goop", + "type": "normal", + "duplicate": false }, { - "id": 3711, - "name": "Keg of beer", - "examine": "A lot of beer in a barrel." + "id": 3747, + "name": "Sticky red goop", + "type": "noted", + "duplicate": true }, { - "id": 3712, - "name": "Low alcohol keg", - "examine": "Suspiciously close to beer, but without the side effects." + "id": 3748, + "name": "Fremennik helm", + "type": "normal", + "duplicate": false }, { - "id": 3713, - "name": "Strange object", - "examine": "It's some kind of weird little parcel thing." + "id": 3749, + "name": "Archer helm", + "type": "normal", + "duplicate": false }, { - "id": 3714, - "name": "Lit strange object", - "examine": "It's some kind of weird little parcel thing. On fire." + "id": 3750, + "name": "Archer helm", + "type": "noted", + "duplicate": true }, { - "id": 3715, - "name": "Red disk", - "examine": "A red coloured disk, apparently made of wood." + "id": 3751, + "name": "Berserker helm", + "type": "normal", + "duplicate": false }, { - "id": 3716, - "name": "Red disk", - "examine": "A red coloured disk, apparently made of wood." + "id": 3752, + "name": "Berserker helm", + "type": "noted", + "duplicate": true }, - null, { - "id": 3718, - "name": "Magnet", - "examine": "A very attractive magnet." + "id": 3753, + "name": "Warrior helm", + "type": "normal", + "duplicate": false }, { - "id": 3719, - "name": "Blue thread", - "examine": "Some blue thread." + "id": 3754, + "name": "Warrior helm", + "type": "noted", + "duplicate": true }, { - "id": 3720, - "name": "Small pick", - "examine": "A small pick for cracking small objects." + "id": 3755, + "name": "Farseer helm", + "type": "normal", + "duplicate": false }, { - "id": 3721, - "name": "Toy ship", - "examine": "Might be fun to play with in the bath." + "id": 3756, + "name": "Farseer helm", + "type": "noted", + "duplicate": true }, { - "id": 3722, - "name": "Full bucket", - "examine": "This bucket is completely full. It has a 5 painted on its side." + "id": 3757, + "name": "Fremennik blade", + "type": "normal", + "duplicate": false }, { - "id": 3723, - "name": "4/5ths full bucket", - "examine": "This bucket is eighty percent full. It has a 5 painted on its side." + "id": 3758, + "name": "Fremennik shield", + "type": "normal", + "duplicate": false }, { - "id": 3724, - "name": "3/5ths full bucket", - "examine": "This bucket is sixty percent full. It has a 5 painted on its side." + "id": 3759, + "name": "Fremennik cyan cloak", + "type": "normal", + "duplicate": false }, { - "id": 3725, - "name": "2/5ths full bucket", - "examine": "This bucket is forty percent full. It has a 5 painted on its side." + "id": 3760, + "name": "Fremennik cyan cloak", + "type": "noted", + "duplicate": true }, { - "id": 3726, - "name": "1/5ths full bucket", - "examine": "This bucket is twenty percent full. It has a 5 painted on its side." + "id": 3761, + "name": "Fremennik brown cloak", + "type": "normal", + "duplicate": false }, { - "id": 3727, - "name": "Empty bucket", - "examine": "This bucket is completely empty. It has a 5 painted on its side." + "id": 3762, + "name": "Fremennik brown cloak", + "type": "noted", + "duplicate": true }, { - "id": 3728, - "name": "Frozen bucket", - "examine": "This bucket of water is frozen solid." + "id": 3763, + "name": "Fremennik blue cloak", + "type": "normal", + "duplicate": false }, { - "id": 3729, - "name": "Full jug", - "examine": "This jug is completely full. It has a 3 painted on its side." + "id": 3764, + "name": "Fremennik blue cloak", + "type": "noted", + "duplicate": true }, { - "id": 3730, - "name": "2/3rds full jug", - "examine": "This jug is two thirds full. It has a 3 painted on its side." + "id": 3765, + "name": "Fremennik green cloak", + "type": "normal", + "duplicate": false }, { - "id": 3731, - "name": "1/3rds full jug", - "examine": "This jug is one thirds full. It has a 3 painted on its side." + "id": 3766, + "name": "Fremennik green cloak", + "type": "noted", + "duplicate": true }, { - "id": 3732, - "name": "Empty jug", - "examine": "This jug is completely empty. It has a 3 painted on its side." + "id": 3767, + "name": "Fremennik brown shirt", + "type": "normal", + "duplicate": false }, { - "id": 3733, - "name": "Frozen jug", - "examine": "This jug of water is frozen solid." + "id": 3768, + "name": "Fremennik brown shirt", + "type": "noted", + "duplicate": true }, { - "id": 3734, - "name": "Vase", - "examine": "An unusually shaped vase. You can see something glinting inside." + "id": 3769, + "name": "Fremennik grey shirt", + "type": "normal", + "duplicate": false }, { - "id": 3735, - "name": "Vase of water", - "examine": "An unusually shaped vase full of water. You can see something glinting inside." + "id": 3770, + "name": "Fremennik grey shirt", + "type": "noted", + "duplicate": true }, { - "id": 3736, - "name": "Frozen vase", - "examine": "An unusually shaped vase full of ice. You can see something glinting inside." + "id": 3771, + "name": "Fremennik beige shirt", + "type": "normal", + "duplicate": false }, { - "id": 3737, - "name": "Vase lid", - "examine": "This looks like a lid to some kind of container..." + "id": 3772, + "name": "Fremennik beige shirt", + "type": "noted", + "duplicate": true }, { - "id": 3738, - "name": "Sealed vase", - "examine": "The lid is screwed on tightly." + "id": 3773, + "name": "Fremennik red shirt", + "type": "normal", + "duplicate": false }, { - "id": 3739, - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is very cold." + "id": 3774, + "name": "Fremennik red shirt", + "type": "noted", + "duplicate": true }, { - "id": 3740, - "name": "Sealed vase", - "examine": "The lid is screwed on tightly. It is full of water." + "id": 3775, + "name": "Fremennik blue shirt", + "type": "normal", + "duplicate": false }, { - "id": 3741, - "name": "Frozen key", - "examine": "A key encased in ice." + "id": 3776, + "name": "Fremennik blue shirt", + "type": "noted", + "duplicate": true }, { - "id": 3742, - "name": "Red herring", - "examine": "The colouring on it seems to be some kind of sticky goop..." + "id": 3777, + "name": "Fremennik red cloak", + "type": "normal", + "duplicate": false }, { - "id": 3743, - "name": "Red disk", - "examine": "A red coloured disk, apparently made of wood." + "id": 3778, + "name": "Fremennik red cloak", + "type": "noted", + "duplicate": true }, { - "id": 3744, - "name": "Wooden disk", - "examine": "A simple looking disk made of wood." + "id": 3779, + "name": "Fremennik grey cloak", + "type": "normal", + "duplicate": false }, { - "id": 3745, - "name": "Seer's key", - "examine": "The key to leave the Seer's house." + "id": 3780, + "name": "Fremennik grey cloak", + "type": "noted", + "duplicate": true }, { - "id": 3746, - "name": "Sticky red goop", - "examine": "Yup, it's sticky, it's red and it's goop." + "id": 3781, + "name": "Fremennik yellow cloak", + "type": "normal", + "duplicate": false }, { - "id": 3747, - "name": "Sticky red goop", - "examine": "Swap this note at any bank for a Sticky red goop." + "id": 3782, + "name": "Fremennik yellow cloak", + "type": "noted", + "duplicate": true }, { - "id": 3748, - "name": "Fremennik helm", - "examine": "A sturdy helm worn only by Fremennik clan members." + "id": 3783, + "name": "Fremennik teal cloak", + "type": "normal", + "duplicate": false }, { - "id": 3749, - "name": "Archer helm", - "examine": "This helmet is worn by archers." + "id": 3784, + "name": "Fremennik teal cloak", + "type": "noted", + "duplicate": true }, { - "id": 3750, - "name": "Archer helm", - "examine": "Swap this note at any bank for an Archer helm." + "id": 3785, + "name": "Fremennik purple cloak", + "type": "normal", + "duplicate": false }, { - "id": 3751, - "name": "Berserker helm", - "examine": "This helmet is worn by berserkers." + "id": 3786, + "name": "Fremennik purple cloak", + "type": "noted", + "duplicate": true }, { - "id": 3752, - "name": "Berserker helm", - "examine": "Swap this note at any bank for a Berserker helm." + "id": 3787, + "name": "Fremennik pink cloak", + "type": "normal", + "duplicate": false }, { - "id": 3753, - "name": "Warrior helm", - "examine": "This helmet is worn by warriors." + "id": 3788, + "name": "Fremennik pink cloak", + "type": "noted", + "duplicate": true }, { - "id": 3754, - "name": "Warrior helm", - "examine": "Swap this note at any bank for a Warrior helm." + "id": 3789, + "name": "Fremennik black cloak", + "type": "normal", + "duplicate": false }, { - "id": 3755, - "name": "Farseer helm", - "examine": "This helmet is worn by farseers." + "id": 3790, + "name": "Fremennik black cloak", + "type": "noted", + "duplicate": true }, { - "id": 3756, - "name": "Farseer helm", - "examine": "Swap this note at any bank for a Farseer helm." + "id": 3791, + "name": "Fremennik boots", + "type": "normal", + "duplicate": false }, { - "id": 3757, - "name": "Fremennik blade", - "examine": "A sword used only by Fremennik warriors." + "id": 3792, + "name": "Fremennik boots", + "type": "noted", + "duplicate": true }, { - "id": 3758, - "name": "Fremennik shield", - "examine": "A shield worn by Fremennik warriors." + "id": 3793, + "name": "Fremennik robe", + "type": "normal", + "duplicate": false }, { - "id": 3759, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3794, + "name": "Fremennik robe", + "type": "noted", + "duplicate": true }, { - "id": 3760, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3795, + "name": "Fremennik skirt", + "type": "normal", + "duplicate": false }, { - "id": 3761, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3796, + "name": "Fremennik skirt", + "type": "noted", + "duplicate": true }, { - "id": 3762, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3797, + "name": "Fremennik hat", + "type": "normal", + "duplicate": false }, { - "id": 3763, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3798, + "name": "Fremennik hat", + "type": "noted", + "duplicate": true }, { - "id": 3764, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3799, + "name": "Fremennik gloves", + "type": "normal", + "duplicate": false }, { - "id": 3765, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3800, + "name": "Fremennik gloves", + "type": "noted", + "duplicate": true }, { - "id": 3766, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3801, + "name": "Keg of beer", + "type": "normal", + "duplicate": false }, { - "id": 3767, - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion." + "id": 3802, + "name": "Keg of beer", + "type": "noted", + "duplicate": true }, { - "id": 3768, - "name": "Fremennik shirt", - "examine": "Swap this note at any bank for a Fremennik shirt." + "id": 3803, + "name": "Beer tankard", + "type": "normal", + "duplicate": false }, { - "id": 3769, - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion." + "id": 3804, + "name": "Beer tankard", + "type": "noted", + "duplicate": true }, { - "id": 3770, - "name": "Fremennik shirt", - "examine": "Swap this note at any bank for a Fremennik shirt." + "id": 3805, + "name": "Tankard", + "type": "normal", + "duplicate": false }, { - "id": 3771, - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion." + "id": 3806, + "name": "Tankard", + "type": "noted", + "duplicate": true }, { - "id": 3772, - "name": "Fremennik shirt", - "examine": "Swap this note at any bank for a Fremennik shirt." + "id": 3807, + "name": "Bronze bolts", + "type": "normal", + "duplicate": true }, { - "id": 3773, - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion." + "id": 3808, + "name": "Bronze bolts", + "type": "normal", + "duplicate": true }, { - "id": 3774, - "name": "Fremennik shirt", - "examine": "Swap this note at any bank for a Fremennik shirt." + "id": 3809, + "name": "Bronze bolts", + "type": "normal", + "duplicate": true }, { - "id": 3775, - "name": "Fremennik shirt", - "examine": "The latest in Fremennik fashion." + "id": 3810, + "name": "Bronze bolts", + "type": "normal", + "duplicate": true }, { - "id": 3776, - "name": "Fremennik shirt", - "examine": "Swap this note at any bank for a Fremennik shirt." + "id": 3811, + "name": "Bronze bolts (p)", + "type": "normal", + "duplicate": true }, { - "id": 3777, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3812, + "name": "Bronze bolts (p)", + "type": "normal", + "duplicate": true }, { - "id": 3778, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3813, + "name": "Bronze bolts (p)", + "type": "normal", + "duplicate": true }, { - "id": 3779, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3814, + "name": "Bronze bolts (p)", + "type": "normal", + "duplicate": true }, { - "id": 3780, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3815, + "name": "Opal bolts", + "type": "normal", + "duplicate": true }, { - "id": 3781, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3816, + "name": "Opal bolts", + "type": "normal", + "duplicate": true }, { - "id": 3782, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3817, + "name": "Opal bolts", + "type": "normal", + "duplicate": true }, { - "id": 3783, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3818, + "name": "Opal bolts", + "type": "normal", + "duplicate": true }, { - "id": 3784, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3819, + "name": "Pearl bolts", + "type": "normal", + "duplicate": true }, { - "id": 3785, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3820, + "name": "Pearl bolts", + "type": "normal", + "duplicate": true }, { - "id": 3786, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3821, + "name": "Pearl bolts", + "type": "normal", + "duplicate": true }, { - "id": 3787, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3822, + "name": "Pearl bolts", + "type": "normal", + "duplicate": true }, { - "id": 3788, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3823, + "name": "Barbed bolts", + "type": "normal", + "duplicate": true }, { - "id": 3789, - "name": "Fremennik cloak", - "examine": "The latest fashion in Rellekka." + "id": 3824, + "name": "Barbed bolts", + "type": "normal", + "duplicate": true }, { - "id": 3790, - "name": "Fremennik cloak", - "examine": "Swap this note at any bank for a Fremennik cloak." + "id": 3825, + "name": "Barbed bolts", + "type": "normal", + "duplicate": true }, { - "id": 3791, - "name": "Fremennik boots", - "examine": "Very stylish!" + "id": 3826, + "name": "Barbed bolts", + "type": "normal", + "duplicate": true }, { - "id": 3792, - "name": "Fremennik boots", - "examine": "Swap this note at any bank for a Fremennik boots." + "id": 3827, + "name": "Saradomin page 1", + "type": "normal", + "duplicate": false }, { - "id": 3793, - "name": "Fremennik robe", - "examine": "The latest fashion in Rellekka." + "id": 3828, + "name": "Saradomin page 2", + "type": "normal", + "duplicate": false }, { - "id": 3794, - "name": "Fremennik robe", - "examine": "Swap this note at any bank for a Fremennik robe." + "id": 3829, + "name": "Saradomin page 3", + "type": "normal", + "duplicate": false }, { - "id": 3795, - "name": "Fremennik skirt", - "examine": "The latest fashion in Rellekka." + "id": 3830, + "name": "Saradomin page 4", + "type": "normal", + "duplicate": false }, { - "id": 3796, - "name": "Fremennik skirt", - "examine": "Swap this note at any bank for a Fremennik skirt." + "id": 3831, + "name": "Zamorak page 1", + "type": "normal", + "duplicate": false }, { - "id": 3797, - "name": "Fremennik hat", - "examine": "A silly pointed hat." + "id": 3832, + "name": "Zamorak page 2", + "type": "normal", + "duplicate": false }, { - "id": 3798, - "name": "Fremennik hat", - "examine": "Swap this note at any bank for a Fremennik hat." + "id": 3833, + "name": "Zamorak page 3", + "type": "normal", + "duplicate": false }, { - "id": 3799, - "name": "Gloves", - "examine": "These will keep my hands warm!" + "id": 3834, + "name": "Zamorak page 4", + "type": "normal", + "duplicate": false }, { - "id": 3800, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 3835, + "name": "Guthix page 1", + "type": "normal", + "duplicate": false }, { - "id": 3801, - "name": "Keg of beer", - "examine": "A lot of beer in a barrel." + "id": 3836, + "name": "Guthix page 2", + "type": "normal", + "duplicate": false }, { - "id": 3802, - "name": "Keg of beer", - "examine": "Swap this note at any bank for a Keg of beer." + "id": 3837, + "name": "Guthix page 3", + "type": "normal", + "duplicate": false }, { - "id": 3803, - "name": "Beer", - "examine": "Frothy and alcoholic." + "id": 3838, + "name": "Guthix page 4", + "type": "normal", + "duplicate": false }, { - "id": 3804, - "name": "Beer", - "examine": "Swap this note at any bank for a Beer." + "id": 3839, + "name": "Damaged book", + "type": "normal", + "duplicate": false }, { - "id": 3805, - "name": "Tankard", - "examine": "A big cup for a big thirst." + "id": 3840, + "name": "Holy book", + "type": "normal", + "duplicate": false }, { - "id": 3806, - "name": "Tankard", - "examine": "Swap this note at any bank for a Tankard." + "id": 3841, + "name": "Damaged book", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 3827, - "name": "Torn page 1(s)", - "examine": "This seems to have been torn from a book..." + "id": 3842, + "name": "Unholy book", + "type": "normal", + "duplicate": false }, { - "id": 3828, - "name": "Torn page 2(s)", - "examine": "This seems to have been torn from a book..." + "id": 3843, + "name": "Damaged book", + "type": "normal", + "duplicate": false }, { - "id": 3829, - "name": "Torn page 3(s)", - "examine": "This seems to have been torn from a book..." + "id": 3844, + "name": "Book of balance", + "type": "normal", + "duplicate": false }, { - "id": 3830, - "name": "Torn page 4(s)", - "examine": "This seems to have been torn from a book..." + "id": 3845, + "name": "Journal", + "type": "normal", + "duplicate": false }, { - "id": 3831, - "name": "Torn page 1(z)", - "examine": "This seems to have been torn from a book..." + "id": 3846, + "name": "Diary", + "type": "normal", + "duplicate": false }, { - "id": 3832, - "name": "Torn page 2(z)", - "examine": "This seems to have been torn from a book..." + "id": 3847, + "name": "Manual", + "type": "normal", + "duplicate": false }, { - "id": 3833, - "name": "Torn page 3(z)", - "examine": "This seems to have been torn from a book..." + "id": 3848, + "name": "Lighthouse key", + "type": "normal", + "duplicate": false }, { - "id": 3834, - "name": "Torn page 4(z)", - "examine": "This seems to have been torn from a book..." + "id": 3849, + "name": "Rusty casket", + "type": "normal", + "duplicate": false }, + null, + null, { - "id": 3835, - "name": "Torn page 1(g)", - "examine": "This seems to have been torn from a book..." + "id": 3852, + "name": "Unholy symbol", + "type": "noted", + "duplicate": true }, { - "id": 3836, - "name": "Torn page 2(g)", - "examine": "This seems to have been torn from a book..." + "id": 3853, + "name": "Games necklace(8)", + "type": "normal", + "duplicate": false }, { - "id": 3837, - "name": "Torn page 3(g)", - "examine": "This seems to have been torn from a book..." + "id": 3854, + "name": "Games necklace(8)", + "type": "noted", + "duplicate": true }, { - "id": 3838, - "name": "Torn page 4(g)", - "examine": "This seems to have been torn from a book..." + "id": 3855, + "name": "Games necklace(7)", + "type": "normal", + "duplicate": false }, { - "id": 3839, - "name": "Damaged book", - "examine": "An incomplete book of Saradomin." + "id": 3856, + "name": "Games necklace(7)", + "type": "noted", + "duplicate": true }, { - "id": 3840, - "name": "Holy book", - "examine": "The holy book of Saradomin." + "id": 3857, + "name": "Games necklace(6)", + "type": "normal", + "duplicate": false }, { - "id": 3841, - "name": "Damaged book", - "examine": "An incomplete book of Zamorak." + "id": 3858, + "name": "Games necklace(6)", + "type": "noted", + "duplicate": true }, { - "id": 3842, - "name": "Unholy book", - "examine": "The unholy book of Zamorak." + "id": 3859, + "name": "Games necklace(5)", + "type": "normal", + "duplicate": false }, { - "id": 3843, - "name": "Damaged book", - "examine": "An incomplete book of Guthix." + "id": 3860, + "name": "Games necklace(5)", + "type": "noted", + "duplicate": true }, { - "id": 3844, - "name": "Book of balance", - "examine": "The holy book of Guthix." + "id": 3861, + "name": "Games necklace(4)", + "type": "normal", + "duplicate": false }, { - "id": 3845, - "name": "Journal", - "examine": "A daily journal." + "id": 3862, + "name": "Games necklace(4)", + "type": "noted", + "duplicate": true }, { - "id": 3846, - "name": "Diary", - "examine": "Someone's Diary." + "id": 3863, + "name": "Games necklace(3)", + "type": "normal", + "duplicate": false }, { - "id": 3847, - "name": "Manual", - "examine": "Looks like some kind of manual." + "id": 3864, + "name": "Games necklace(3)", + "type": "noted", + "duplicate": true }, { - "id": 3848, - "name": "Lighthouse key", - "examine": "The key to the front door of the lighthouse." + "id": 3865, + "name": "Games necklace(2)", + "type": "normal", + "duplicate": false }, { - "id": 3849, - "name": "Rusty casket", - "examine": "Looks old and rusty..." + "id": 3866, + "name": "Games necklace(2)", + "type": "noted", + "duplicate": true }, - null, { - "id": 3851, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3867, + "name": "Games necklace(1)", + "type": "normal", + "duplicate": false }, { - "id": 3852, - "name": "Unholy symbol", - "examine": "Swap this note at any bank for an Unholy symbol." + "id": 3868, + "name": "Games necklace(1)", + "type": "noted", + "duplicate": true }, { - "id": 3853, - "name": "Games necklace(8)", - "examine": "An enchanted necklace." + "id": 3869, + "name": "Board game piece", + "type": "normal", + "duplicate": false }, { - "id": 3854, - "name": "Games necklace(8)", - "examine": "Swap this note at any bank for a Games necklace(8)." + "id": 3870, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3855, - "name": "Games necklace(7)", - "examine": "An enchanted necklace." + "id": 3871, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3856, - "name": "Games necklace(7)", - "examine": "Swap this note at any bank for a Games necklace(7)." + "id": 3872, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3857, - "name": "Games necklace(6)", - "examine": "An enchanted necklace." + "id": 3873, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3858, - "name": "Games necklace(6)", - "examine": "Swap this note at any bank for a Games necklace(6)." + "id": 3874, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3859, - "name": "Games necklace(5)", - "examine": "An enchanted necklace." + "id": 3875, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3860, - "name": "Games necklace(5)", - "examine": "Swap this note at any bank for a Games necklace(5)." + "id": 3876, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3861, - "name": "Games necklace(4)", - "examine": "An enchanted necklace." + "id": 3877, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3862, - "name": "Games necklace(4)", - "examine": "Swap this note at any bank for a Games necklace(4)." + "id": 3878, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3863, - "name": "Games necklace(3)", - "examine": "An enchanted necklace." + "id": 3879, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3864, - "name": "Games necklace(3)", - "examine": "Swap this note at any bank for a Games necklace(3)." + "id": 3880, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3865, - "name": "Games necklace(2)", - "examine": "An enchanted necklace." + "id": 3881, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3866, - "name": "Games necklace(2)", - "examine": "Swap this note at any bank for a Games necklace(2)." + "id": 3882, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3867, - "name": "Games necklace(1)", - "examine": "An enchanted necklace." + "id": 3883, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3868, - "name": "Games necklace(1)", - "examine": "Swap this note at any bank for a Games necklace(1)." + "id": 3884, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3869, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3885, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3870, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3886, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3871, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3887, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3872, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3888, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3873, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3889, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3874, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3890, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3875, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3891, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3876, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3892, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, { - "id": 3877, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3893, + "name": "Stool", + "type": "normal", + "duplicate": false }, { - "id": 3878, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3894, + "name": "Awful anthem", + "type": "normal", + "duplicate": false }, { - "id": 3879, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3895, + "name": "Good anthem", + "type": "normal", + "duplicate": false }, { - "id": 3880, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3896, + "name": "Treaty", + "type": "normal", + "duplicate": false }, { - "id": 3881, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3897, + "name": "Giant nib", + "type": "normal", + "duplicate": false }, { - "id": 3882, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3898, + "name": "Giant pen", + "type": "normal", + "duplicate": false }, { - "id": 3883, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3899, + "name": "Iron sickle", + "type": "normal", + "duplicate": false }, { - "id": 3884, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3900, + "name": "Iron sickle", + "type": "noted", + "duplicate": true }, { - "id": 3885, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3901, + "name": "Ghrim's book", + "type": "normal", + "duplicate": false }, { - "id": 3886, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3902, + "name": "Amethyst broad bolts", + "type": "normal", + "duplicate": true }, + null, + null, { - "id": 3887, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3905, + "name": "Adamant javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3888, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3907, + "name": "Adamant javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3889, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3909, + "name": "Adamant javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3890, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3911, + "name": "Rune javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3891, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3913, + "name": "Rune javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3892, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 3915, + "name": "Rune javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3893, - "name": "Stool", - "examine": "A comfy stool." + "id": 3917, + "name": "Rune javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3894, - "name": "Awful anthem", - "examine": "It's not very good." + "id": 3919, + "name": "Dragon javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3895, - "name": "Good anthem", - "examine": "Much better." + "id": 3921, + "name": "Dragon javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3896, - "name": "Treaty", - "examine": "Just needs the King's signature." + "id": 3923, + "name": "Dragon javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3897, - "name": "Giant nib", - "examine": "For making a giant pen." + "id": 3925, + "name": "Dragon javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3898, - "name": "Giant pen", - "examine": "The King should be able to use this." + "id": 3927, + "name": "Javelin shaft", + "type": "normal", + "duplicate": true }, + null, { - "id": 3899, - "name": "Iron sickle", - "examine": "Not as good as a pet frog." + "id": 3929, + "name": "Javelin shaft", + "type": "normal", + "duplicate": true }, + null, { - "id": 3900, - "name": "Iron sickle", - "examine": "Swap this note at any bank for an Iron sickle." + "id": 3931, + "name": "Javelin shaft", + "type": "normal", + "duplicate": true }, + null, { - "id": 3901, - "name": "Ghrim's book", - "examine": "''Managing Thine Kingdom for Noobes'' by A. Ghrim." + "id": 3933, + "name": "Javelin shaft", + "type": "normal", + "duplicate": true }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 3902, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3951, + "name": "Amethyst bolt tips", + "type": "normal", + "duplicate": true }, + null, + null, + null, { - "id": 3903, - "name": "Sliding button", - "examine": "Swap this note at any bank for a Sliding button." + "id": 3955, + "name": "Amylase crystal", + "type": "normal", + "duplicate": true }, + null, { - "id": 3904, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3957, + "name": "Amylase crystal", + "type": "normal", + "duplicate": true }, + null, { - "id": 3905, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3959, + "name": "Amylase crystal", + "type": "normal", + "duplicate": true }, + null, { - "id": 3906, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3961, + "name": "Amylase crystal", + "type": "normal", + "duplicate": true }, + null, { - "id": 3907, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3963, + "name": "Amethyst javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3908, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3965, + "name": "Amethyst javelin heads", + "type": "normal", + "duplicate": true }, + null, { - "id": 3909, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3967, + "name": "Amethyst javelin heads", + "type": "normal", + "duplicate": true }, + null, + null, + null, + null, + null, { - "id": 3910, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3973, + "name": "Grape seed", + "type": "normal", + "duplicate": true }, + null, { - "id": 3911, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3975, + "name": "Grape seed", + "type": "normal", + "duplicate": true }, + null, { - "id": 3912, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3977, + "name": "Grape seed", + "type": "normal", + "duplicate": true }, + null, { - "id": 3913, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3979, + "name": "Grape seed", + "type": "normal", + "duplicate": true }, + null, { - "id": 3914, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3981, + "name": "Wilderness sword", + "type": "normal", + "duplicate": false }, + null, { - "id": 3915, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3983, + "name": "Western banner", + "type": "normal", + "duplicate": false }, + null, { - "id": 3916, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3985, + "name": "Platinum token", + "type": "normal", + "duplicate": true }, + null, { - "id": 3917, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3987, + "name": "Platinum token", + "type": "normal", + "duplicate": true }, + null, { - "id": 3918, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3989, + "name": "Platinum token", + "type": "normal", + "duplicate": true }, + null, { - "id": 3919, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3991, + "name": "Platinum token", + "type": "normal", + "duplicate": true }, + null, { - "id": 3920, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3993, + "name": "Zulrah's scales", + "type": "normal", + "duplicate": true }, + null, { - "id": 3921, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3995, + "name": "Zulrah's scales", + "type": "normal", + "duplicate": true }, + null, { - "id": 3922, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 3997, + "name": "Zulrah's scales", + "type": "normal", + "duplicate": true }, + null, { - "id": 3923, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 3999, + "name": "Zulrah's scales", + "type": "normal", + "duplicate": true }, { - "id": 3924, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4000, + "name": "Amethyst broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 3925, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4001, + "name": "Hardy gout tuber", + "type": "normal", + "duplicate": false }, { - "id": 3926, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4002, + "name": "Spare controls", + "type": "normal", + "duplicate": false }, { - "id": 3927, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4003, + "name": "Spare controls", + "type": "noted", + "duplicate": true }, { - "id": 3928, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4004, + "name": "Gnome royal seal", + "type": "normal", + "duplicate": false }, { - "id": 3929, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4005, + "name": "Narnode's orders", + "type": "normal", + "duplicate": false }, { - "id": 3930, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4006, + "name": "Monkey dentures", + "type": "normal", + "duplicate": false }, { - "id": 3931, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4007, + "name": "Enchanted bar", + "type": "normal", + "duplicate": false }, { - "id": 3932, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4008, + "name": "Eye of gnome", + "type": "normal", + "duplicate": false }, { - "id": 3933, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4009, + "name": "Eye of gnome", + "type": "normal", + "duplicate": false }, { - "id": 3934, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4010, + "name": "Monkey magic", + "type": "normal", + "duplicate": false }, { - "id": 3935, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4011, + "name": "Monkey magic", + "type": "noted", + "duplicate": true }, { - "id": 3936, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4012, + "name": "Monkey nuts", + "type": "normal", + "duplicate": false }, { - "id": 3937, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4013, + "name": "Monkey nuts", + "type": "noted", + "duplicate": true }, { - "id": 3938, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4014, + "name": "Monkey bar", + "type": "normal", + "duplicate": false }, { - "id": 3939, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4015, + "name": "Monkey bar", + "type": "noted", + "duplicate": true }, { - "id": 3940, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4016, + "name": "Banana stew", + "type": "normal", + "duplicate": false }, { - "id": 3941, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4017, + "name": "Banana stew", + "type": "noted", + "duplicate": true }, { - "id": 3942, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4018, + "name": "Monkey wrench", + "type": "normal", + "duplicate": false }, { - "id": 3943, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4019, + "name": "Monkey wrench", + "type": "noted", + "duplicate": true }, { - "id": 3944, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4020, + "name": "M'amulet mould", + "type": "normal", + "duplicate": false }, { - "id": 3945, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4021, + "name": "M'speak amulet", + "type": "normal", + "duplicate": false }, { - "id": 3946, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4022, + "name": "M'speak amulet", + "type": "normal", + "duplicate": false }, { - "id": 3947, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4023, + "name": "Monkey talisman", + "type": "normal", + "duplicate": false }, { - "id": 3948, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4024, + "name": "Ninja monkey greegree", + "type": "normal", + "duplicate": false }, { - "id": 3949, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4025, + "name": "Ninja monkey greegree", + "type": "normal", + "duplicate": false }, { - "id": 3950, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4026, + "name": "Gorilla greegree", + "type": "normal", + "duplicate": false }, { - "id": 3951, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4027, + "name": "Bearded gorilla greegree", + "type": "normal", + "duplicate": false }, { - "id": 3952, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4028, + "name": "Ancient gorilla greegree", + "type": "normal", + "duplicate": false }, { - "id": 3953, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4029, + "name": "Zombie monkey greegree", + "type": "normal", + "duplicate": false }, { - "id": 3954, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4030, + "name": "Zombie monkey greegree", + "type": "normal", + "duplicate": false }, { - "id": 3955, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4031, + "name": "Karamjan monkey greegree", + "type": "normal", + "duplicate": false }, + null, { - "id": 3956, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4033, + "name": "Monkey", + "type": "normal", + "duplicate": false }, { - "id": 3957, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4034, + "name": "Monkey skull", + "type": "normal", + "duplicate": false }, { - "id": 3958, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4035, + "name": "10th squad sigil", + "type": "normal", + "duplicate": false }, { - "id": 3959, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4036, + "name": "Broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 3960, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4037, + "name": "Saradomin banner", + "type": "normal", + "duplicate": false }, { - "id": 3961, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4038, + "name": "Saradomin banner", + "type": "noted", + "duplicate": true }, { - "id": 3962, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4039, + "name": "Zamorak banner", + "type": "normal", + "duplicate": false }, { - "id": 3963, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4040, + "name": "Zamorak banner", + "type": "noted", + "duplicate": true }, { - "id": 3964, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4041, + "name": "Hooded cloak", + "type": "normal", + "duplicate": false }, { - "id": 3965, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4042, + "name": "Hooded cloak", + "type": "normal", + "duplicate": false }, { - "id": 3966, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4043, + "name": "Rock", + "type": "normal", + "duplicate": false }, { - "id": 3967, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4044, + "name": "Rock", + "type": "noted", + "duplicate": true }, { - "id": 3968, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4045, + "name": "Explosive potion", + "type": "normal", + "duplicate": false }, { - "id": 3969, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4046, + "name": "Explosive potion", + "type": "noted", + "duplicate": true }, { - "id": 3970, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4047, + "name": "Climbing rope", + "type": "normal", + "duplicate": false }, { - "id": 3971, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4048, + "name": "Climbing rope", + "type": "noted", + "duplicate": true }, { - "id": 3972, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4049, + "name": "Bandages", + "type": "normal", + "duplicate": false }, { - "id": 3973, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4050, + "name": "Bandages", + "type": "noted", + "duplicate": true }, { - "id": 3974, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4051, + "name": "Toolkit", + "type": "normal", + "duplicate": false }, { - "id": 3975, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4052, + "name": "Toolkit", + "type": "noted", + "duplicate": true }, { - "id": 3976, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4053, + "name": "Barricade", + "type": "normal", + "duplicate": false }, { - "id": 3977, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4054, + "name": "Barricade", + "type": "noted", + "duplicate": true }, { - "id": 3978, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4055, + "name": "Castlewars manual", + "type": "normal", + "duplicate": false }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 3979, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4067, + "name": "Castle wars ticket", + "type": "normal", + "duplicate": false }, { - "id": 3980, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4068, + "name": "Decorative sword", + "type": "normal", + "duplicate": false }, { - "id": 3981, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4069, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 3982, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4070, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 3983, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4071, + "name": "Decorative helm", + "type": "normal", + "duplicate": false }, { - "id": 3984, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4072, + "name": "Decorative shield", + "type": "normal", + "duplicate": false }, { - "id": 3985, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4073, + "name": "Damp tinderbox", + "type": "normal", + "duplicate": false }, { - "id": 3986, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4074, + "name": "Damp tinderbox", + "type": "noted", + "duplicate": true }, { - "id": 3987, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4075, + "name": "Glowing fungus", + "type": "normal", + "duplicate": false }, { - "id": 3988, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4076, + "name": "Amethyst broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 3989, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4077, + "name": "Crystal-mine key", + "type": "normal", + "duplicate": false }, { - "id": 3990, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4078, + "name": "Zealot's key", + "type": "normal", + "duplicate": false }, { - "id": 3991, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4079, + "name": "Yo-yo", + "type": "normal", + "duplicate": false }, + null, { - "id": 3992, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4081, + "name": "Salve amulet", + "type": "normal", + "duplicate": false }, { - "id": 3993, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4082, + "name": "Salve shard", + "type": "normal", + "duplicate": false }, { - "id": 3994, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4083, + "name": "Sled", + "type": "normal", + "duplicate": false }, { - "id": 3995, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4084, + "name": "Sled", + "type": "normal", + "duplicate": false }, { - "id": 3996, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4085, + "name": "Wax", + "type": "normal", + "duplicate": false }, { - "id": 3997, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4086, + "name": "Trollweiss", + "type": "normal", + "duplicate": false }, { - "id": 3998, - "name": "Sliding button", - "examine": "It's a sliding button of some kind." + "id": 4087, + "name": "Dragon platelegs", + "type": "normal", + "duplicate": false }, { - "id": 3999, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4088, + "name": "Dragon platelegs", + "type": "noted", + "duplicate": true }, { - "id": 4000, - "name": "Iodine", - "examine": "Slightly archaic, but effective." + "id": 4089, + "name": "Mystic hat", + "type": "normal", + "duplicate": false }, { - "id": 4001, - "name": "Shrine", - "examine": "Sanctity in your pocket." + "id": 4090, + "name": "Mystic hat", + "type": "noted", + "duplicate": true }, { - "id": 4002, - "name": "Spare controls", - "examine": "It looks like some kind of control panel." + "id": 4091, + "name": "Mystic robe top", + "type": "normal", + "duplicate": false }, { - "id": 4003, - "name": "Spare controls", - "examine": "Swap this note at any bank for a Spare controls." + "id": 4092, + "name": "Mystic robe top", + "type": "noted", + "duplicate": true }, { - "id": 4004, - "name": "Gnome royal seal", - "examine": "It's the official Gnome Royal Seal, signed by King Narnode Shareen." + "id": 4093, + "name": "Mystic robe bottom", + "type": "normal", + "duplicate": false }, { - "id": 4005, - "name": "Narnode's orders", - "examine": "Unreadable orders handwritten by King Narnode Shareen." + "id": 4094, + "name": "Mystic robe bottom", + "type": "noted", + "duplicate": true }, { - "id": 4006, - "name": "Monkey dentures", - "examine": "Magical monkey talking dentures! What more can we say? Ook!" + "id": 4095, + "name": "Mystic gloves", + "type": "normal", + "duplicate": false }, { - "id": 4007, - "name": "Enchanted bar", - "examine": "A gold bar invested with a talkative monkey spirit." + "id": 4096, + "name": "Mystic gloves", + "type": "noted", + "duplicate": true }, { - "id": 4008, - "name": "Eye of gnome", - "examine": "It's ... the eye of a gnome! Now what on earth could one do with this?" + "id": 4097, + "name": "Mystic boots", + "type": "normal", + "duplicate": false }, { - "id": 4009, - "name": "Eye of gnome", - "examine": "Swap this note at any bank for an Eye of gnome." + "id": 4098, + "name": "Mystic boots", + "type": "noted", + "duplicate": true }, { - "id": 4010, - "name": "Monkey magic", - "examine": "A small sample of monkey magic." + "id": 4099, + "name": "Mystic hat (dark)", + "type": "normal", + "duplicate": false }, { - "id": 4011, - "name": "Monkey magic", - "examine": "Swap this note at any bank for a Monkey magic." + "id": 4100, + "name": "Mystic hat (dark)", + "type": "noted", + "duplicate": true }, { - "id": 4012, - "name": "Monkey nuts", - "examine": "These are monkey nuts. Yummy." + "id": 4101, + "name": "Mystic robe top (dark)", + "type": "normal", + "duplicate": false }, { - "id": 4013, - "name": "Monkey nuts", - "examine": "Swap this note at any bank for a Monkey nuts." + "id": 4102, + "name": "Mystic robe top (dark)", + "type": "noted", + "duplicate": true }, { - "id": 4014, - "name": "Monkey bar", - "examine": "It's a monkey bar. It looks highly nutritious." + "id": 4103, + "name": "Mystic robe bottom (dark)", + "type": "normal", + "duplicate": false }, { - "id": 4015, - "name": "Monkey bar", - "examine": "Swap this note at any bank for a Monkey bar." + "id": 4104, + "name": "Mystic robe bottom (dark)", + "type": "noted", + "duplicate": true }, { - "id": 4016, - "name": "Banana stew", - "examine": "It's a bowl full of mushy banana." + "id": 4105, + "name": "Mystic gloves (dark)", + "type": "normal", + "duplicate": false }, { - "id": 4017, - "name": "Banana stew", - "examine": "Swap this note at any bank for a Banana stew." + "id": 4106, + "name": "Mystic gloves (dark)", + "type": "noted", + "duplicate": true }, { - "id": 4018, - "name": "Monkey wrench", - "examine": "For wrenching monkeys I'd guess." + "id": 4107, + "name": "Mystic boots (dark)", + "type": "normal", + "duplicate": false }, { - "id": 4019, - "name": "Monkey wrench", - "examine": "Swap this note at any bank for a Monkey wrench." + "id": 4108, + "name": "Mystic boots (dark)", + "type": "noted", + "duplicate": true }, { - "id": 4020, - "name": "M'amulet mould", - "examine": "It's an amulet mould shaped like a monkey head." + "id": 4109, + "name": "Mystic hat (light)", + "type": "normal", + "duplicate": false }, { - "id": 4021, - "name": "M'speak amulet", - "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises." + "id": 4110, + "name": "Mystic hat (light)", + "type": "noted", + "duplicate": true }, { - "id": 4022, - "name": "M'speak amulet", - "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises." + "id": 4111, + "name": "Mystic robe top (light)", + "type": "normal", + "duplicate": false }, { - "id": 4023, - "name": "Monkey talisman", - "examine": "A magical talisman in the shape of a monkey head." + "id": 4112, + "name": "Mystic robe top (light)", + "type": "noted", + "duplicate": true }, { - "id": 4024, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a small ninja monkey head." + "id": 4113, + "name": "Mystic robe bottom (light)", + "type": "normal", + "duplicate": false }, { - "id": 4025, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a medium ninja monkey head." + "id": 4114, + "name": "Mystic robe bottom (light)", + "type": "noted", + "duplicate": true }, { - "id": 4026, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a gorilla head." + "id": 4115, + "name": "Mystic gloves (light)", + "type": "normal", + "duplicate": false }, { - "id": 4027, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a bearded gorilla head." + "id": 4116, + "name": "Mystic gloves (light)", + "type": "noted", + "duplicate": true }, { - "id": 4028, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a mysterious monkey head." + "id": 4117, + "name": "Mystic boots (light)", + "type": "normal", + "duplicate": false }, { - "id": 4029, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a small zombie monkey head." + "id": 4118, + "name": "Mystic boots (light)", + "type": "noted", + "duplicate": true }, { - "id": 4030, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a big zombie monkey head." + "id": 4119, + "name": "Bronze boots", + "type": "normal", + "duplicate": false }, { - "id": 4031, - "name": "Monkey greegree", - "examine": "A magical talisman in the shape of a Karamjan monkey head." + "id": 4120, + "name": "Bronze boots", + "type": "noted", + "duplicate": true }, { - "id": 4032, - "name": "Dummy", - "examine": "A fade." + "id": 4121, + "name": "Iron boots", + "type": "normal", + "duplicate": false }, { - "id": 4033, - "name": "Monkey", - "examine": "It's a monkey in your backpack. As you look it pokes you." + "id": 4122, + "name": "Iron boots", + "type": "noted", + "duplicate": true }, { - "id": 4034, - "name": "Monkey skull", - "examine": "It's a very ancient skull from some kind of ape." + "id": 4123, + "name": "Steel boots", + "type": "normal", + "duplicate": false }, { - "id": 4035, - "name": "10th squad sigil", - "examine": "It's the official sigil of the 10th squad of the Royal Guard." + "id": 4124, + "name": "Steel boots", + "type": "noted", + "duplicate": true }, { - "id": 4036, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4125, + "name": "Black boots", + "type": "normal", + "duplicate": false }, { - "id": 4037, - "name": "Saradomin banner", - "examine": "The Saradomin Team Standard." + "id": 4126, + "name": "Black boots", + "type": "noted", + "duplicate": true }, { - "id": 4038, - "name": "Saradomin banner", - "examine": "Swap this note at any bank for a Saradomin banner." + "id": 4127, + "name": "Mithril boots", + "type": "normal", + "duplicate": false }, { - "id": 4039, - "name": "Zamorak banner", - "examine": "The Zamorak Team Standard." + "id": 4128, + "name": "Mithril boots", + "type": "noted", + "duplicate": true }, { - "id": 4040, - "name": "Zamorak banner", - "examine": "Swap this note at any bank for a Zamorak banner." + "id": 4129, + "name": "Adamant boots", + "type": "normal", + "duplicate": false }, { - "id": 4041, - "name": "Hooded cloak", - "examine": "The colours of Saradomin." + "id": 4130, + "name": "Adamant boots", + "type": "noted", + "duplicate": true }, { - "id": 4042, - "name": "Hooded cloak", - "examine": "The colours of Zamorak." + "id": 4131, + "name": "Rune boots", + "type": "normal", + "duplicate": false }, { - "id": 4043, - "name": "Rock", - "examine": "I can use this with the catapult." + "id": 4132, + "name": "Rune boots", + "type": "noted", + "duplicate": true }, { - "id": 4044, - "name": "Rock", - "examine": "Swap this note at any bank for a Rock." + "id": 4133, + "name": "Crawling hand", + "type": "normal", + "duplicate": false }, { - "id": 4045, - "name": "Explosive potion", - "examine": "I could use this to destroy things..." + "id": 4134, + "name": "Cave crawler", + "type": "normal", + "duplicate": false }, { - "id": 4046, - "name": "Explosive potion", - "examine": "Swap this note at any bank for an Explosive potion." + "id": 4135, + "name": "Banshee", + "type": "normal", + "duplicate": false }, { - "id": 4047, - "name": "Climbing rope", - "examine": "Should be long enough to scale castle walls." + "id": 4136, + "name": "Rockslug", + "type": "normal", + "duplicate": false }, { - "id": 4048, - "name": "Climbing rope", - "examine": "Swap this note at any bank for a Climbing rope." + "id": 4137, + "name": "Cockatrice", + "type": "normal", + "duplicate": false }, { - "id": 4049, - "name": "Bandages", - "examine": "A box of bandages for healing." + "id": 4138, + "name": "Pyrefiend", + "type": "normal", + "duplicate": false }, { - "id": 4050, - "name": "Bandages", - "examine": "Swap this note at any bank for a Bandages." + "id": 4139, + "name": "Basilisk", + "type": "normal", + "duplicate": false }, { - "id": 4051, - "name": "Toolbox", - "examine": "I can use this to repair things." + "id": 4140, + "name": "Infernal mage", + "type": "normal", + "duplicate": false }, { - "id": 4052, - "name": "Toolbox", - "examine": "Swap this note at any bank for a Toolbox." + "id": 4141, + "name": "Bloodveld", + "type": "normal", + "duplicate": false }, { - "id": 4053, - "name": "Barricade", - "examine": "Use these to block enemy team movement." + "id": 4142, + "name": "Jelly", + "type": "normal", + "duplicate": false }, { - "id": 4054, - "name": "Barricade", - "examine": "Swap this note at any bank for a Barricade." + "id": 4143, + "name": "Turoth", + "type": "normal", + "duplicate": false }, { - "id": 4055, - "name": "Castlewars manual", - "examine": "It's a manual for castlewars." + "id": 4144, + "name": "Aberrant spectre", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 4067, - "name": "Castle wars ticket", - "examine": "I can exchange these for further items." + "id": 4145, + "name": "Dust devil", + "type": "normal", + "duplicate": false }, { - "id": 4068, - "name": "Decorative sword", - "examine": "A very decorative sword." + "id": 4146, + "name": "Kurask", + "type": "normal", + "duplicate": false }, { - "id": 4069, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4147, + "name": "Gargoyle", + "type": "normal", + "duplicate": false }, { - "id": 4070, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4148, + "name": "Nechryael", + "type": "normal", + "duplicate": false }, { - "id": 4071, - "name": "Decorative helm", - "examine": "A very decorative helm." + "id": 4149, + "name": "Abyssal demon", + "type": "normal", + "duplicate": false }, { - "id": 4072, - "name": "Decorative shield", - "examine": "A very decorative shield." + "id": 4150, + "name": "Broad arrows", + "type": "normal", + "duplicate": true }, { - "id": 4073, - "name": "Damp tinderbox", - "examine": "Not so useful for lighting a fire." + "id": 4151, + "name": "Abyssal whip", + "type": "normal", + "duplicate": false }, { - "id": 4074, - "name": "Damp tinderbox", - "examine": "Swap this note at any bank for a Damp tinderbox." + "id": 4152, + "name": "Abyssal whip", + "type": "noted", + "duplicate": true }, { - "id": 4075, - "name": "Glowing fungus", - "examine": "A bizarre fungus. It glows with a pale blue light." + "id": 4153, + "name": "Granite maul", + "type": "normal", + "duplicate": false }, { - "id": 4076, - "name": "Nezikchened's mum", - "examine": "She wasn't pleased to see what her son did." + "id": 4154, + "name": "Granite maul", + "type": "noted", + "duplicate": true }, { - "id": 4077, - "name": "Crystal-mine key", - "examine": "A key I found in the lower levels of the Morytanian mines." + "id": 4155, + "name": "Enchanted gem", + "type": "normal", + "duplicate": false }, { - "id": 4078, - "name": "Zealot's key", - "examine": "I stole this from a Saradominist I met South of Mort'ton." + "id": 4156, + "name": "Mirror shield", + "type": "normal", + "duplicate": false }, { - "id": 4079, - "name": "Yo-yo", - "examine": "A gift from Santa." + "id": 4157, + "name": "Mirror shield", + "type": "noted", + "duplicate": true }, - null, { - "id": 4081, - "name": "Salve amulet", - "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead." + "id": 4158, + "name": "Leaf-bladed spear", + "type": "normal", + "duplicate": false }, { - "id": 4082, - "name": "Salve shard", - "examine": "An unstrung crystal imbued with the power of Saradomin." + "id": 4159, + "name": "Leaf-bladed spear", + "type": "normal", + "duplicate": false }, { - "id": 4083, - "name": "Sled", - "examine": "It needs waxing before I can use it." + "id": 4160, + "name": "Broad arrows", + "type": "normal", + "duplicate": false }, { - "id": 4084, - "name": "Sled", - "examine": "A waxed sled." + "id": 4161, + "name": "Bag of salt", + "type": "normal", + "duplicate": false }, { - "id": 4085, - "name": "Wax", - "examine": "I can use this to wax my sled." + "id": 4162, + "name": "Rock hammer", + "type": "normal", + "duplicate": false }, { - "id": 4086, - "name": "Trollweiss", - "examine": "These are very rare flowers with a pungent odour." + "id": 4163, + "name": "Rock hammer", + "type": "noted", + "duplicate": true }, { - "id": 4087, - "name": "Dragon platelegs", - "examine": "These look pretty heavy." + "id": 4164, + "name": "Facemask", + "type": "normal", + "duplicate": false }, { - "id": 4088, - "name": "Dragon platelegs", - "examine": "Swap this note at any bank for a Dragon platelegs." + "id": 4165, + "name": "Facemask", + "type": "noted", + "duplicate": true }, { - "id": 4089, - "name": "Mystic hat", - "examine": "A magical hat." + "id": 4166, + "name": "Earmuffs", + "type": "normal", + "duplicate": false }, { - "id": 4090, - "name": "Mystic hat", - "examine": "Swap this note at any bank for a Mystic hat." + "id": 4167, + "name": "Earmuffs", + "type": "noted", + "duplicate": true }, { - "id": 4091, - "name": "Mystic robe top", - "examine": "The upper half of a magical robe." + "id": 4168, + "name": "Nose peg", + "type": "normal", + "duplicate": false }, { - "id": 4092, - "name": "Mystic robe top", - "examine": "Swap this note at any bank for a Mystic robe top." + "id": 4169, + "name": "Nose peg", + "type": "noted", + "duplicate": true }, { - "id": 4093, - "name": "Mystic robe bottom", - "examine": "The lower half of a magical robe." + "id": 4170, + "name": "Slayer's staff", + "type": "normal", + "duplicate": false }, { - "id": 4094, - "name": "Mystic robe bottom", - "examine": "Swap this note at any bank for a Mystic robe bottom." + "id": 4171, + "name": "Slayer's staff", + "type": "noted", + "duplicate": true }, { - "id": 4095, - "name": "Mystic gloves", - "examine": "Magical gloves." + "id": 4172, + "name": "Broad arrows", + "type": "normal", + "duplicate": true }, { - "id": 4096, - "name": "Mystic gloves", - "examine": "Swap this note at any bank for a Mystic gloves." + "id": 4173, + "name": "Broad arrows", + "type": "normal", + "duplicate": true }, { - "id": 4097, - "name": "Mystic boots", - "examine": "Magical boots." + "id": 4174, + "name": "Broad arrows", + "type": "normal", + "duplicate": true }, { - "id": 4098, - "name": "Mystic boots", - "examine": "Swap this note at any bank for a Mystic boots." + "id": 4175, + "name": "Broad arrows", + "type": "normal", + "duplicate": true }, + null, { - "id": 4099, - "name": "Mystic hat", - "examine": "A dark magical hat." + "id": 4177, + "name": "Amethyst broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4100, - "name": "Mystic hat", - "examine": "Swap this note at any bank for a Mystic hat." + "id": 4178, + "name": "Abyssal whip", + "type": "normal", + "duplicate": false }, { - "id": 4101, - "name": "Mystic robe top", - "examine": "The upper half of a dark magical robe." + "id": 4179, + "name": "Stick", + "type": "normal", + "duplicate": false }, { - "id": 4102, - "name": "Mystic robe top", - "examine": "Swap this note at any bank for a Mystic robe top." + "id": 4180, + "name": "Dragon platelegs", + "type": "normal", + "duplicate": false }, { - "id": 4103, - "name": "Mystic robe bottom", - "examine": "The lower half of a dark magical robe." + "id": 4181, + "name": "Mouth grip", + "type": "normal", + "duplicate": false }, { - "id": 4104, - "name": "Mystic robe bottom", - "examine": "Swap this note at any bank for a Mystic robe bottom." + "id": 4182, + "name": "Goutweed", + "type": "normal", + "duplicate": false }, { - "id": 4105, - "name": "Mystic gloves", - "examine": "Dark magical gloves." + "id": 4183, + "name": "Star amulet", + "type": "normal", + "duplicate": false }, { - "id": 4106, - "name": "Mystic gloves", - "examine": "Swap this note at any bank for a Mystic gloves." + "id": 4184, + "name": "Cavern key", + "type": "normal", + "duplicate": false }, { - "id": 4107, - "name": "Mystic boots", - "examine": "Dark magical boots." + "id": 4185, + "name": "Tower key", + "type": "normal", + "duplicate": false }, { - "id": 4108, - "name": "Mystic boots", - "examine": "Swap this note at any bank for a Mystic boots." + "id": 4186, + "name": "Shed key", + "type": "normal", + "duplicate": false }, { - "id": 4109, - "name": "Mystic hat", - "examine": "A bright magical hat." + "id": 4187, + "name": "Marble amulet", + "type": "normal", + "duplicate": false }, { - "id": 4110, - "name": "Mystic hat", - "examine": "Swap this note at any bank for a Mystic hat." + "id": 4188, + "name": "Obsidian amulet", + "type": "normal", + "duplicate": false }, { - "id": 4111, - "name": "Mystic robe top", - "examine": "The upper half of a bright magical robe." + "id": 4189, + "name": "Garden cane", + "type": "normal", + "duplicate": false }, { - "id": 4112, - "name": "Mystic robe top", - "examine": "Swap this note at any bank for a Mystic robe top." + "id": 4190, + "name": "Garden brush", + "type": "normal", + "duplicate": false }, { - "id": 4113, - "name": "Mystic robe bottom", - "examine": "The lower half of a bright magical robe." + "id": 4191, + "name": "Extended brush", + "type": "normal", + "duplicate": false }, { - "id": 4114, - "name": "Mystic robe bottom", - "examine": "Swap this note at any bank for a Mystic robe bottom." + "id": 4192, + "name": "Extended brush", + "type": "normal", + "duplicate": false }, { - "id": 4115, - "name": "Mystic gloves", - "examine": "Bright magical gloves." + "id": 4193, + "name": "Extended brush", + "type": "normal", + "duplicate": false }, { - "id": 4116, - "name": "Mystic gloves", - "examine": "Swap this note at any bank for a Mystic gloves." + "id": 4194, + "name": "Torso", + "type": "normal", + "duplicate": false }, { - "id": 4117, - "name": "Mystic boots", - "examine": "Bright magical boots." + "id": 4195, + "name": "Arms", + "type": "normal", + "duplicate": false }, { - "id": 4118, - "name": "Mystic boots", - "examine": "Swap this note at any bank for a Mystic boots." + "id": 4196, + "name": "Legs", + "type": "normal", + "duplicate": false }, { - "id": 4119, - "name": "Bronze boots", - "examine": "These will protect my feet." + "id": 4197, + "name": "Decapitated head", + "type": "normal", + "duplicate": false }, { - "id": 4120, - "name": "Bronze boots", - "examine": "Swap this note at any bank for a Bronze boots." + "id": 4198, + "name": "Decapitated head", + "type": "normal", + "duplicate": false }, { - "id": 4121, - "name": "Iron boots", - "examine": "These will protect my feet." + "id": 4199, + "name": "Pickled brain", + "type": "normal", + "duplicate": false }, { - "id": 4122, - "name": "Iron boots", - "examine": "Swap this note at any bank for an Iron boots." + "id": 4200, + "name": "Conductor mould", + "type": "normal", + "duplicate": false }, { - "id": 4123, - "name": "Steel boots", - "examine": "These will protect my feet." + "id": 4201, + "name": "Conductor", + "type": "normal", + "duplicate": false }, { - "id": 4124, - "name": "Steel boots", - "examine": "Swap this note at any bank for a Steel boots." + "id": 4202, + "name": "Ring of charos", + "type": "normal", + "duplicate": false }, { - "id": 4125, - "name": "Black boots", - "examine": "These will protect my feet." + "id": 4203, + "name": "Journal", + "type": "normal", + "duplicate": false }, { - "id": 4126, - "name": "Black boots", - "examine": "Swap this note at any bank for a Black boots." + "id": 4204, + "name": "Letter", + "type": "normal", + "duplicate": false }, { - "id": 4127, - "name": "Mithril boots", - "examine": "These will protect my feet." + "id": 4205, + "name": "Consecration seed", + "type": "normal", + "duplicate": false }, { - "id": 4128, - "name": "Mithril boots", - "examine": "Swap this note at any bank for a Mithril boots." + "id": 4206, + "name": "Consecration seed", + "type": "normal", + "duplicate": false }, { - "id": 4129, - "name": "Adamant boots", - "examine": "These will protect my feet." + "id": 4207, + "name": "Crystal weapon seed", + "type": "normal", + "duplicate": false }, { - "id": 4130, - "name": "Adamant boots", - "examine": "Swap this note at any bank for an Adamant boots." + "id": 4208, + "name": "Crystal weapon seed", + "type": "noted", + "duplicate": true }, { - "id": 4131, - "name": "Rune boots", - "examine": "These will protect my feet." + "id": 4209, + "name": "Cadarn lineage", + "type": "normal", + "duplicate": false }, { - "id": 4132, - "name": "Rune boots", - "examine": "Swap this note at any bank for a Rune boots." + "id": 4210, + "name": "Cadarn lineage", + "type": "noted", + "duplicate": true }, { - "id": 4133, - "name": "Crawling hand", - "examine": "A slayer monster." + "id": 4211, + "name": "Elf crystal", + "type": "normal", + "duplicate": false }, { - "id": 4134, - "name": "Cave crawler", - "examine": "A slayer monster." + "id": 4212, + "name": "New crystal bow", + "type": "normal", + "duplicate": false }, { - "id": 4135, - "name": "Banshee", - "examine": "A slayer monster." + "id": 4213, + "name": "New crystal bow", + "type": "normal", + "duplicate": false }, { - "id": 4136, - "name": "Rockslug", - "examine": "A slayer monster." + "id": 4214, + "name": "Crystal bow full", + "type": "normal", + "duplicate": false }, { - "id": 4137, - "name": "Cockatrice", - "examine": "A slayer monster." + "id": 4215, + "name": "Crystal bow 9/10", + "type": "normal", + "duplicate": false }, { - "id": 4138, - "name": "Pyrefiend", - "examine": "A slayer monster." + "id": 4216, + "name": "Crystal bow 8/10", + "type": "normal", + "duplicate": false }, { - "id": 4139, - "name": "Basilisk", - "examine": "A slayer monster." + "id": 4217, + "name": "Crystal bow 7/10", + "type": "normal", + "duplicate": false }, { - "id": 4140, - "name": "Infernal mage", - "examine": "A slayer monster." + "id": 4218, + "name": "Crystal bow 6/10", + "type": "normal", + "duplicate": false }, { - "id": 4141, - "name": "Bloodveld", - "examine": "A slayer monster." + "id": 4219, + "name": "Crystal bow 5/10", + "type": "normal", + "duplicate": false }, { - "id": 4142, - "name": "Jelly", - "examine": "A slayer monster." + "id": 4220, + "name": "Crystal bow 4/10", + "type": "normal", + "duplicate": false }, { - "id": 4143, - "name": "Turoth", - "examine": "A slayer monster." + "id": 4221, + "name": "Crystal bow 3/10", + "type": "normal", + "duplicate": false }, { - "id": 4144, - "name": "Aberrant specter", - "examine": "A slayer monster." + "id": 4222, + "name": "Crystal bow 2/10", + "type": "normal", + "duplicate": false }, { - "id": 4145, - "name": "Dust devil", - "examine": "A slayer monster." + "id": 4223, + "name": "Crystal bow 1/10", + "type": "normal", + "duplicate": false }, { - "id": 4146, - "name": "Kurask", - "examine": "A slayer monster." + "id": 4224, + "name": "New crystal shield", + "type": "normal", + "duplicate": false }, { - "id": 4147, - "name": "Gargoyle", - "examine": "A slayer monster." + "id": 4225, + "name": "Crystal shield full", + "type": "normal", + "duplicate": false }, { - "id": 4148, - "name": "Nechryael", - "examine": "A slayer monster." + "id": 4226, + "name": "Crystal shield 9/10", + "type": "normal", + "duplicate": false }, { - "id": 4149, - "name": "Abyssal demon", - "examine": "A slayer monster." + "id": 4227, + "name": "Crystal shield 8/10", + "type": "normal", + "duplicate": false }, { - "id": 4150, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4228, + "name": "Crystal shield 7/10", + "type": "normal", + "duplicate": false }, { - "id": 4151, - "name": "Abyssal whip", - "examine": "A weapon from the abyss." + "id": 4229, + "name": "Crystal shield 6/10", + "type": "normal", + "duplicate": false }, { - "id": 4152, - "name": "Abyssal whip", - "examine": "Swap this note at any bank for an Abyssal whip." + "id": 4230, + "name": "Crystal shield 5/10", + "type": "normal", + "duplicate": false }, { - "id": 4153, - "name": "Granite maul", - "examine": "Simplicity is the best weapon." + "id": 4231, + "name": "Crystal shield 4/10", + "type": "normal", + "duplicate": false }, { - "id": 4154, - "name": "Granite maul", - "examine": "Swap this note at any bank for a Granite maul." + "id": 4232, + "name": "Crystal shield 3/10", + "type": "normal", + "duplicate": false }, { - "id": 4155, - "name": "Enchanted gem", - "examine": "I can contact the Slayer Masters with this." + "id": 4233, + "name": "Crystal shield 2/10", + "type": "normal", + "duplicate": false }, { - "id": 4156, - "name": "Mirror shield", - "examine": "I can just about see things in this shield's reflection." + "id": 4234, + "name": "Crystal shield 1/10", + "type": "normal", + "duplicate": false }, { - "id": 4157, - "name": "Mirror shield", - "examine": "Swap this note at any bank for a Mirror shield." + "id": 4235, + "name": "New crystal shield", + "type": "normal", + "duplicate": false }, { - "id": 4158, - "name": "Leaf-bladed spear", - "examine": "A spear with a leaf-shaped point." + "id": 4236, + "name": "Signed oak bow", + "type": "normal", + "duplicate": false }, { - "id": 4159, - "name": "Leaf-bladed spear", - "examine": "Swap this note at any bank for a Leaf-bladed spear." + "id": 4237, + "name": "Nettle-water", + "type": "normal", + "duplicate": false }, { - "id": 4160, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4238, + "name": "Puddle of slime", + "type": "normal", + "duplicate": false }, { - "id": 4161, - "name": "Bag of salt", - "examine": "A bag of salt." + "id": 4239, + "name": "Nettle tea", + "type": "normal", + "duplicate": false }, { - "id": 4162, - "name": "Rock hammer", - "examine": "I can even smash stone with this." + "id": 4240, + "name": "Nettle tea", + "type": "normal", + "duplicate": false }, { - "id": 4163, - "name": "Rock hammer", - "examine": "Swap this note at any bank for a Rock hammer." + "id": 4241, + "name": "Nettles", + "type": "normal", + "duplicate": false }, { - "id": 4164, - "name": "Facemask", - "examine": "Stops me breathing in too much dust." + "id": 4242, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 4165, - "name": "Facemask", - "examine": "Swap this note at any bank for a Facemask." + "id": 4243, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 4166, - "name": "Earmuffs", - "examine": "These will protect my ears from loud noise." + "id": 4244, + "name": "Porcelain cup", + "type": "normal", + "duplicate": false }, { - "id": 4167, - "name": "Earmuffs", - "examine": "Swap this note at any bank for an Earmuffs." + "id": 4245, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 4168, - "name": "Nose peg", - "examine": "Protects me from any bad smells." + "id": 4246, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 4169, - "name": "Nose peg", - "examine": "Swap this note at any bank for a Nose peg." + "id": 4247, + "name": "Mystical robes", + "type": "normal", + "duplicate": false }, { - "id": 4170, - "name": "Slayer's staff", - "examine": "An old and magical staff." + "id": 4248, + "name": "Book of haricanto", + "type": "normal", + "duplicate": false }, { - "id": 4171, - "name": "Slayer's staff", - "examine": "Swap this note at any bank for a Slayer's staff." + "id": 4249, + "name": "Translation manual", + "type": "normal", + "duplicate": false }, { - "id": 4172, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4250, + "name": "Ghostspeak amulet", + "type": "normal", + "duplicate": false }, { - "id": 4173, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4251, + "name": "Ectophial", + "type": "normal", + "duplicate": false }, { - "id": 4174, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4252, + "name": "Ectophial", + "type": "normal", + "duplicate": false }, { - "id": 4175, - "name": "Broad arrows", - "examine": "Arrows with a wider than normal tip." + "id": 4253, + "name": "Model ship", + "type": "normal", + "duplicate": false }, - null, { - "id": 4177, - "name": "Wolfbane lever", - "examine": "For magnifying forces applied to werewolves." + "id": 4254, + "name": "Model ship", + "type": "normal", + "duplicate": false }, { - "id": 4178, - "name": "Olive stuffer", - "examine": "For making cocktails." + "id": 4255, + "name": "Bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4179, - "name": "Stick", - "examine": "For playing fetch with." + "id": 4256, + "name": "Bat bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4180, - "name": "Coconut bunch", - "examine": "Now you've got a lovely one too!" + "id": 4257, + "name": "Big bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4181, - "name": "Mouth grip", - "examine": "A holding thingy for the zip line." + "id": 4258, + "name": "Burnt bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4182, - "name": "Elven sheep", - "examine": "Pocketsized so it's handy when you're roving in the woods!" + "id": 4259, + "name": "Burnt jogre bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4183, - "name": "Star amulet", - "examine": "A six-pointed marble and obsidian amulet" + "id": 4260, + "name": "Baby dragon bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4184, - "name": "Cavern key", - "examine": "Upon close examination, this seems to be a key." + "id": 4261, + "name": "Dragon bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4185, - "name": "Tower key", - "examine": "Upon close examination, this seems to be a key." + "id": 4262, + "name": "Wolf bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4186, - "name": "Shed key", - "examine": "Upon close examination, this seems to be a key." + "id": 4263, + "name": "Small ninja bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4187, - "name": "Marble amulet", - "examine": "Triangular in shape, made from marble, and as large as your hand." + "id": 4264, + "name": "Medium ninja bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4188, - "name": "Obsidian amulet", - "examine": "Triangular in shape, made from obsidian, and as large as your hand." + "id": 4265, + "name": "Gorilla bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4189, - "name": "Garden cane", - "examine": "A length of garden cane." + "id": 4266, + "name": "Bearded gorilla bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4190, - "name": "Garden brush", - "examine": "A typical garden brush." + "id": 4267, + "name": "Monkey bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4191, - "name": "Extended brush", - "examine": "A typical garden brush, with a cane tied to it." + "id": 4268, + "name": "Small zombie monkey bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4192, - "name": "Extended brush", - "examine": "A typical garden brush, with two canes tied to it." + "id": 4269, + "name": "Large zombie monkey bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4193, - "name": "Extended brush", - "examine": "A typical garden brush, with three canes tied to it." + "id": 4270, + "name": "Skeleton bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4194, - "name": "Torso", - "examine": "A decomposing torso, from which issues the acrid stench of the grave." + "id": 4271, + "name": "Jogre bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4195, - "name": "Arms", - "examine": "A pair of limp, dead arms." + "id": 4272, + "name": "Bone key", + "type": "normal", + "duplicate": false }, { - "id": 4196, - "name": "Legs", - "examine": "A pair of lifeless, rotting legs." + "id": 4273, + "name": "Chest key", + "type": "normal", + "duplicate": false }, { - "id": 4197, - "name": "Decapitated head", - "examine": "A gruesome, decapitated head, whose brain has rotted away." + "id": 4274, + "name": "Map scrap", + "type": "normal", + "duplicate": false }, { - "id": 4198, - "name": "Decapitated head", - "examine": "A gruesome, decapitated head" + "id": 4275, + "name": "Map scrap", + "type": "normal", + "duplicate": false }, { - "id": 4199, - "name": "Pickled brain", - "examine": "A pickled brain, submerged inside a jar of vinegar." + "id": 4276, + "name": "Map scrap", + "type": "normal", + "duplicate": false }, { - "id": 4200, - "name": "Conductor mould", - "examine": "A mould for making silver lightning conductors." + "id": 4277, + "name": "Treasure map", + "type": "normal", + "duplicate": false }, { - "id": 4201, - "name": "Conductor", - "examine": "A silver lightning conductor." + "id": 4278, + "name": "Ecto-token", + "type": "normal", + "duplicate": false }, { - "id": 4202, - "name": "Ring of charos", - "examine": "The Ring of Charos." + "id": 4279, + "name": "Ecto-token", + "type": "normal", + "duplicate": true }, { - "id": 4203, - "name": "Journal", - "examine": "A book." + "id": 4280, + "name": "Broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4204, - "name": "Letter", - "examine": "A letter, clearly hastily written." + "id": 4281, + "name": "Ecto-token", + "type": "normal", + "duplicate": true }, { - "id": 4205, - "name": "Consecration seed", - "examine": "This consecration seed looks grey and dead." + "id": 4282, + "name": "Broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4206, - "name": "Consecration seed", - "examine": "This consecration seed glows with a warm light." + "id": 4283, + "name": "Petition form", + "type": "normal", + "duplicate": false }, { - "id": 4207, - "name": "Crystal seed", - "examine": "This crystal seed looks grey and dead." + "id": 4284, + "name": "Bedsheet", + "type": "normal", + "duplicate": false }, { - "id": 4208, - "name": "Crystal seed", - "examine": "Swap this note at any bank for a Crystal seed." + "id": 4285, + "name": "Bedsheet", + "type": "normal", + "duplicate": false }, { - "id": 4209, - "name": "Cadarn lineage", - "examine": "A book on Cadarn clan history." + "id": 4286, + "name": "Bucket of slime", + "type": "normal", + "duplicate": false }, { - "id": 4210, - "name": "Cadarn lineage", - "examine": "Swap this note at any bank for a Cadarn lineage." + "id": 4287, + "name": "Raw beef", + "type": "normal", + "duplicate": false }, { - "id": 4211, - "name": "Elf crystal", - "examine": "Elf crystal." + "id": 4288, + "name": "Raw beef", + "type": "noted", + "duplicate": true }, { - "id": 4212, - "name": "New crystal bow", - "examine": "A nice sturdy magical bow." + "id": 4289, + "name": "Raw chicken", + "type": "normal", + "duplicate": false }, { - "id": 4213, - "name": "New crystal bow", - "examine": "Swap this note at any bank for a New crystal bow." + "id": 4290, + "name": "Raw chicken", + "type": "noted", + "duplicate": true }, { - "id": 4214, - "name": "Crystal bow full", - "examine": "A nice sturdy magical bow." + "id": 4291, + "name": "Cooked chicken", + "type": "normal", + "duplicate": false }, { - "id": 4215, - "name": "Crystal bow 9/10", - "examine": "A nice sturdy magical bow." + "id": 4292, + "name": "Cooked chicken", + "type": "noted", + "duplicate": true }, { - "id": 4216, - "name": "Crystal bow 8/10", - "examine": "A nice sturdy magical bow." + "id": 4293, + "name": "Cooked meat", + "type": "normal", + "duplicate": false }, { - "id": 4217, - "name": "Crystal bow 7/10", - "examine": "A nice sturdy magical bow." + "id": 4294, + "name": "Cooked meat", + "type": "noted", + "duplicate": true }, { - "id": 4218, - "name": "Crystal bow 6/10", - "examine": "A nice sturdy magical bow." + "id": 4295, + "name": "Female h.a.m.", + "type": "normal", + "duplicate": false }, { - "id": 4219, - "name": "Crystal bow 5/10", - "examine": "A nice sturdy magical bow." + "id": 4296, + "name": "Broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4220, - "name": "Crystal bow 4/10", - "examine": "A nice sturdy magical bow." + "id": 4297, + "name": "Male h.a.m.", + "type": "normal", + "duplicate": false }, { - "id": 4221, - "name": "Crystal bow 3/10", - "examine": "A nice sturdy magical bow." + "id": 4298, + "name": "Ham shirt", + "type": "normal", + "duplicate": false }, { - "id": 4222, - "name": "Crystal bow 2/10", - "examine": "A nice sturdy magical bow." + "id": 4299, + "name": "Ham shirt", + "type": "noted", + "duplicate": true }, { - "id": 4223, - "name": "Crystal bow 1/10", - "examine": "A nice sturdy magical bow." + "id": 4300, + "name": "Ham robe", + "type": "normal", + "duplicate": false }, { - "id": 4224, - "name": "New crystal shield", - "examine": "A nice sturdy crystal shield." + "id": 4301, + "name": "Ham robe", + "type": "noted", + "duplicate": true }, { - "id": 4225, - "name": "Crystal shield full", - "examine": "A nice sturdy crystal shield." + "id": 4302, + "name": "Ham hood", + "type": "normal", + "duplicate": false }, { - "id": 4226, - "name": "Crystal shield 9/10", - "examine": "A nice sturdy crystal shield." + "id": 4303, + "name": "Ham hood", + "type": "noted", + "duplicate": true }, { - "id": 4227, - "name": "Crystal shield 8/10", - "examine": "A nice sturdy crystal shield." + "id": 4304, + "name": "Ham cloak", + "type": "normal", + "duplicate": false }, { - "id": 4228, - "name": "Crystal shield 7/10", - "examine": "A nice sturdy crystal shield." + "id": 4305, + "name": "Ham cloak", + "type": "noted", + "duplicate": true }, { - "id": 4229, - "name": "Crystal shield 6/10", - "examine": "A nice sturdy crystal shield." + "id": 4306, + "name": "Ham logo", + "type": "normal", + "duplicate": false }, { - "id": 4230, - "name": "Crystal shield 5/10", - "examine": "A nice sturdy crystal shield." + "id": 4307, + "name": "Ham logo", + "type": "noted", + "duplicate": true }, { - "id": 4231, - "name": "Crystal shield 4/10", - "examine": "A nice sturdy crystal shield." + "id": 4308, + "name": "Ham gloves", + "type": "normal", + "duplicate": false }, { - "id": 4232, - "name": "Crystal shield 3/10", - "examine": "A nice sturdy crystal shield." + "id": 4309, + "name": "Ham gloves", + "type": "noted", + "duplicate": true }, { - "id": 4233, - "name": "Crystal shield 2/10", - "examine": "A nice sturdy crystal shield." + "id": 4310, + "name": "Ham boots", + "type": "normal", + "duplicate": false }, { - "id": 4234, - "name": "Crystal shield 1/10", - "examine": "A nice sturdy crystal shield." + "id": 4311, + "name": "Ham boots", + "type": "noted", + "duplicate": true }, { - "id": 4235, - "name": "New crystal shield", - "examine": "Swap this note at any bank for a New crystal shield." + "id": 4312, + "name": "Unfinished broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4236, - "name": "Oak longbow", - "examine": "This bow has been signed by Robin, Master Bowman." + "id": 4313, + "name": "Crystal singing for beginners", + "type": "normal", + "duplicate": false }, { - "id": 4237, - "name": "Nettle-water", - "examine": "It's a bowl of water, with some nettles in it." + "id": 4314, + "name": "Crystal singing for beginners", + "type": "noted", + "duplicate": true }, { - "id": 4238, - "name": "Puddle of slime", - "examine": "It's a Puddle of slime." + "id": 4315, + "name": "Team-1 cape", + "type": "normal", + "duplicate": false }, { - "id": 4239, - "name": "Nettle tea", - "examine": "It's a bowl of nettle tea." + "id": 4316, + "name": "Team-1 cape", + "type": "noted", + "duplicate": true }, { - "id": 4240, - "name": "Nettle tea", - "examine": "It's a bowl of milky nettle tea." + "id": 4317, + "name": "Team-2 cape", + "type": "normal", + "duplicate": false }, { - "id": 4241, - "name": "Nettles", - "examine": "A handful of nettles." + "id": 4318, + "name": "Team-2 cape", + "type": "noted", + "duplicate": true }, { - "id": 4242, - "name": "Cup of tea", - "examine": "A nice cup of nettle tea." + "id": 4319, + "name": "Team-3 cape", + "type": "normal", + "duplicate": false }, { - "id": 4243, - "name": "Cup of tea", - "examine": "A milky cup of nettle tea." + "id": 4320, + "name": "Team-3 cape", + "type": "noted", + "duplicate": true }, { - "id": 4244, - "name": "Porcelain cup", - "examine": "A porcelain cup." + "id": 4321, + "name": "Team-4 cape", + "type": "normal", + "duplicate": false }, { - "id": 4245, - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup." + "id": 4322, + "name": "Team-4 cape", + "type": "noted", + "duplicate": true }, { - "id": 4246, - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup." + "id": 4323, + "name": "Team-5 cape", + "type": "normal", + "duplicate": false }, { - "id": 4247, - "name": "Mystical robes", - "examine": "The Robes of Necrovarus." + "id": 4324, + "name": "Team-5 cape", + "type": "noted", + "duplicate": true }, { - "id": 4248, - "name": "Book of haricanto", - "examine": "The Book of Haricanto." + "id": 4325, + "name": "Team-6 cape", + "type": "normal", + "duplicate": false }, { - "id": 4249, - "name": "Translation manual", - "examine": "A translation manual." + "id": 4326, + "name": "Team-6 cape", + "type": "noted", + "duplicate": true }, { - "id": 4250, - "name": "Ghostspeak amulet", - "examine": "The amulet of ghostspeak glows green from the crone's enchantment." + "id": 4327, + "name": "Team-7 cape", + "type": "normal", + "duplicate": false }, { - "id": 4251, - "name": "Ectophial", - "examine": "The Ectophial." + "id": 4328, + "name": "Team-7 cape", + "type": "noted", + "duplicate": true }, { - "id": 4252, - "name": "Ectophial", - "examine": "The Ectophial." + "id": 4329, + "name": "Team-8 cape", + "type": "normal", + "duplicate": false }, { - "id": 4253, - "name": "Model ship", - "examine": "A small wooden ship." + "id": 4330, + "name": "Team-8 cape", + "type": "noted", + "duplicate": true }, { - "id": 4254, - "name": "Model ship", - "examine": "A small wooden ship with a silk flag." + "id": 4331, + "name": "Team-9 cape", + "type": "normal", + "duplicate": false }, { - "id": 4255, - "name": "Bonemeal", - "examine": "A pot of crushed bones." + "id": 4332, + "name": "Team-9 cape", + "type": "noted", + "duplicate": true }, { - "id": 4256, - "name": "Bonemeal", - "examine": "A pot of crushed bat bones." + "id": 4333, + "name": "Team-10 cape", + "type": "normal", + "duplicate": false }, { - "id": 4257, - "name": "Bonemeal", - "examine": "A pot of crushed big bones." + "id": 4334, + "name": "Team-10 cape", + "type": "noted", + "duplicate": true }, { - "id": 4258, - "name": "Bonemeal", - "examine": "A pot of crushed burnt bones." + "id": 4335, + "name": "Team-11 cape", + "type": "normal", + "duplicate": false }, { - "id": 4259, - "name": "Bonemeal", - "examine": "A pot of crushed burnt jogre bones." + "id": 4336, + "name": "Team-11 cape", + "type": "noted", + "duplicate": true }, { - "id": 4260, - "name": "Bonemeal", - "examine": "A pot of crushed baby dragon bones." + "id": 4337, + "name": "Team-12 cape", + "type": "normal", + "duplicate": false }, { - "id": 4261, - "name": "Bonemeal", - "examine": "A pot of crushed dragon bones." + "id": 4338, + "name": "Team-12 cape", + "type": "noted", + "duplicate": true }, { - "id": 4262, - "name": "Bonemeal", - "examine": "A pot of crushed wolf bones." + "id": 4339, + "name": "Team-13 cape", + "type": "normal", + "duplicate": false }, { - "id": 4263, - "name": "Bonemeal", - "examine": "A pot of crushed small ninja monkey bones." + "id": 4340, + "name": "Team-13 cape", + "type": "noted", + "duplicate": true }, { - "id": 4264, - "name": "Bonemeal", - "examine": "A pot of crushed medium ninja monkey bones." + "id": 4341, + "name": "Team-14 cape", + "type": "normal", + "duplicate": false }, { - "id": 4265, - "name": "Bonemeal", - "examine": "A pot of crushed gorilla monkey bones." + "id": 4342, + "name": "Team-14 cape", + "type": "noted", + "duplicate": true }, { - "id": 4266, - "name": "Bonemeal", - "examine": "A pot of crushed bearded gorilla monkey bones." + "id": 4343, + "name": "Team-15 cape", + "type": "normal", + "duplicate": false }, { - "id": 4267, - "name": "Bonemeal", - "examine": "A pot of crushed monkey bones." + "id": 4344, + "name": "Team-15 cape", + "type": "noted", + "duplicate": true }, { - "id": 4268, - "name": "Bonemeal", - "examine": "A pot of crushed small zombie monkey bones." + "id": 4345, + "name": "Team-16 cape", + "type": "normal", + "duplicate": false }, { - "id": 4269, - "name": "Bonemeal", - "examine": "A pot of crushed large zombie monkey bones." + "id": 4346, + "name": "Team-16 cape", + "type": "noted", + "duplicate": true }, { - "id": 4270, - "name": "Bonemeal", - "examine": "A pot of crushed skeleton bones." + "id": 4347, + "name": "Team-17 cape", + "type": "normal", + "duplicate": false }, { - "id": 4271, - "name": "Bonemeal", - "examine": "A pot of crushed jogre bones." + "id": 4348, + "name": "Team-17 cape", + "type": "noted", + "duplicate": true }, { - "id": 4272, - "name": "Bone key", - "examine": "A key dropped by Necrovarus." + "id": 4349, + "name": "Team-18 cape", + "type": "normal", + "duplicate": false }, { - "id": 4273, - "name": "Chest key", - "examine": "A key to a chest." + "id": 4350, + "name": "Team-18 cape", + "type": "noted", + "duplicate": true }, { - "id": 4274, - "name": "Map scrap", - "examine": "A section from some kind of map." + "id": 4351, + "name": "Team-19 cape", + "type": "normal", + "duplicate": false }, { - "id": 4275, - "name": "Map scrap", - "examine": "A section from some kind of map." + "id": 4352, + "name": "Team-19 cape", + "type": "noted", + "duplicate": true }, { - "id": 4276, - "name": "Map scrap", - "examine": "A section from some kind of map." + "id": 4353, + "name": "Team-20 cape", + "type": "normal", + "duplicate": false }, { - "id": 4277, - "name": "Treasure map", - "examine": "A complete treasure map." + "id": 4354, + "name": "Team-20 cape", + "type": "noted", + "duplicate": true }, { - "id": 4278, - "name": "Ecto-token", - "examine": "A token with ectoplasm on it." + "id": 4355, + "name": "Team-21 cape", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4283, - "name": "Petition form", - "examine": "A scroll of paper containing signatures." + "id": 4356, + "name": "Team-21 cape", + "type": "noted", + "duplicate": true }, { - "id": 4284, - "name": "Bedsheet", - "examine": "It's a bedsheet." + "id": 4357, + "name": "Team-22 cape", + "type": "normal", + "duplicate": false }, { - "id": 4285, - "name": "Bedsheet", - "examine": "It's an ectoplasm-covered bedsheet." + "id": 4358, + "name": "Team-22 cape", + "type": "noted", + "duplicate": true }, { - "id": 4286, - "name": "Bucket of slime", - "examine": "It's a bucket of ectoplasm." + "id": 4359, + "name": "Team-23 cape", + "type": "normal", + "duplicate": false }, { - "id": 4287, - "name": "Raw beef", - "examine": "This raw beef is rancid." + "id": 4360, + "name": "Team-23 cape", + "type": "noted", + "duplicate": true }, { - "id": 4288, - "name": "Raw beef", - "examine": "Swap this note at any bank for a Raw beef." + "id": 4361, + "name": "Team-24 cape", + "type": "normal", + "duplicate": false }, { - "id": 4289, - "name": "Raw chicken", - "examine": "This raw chicken is rancid." + "id": 4362, + "name": "Team-24 cape", + "type": "noted", + "duplicate": true }, { - "id": 4290, - "name": "Raw chicken", - "examine": "Swap this note at any bank for a Raw chicken." + "id": 4363, + "name": "Team-25 cape", + "type": "normal", + "duplicate": false }, { - "id": 4291, - "name": "Cooked chicken", - "examine": "This cooked chicken looks disgusting." + "id": 4364, + "name": "Team-25 cape", + "type": "noted", + "duplicate": true }, { - "id": 4292, - "name": "Cooked chicken", - "examine": "Swap this note at any bank for a Cooked chicken." + "id": 4365, + "name": "Team-26 cape", + "type": "normal", + "duplicate": false }, { - "id": 4293, - "name": "Cooked meat", - "examine": "I wouldn't eat that if I were you." + "id": 4366, + "name": "Team-26 cape", + "type": "noted", + "duplicate": true }, { - "id": 4294, - "name": "Cooked meat", - "examine": "Swap this note at any bank for a Cooked meat." + "id": 4367, + "name": "Team-27 cape", + "type": "normal", + "duplicate": false }, { - "id": 4295, - "name": "Female ham", - "examine": "She's a Human against Monsters." + "id": 4368, + "name": "Team-27 cape", + "type": "noted", + "duplicate": true }, { - "id": 4296, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4369, + "name": "Team-28 cape", + "type": "normal", + "duplicate": false }, { - "id": 4297, - "name": "Male ham", - "examine": "He's a Human against Monsters." + "id": 4370, + "name": "Team-28 cape", + "type": "noted", + "duplicate": true }, { - "id": 4298, - "name": "Ham shirt", - "examine": "A vivid crimson shirt." + "id": 4371, + "name": "Team-29 cape", + "type": "normal", + "duplicate": false }, { - "id": 4299, - "name": "Ham shirt", - "examine": "Swap this note at any bank for a Ham shirt." + "id": 4372, + "name": "Team-29 cape", + "type": "noted", + "duplicate": true }, { - "id": 4300, - "name": "Ham robe", - "examine": "A vivid crimson robe." + "id": 4373, + "name": "Team-30 cape", + "type": "normal", + "duplicate": false }, { - "id": 4301, - "name": "Ham robe", - "examine": "Swap this note at any bank for a Ham robe." + "id": 4374, + "name": "Team-30 cape", + "type": "noted", + "duplicate": true }, { - "id": 4302, - "name": "Ham hood", - "examine": "Light-weight head protection and eye shield." + "id": 4375, + "name": "Team-31 cape", + "type": "normal", + "duplicate": false }, { - "id": 4303, - "name": "Ham hood", - "examine": "Swap this note at any bank for a Ham hood." + "id": 4376, + "name": "Team-31 cape", + "type": "noted", + "duplicate": true }, { - "id": 4304, - "name": "Ham cloak", - "examine": "A HAM cape." + "id": 4377, + "name": "Team-32 cape", + "type": "normal", + "duplicate": false }, { - "id": 4305, - "name": "Ham cloak", - "examine": "Swap this note at any bank for a Ham cloak." + "id": 4378, + "name": "Team-32 cape", + "type": "noted", + "duplicate": true }, { - "id": 4306, - "name": "H.a.m logo", - "examine": "A badge for the HAM cult." + "id": 4379, + "name": "Team-33 cape", + "type": "normal", + "duplicate": false }, { - "id": 4307, - "name": "H.a.m logo", - "examine": "Swap this note at any bank for a H.a.m logo." + "id": 4380, + "name": "Team-33 cape", + "type": "noted", + "duplicate": true }, { - "id": 4308, - "name": "Gloves", - "examine": "HAM gloves as worn by the Humans Against Monsters group." + "id": 4381, + "name": "Team-34 cape", + "type": "normal", + "duplicate": false }, { - "id": 4309, - "name": "Gloves", - "examine": "Swap this note at any bank for a Gloves." + "id": 4382, + "name": "Team-34 cape", + "type": "noted", + "duplicate": true }, { - "id": 4310, - "name": "Boots", - "examine": "HAM boots as worn by the Humans Against Monsters group." + "id": 4383, + "name": "Team-35 cape", + "type": "normal", + "duplicate": false }, { - "id": 4311, - "name": "Boots", - "examine": "Swap this note at any bank for a Boots." + "id": 4384, + "name": "Team-35 cape", + "type": "noted", + "duplicate": true }, { - "id": 4312, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4385, + "name": "Team-36 cape", + "type": "normal", + "duplicate": false }, { - "id": 4313, - "name": "Crystal of seren", - "examine": "A book on elven crystal." + "id": 4386, + "name": "Team-36 cape", + "type": "noted", + "duplicate": true }, { - "id": 4314, - "name": "Crystal of seren", - "examine": "Swap this note at any bank for a Crystal of seren." + "id": 4387, + "name": "Team-37 cape", + "type": "normal", + "duplicate": false }, { - "id": 4315, - "name": "Team-1 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4388, + "name": "Team-37 cape", + "type": "noted", + "duplicate": true }, { - "id": 4316, - "name": "Team-1 cape", - "examine": "Swap this note at any bank for a Team-1 cape." + "id": 4389, + "name": "Team-38 cape", + "type": "normal", + "duplicate": false }, { - "id": 4317, - "name": "Team-2 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4390, + "name": "Team-38 cape", + "type": "noted", + "duplicate": true }, { - "id": 4318, - "name": "Team-2 cape", - "examine": "Swap this note at any bank for a Team-2 cape." + "id": 4391, + "name": "Team-39 cape", + "type": "normal", + "duplicate": false }, { - "id": 4319, - "name": "Team-3 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4392, + "name": "Team-39 cape", + "type": "noted", + "duplicate": true }, { - "id": 4320, - "name": "Team-3 cape", - "examine": "Swap this note at any bank for a Team-3 cape." + "id": 4393, + "name": "Team-40 cape", + "type": "normal", + "duplicate": false }, { - "id": 4321, - "name": "Team-4 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4394, + "name": "Team-40 cape", + "type": "noted", + "duplicate": true }, { - "id": 4322, - "name": "Team-4 cape", - "examine": "Swap this note at any bank for a Team-4 cape." + "id": 4395, + "name": "Team-41 cape", + "type": "normal", + "duplicate": false }, { - "id": 4323, - "name": "Team-5 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4396, + "name": "Team-41 cape", + "type": "noted", + "duplicate": true }, { - "id": 4324, - "name": "Team-5 cape", - "examine": "Swap this note at any bank for a Team-5 cape." + "id": 4397, + "name": "Team-42 cape", + "type": "normal", + "duplicate": false }, { - "id": 4325, - "name": "Team-6 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4398, + "name": "Team-42 cape", + "type": "noted", + "duplicate": true }, { - "id": 4326, - "name": "Team-6 cape", - "examine": "Swap this note at any bank for a Team-6 cape." + "id": 4399, + "name": "Team-43 cape", + "type": "normal", + "duplicate": false }, { - "id": 4327, - "name": "Team-7 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4400, + "name": "Team-43 cape", + "type": "noted", + "duplicate": true }, { - "id": 4328, - "name": "Team-7 cape", - "examine": "Swap this note at any bank for a Team-7 cape." + "id": 4401, + "name": "Team-44 cape", + "type": "normal", + "duplicate": false }, { - "id": 4329, - "name": "Team-8 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4402, + "name": "Team-44 cape", + "type": "noted", + "duplicate": true }, { - "id": 4330, - "name": "Team-8 cape", - "examine": "Swap this note at any bank for a Team-8 cape." + "id": 4403, + "name": "Team-45 cape", + "type": "normal", + "duplicate": false }, { - "id": 4331, - "name": "Team-9 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4404, + "name": "Team-45 cape", + "type": "noted", + "duplicate": true }, { - "id": 4332, - "name": "Team-9 cape", - "examine": "Swap this note at any bank for a Team-9 cape." + "id": 4405, + "name": "Team-46 cape", + "type": "normal", + "duplicate": false }, { - "id": 4333, - "name": "Team-10 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4406, + "name": "Team-46 cape", + "type": "noted", + "duplicate": true }, { - "id": 4334, - "name": "Team-10 cape", - "examine": "Swap this note at any bank for a Team-10 cape." + "id": 4407, + "name": "Team-47 cape", + "type": "normal", + "duplicate": false }, { - "id": 4335, - "name": "Team-11 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4408, + "name": "Team-47 cape", + "type": "noted", + "duplicate": true }, { - "id": 4336, - "name": "Team-11 cape", - "examine": "Swap this note at any bank for a Team-11 cape." + "id": 4409, + "name": "Team-48 cape", + "type": "normal", + "duplicate": false }, { - "id": 4337, - "name": "Team-12 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4410, + "name": "Team-48 cape", + "type": "noted", + "duplicate": true }, { - "id": 4338, - "name": "Team-12 cape", - "examine": "Swap this note at any bank for a Team-12 cape." + "id": 4411, + "name": "Team-49 cape", + "type": "normal", + "duplicate": false }, { - "id": 4339, - "name": "Team-13 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4412, + "name": "Team-49 cape", + "type": "noted", + "duplicate": true }, { - "id": 4340, - "name": "Team-13 cape", - "examine": "Swap this note at any bank for a Team-13 cape." + "id": 4413, + "name": "Team-50 cape", + "type": "normal", + "duplicate": false }, { - "id": 4341, - "name": "Team-14 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4414, + "name": "Team-50 cape", + "type": "noted", + "duplicate": true }, { - "id": 4342, - "name": "Team-14 cape", - "examine": "Swap this note at any bank for a Team-14 cape." + "id": 4415, + "name": "Blunt axe", + "type": "normal", + "duplicate": false }, { - "id": 4343, - "name": "Team-15 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4416, + "name": "Herbal tincture", + "type": "normal", + "duplicate": false }, { - "id": 4344, - "name": "Team-15 cape", - "examine": "Swap this note at any bank for a Team-15 cape." + "id": 4417, + "name": "Guthix rest(4)", + "type": "normal", + "duplicate": false }, { - "id": 4345, - "name": "Team-16 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4418, + "name": "Guthix rest(4)", + "type": "noted", + "duplicate": true }, { - "id": 4346, - "name": "Team-16 cape", - "examine": "Swap this note at any bank for a Team-16 cape." + "id": 4419, + "name": "Guthix rest(3)", + "type": "normal", + "duplicate": false }, { - "id": 4347, - "name": "Team-17 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4420, + "name": "Guthix rest(3)", + "type": "noted", + "duplicate": true }, { - "id": 4348, - "name": "Team-17 cape", - "examine": "Swap this note at any bank for a Team-17 cape." + "id": 4421, + "name": "Guthix rest(2)", + "type": "normal", + "duplicate": false }, { - "id": 4349, - "name": "Team-18 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4422, + "name": "Guthix rest(2)", + "type": "noted", + "duplicate": true }, { - "id": 4350, - "name": "Team-18 cape", - "examine": "Swap this note at any bank for a Team-18 cape." + "id": 4423, + "name": "Guthix rest(1)", + "type": "normal", + "duplicate": false }, { - "id": 4351, - "name": "Team-19 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4424, + "name": "Guthix rest(1)", + "type": "noted", + "duplicate": true }, { - "id": 4352, - "name": "Team-19 cape", - "examine": "Swap this note at any bank for a Team-19 cape." + "id": 4425, + "name": "Stodgy mattress", + "type": "normal", + "duplicate": false }, { - "id": 4353, - "name": "Team-20 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4426, + "name": "Comfy mattress", + "type": "normal", + "duplicate": false }, { - "id": 4354, - "name": "Team-20 cape", - "examine": "Swap this note at any bank for a Team-20 cape." + "id": 4427, + "name": "Iron oxide", + "type": "normal", + "duplicate": false }, { - "id": 4355, - "name": "Team-21 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4428, + "name": "Animate rock scroll", + "type": "normal", + "duplicate": false }, { - "id": 4356, - "name": "Team-21 cape", - "examine": "Swap this note at any bank for a Team-21 cape." + "id": 4429, + "name": "Broken vane part", + "type": "normal", + "duplicate": false }, { - "id": 4357, - "name": "Team-22 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4430, + "name": "Directionals", + "type": "normal", + "duplicate": false }, { - "id": 4358, - "name": "Team-22 cape", - "examine": "Swap this note at any bank for a Team-22 cape." + "id": 4431, + "name": "Broken vane part", + "type": "normal", + "duplicate": false }, { - "id": 4359, - "name": "Team-23 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4432, + "name": "Ornament", + "type": "normal", + "duplicate": false }, { - "id": 4360, - "name": "Team-23 cape", - "examine": "Swap this note at any bank for a Team-23 cape." + "id": 4433, + "name": "Broken vane part", + "type": "normal", + "duplicate": false }, { - "id": 4361, - "name": "Team-24 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4434, + "name": "Weathervane pillar", + "type": "normal", + "duplicate": false }, { - "id": 4362, - "name": "Team-24 cape", - "examine": "Swap this note at any bank for a Team-24 cape." + "id": 4435, + "name": "Weather report", + "type": "normal", + "duplicate": false }, { - "id": 4363, - "name": "Team-25 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4436, + "name": "Airtight pot", + "type": "normal", + "duplicate": false }, { - "id": 4364, - "name": "Team-25 cape", - "examine": "Swap this note at any bank for a Team-25 cape." + "id": 4437, + "name": "Airtight pot", + "type": "noted", + "duplicate": true }, { - "id": 4365, - "name": "Team-26 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4438, + "name": "Unfired pot lid", + "type": "normal", + "duplicate": false }, { - "id": 4366, - "name": "Team-26 cape", - "examine": "Swap this note at any bank for a Team-26 cape." + "id": 4439, + "name": "Unfired pot lid", + "type": "noted", + "duplicate": true }, { - "id": 4367, - "name": "Team-27 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4440, + "name": "Pot lid", + "type": "normal", + "duplicate": false }, { - "id": 4368, - "name": "Team-27 cape", - "examine": "Swap this note at any bank for a Team-27 cape." + "id": 4441, + "name": "Pot lid", + "type": "noted", + "duplicate": true }, { - "id": 4369, - "name": "Team-28 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4442, + "name": "Breathing salts", + "type": "normal", + "duplicate": false }, { - "id": 4370, - "name": "Team-28 cape", - "examine": "Swap this note at any bank for a Team-28 cape." + "id": 4443, + "name": "Chicken cage", + "type": "normal", + "duplicate": false }, { - "id": 4371, - "name": "Team-29 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4444, + "name": "Sharpened axe", + "type": "normal", + "duplicate": false }, { - "id": 4372, - "name": "Team-29 cape", - "examine": "Swap this note at any bank for a Team-29 cape." + "id": 4445, + "name": "Red mahogany log", + "type": "normal", + "duplicate": false }, { - "id": 4373, - "name": "Team-30 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4446, + "name": "Steel key ring", + "type": "normal", + "duplicate": false }, { - "id": 4374, - "name": "Team-30 cape", - "examine": "Swap this note at any bank for a Team-30 cape." + "id": 4447, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, + null, { - "id": 4375, - "name": "Team-31 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4449, + "name": "Broad arrowheads", + "type": "normal", + "duplicate": true }, + null, { - "id": 4376, - "name": "Team-31 cape", - "examine": "Swap this note at any bank for a Team-31 cape." + "id": 4451, + "name": "Broad arrowheads", + "type": "normal", + "duplicate": true }, + null, { - "id": 4377, - "name": "Team-32 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4453, + "name": "Broad arrowheads", + "type": "normal", + "duplicate": true }, + null, { - "id": 4378, - "name": "Team-32 cape", - "examine": "Swap this note at any bank for a Team-32 cape." + "id": 4455, + "name": "Broad arrowheads", + "type": "normal", + "duplicate": true }, { - "id": 4379, - "name": "Team-33 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4456, + "name": "Bowl of hot water", + "type": "normal", + "duplicate": false }, { - "id": 4380, - "name": "Team-33 cape", - "examine": "Swap this note at any bank for a Team-33 cape." + "id": 4457, + "name": "Bowl of hot water", + "type": "noted", + "duplicate": true }, { - "id": 4381, - "name": "Team-34 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4458, + "name": "Cup of water", + "type": "normal", + "duplicate": false }, { - "id": 4382, - "name": "Team-34 cape", - "examine": "Swap this note at any bank for a Team-34 cape." + "id": 4459, + "name": "Cup of water", + "type": "noted", + "duplicate": true }, { - "id": 4383, - "name": "Team-35 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4460, + "name": "Cup of hot water", + "type": "normal", + "duplicate": false }, { - "id": 4384, - "name": "Team-35 cape", - "examine": "Swap this note at any bank for a Team-35 cape." + "id": 4461, + "name": "Cup of hot water", + "type": "noted", + "duplicate": true }, { - "id": 4385, - "name": "Team-36 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4462, + "name": "Ruined herb tea", + "type": "normal", + "duplicate": false }, { - "id": 4386, - "name": "Team-36 cape", - "examine": "Swap this note at any bank for a Team-36 cape." + "id": 4463, + "name": "Ruined herb tea", + "type": "noted", + "duplicate": true }, { - "id": 4387, - "name": "Team-37 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4464, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4388, - "name": "Team-37 cape", - "examine": "Swap this note at any bank for a Team-37 cape." + "id": 4465, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4389, - "name": "Team-38 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4466, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4390, - "name": "Team-38 cape", - "examine": "Swap this note at any bank for a Team-38 cape." + "id": 4467, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4391, - "name": "Team-39 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4468, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4392, - "name": "Team-39 cape", - "examine": "Swap this note at any bank for a Team-39 cape." + "id": 4469, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4393, - "name": "Team-40 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4470, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4394, - "name": "Team-40 cape", - "examine": "Swap this note at any bank for a Team-40 cape." + "id": 4471, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4395, - "name": "Team-41 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4472, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4396, - "name": "Team-41 cape", - "examine": "Swap this note at any bank for a Team-41 cape." + "id": 4473, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4397, - "name": "Team-42 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4474, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4398, - "name": "Team-42 cape", - "examine": "Swap this note at any bank for a Team-42 cape." + "id": 4475, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4399, - "name": "Team-43 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4476, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4400, - "name": "Team-43 cape", - "examine": "Swap this note at any bank for a Team-43 cape." + "id": 4477, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4401, - "name": "Team-44 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4478, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4402, - "name": "Team-44 cape", - "examine": "Swap this note at any bank for a Team-44 cape." + "id": 4479, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4403, - "name": "Team-45 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4480, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4404, - "name": "Team-45 cape", - "examine": "Swap this note at any bank for a Team-45 cape." + "id": 4481, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4405, - "name": "Team-46 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4482, + "name": "Herb tea mix", + "type": "normal", + "duplicate": false }, { - "id": 4406, - "name": "Team-46 cape", - "examine": "Swap this note at any bank for a Team-46 cape." + "id": 4483, + "name": "Herb tea mix", + "type": "noted", + "duplicate": true }, { - "id": 4407, - "name": "Team-47 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4484, + "name": "Safety guarantee", + "type": "normal", + "duplicate": false }, { - "id": 4408, - "name": "Team-47 cape", - "examine": "Swap this note at any bank for a Team-47 cape." + "id": 4485, + "name": "White pearl", + "type": "normal", + "duplicate": false }, { - "id": 4409, - "name": "Team-48 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4486, + "name": "White pearl seed", + "type": "normal", + "duplicate": false }, { - "id": 4410, - "name": "Team-48 cape", - "examine": "Swap this note at any bank for a Team-48 cape." + "id": 4487, + "name": "Half a rock", + "type": "normal", + "duplicate": false }, { - "id": 4411, - "name": "Team-49 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4488, + "name": "Corpse of woman", + "type": "normal", + "duplicate": false }, { - "id": 4412, - "name": "Team-49 cape", - "examine": "Swap this note at any bank for a Team-49 cape." + "id": 4489, + "name": "Asleif's necklace", + "type": "normal", + "duplicate": false }, { - "id": 4413, - "name": "Team-50 cape", - "examine": "Ooohhh look at the pretty colours..." + "id": 4490, + "name": "Mud", + "type": "normal", + "duplicate": false }, { - "id": 4414, - "name": "Team-50 cape", - "examine": "Swap this note at any bank for a Team-50 cape." + "id": 4491, + "name": "Mud", + "type": "noted", + "duplicate": true }, { - "id": 4415, - "name": "Blunt axe", - "examine": "A jungle forester's blunt axe." + "id": 4492, + "name": "Muddy rock", + "type": "normal", + "duplicate": false }, { - "id": 4416, - "name": "Herbal tincture", - "examine": "A strong medicinal brew for heavy chests." + "id": 4493, + "name": "Muddy rock", + "type": "noted", + "duplicate": true }, { - "id": 4417, - "name": "Guthix rest(4)", - "examine": "A cup of Guthix Rest." + "id": 4494, + "name": "Pole", + "type": "normal", + "duplicate": false }, + null, { - "id": 4418, - "name": "Guthix rest(4)", - "examine": "Swap this note at any bank for a Guthix rest(4)." + "id": 4496, + "name": "Broken pole", + "type": "normal", + "duplicate": false }, { - "id": 4419, - "name": "Guthix rest(3)", - "examine": "A cup of Guthix Rest." + "id": 4497, + "name": "Broken pole", + "type": "noted", + "duplicate": true }, { - "id": 4420, - "name": "Guthix rest(3)", - "examine": "Swap this note at any bank for a Guthix rest(3)." + "id": 4498, + "name": "Rope", + "type": "normal", + "duplicate": false }, { - "id": 4421, - "name": "Guthix rest(2)", - "examine": "A cup of Guthix Rest." + "id": 4499, + "name": "Rope", + "type": "noted", + "duplicate": true }, { - "id": 4422, - "name": "Guthix rest(2)", - "examine": "Swap this note at any bank for a Guthix rest(2)." + "id": 4500, + "name": "Pole", + "type": "normal", + "duplicate": false }, + null, { - "id": 4423, - "name": "Guthix rest(1)", - "examine": "A cup of Guthix Rest." + "id": 4502, + "name": "Bearhead", + "type": "normal", + "duplicate": false }, { - "id": 4424, - "name": "Guthix rest(1)", - "examine": "Swap this note at any bank for a Guthix rest(1)." + "id": 4503, + "name": "Decorative sword", + "type": "normal", + "duplicate": false }, { - "id": 4425, - "name": "Stodgy mattress", - "examine": "A half-filled feather mattress." + "id": 4504, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 4426, - "name": "Comfy mattress", - "examine": "A comfy-looking feather mattress." + "id": 4505, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 4427, - "name": "Iron oxide", - "examine": "Looks like a bunch of rust to me." + "id": 4506, + "name": "Decorative helm", + "type": "normal", + "duplicate": false }, { - "id": 4428, - "name": "Animate rock scroll", - "examine": "An animate rock spell is written on this parchment." + "id": 4507, + "name": "Decorative shield", + "type": "normal", + "duplicate": false }, { - "id": 4429, - "name": "Broken vane part", - "examine": "These weathervane directionals are broken." + "id": 4508, + "name": "Decorative sword", + "type": "normal", + "duplicate": false }, { - "id": 4430, - "name": "Directionals", - "examine": "The weathervane directionals should work now." + "id": 4509, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 4431, - "name": "Broken vane part", - "examine": "This weathervane ornament is damaged." + "id": 4510, + "name": "Decorative armour", + "type": "normal", + "duplicate": false }, { - "id": 4432, - "name": "Ornament", - "examine": "A fixed Weathervane ornament." + "id": 4511, + "name": "Decorative helm", + "type": "normal", + "duplicate": false }, { - "id": 4433, - "name": "Broken vane part", - "examine": "A broken Weathervane pillar." + "id": 4512, + "name": "Decorative shield", + "type": "normal", + "duplicate": false }, { - "id": 4434, - "name": "Weathervane pillar", - "examine": "A fixed weathervane rotating pillar." + "id": 4513, + "name": "Castlewars hood", + "type": "normal", + "duplicate": false }, { - "id": 4435, - "name": "Weather report", - "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail." + "id": 4514, + "name": "Castlewars cloak", + "type": "normal", + "duplicate": false }, { - "id": 4436, - "name": "Airtight pot", - "examine": "This is pretty well sealed." + "id": 4515, + "name": "Castlewars hood", + "type": "normal", + "duplicate": false }, { - "id": 4437, - "name": "Airtight pot", - "examine": "Swap this note at any bank for an Airtight pot." + "id": 4516, + "name": "Castlewars cloak", + "type": "normal", + "duplicate": false }, { - "id": 4438, - "name": "Unfired pot lid", - "examine": "This needs firing, then it should fit on a normal-sized pot." + "id": 4517, + "name": "Giant frog legs", + "type": "normal", + "duplicate": false }, { - "id": 4439, - "name": "Unfired pot lid", - "examine": "Swap this note at any bank for an Unfired pot lid." + "id": 4518, + "name": "Giant frog legs", + "type": "noted", + "duplicate": true }, { - "id": 4440, - "name": "Pot lid", - "examine": "This should fit on a normal-sized pot." + "id": 4519, + "name": "Swamp wallbeast", + "type": "normal", + "duplicate": false }, { - "id": 4441, - "name": "Pot lid", - "examine": "Swap this note at any bank for a Pot lid." + "id": 4520, + "name": "Swamp cave slime", + "type": "normal", + "duplicate": false }, { - "id": 4442, - "name": "Breathing salts", - "examine": "An airtight pot with something inside, most likely breathing salts." + "id": 4521, + "name": "Swamp cave bug", + "type": "normal", + "duplicate": false }, { - "id": 4443, - "name": "Chicken cage", - "examine": "A large cage for transporting chickens." + "id": 4522, + "name": "Oil lamp", + "type": "normal", + "duplicate": false }, { - "id": 4444, - "name": "Sharpened axe", - "examine": "A jungle forester's super sharp axe." + "id": 4523, + "name": "Oil lamp", + "type": "noted", + "duplicate": true }, { - "id": 4445, - "name": "Red mahogany log", - "examine": "Some rare mahogany logs which have been professionally cured." + "id": 4524, + "name": "Oil lamp", + "type": "normal", + "duplicate": false }, { - "id": 4446, - "name": "Steel key ring", - "examine": "I can store my keys here." + "id": 4525, + "name": "Empty oil lamp", + "type": "normal", + "duplicate": false }, { - "id": 4447, - "name": "Antique lamp", - "examine": "I Wonder what happens if I rub it..." + "id": 4526, + "name": "Empty oil lamp", + "type": "noted", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 4456, - "name": "Bowl of hot water", - "examine": "It's a bowl of hot water." + "id": 4527, + "name": "Empty candle lantern", + "type": "normal", + "duplicate": false }, { - "id": 4457, - "name": "Bowl of hot water", - "examine": "Swap this note at any bank for a Bowl of hot water." + "id": 4528, + "name": "Empty candle lantern", + "type": "noted", + "duplicate": true }, { - "id": 4458, - "name": "Cup of water", - "examine": "A cup of water." + "id": 4529, + "name": "Candle lantern", + "type": "normal", + "duplicate": false }, { - "id": 4459, - "name": "Cup of water", - "examine": "Swap this note at any bank for a Cup of water." + "id": 4530, + "name": "Candle lantern", + "type": "noted", + "duplicate": true }, { - "id": 4460, - "name": "Cup of hot water", - "examine": "It's hot!" + "id": 4531, + "name": "Candle lantern", + "type": "normal", + "duplicate": false }, { - "id": 4461, - "name": "Cup of hot water", - "examine": "Swap this note at any bank for a Cup of hot water." + "id": 4532, + "name": "Candle lantern", + "type": "normal", + "duplicate": false }, { - "id": 4462, - "name": "Ruined herb tea", - "examine": "A ruined herb tea." + "id": 4533, + "name": "Candle lantern", + "type": "noted", + "duplicate": true }, { - "id": 4463, - "name": "Ruined herb tea", - "examine": "Swap this note at any bank for a Ruined herb tea." + "id": 4534, + "name": "Candle lantern", + "type": "normal", + "duplicate": false }, { - "id": 4464, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water and harralander." + "id": 4535, + "name": "Empty oil lantern", + "type": "normal", + "duplicate": false }, { - "id": 4465, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4536, + "name": "Empty oil lantern", + "type": "noted", + "duplicate": true }, { - "id": 4466, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water and guam." + "id": 4537, + "name": "Oil lantern", + "type": "normal", + "duplicate": false }, { - "id": 4467, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4538, + "name": "Oil lantern", + "type": "noted", + "duplicate": true }, { - "id": 4468, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water and marrentill." + "id": 4539, + "name": "Oil lantern", + "type": "normal", + "duplicate": false }, { - "id": 4469, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4540, + "name": "Oil lantern frame", + "type": "normal", + "duplicate": false }, { - "id": 4470, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, harralander and marrentill." + "id": 4541, + "name": "Oil lantern frame", + "type": "noted", + "duplicate": true }, { - "id": 4471, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4542, + "name": "Lantern lens", + "type": "normal", + "duplicate": false }, { - "id": 4472, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, harralander and guam." + "id": 4543, + "name": "Lantern lens", + "type": "noted", + "duplicate": true }, { - "id": 4473, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4544, + "name": "Bullseye lantern (unf)", + "type": "normal", + "duplicate": false }, { - "id": 4474, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water and 2 doses of guam." + "id": 4545, + "name": "Bullseye lantern (unf)", + "type": "noted", + "duplicate": true }, { - "id": 4475, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4546, + "name": "Bullseye lantern (empty)", + "type": "normal", + "duplicate": false }, { - "id": 4476, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, guam and marrentill." + "id": 4547, + "name": "Bullseye lantern (empty)", + "type": "noted", + "duplicate": true }, { - "id": 4477, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4548, + "name": "Bullseye lantern", + "type": "normal", + "duplicate": false }, { - "id": 4478, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, harralander, marrentill and guam." + "id": 4549, + "name": "Bullseye lantern", + "type": "noted", + "duplicate": true }, { - "id": 4479, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4550, + "name": "Bullseye lantern", + "type": "normal", + "duplicate": false }, { - "id": 4480, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, 2 doses of guam and marrentill." + "id": 4551, + "name": "Spiny helmet", + "type": "normal", + "duplicate": false }, { - "id": 4481, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4552, + "name": "Spiny helmet", + "type": "noted", + "duplicate": true }, + null, + null, + null, + null, + null, { - "id": 4482, - "name": "Herb tea mix", - "examine": "An unfinished herb tea made up of water, 2 doses of guam and harralander." + "id": 4558, + "name": "Blue sweets", + "type": "normal", + "duplicate": false }, { - "id": 4483, - "name": "Herb tea mix", - "examine": "Swap this note at any bank for a Herb tea mix." + "id": 4559, + "name": "Deep blue sweets", + "type": "normal", + "duplicate": false }, { - "id": 4484, - "name": "Safety guarantee", - "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka." + "id": 4560, + "name": "White sweets", + "type": "normal", + "duplicate": false }, { - "id": 4485, - "name": "White pearl", - "examine": "This fruit is known as White Pearl. Should taste good." + "id": 4561, + "name": "Purple sweets", + "type": "normal", + "duplicate": true }, { - "id": 4486, - "name": "White pearl seed", - "examine": "You can grow this seed even in cold mountain ranges!" + "id": 4562, + "name": "Red sweets", + "type": "normal", + "duplicate": false }, { - "id": 4487, - "name": "Half a rock", - "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone." + "id": 4563, + "name": "Green sweets", + "type": "normal", + "duplicate": false }, { - "id": 4488, - "name": "Corpse of woman", - "examine": "The corpse of a woman who died long ago." + "id": 4564, + "name": "Pink sweets", + "type": "normal", + "duplicate": false }, { - "id": 4489, - "name": "Asleif's necklace", - "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain." + "id": 4565, + "name": "Easter basket", + "type": "normal", + "duplicate": false }, { - "id": 4490, - "name": "Mud", - "examine": "Yuck, it's sticky, dirty mud." + "id": 4566, + "name": "Rubber chicken", + "type": "normal", + "duplicate": false }, { - "id": 4491, - "name": "Mud", - "examine": "Swap this note at any bank for a Mud." + "id": 4567, + "name": "Gold helmet", + "type": "normal", + "duplicate": false }, { - "id": 4492, - "name": "Rock", - "examine": "A rock." + "id": 4568, + "name": "Dwarven lore", + "type": "normal", + "duplicate": false }, { - "id": 4493, - "name": "Rock", - "examine": "Swap this note at any bank for a Rock." + "id": 4569, + "name": "Book page 1", + "type": "normal", + "duplicate": false }, { - "id": 4494, - "name": "Pole", - "examine": "It's just a long stick, really." + "id": 4570, + "name": "Book page 2", + "type": "normal", + "duplicate": false }, { - "id": 4495, - "name": "Pole", - "examine": "Swap this note at any bank for a Pole." + "id": 4571, + "name": "Book page 3", + "type": "normal", + "duplicate": false }, { - "id": 4496, - "name": "Broken pole", - "examine": "Splintered into pieces, it has become completely useless to you." + "id": 4572, + "name": "Pages", + "type": "normal", + "duplicate": false }, { - "id": 4497, - "name": "Broken pole", - "examine": "Swap this note at any bank for a Broken pole." + "id": 4573, + "name": "Pages", + "type": "normal", + "duplicate": false }, { - "id": 4498, - "name": "Rope", - "examine": "It's the rope you're holding." + "id": 4574, + "name": "Base schematics", + "type": "normal", + "duplicate": false }, { - "id": 4499, - "name": "Rope", - "examine": "Swap this note at any bank for a Rope." + "id": 4575, + "name": "Schematic", + "type": "normal", + "duplicate": false }, { - "id": 4500, - "name": "Pole", - "examine": "It's the pole you're holding." + "id": 4576, + "name": "Schematics", + "type": "normal", + "duplicate": false }, { - "id": 4501, - "name": "Pole", - "examine": "Swap this note at any bank for a Pole." + "id": 4577, + "name": "Schematics", + "type": "normal", + "duplicate": false }, { - "id": 4502, - "name": "Bearhead", - "examine": "Quite ferocious looking." + "id": 4578, + "name": "Schematic", + "type": "normal", + "duplicate": false }, { - "id": 4503, - "name": "Decorative sword", - "examine": "A very decorative sword." + "id": 4579, + "name": "Cannon ball", + "type": "normal", + "duplicate": false }, { - "id": 4504, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4580, + "name": "Black spear", + "type": "normal", + "duplicate": false }, { - "id": 4505, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4581, + "name": "Black spear", + "type": "noted", + "duplicate": true }, { - "id": 4506, - "name": "Decorative helm", - "examine": "A very decorative helm." + "id": 4582, + "name": "Black spear(p)", + "type": "normal", + "duplicate": false }, { - "id": 4507, - "name": "Decorative shield", - "examine": "A very decorative shield." + "id": 4583, + "name": "Black spear(p)", + "type": "noted", + "duplicate": true }, { - "id": 4508, - "name": "Decorative sword", - "examine": "A very decorative sword." + "id": 4584, + "name": "Black spear(kp)", + "type": "normal", + "duplicate": false }, { - "id": 4509, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4585, + "name": "Dragon plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 4510, - "name": "Decorative armour", - "examine": "Very decorative armour." + "id": 4586, + "name": "Dragon plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 4511, - "name": "Decorative helm", - "examine": "A very decorative helm." + "id": 4587, + "name": "Dragon scimitar", + "type": "normal", + "duplicate": false }, { - "id": 4512, - "name": "Decorative shield", - "examine": "A very decorative shield." + "id": 4588, + "name": "Dragon scimitar", + "type": "noted", + "duplicate": true }, { - "id": 4513, - "name": "Castlewars hood", - "examine": "The colours of Saradomin." + "id": 4589, + "name": "Keys", + "type": "normal", + "duplicate": false }, { - "id": 4514, - "name": "Castlewars cloak", - "examine": "A fine castlewars Cape." + "id": 4590, + "name": "Jewels", + "type": "normal", + "duplicate": false }, { - "id": 4515, - "name": "Castlewars hood", - "examine": "The colours of Zamorak." + "id": 4591, + "name": "Kharidian headpiece", + "type": "normal", + "duplicate": false }, { - "id": 4516, - "name": "Castlewars cloak", - "examine": "A fine castlewars Cape." + "id": 4592, + "name": "Kharidian headpiece", + "type": "noted", + "duplicate": true }, { - "id": 4517, - "name": "Giant frog legs", - "examine": "This could feed a family of gnomes for a week!" + "id": 4593, + "name": "Fake beard", + "type": "normal", + "duplicate": false }, { - "id": 4518, - "name": "Giant frog legs", - "examine": "Swap this note at any bank for a Giant frog legs." + "id": 4594, + "name": "Fake beard", + "type": "noted", + "duplicate": true }, { - "id": 4519, - "name": "Swamp wallbeast", - "examine": "A slayer monster." + "id": 4595, + "name": "Karidian disguise", + "type": "normal", + "duplicate": false }, { - "id": 4520, - "name": "Swamp cave slime", - "examine": "A slayer monster." + "id": 4596, + "name": "Karidian disguise", + "type": "noted", + "duplicate": true }, { - "id": 4521, - "name": "Swamp cave bug", - "examine": "A slayer monster." + "id": 4597, + "name": "Note", + "type": "normal", + "duplicate": false }, { - "id": 4522, - "name": "Oil lamp", - "examine": "Not the genie sort." + "id": 4598, + "name": "Note", + "type": "normal", + "duplicate": false }, { - "id": 4523, - "name": "Oil lamp", - "examine": "Swap this note at any bank for an Oil lamp." + "id": 4599, + "name": "Oak blackjack", + "type": "normal", + "duplicate": false }, { - "id": 4524, - "name": "Oil lamp", - "examine": "Not the genie sort." + "id": 4600, + "name": "Willow blackjack", + "type": "normal", + "duplicate": false }, { - "id": 4525, - "name": "Oil lamp", - "examine": "An oil lamp with no oil in it." + "id": 4601, + "name": "Ugthanki dung", + "type": "normal", + "duplicate": false }, { - "id": 4526, - "name": "Oil lamp", - "examine": "Swap this note at any bank for an Oil lamp." + "id": 4602, + "name": "Ugthanki dung", + "type": "normal", + "duplicate": false }, { - "id": 4527, - "name": "Candle lantern", - "examine": "Put a candle in to complete it." + "id": 4603, + "name": "Receipt", + "type": "normal", + "duplicate": false }, { - "id": 4528, - "name": "Candle lantern", - "examine": "Swap this note at any bank for a Candle lantern." + "id": 4604, + "name": "Hag's poison", + "type": "normal", + "duplicate": false }, { - "id": 4529, - "name": "Candle lantern", - "examine": "A candle in a glass cage." + "id": 4605, + "name": "Snake charm", + "type": "normal", + "duplicate": false }, { - "id": 4530, - "name": "Candle lantern", - "examine": "Swap this note at any bank for a Candle lantern." + "id": 4606, + "name": "Snake basket", + "type": "normal", + "duplicate": false }, { - "id": 4531, - "name": "Candle lantern", - "examine": "A flickering candle in a glass cage." + "id": 4607, + "name": "Snake basket full", + "type": "normal", + "duplicate": false }, { - "id": 4532, - "name": "Candle lantern", - "examine": "A candle in a glass cage." + "id": 4608, + "name": "Super kebab", + "type": "normal", + "duplicate": false }, { - "id": 4533, - "name": "Candle lantern", - "examine": "Swap this note at any bank for a Candle lantern." + "id": 4609, + "name": "Super kebab", + "type": "noted", + "duplicate": true }, { - "id": 4534, - "name": "Candle lantern", - "examine": "A flickering candle in a glass cage." + "id": 4610, + "name": "Red hot sauce", + "type": "normal", + "duplicate": false }, { - "id": 4535, - "name": "Oil lantern", - "examine": "Put oil in to complete it." + "id": 4611, + "name": "Desert disguise", + "type": "normal", + "duplicate": false }, { - "id": 4536, - "name": "Oil lantern", - "examine": "Swap this note at any bank for an Oil lantern." + "id": 4612, + "name": "Willow blackjack", + "type": "noted", + "duplicate": true }, { - "id": 4537, - "name": "Oil lantern", - "examine": "An unlit oil lantern." + "id": 4613, + "name": "Spinning plate", + "type": "normal", + "duplicate": false }, { - "id": 4538, - "name": "Oil lantern", - "examine": "Swap this note at any bank for an Oil lantern." + "id": 4614, + "name": "Broken plate", + "type": "normal", + "duplicate": false }, { - "id": 4539, - "name": "Oil lantern", - "examine": "It lights your way through the dark places of the earth." + "id": 4615, + "name": "Letter", + "type": "normal", + "duplicate": false }, { - "id": 4540, - "name": "Oil lantern frame", - "examine": "Add the glass to complete." + "id": 4616, + "name": "Varmen's notes", + "type": "normal", + "duplicate": false }, { - "id": 4541, - "name": "Oil lantern frame", - "examine": "Swap this note at any bank for an Oil lantern frame." + "id": 4617, + "name": "Display cabinet key", + "type": "normal", + "duplicate": false }, { - "id": 4542, - "name": "Lantern lens", - "examine": "A roughly circular disc of glass." + "id": 4618, + "name": "Statuette", + "type": "normal", + "duplicate": false }, { - "id": 4543, - "name": "Lantern lens", - "examine": "Swap this note at any bank for a Lantern lens." + "id": 4619, + "name": "Strange implement", + "type": "normal", + "duplicate": false }, { - "id": 4544, - "name": "Bullseye lantern", - "examine": "You need to add a lens before you can use it." + "id": 4620, + "name": "Black mushroom", + "type": "normal", + "duplicate": false }, { - "id": 4545, - "name": "Bullseye lantern", - "examine": "Swap this note at any bank for a Bullseye lantern." + "id": 4621, + "name": "Phoenix feather", + "type": "normal", + "duplicate": false }, { - "id": 4546, - "name": "Bullseye lantern", - "examine": "You need to add lamp oil before you can use it." + "id": 4622, + "name": "Black mushroom ink", + "type": "normal", + "duplicate": false }, { - "id": 4547, - "name": "Bullseye lantern", - "examine": "Swap this note at any bank for a Bullseye lantern." + "id": 4623, + "name": "Phoenix quill pen", + "type": "normal", + "duplicate": false }, { - "id": 4548, - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern." + "id": 4624, + "name": "Golem program", + "type": "normal", + "duplicate": false }, { - "id": 4549, - "name": "Bullseye lantern", - "examine": "Swap this note at any bank for a Bullseye lantern." + "id": 4625, + "name": "Bandit", + "type": "normal", + "duplicate": false }, { - "id": 4550, - "name": "Bullseye lantern", - "examine": "A sturdy steel lantern casting a bright beam." + "id": 4626, + "name": "Unfinished broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4551, - "name": "Spiny helmet", - "examine": "You don't want to wear it inside-out." + "id": 4627, + "name": "Bandit's brew", + "type": "normal", + "duplicate": false }, { - "id": 4552, - "name": "Spiny helmet", - "examine": "Swap this note at any bank for a Spiny helmet." + "id": 4628, + "name": "Bandit's brew", + "type": "noted", + "duplicate": true }, null, null, null, null, null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 4558, - "name": "Blue sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4559, - "name": "Deep blue sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4560, - "name": "White sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4561, - "name": "Purple sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4562, - "name": "Red sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4563, - "name": "Green sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4564, - "name": "Pink sweets", - "examine": "Not likely to last until next Halloween." - }, - { - "id": 4565, - "name": "Basket of eggs", - "examine": "Hand them out to spread the Easter happiness." - }, - { - "id": 4566, - "name": "Rubber chicken", - "examine": "Perhaps not the most powerful weapon in RuneScape." - }, - { - "id": 4567, - "name": "Gold helmet", - "examine": "Made of gold and white gold." - }, - { - "id": 4568, - "name": "Dwarven lore", - "examine": "The book is almost falling apart, you'll have to handle it quite carefully." - }, - { - "id": 4569, - "name": "Book page 1", - "examine": "A missing page from Rolad's book! It seems to be the first one." - }, - { - "id": 4570, - "name": "Book page 2", - "examine": "A missing page from Rolad's book! It seems to be the second one." - }, - { - "id": 4571, - "name": "Book page 3", - "examine": "A missing page from Rolad's book! It seems to be the third one." - }, - { - "id": 4572, - "name": "Pages", - "examine": "Missing pages!" + "id": 4653, + "name": "Fire", + "type": "normal", + "duplicate": false }, { - "id": 4573, - "name": "Pages", - "examine": "A collection of missing pages from Rolad's book!" + "id": 4654, + "name": "Etchings", + "type": "normal", + "duplicate": false }, { - "id": 4574, - "name": "Base schematics", - "examine": "These are the base schematics of a dwarven multicannon" + "id": 4655, + "name": "Translation", + "type": "normal", + "duplicate": false }, { - "id": 4575, - "name": "Schematic", - "examine": "A transparent overlay" + "id": 4656, + "name": "Warm key", + "type": "normal", + "duplicate": false }, { - "id": 4576, - "name": "Schematics", - "examine": "Transparent overlays" + "id": 4657, + "name": "Ring of visibility", + "type": "normal", + "duplicate": false }, { - "id": 4577, - "name": "Schematics", - "examine": "Transparent overlays" + "id": 4658, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 4578, - "name": "Schematic", - "examine": "The assembled schematic for modifying the dwarven multicannon." + "id": 4659, + "name": "Blessed pot", + "type": "normal", + "duplicate": false }, { - "id": 4579, - "name": "Cannon ball", - "examine": "A heavy gold metal sphere." + "id": 4660, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 4580, - "name": "Black spear", - "examine": "A black tipped spear." + "id": 4661, + "name": "Blessed pot", + "type": "normal", + "duplicate": false }, { - "id": 4581, - "name": "Black spear", - "examine": "Swap this note at any bank for a Black spear." + "id": 4662, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 4582, - "name": "Black spear(p)", - "examine": "A poisoned black tipped spear." + "id": 4663, + "name": "Blessed pot", + "type": "normal", + "duplicate": false }, { - "id": 4583, - "name": "Black spear(p)", - "examine": "Swap this note at any bank for a Black spear(p)." + "id": 4664, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 4584, - "name": "Black spear(kp)", - "examine": "A Karambwan poisoned black tipped spear." + "id": 4665, + "name": "Blessed pot", + "type": "normal", + "duplicate": false }, { - "id": 4585, - "name": "Dragon plateskirt", - "examine": "This looks pretty heavy." + "id": 4666, + "name": "Silver pot", + "type": "normal", + "duplicate": false }, { - "id": 4586, - "name": "Dragon plateskirt", - "examine": "Swap this note at any bank for a Dragon plateskirt." + "id": 4667, + "name": "Blessed pot", + "type": "normal", + "duplicate": false }, { - "id": 4587, - "name": "Dragon scimitar", - "examine": "A vicious, curved sword." + "id": 4668, + "name": "Garlic powder", + "type": "normal", + "duplicate": false }, { - "id": 4588, - "name": "Dragon scimitar", - "examine": "Swap this note at any bank for a Dragon scimitar." + "id": 4669, + "name": "Garlic powder", + "type": "noted", + "duplicate": true }, { - "id": 4589, - "name": "Keys", - "examine": "Keys to the Mayor's house." + "id": 4670, + "name": "Blood diamond", + "type": "normal", + "duplicate": false }, { - "id": 4590, - "name": "Jewels", - "examine": "The Mayor of Pollnivneach's wife's jewels." + "id": 4671, + "name": "Ice diamond", + "type": "normal", + "duplicate": false }, { - "id": 4591, - "name": "Karidian headpiece", - "examine": "Wear it on your head." + "id": 4672, + "name": "Smoke diamond", + "type": "normal", + "duplicate": false }, { - "id": 4592, - "name": "Karidian headpiece", - "examine": "Swap this note at any bank for a Karidian headpiece." + "id": 4673, + "name": "Shadow diamond", + "type": "normal", + "duplicate": false }, { - "id": 4593, - "name": "Fake beard", - "examine": "Makes me itch." + "id": 4674, + "name": "Gilded cross", + "type": "normal", + "duplicate": false }, { - "id": 4594, - "name": "Fake beard", - "examine": "Swap this note at any bank for a Fake beard." + "id": 4675, + "name": "Ancient staff", + "type": "normal", + "duplicate": false }, { - "id": 4595, - "name": "Karidian disguise", - "examine": "Makes my face itch." + "id": 4676, + "name": "Ancient staff", + "type": "noted", + "duplicate": true }, { - "id": 4596, - "name": "Karidian disguise", - "examine": "Swap this note at any bank for a Karidian disguise." + "id": 4677, + "name": "Catspeak amulet", + "type": "normal", + "duplicate": false }, { - "id": 4597, - "name": "Note", - "examine": "A note found in the Mayor's bedroom mentioning the word 'Fibonacci'." + "id": 4678, + "name": "Canopic jar", + "type": "normal", + "duplicate": false }, { - "id": 4598, - "name": "Note", - "examine": "A list of 5 numbers." + "id": 4679, + "name": "Canopic jar", + "type": "normal", + "duplicate": false }, { - "id": 4599, - "name": "Oak-blackjack", - "examine": "A handy little club made out of oak." + "id": 4680, + "name": "Canopic jar", + "type": "normal", + "duplicate": false }, { - "id": 4600, - "name": "Willow-blackjack", - "examine": "A handy little club made out of willow." + "id": 4681, + "name": "Canopic jar", + "type": "normal", + "duplicate": false }, { - "id": 4601, - "name": "Ugthanki dung", - "examine": "Dung of the Camelus Horribleus variety." + "id": 4682, + "name": "Holy symbol", + "type": "normal", + "duplicate": false }, { - "id": 4602, - "name": "Ugthanki dung", - "examine": "Poor Camel, what have I fed you?" + "id": 4683, + "name": "Unholy symbol", + "type": "normal", + "duplicate": false }, { - "id": 4603, - "name": "Receipt", - "examine": "A receipt for one 'Camelus Horribleus'." + "id": 4684, + "name": "Linen", + "type": "normal", + "duplicate": false }, { - "id": 4604, - "name": "Hag's poison", - "examine": "A red viscous liquid in a vial." + "id": 4685, + "name": "Linen", + "type": "noted", + "duplicate": true }, { - "id": 4605, - "name": "Snake charm", - "examine": "Makes a hissing sound." + "id": 4686, + "name": "Embalming manual", + "type": "normal", + "duplicate": false }, { - "id": 4606, - "name": "Snake basket", - "examine": "This is used to hold snakes." + "id": 4687, + "name": "Bucket of sap", + "type": "normal", + "duplicate": false }, { - "id": 4607, - "name": "Snake basket full", - "examine": "This basket contains a snake." + "id": 4688, + "name": "Bucket of sap", + "type": "noted", + "duplicate": true }, { - "id": 4608, - "name": "Super kebab", - "examine": "A meaty and very hot kebab." + "id": 4689, + "name": "Pile of salt", + "type": "normal", + "duplicate": false }, { - "id": 4609, - "name": "Super kebab", - "examine": "Swap this note at any bank for a Super kebab." + "id": 4690, + "name": "Pile of salt", + "type": "noted", + "duplicate": true }, { - "id": 4610, - "name": "Red hot sauce", - "examine": "The bottle feels warm." + "id": 4691, + "name": "Sphinx's token", + "type": "normal", + "duplicate": false }, { - "id": 4611, - "name": "Desert disguise", - "examine": "A disguise suitable for the desert." + "id": 4692, + "name": "Gold leaf", + "type": "normal", + "duplicate": false }, { - "id": 4612, - "name": "Willow-blackjack", - "examine": "Swap this note at any bank for a Willow-blackjack." + "id": 4693, + "name": "Full bucket", + "type": "normal", + "duplicate": false }, { - "id": 4613, - "name": "Spinning plate", - "examine": "It has a picture of a dragon on it." + "id": 4694, + "name": "Steam rune", + "type": "normal", + "duplicate": false }, { - "id": 4614, - "name": "Broken plate", - "examine": "Alas..." + "id": 4695, + "name": "Mist rune", + "type": "normal", + "duplicate": false }, { - "id": 4615, - "name": "Letter", - "examine": "An old faded letter." + "id": 4696, + "name": "Dust rune", + "type": "normal", + "duplicate": false }, { - "id": 4616, - "name": "Varmen's notes", - "examine": "An archaeologist's notes." + "id": 4697, + "name": "Smoke rune", + "type": "normal", + "duplicate": false }, { - "id": 4617, - "name": "Display cabinet key", - "examine": "The museum curator's key." + "id": 4698, + "name": "Mud rune", + "type": "normal", + "duplicate": false }, { - "id": 4618, - "name": "Statuette", - "examine": "A beautifully-carved stone statuette." + "id": 4699, + "name": "Lava rune", + "type": "normal", + "duplicate": false }, { - "id": 4619, - "name": "Strange implement", - "examine": "It's pretty, but you wish you knew what it was." + "id": 4700, + "name": "Sapphire lantern", + "type": "normal", + "duplicate": false }, { - "id": 4620, - "name": "Black mushroom", - "examine": "It looks horrible." + "id": 4701, + "name": "Sapphire lantern", + "type": "normal", + "duplicate": false }, { - "id": 4621, - "name": "Phoenix feather", - "examine": "A long feather patterned like a flame." + "id": 4702, + "name": "Sapphire lantern", + "type": "normal", + "duplicate": false }, { - "id": 4622, - "name": "Black mushroom ink", - "examine": "Black ink made out of mushrooms." + "id": 4703, + "name": "Magic stone", + "type": "normal", + "duplicate": false }, { - "id": 4623, - "name": "Phoenix quill pen", - "examine": "A phoenix feather dipped in ink." + "id": 4704, + "name": "Stone bowl", + "type": "normal", + "duplicate": false }, + null, { - "id": 4624, - "name": "Golem program", - "examine": "It reads 'YOUR TASK IS DONE'." + "id": 4706, + "name": "Unfinished broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 4625, - "name": "Bandit", - "examine": "A tough looking criminal." + "id": 4707, + "name": "Crumbling tome", + "type": "normal", + "duplicate": false }, { - "id": 4626, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 4708, + "name": "Ahrim's hood", + "type": "normal", + "duplicate": false }, { - "id": 4627, - "name": "Bandit's brew", - "examine": "A cheeky little lager." + "id": 4709, + "name": "Ahrim's hood", + "type": "noted", + "duplicate": true }, { - "id": 4628, - "name": "Bandit's brew", - "examine": "Swap this note at any bank for a Bandit's brew.." + "id": 4710, + "name": "Ahrim's staff", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 4653, - "name": "Fire", - "examine": "Hot!" + "id": 4711, + "name": "Ahrim's staff", + "type": "noted", + "duplicate": true }, { - "id": 4654, - "name": "Etchings", - "examine": "A copy of the engravings found on a mysterious stone tablet." + "id": 4712, + "name": "Ahrim's robetop", + "type": "normal", + "duplicate": false }, { - "id": 4655, - "name": "Translation", - "examine": "A rough translation made from archaeological etchings." + "id": 4713, + "name": "Ahrim's robetop", + "type": "noted", + "duplicate": true }, { - "id": 4656, - "name": "Warm key", - "examine": "This key is unusually warm to the touch." + "id": 4714, + "name": "Ahrim's robeskirt", + "type": "normal", + "duplicate": false }, { - "id": 4657, - "name": "Ring of visibility", - "examine": "A ring that allows you to see things that are normally invisible..." + "id": 4715, + "name": "Ahrim's robeskirt", + "type": "noted", + "duplicate": true }, { - "id": 4658, - "name": "Silver pot", - "examine": "A silver pot made by Ruantun." + "id": 4716, + "name": "Dharok's helm", + "type": "normal", + "duplicate": false }, { - "id": 4659, - "name": "Blessed pot", - "examine": "A silver pot made by Ruantun and blessed on Entrana." + "id": 4717, + "name": "Dharok's helm", + "type": "noted", + "duplicate": true }, { - "id": 4660, - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with your blood." + "id": 4718, + "name": "Dharok's greataxe", + "type": "normal", + "duplicate": false }, { - "id": 4661, - "name": "Blessed pot", - "examine": "A blessed silver pot made by Ruantun filled with your blood." + "id": 4719, + "name": "Dharok's greataxe", + "type": "noted", + "duplicate": true }, { - "id": 4662, - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and garlic." + "id": 4720, + "name": "Dharok's platebody", + "type": "normal", + "duplicate": false }, { - "id": 4663, - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and garlic." + "id": 4721, + "name": "Dharok's platebody", + "type": "noted", + "duplicate": true }, { - "id": 4664, - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood, garlic and spices." + "id": 4722, + "name": "Dharok's platelegs", + "type": "normal", + "duplicate": false }, { - "id": 4665, - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood, garlic and spices." + "id": 4723, + "name": "Dharok's platelegs", + "type": "noted", + "duplicate": true }, { - "id": 4666, - "name": "Silver pot", - "examine": "A silver pot made by Ruantun filled with blood and spices." + "id": 4724, + "name": "Guthan's helm", + "type": "normal", + "duplicate": false }, { - "id": 4667, - "name": "Blessed pot", - "examine": "A blessed silver pot filled with blood and spices." + "id": 4725, + "name": "Guthan's helm", + "type": "noted", + "duplicate": true }, { - "id": 4668, - "name": "Garlic powder", - "examine": "Finely ground garlic powder." + "id": 4726, + "name": "Guthan's warspear", + "type": "normal", + "duplicate": false }, { - "id": 4669, - "name": "Garlic powder", - "examine": "Swap this note at any bank for a Garlic powder." + "id": 4727, + "name": "Guthan's warspear", + "type": "noted", + "duplicate": true }, { - "id": 4670, - "name": "Blood diamond", - "examine": "The Diamond of Blood." + "id": 4728, + "name": "Guthan's platebody", + "type": "normal", + "duplicate": false }, { - "id": 4671, - "name": "Ice diamond", - "examine": "The Diamond of Ice." + "id": 4729, + "name": "Guthan's platebody", + "type": "noted", + "duplicate": true }, { - "id": 4672, - "name": "Smoke diamond", - "examine": "The Diamond of Smoke." + "id": 4730, + "name": "Guthan's chainskirt", + "type": "normal", + "duplicate": false }, { - "id": 4673, - "name": "Shadow diamond", - "examine": "The Diamond of Shadow." + "id": 4731, + "name": "Guthan's chainskirt", + "type": "noted", + "duplicate": true }, { - "id": 4674, - "name": "Gilded cross", - "examine": "An old and strangely shaped metal cross." + "id": 4732, + "name": "Karil's coif", + "type": "normal", + "duplicate": false }, { - "id": 4675, - "name": "Ancient staff", - "examine": "A magical staff of ancient origin..." + "id": 4733, + "name": "Karil's coif", + "type": "noted", + "duplicate": true }, { - "id": 4676, - "name": "Ancient staff", - "examine": "Swap this note at any bank for an Ancient staff." + "id": 4734, + "name": "Karil's crossbow", + "type": "normal", + "duplicate": false }, { - "id": 4677, - "name": "Catspeak amulet", - "examine": "It's an amulet of cat speak. It makes vague purring noises." + "id": 4735, + "name": "Karil's crossbow", + "type": "noted", + "duplicate": true }, { - "id": 4678, - "name": "Canopic jar", - "examine": "Has a lid shaped like a man. I think it contains someone's liver. Yuck." + "id": 4736, + "name": "Karil's leathertop", + "type": "normal", + "duplicate": false }, { - "id": 4679, - "name": "Canopic jar", - "examine": "Has a lid shaped like an ape. Eeew! I think it contains someone's intestines." + "id": 4737, + "name": "Karil's leathertop", + "type": "noted", + "duplicate": true }, { - "id": 4680, - "name": "Canopic jar", - "examine": "Has a lid shaped like a bug. Disgusting! I think there's a stomach inside." + "id": 4738, + "name": "Karil's leatherskirt", + "type": "normal", + "duplicate": false }, { - "id": 4681, - "name": "Canopic jar", - "examine": "Has a lid shaped like a crocodile. Yuck, I think there are lungs inside." + "id": 4739, + "name": "Karil's leatherskirt", + "type": "noted", + "duplicate": true }, { - "id": 4682, - "name": "Holy symbol", - "examine": "Menaphite lucky charm." + "id": 4740, + "name": "Bolt rack", + "type": "normal", + "duplicate": false }, { - "id": 4683, - "name": "Unholy symbol", - "examine": "Sign of the devourer." + "id": 4741, + "name": "Bolt rack", + "type": "normal", + "duplicate": true }, { - "id": 4684, - "name": "Linen", - "examine": "One sheet of mummy wrap." + "id": 4742, + "name": "Bolt rack", + "type": "normal", + "duplicate": true }, { - "id": 4685, - "name": "Linen", - "examine": "Swap this note at any bank for a Linen." + "id": 4743, + "name": "Bolt rack", + "type": "normal", + "duplicate": true }, { - "id": 4686, - "name": "Embalming manual", - "examine": "Little book of embalming by Bod E. Wrapper." + "id": 4744, + "name": "Bolt rack", + "type": "normal", + "duplicate": true }, { - "id": 4687, - "name": "Bucket of sap", - "examine": "It's a bucket of sap." + "id": 4745, + "name": "Torag's helm", + "type": "normal", + "duplicate": false }, { - "id": 4688, - "name": "Bucket of sap", - "examine": "Swap this note at any bank for a Bucket of sap." + "id": 4746, + "name": "Torag's helm", + "type": "noted", + "duplicate": true }, { - "id": 4689, - "name": "Pile of salt", - "examine": "A little heap of salt." + "id": 4747, + "name": "Torag's hammers", + "type": "normal", + "duplicate": false }, { - "id": 4690, - "name": "Pile of salt", - "examine": "Swap this note at any bank for a Pile of salt." + "id": 4748, + "name": "Torag's hammers", + "type": "noted", + "duplicate": true }, { - "id": 4691, - "name": "Sphinx's token", - "examine": "Miniature golden statue of a sphinx." + "id": 4749, + "name": "Torag's platebody", + "type": "normal", + "duplicate": false }, { - "id": 4692, - "name": "Gold leaf", - "examine": "Very delicate thin pressed gold." + "id": 4750, + "name": "Torag's platebody", + "type": "noted", + "duplicate": true }, { - "id": 4693, - "name": "Full bucket", - "examine": "It's a bucket of salty water." + "id": 4751, + "name": "Torag's platelegs", + "type": "normal", + "duplicate": false }, { - "id": 4694, - "name": "Steam rune", - "examine": "A combined Water and Fire Rune." + "id": 4752, + "name": "Torag's platelegs", + "type": "noted", + "duplicate": true }, { - "id": 4695, - "name": "Mist rune", - "examine": "A combined Air and Water Rune." + "id": 4753, + "name": "Verac's helm", + "type": "normal", + "duplicate": false }, { - "id": 4696, - "name": "Dust rune", - "examine": "A combined Air and Earth Rune." + "id": 4754, + "name": "Verac's helm", + "type": "noted", + "duplicate": true }, { - "id": 4697, - "name": "Smoke rune", - "examine": "A combined Air and Fire Rune." + "id": 4755, + "name": "Verac's flail", + "type": "normal", + "duplicate": false }, { - "id": 4698, - "name": "Mud rune", - "examine": "A combined Earth and Water Rune." + "id": 4756, + "name": "Verac's flail", + "type": "noted", + "duplicate": true }, { - "id": 4699, - "name": "Lava rune", - "examine": "A combined Earth and Fire Rune." + "id": 4757, + "name": "Verac's brassard", + "type": "normal", + "duplicate": false }, { - "id": 4700, - "name": "Sapphire lantern", - "examine": "You need to add lamp oil before you can use it." + "id": 4758, + "name": "Verac's brassard", + "type": "noted", + "duplicate": true }, { - "id": 4701, - "name": "Sapphire lantern", - "examine": "A bullseye lantern with a sapphire for a lens." + "id": 4759, + "name": "Verac's plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 4702, - "name": "Sapphire lantern", - "examine": "A lantern casting a bright blue beam." + "id": 4760, + "name": "Verac's plateskirt", + "type": "noted", + "duplicate": true }, + null, { - "id": 4703, - "name": "Magic stone", - "examine": "Doesn't look very special." + "id": 4762, + "name": "Amethyst bolt tips", + "type": "normal", + "duplicate": true }, { - "id": 4704, - "name": "Stone bowl", - "examine": "A magic stone bowl for catching the tears of Guthix." + "id": 4763, + "name": "Amethyst arrow(p)", + "type": "normal", + "duplicate": true }, - null, - null, { - "id": 4707, - "name": "Crumbling tome", - "examine": "This book must be really old!" + "id": 4764, + "name": "Amethyst arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 4708, - "name": "Ahrims hood", - "examine": "Ahrim the Blighted's leather hood." + "id": 4765, + "name": "Amethyst arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 4709, - "name": "Ahrims hood", - "examine": "Swap this note at any bank for an Ahrims hood." + "id": 4766, + "name": "Amethyst arrow(p)", + "type": "normal", + "duplicate": true }, { - "id": 4710, - "name": "Ahrims staff", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4767, + "name": "Amethyst bolt tips", + "type": "normal", + "duplicate": true }, { - "id": 4711, - "name": "Ahrims staff", - "examine": "Swap this note at any bank for an Ahrims staff." + "id": 4768, + "name": "Amethyst bolt tips", + "type": "normal", + "duplicate": true }, { - "id": 4712, - "name": "Ahrims robetop", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4769, + "name": "Amethyst arrow", + "type": "normal", + "duplicate": true }, { - "id": 4713, - "name": "Ahrims robetop", - "examine": "Swap this note at any bank for an Ahrims robetop." + "id": 4770, + "name": "Amethyst arrow", + "type": "normal", + "duplicate": true }, { - "id": 4714, - "name": "Ahrims robeskirt", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4771, + "name": "Amethyst arrow", + "type": "normal", + "duplicate": true }, { - "id": 4715, - "name": "Ahrims robeskirt", - "examine": "Swap this note at any bank for an Ahrims robeskirt." + "id": 4772, + "name": "Amethyst arrow", + "type": "normal", + "duplicate": true }, { - "id": 4716, - "name": "Dharoks helm", - "examine": "Dharok the Wretched's helm." + "id": 4773, + "name": "Bronze brutal", + "type": "normal", + "duplicate": false }, { - "id": 4717, - "name": "Dharoks helm", - "examine": "Swap this note at any bank for a Dharoks helm." + "id": 4774, + "name": "Bronze brutal", + "type": "normal", + "duplicate": true }, { - "id": 4718, - "name": "Dharoks greataxe", - "examine": "Dharok the Wretched's greataxe." + "id": 4775, + "name": "Bronze brutal", + "type": "normal", + "duplicate": true }, { - "id": 4719, - "name": "Dharoks greataxe", - "examine": "Swap this note at any bank for a Dharoks greataxe." + "id": 4776, + "name": "Bronze brutal", + "type": "normal", + "duplicate": true }, { - "id": 4720, - "name": "Dharoks platebody", - "examine": "Dharok the Wretched's plate body armour." + "id": 4777, + "name": "Bronze brutal", + "type": "normal", + "duplicate": true }, { - "id": 4721, - "name": "Dharoks platebody", - "examine": "Swap this note at any bank for a Dharoks platebody." + "id": 4778, + "name": "Iron brutal", + "type": "normal", + "duplicate": false }, { - "id": 4722, - "name": "Dharoks platelegs", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4779, + "name": "Iron brutal", + "type": "normal", + "duplicate": true }, { - "id": 4723, - "name": "Dharoks platelegs", - "examine": "Swap this note at any bank for a Dharoks platelegs." + "id": 4780, + "name": "Iron brutal", + "type": "normal", + "duplicate": true }, { - "id": 4724, - "name": "Guthans helm", - "examine": "Guthan the Infested's helm." + "id": 4781, + "name": "Iron brutal", + "type": "normal", + "duplicate": true }, { - "id": 4725, - "name": "Guthans helm", - "examine": "Swap this note at any bank for a Guthans helm." + "id": 4782, + "name": "Iron brutal", + "type": "normal", + "duplicate": true }, { - "id": 4726, - "name": "Guthans warspear", - "examine": "Guthan the Infested's warspear." + "id": 4783, + "name": "Steel brutal", + "type": "normal", + "duplicate": false }, { - "id": 4727, - "name": "Guthans warspear", - "examine": "Swap this note at any bank for a Guthans warspear." + "id": 4784, + "name": "Steel brutal", + "type": "normal", + "duplicate": true }, { - "id": 4728, - "name": "Guthans platebody", - "examine": "Guthan the Infested's plate body armour." + "id": 4785, + "name": "Steel brutal", + "type": "normal", + "duplicate": true }, { - "id": 4729, - "name": "Guthans platebody", - "examine": "Swap this note at any bank for a Guthans platebody." + "id": 4786, + "name": "Steel brutal", + "type": "normal", + "duplicate": true }, { - "id": 4730, - "name": "Guthans chainskirt", - "examine": "Guthan the Infested's chainskirt." + "id": 4787, + "name": "Steel brutal", + "type": "normal", + "duplicate": true }, { - "id": 4731, - "name": "Guthans chainskirt", - "examine": "Swap this note at any bank for a Guthans chainskirt." + "id": 4788, + "name": "Black brutal", + "type": "normal", + "duplicate": false }, { - "id": 4732, - "name": "Karils coif", - "examine": "Karil the Tainted's coif and facemask." + "id": 4789, + "name": "Black brutal", + "type": "normal", + "duplicate": true }, { - "id": 4733, - "name": "Karils coif", - "examine": "Swap this note at any bank for a Karils coif." + "id": 4790, + "name": "Black brutal", + "type": "normal", + "duplicate": true }, { - "id": 4734, - "name": "Karils crossbow", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4791, + "name": "Black brutal", + "type": "normal", + "duplicate": true }, { - "id": 4735, - "name": "Karils crossbow", - "examine": "Swap this note at any bank for a Karils crossbow." + "id": 4792, + "name": "Black brutal", + "type": "normal", + "duplicate": true }, { - "id": 4736, - "name": "Karils leathertop", - "examine": "Karil the Tainted's leather body armour." + "id": 4793, + "name": "Mithril brutal", + "type": "normal", + "duplicate": false }, { - "id": 4737, - "name": "Karils leathertop", - "examine": "Swap this note at any bank for a Karils leathertop." + "id": 4794, + "name": "Mithril brutal", + "type": "normal", + "duplicate": true }, { - "id": 4738, - "name": "Karils leatherskirt", - "examine": "Karil the Tainted's leather skirt." + "id": 4795, + "name": "Mithril brutal", + "type": "normal", + "duplicate": true }, { - "id": 4739, - "name": "Karils leatherskirt", - "examine": "Swap this note at any bank for a Karils leatherskirt." + "id": 4796, + "name": "Mithril brutal", + "type": "normal", + "duplicate": true }, { - "id": 4740, - "name": "Bolt rack", - "examine": "Must need a special type of crossbow to use this." + "id": 4797, + "name": "Mithril brutal", + "type": "normal", + "duplicate": true }, - null, - null, - null, - null, { - "id": 4745, - "name": "Torags helm", - "examine": "Torag the Corrupted's helm." + "id": 4798, + "name": "Adamant brutal", + "type": "normal", + "duplicate": false }, { - "id": 4746, - "name": "Torags helm", - "examine": "Swap this note at any bank for a Torags helm." + "id": 4799, + "name": "Adamant brutal", + "type": "normal", + "duplicate": true }, { - "id": 4747, - "name": "Torags hammers", - "examine": "Torag the Corrupted's twin hammers." + "id": 4800, + "name": "Adamant brutal", + "type": "normal", + "duplicate": true }, { - "id": 4748, - "name": "Torags hammers", - "examine": "Swap this note at any bank for a Torags hammers." + "id": 4801, + "name": "Adamant brutal", + "type": "normal", + "duplicate": true }, { - "id": 4749, - "name": "Torags platebody", - "examine": "Torag the Corrupted's plate body armour." + "id": 4802, + "name": "Adamant brutal", + "type": "normal", + "duplicate": true }, { - "id": 4750, - "name": "Torags platebody", - "examine": "Swap this note at any bank for a Torags platebody." + "id": 4803, + "name": "Rune brutal", + "type": "normal", + "duplicate": false }, { - "id": 4751, - "name": "Torags platelegs", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4804, + "name": "Rune brutal", + "type": "normal", + "duplicate": true }, { - "id": 4752, - "name": "Torags platelegs", - "examine": "Swap this note at any bank for a Torags platelegs." + "id": 4805, + "name": "Rune brutal", + "type": "normal", + "duplicate": true }, { - "id": 4753, - "name": "Veracs helm", - "examine": "Verac the Defiled's helm." + "id": 4806, + "name": "Rune brutal", + "type": "normal", + "duplicate": true }, { - "id": 4754, - "name": "Veracs helm", - "examine": "Swap this note at any bank for a Veracs helm." + "id": 4807, + "name": "Rune brutal", + "type": "normal", + "duplicate": true }, { - "id": 4755, - "name": "Veracs flail", - "examine": "Verac the Defiled's flail." + "id": 4808, + "name": "Black prism", + "type": "normal", + "duplicate": false }, { - "id": 4756, - "name": "Veracs flail", - "examine": "Swap this note at any bank for a Veracs flail." + "id": 4809, + "name": "Torn page", + "type": "normal", + "duplicate": false }, { - "id": 4757, - "name": "Veracs brassard", - "examine": "Verac the Defiled's brassard." + "id": 4810, + "name": "Ruined backpack", + "type": "normal", + "duplicate": false }, { - "id": 4758, - "name": "Veracs brassard", - "examine": "Swap this note at any bank for a Veracs brassard." + "id": 4811, + "name": "Dragon inn tankard", + "type": "normal", + "duplicate": false }, { - "id": 4759, - "name": "Veracs plateskirt", - "examine": "Verac the Defiled's plate skirt." + "id": 4812, + "name": "Zogre bones", + "type": "normal", + "duplicate": false }, { - "id": 4760, - "name": "Veracs plateskirt", - "examine": "Swap this note at any bank for a Veracs plateskirt." + "id": 4813, + "name": "Zogre bones", + "type": "noted", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 4773, - "name": "Bronze brutal", - "examine": "Blunt bronze arrow...ouch" + "id": 4814, + "name": "Sithik portrait", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4778, - "name": "Iron brutal", - "examine": "Blunt iron arrow...ouch" + "id": 4815, + "name": "Sithik portrait", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4783, - "name": "Steel brutal", - "examine": "Blunt steel arrow...ouch" + "id": 4816, + "name": "Signed portrait", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4788, - "name": "Black brutal", - "examine": "Blunt black arrow...ouch" + "id": 4817, + "name": "Book of portraiture", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4793, - "name": "Mithril brutal", - "examine": "Blunt mithril arrow...ouch" + "id": 4818, + "name": "Ogre artefact", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4798, - "name": "Adamant brutal", - "examine": "Blunt adamantite arrow...ouch" + "id": 4819, + "name": "Bronze nails", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4803, - "name": "Rune brutal", - "examine": "Blunt rune arrow...ouch" + "id": 4820, + "name": "Iron nails", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 4808, - "name": "Black prism", - "examine": "A very black prism." + "id": 4821, + "name": "Black nails", + "type": "normal", + "duplicate": false }, { - "id": 4809, - "name": "Torn page", - "examine": "A half torn necromantic page." + "id": 4822, + "name": "Mithril nails", + "type": "normal", + "duplicate": false }, { - "id": 4810, - "name": "Ruined backpack", - "examine": "A broken and useless looking backpack with the moniker,'B.Vahn' in it." + "id": 4823, + "name": "Adamantite nails", + "type": "normal", + "duplicate": false }, { - "id": 4811, - "name": "Dragon inn tankard", - "examine": "A white ceramic mug with a dragon insignia." + "id": 4824, + "name": "Rune nails", + "type": "normal", + "duplicate": false }, { - "id": 4812, - "name": "Zogre bones", - "examine": "A pile of Zombie Ogre bones." + "id": 4825, + "name": "Unstrung comp bow", + "type": "normal", + "duplicate": false }, { - "id": 4813, - "name": "Zogre bones", - "examine": "Swap this note at any bank for a Zogre bones." + "id": 4826, + "name": "Unstrung comp bow", + "type": "noted", + "duplicate": true }, { - "id": 4814, - "name": "Sithik portrait", - "examine": "A classic realist charcoal portrait of Sithik." + "id": 4827, + "name": "Comp ogre bow", + "type": "normal", + "duplicate": false }, { - "id": 4815, - "name": "Sithik portrait", - "examine": "A semi-nihilistic, pseudo-impressionistic, half-squarist charcoal sketch of Sithik." + "id": 4828, + "name": "Comp ogre bow", + "type": "noted", + "duplicate": true }, { - "id": 4816, - "name": "Signed portrait", - "examine": "A signed classic realist charcoal portrait of Sithik." + "id": 4829, + "name": "Book of 'h.a.m'", + "type": "normal", + "duplicate": false }, { - "id": 4817, - "name": "Book of portraiture", - "examine": "A book explaining the art of portraiture." + "id": 4830, + "name": "Fayrg bones", + "type": "normal", + "duplicate": false }, { - "id": 4818, - "name": "Ogre artifact", - "examine": "An ancient ogre artifact" + "id": 4831, + "name": "Fayrg bones", + "type": "noted", + "duplicate": true }, { - "id": 4819, - "name": "Bronze nails", - "examine": "Keeps things in place fairly permanently." + "id": 4832, + "name": "Raurg bones", + "type": "normal", + "duplicate": false }, { - "id": 4820, - "name": "Iron nails", - "examine": "Keeps things in place fairly permanently." + "id": 4833, + "name": "Raurg bones", + "type": "noted", + "duplicate": true }, { - "id": 4821, - "name": "Black nails", - "examine": "Keeps things in place fairly permanently." + "id": 4834, + "name": "Ourg bones", + "type": "normal", + "duplicate": false }, { - "id": 4822, - "name": "Mithril nails", - "examine": "Keeps things in place fairly permanently." + "id": 4835, + "name": "Ourg bones", + "type": "noted", + "duplicate": true }, { - "id": 4823, - "name": "Adamantite nails", - "examine": "Keeps things in place fairly permanently." + "id": 4836, + "name": "Strange potion", + "type": "normal", + "duplicate": false }, { - "id": 4824, - "name": "Rune nails", - "examine": "Keeps things in place fairly permanently." + "id": 4837, + "name": "Necromancy book", + "type": "normal", + "duplicate": false }, { - "id": 4825, - "name": "Unstrung comp bow", - "examine": "An unstrung composite ogre bow." + "id": 4838, + "name": "Cup of tea", + "type": "normal", + "duplicate": false }, { - "id": 4826, - "name": "Unstrung comp bow", - "examine": "Swap this note at any bank for an Unstrung comp bow." + "id": 4839, + "name": "Ogre gate key", + "type": "normal", + "duplicate": false }, { - "id": 4827, - "name": "Comp ogre bow", - "examine": "A composite ogre bow." + "id": 4840, + "name": "Unfinished potion", + "type": "normal", + "duplicate": false }, { - "id": 4828, - "name": "Comp ogre bow", - "examine": "Swap this note at any bank for a Comp ogre bow." + "id": 4841, + "name": "Unfinished potion", + "type": "noted", + "duplicate": true }, { - "id": 4829, - "name": "Book of 'h.a.m'", - "examine": "A book of H.A.M affiliation." + "id": 4842, + "name": "Relicym's balm(4)", + "type": "normal", + "duplicate": false }, { - "id": 4830, - "name": "Fayrg bones", - "examine": "Ancient ogre bones from the ogre burial tomb." + "id": 4843, + "name": "Relicym's balm(4)", + "type": "noted", + "duplicate": true }, { - "id": 4831, - "name": "Fayrg bones", - "examine": "Swap this note at any bank for a Fayrg bones." + "id": 4844, + "name": "Relicym's balm(3)", + "type": "normal", + "duplicate": false }, { - "id": 4832, - "name": "Raurg bones", - "examine": "Ancient ogre bones from the ogre burial tomb." + "id": 4845, + "name": "Relicym's balm(3)", + "type": "noted", + "duplicate": true }, { - "id": 4833, - "name": "Raurg bones", - "examine": "Swap this note at any bank for a Raurg bones." + "id": 4846, + "name": "Relicym's balm(2)", + "type": "normal", + "duplicate": false }, { - "id": 4834, - "name": "Ourg bones", - "examine": "Ancient ogre bones from the ogre burial tomb." + "id": 4847, + "name": "Relicym's balm(2)", + "type": "noted", + "duplicate": true }, { - "id": 4835, - "name": "Ourg bones", - "examine": "Swap this note at any bank for an Ourg bones." + "id": 4848, + "name": "Relicym's balm(1)", + "type": "normal", + "duplicate": false }, { - "id": 4836, - "name": "Strange potion", - "examine": "Some strange liquid given to you by Zavistic Rarve." + "id": 4849, + "name": "Relicym's balm(1)", + "type": "noted", + "duplicate": true }, { - "id": 4837, - "name": "Necromancy book", - "examine": "A book of necromantic spells." + "id": 4850, + "name": "Ogre coffin key", + "type": "normal", + "duplicate": false }, { - "id": 4838, - "name": "Cup of tea", - "examine": "Looks like an innocent cup of tea." + "id": 4851, + "name": "Ogre coffin key", + "type": "noted", + "duplicate": true }, { - "id": 4839, - "name": "Ogre gate key", - "examine": "A key to some sort of special tomb area." + "id": 4852, + "name": "Zogre bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4840, - "name": "Unfinished potion", - "examine": "I need another ingredient to finish this Rogues purse potion." + "id": 4853, + "name": "Fayrg bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4841, - "name": "Unfinished potion", - "examine": "Swap this note at any bank for an Unfinished potion." + "id": 4854, + "name": "Raurg bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4842, - "name": "Relicym's balm(4)", - "examine": "4 doses of Relicym's balm, which helps cure disease." + "id": 4855, + "name": "Ourg bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 4843, - "name": "Relicym's balm(4)", - "examine": "Swap this note at any bank for a Relicym's balm(4)." + "id": 4856, + "name": "Ahrim's hood 100", + "type": "normal", + "duplicate": false }, { - "id": 4844, - "name": "Relicym's balm(3)", - "examine": "3 doses of Relicym's balm, which helps cure disease." + "id": 4857, + "name": "Ahrim's hood 75", + "type": "normal", + "duplicate": false }, { - "id": 4845, - "name": "Relicym's balm(3)", - "examine": "Swap this note at any bank for a Relicym's balm(3)." + "id": 4858, + "name": "Ahrim's hood 50", + "type": "normal", + "duplicate": false }, { - "id": 4846, - "name": "Relicym's balm(2)", - "examine": "2 doses of Relicym's balm, which helps cure disease." + "id": 4859, + "name": "Ahrim's hood 25", + "type": "normal", + "duplicate": false }, { - "id": 4847, - "name": "Relicym's balm(2)", - "examine": "Swap this note at any bank for a Relicym's balm(2)." + "id": 4860, + "name": "Ahrim's hood 0", + "type": "normal", + "duplicate": false }, { - "id": 4848, - "name": "Relicym's balm(1)", - "examine": "1 dose of Relicym's balm, which helps cure disease." + "id": 4861, + "name": "Ahrim's hood 0", + "type": "noted", + "duplicate": true }, { - "id": 4849, - "name": "Relicym's balm(1)", - "examine": "Swap this note at any bank for a Relicym's balm(1)." + "id": 4862, + "name": "Ahrim's staff 100", + "type": "normal", + "duplicate": false }, { - "id": 4850, - "name": "Ogre coffin key", - "examine": "A key which opens coffins!" + "id": 4863, + "name": "Ahrim's staff 75", + "type": "normal", + "duplicate": false }, { - "id": 4851, - "name": "Ogre coffin key", - "examine": "Swap this note at any bank for an Ogre coffin key." + "id": 4864, + "name": "Ahrim's staff 50", + "type": "normal", + "duplicate": false }, { - "id": 4852, - "name": "Bonemeal", - "examine": "A pot of crushed zogre bones." + "id": 4865, + "name": "Ahrim's staff 25", + "type": "normal", + "duplicate": false }, { - "id": 4853, - "name": "Bonemeal", - "examine": "A pot of crushed fayrg bones." + "id": 4866, + "name": "Ahrim's staff 0", + "type": "normal", + "duplicate": false }, { - "id": 4854, - "name": "Bonemeal", - "examine": "A pot of crushed raurg bones." + "id": 4867, + "name": "Ahrim's staff 0", + "type": "noted", + "duplicate": true }, { - "id": 4855, - "name": "Bonemeal", - "examine": "A pot of crushed ourg bones." + "id": 4868, + "name": "Ahrim's robetop 100", + "type": "normal", + "duplicate": false }, { - "id": 4856, - "name": "Ahrims hood 100", - "examine": "Ahrim the Blighted's leather hood." + "id": 4869, + "name": "Ahrim's robetop 75", + "type": "normal", + "duplicate": false }, { - "id": 4857, - "name": "Ahrims hood 75", - "examine": "Ahrim the Blighted's leather hood." + "id": 4870, + "name": "Ahrim's robetop 50", + "type": "normal", + "duplicate": false }, { - "id": 4858, - "name": "Ahrims hood 50", - "examine": "Ahrim the Blighted's leather hood." + "id": 4871, + "name": "Ahrim's robetop 25", + "type": "normal", + "duplicate": false }, { - "id": 4859, - "name": "Ahrims hood 25", - "examine": "Ahrim the Blighted's leather hood." + "id": 4872, + "name": "Ahrim's robetop 0", + "type": "normal", + "duplicate": false }, { - "id": 4860, - "name": "Ahrims hood 0", - "examine": "Ahrim the Blighted's leather hood." + "id": 4873, + "name": "Ahrim's robetop 0", + "type": "noted", + "duplicate": true }, { - "id": 4861, - "name": "Ahrims hood 0", - "examine": "Swap this note at any bank for an Ahrims hood 0." + "id": 4874, + "name": "Ahrim's robeskirt 100", + "type": "normal", + "duplicate": false }, { - "id": 4862, - "name": "Ahrims staff 100", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4875, + "name": "Ahrim's robeskirt 75", + "type": "normal", + "duplicate": false }, { - "id": 4863, - "name": "Ahrims staff 75", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4876, + "name": "Ahrim's robeskirt 50", + "type": "normal", + "duplicate": false }, { - "id": 4864, - "name": "Ahrims staff 50", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4877, + "name": "Ahrim's robeskirt 25", + "type": "normal", + "duplicate": false }, { - "id": 4865, - "name": "Ahrims staff 25", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4878, + "name": "Ahrim's robeskirt 0", + "type": "normal", + "duplicate": false }, { - "id": 4866, - "name": "Ahrims staff 0", - "examine": "Ahrim the Blighted's quarterstaff." + "id": 4879, + "name": "Ahrim's robeskirt 0", + "type": "noted", + "duplicate": true }, { - "id": 4867, - "name": "Ahrims staff 0", - "examine": "Swap this note at any bank for an Ahrims staff 0." + "id": 4880, + "name": "Dharok's helm 100", + "type": "normal", + "duplicate": false }, { - "id": 4868, - "name": "Ahrims top 100", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4881, + "name": "Dharok's helm 75", + "type": "normal", + "duplicate": false }, { - "id": 4869, - "name": "Ahrims top 75", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4882, + "name": "Dharok's helm 50", + "type": "normal", + "duplicate": false }, { - "id": 4870, - "name": "Ahrims top 50", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4883, + "name": "Dharok's helm 25", + "type": "normal", + "duplicate": false }, { - "id": 4871, - "name": "Ahrims top 25", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4884, + "name": "Dharok's helm 0", + "type": "normal", + "duplicate": false }, { - "id": 4872, - "name": "Ahrims top 0", - "examine": "Ahrim the Blighted's armoured robe top." + "id": 4885, + "name": "Dharok's helm 0", + "type": "noted", + "duplicate": true }, { - "id": 4873, - "name": "Ahrims top 0", - "examine": "Swap this note at any bank for an Ahrims top 0." + "id": 4886, + "name": "Dharok's greataxe 100", + "type": "normal", + "duplicate": false }, { - "id": 4874, - "name": "Ahrims skirt 100", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4887, + "name": "Dharok's greataxe 75", + "type": "normal", + "duplicate": false }, { - "id": 4875, - "name": "Ahrims skirt 75", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4888, + "name": "Dharok's greataxe 50", + "type": "normal", + "duplicate": false }, { - "id": 4876, - "name": "Ahrims skirt 50", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4889, + "name": "Dharok's greataxe 25", + "type": "normal", + "duplicate": false }, { - "id": 4877, - "name": "Ahrims skirt 25", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4890, + "name": "Dharok's greataxe 0", + "type": "normal", + "duplicate": false }, { - "id": 4878, - "name": "Ahrims skirt 0", - "examine": "Ahrim the Blighted's armoured robe skirt." + "id": 4891, + "name": "Dharok's greataxe 0", + "type": "noted", + "duplicate": true }, { - "id": 4879, - "name": "Ahrims skirt 0", - "examine": "Swap this note at any bank for an Ahrims skirt 0." + "id": 4892, + "name": "Dharok's platebody 100", + "type": "normal", + "duplicate": false }, { - "id": 4880, - "name": "Dharoks helm 100", - "examine": "Dharok the Wretched's helm." + "id": 4893, + "name": "Dharok's platebody 75", + "type": "normal", + "duplicate": false }, { - "id": 4881, - "name": "Dharoks helm 75", - "examine": "Dharok the Wretched's helm." + "id": 4894, + "name": "Dharok's platebody 50", + "type": "normal", + "duplicate": false }, { - "id": 4882, - "name": "Dharoks helm 50", - "examine": "Dharok the Wretched's helm." + "id": 4895, + "name": "Dharok's platebody 25", + "type": "normal", + "duplicate": false }, { - "id": 4883, - "name": "Dharoks helm 25", - "examine": "Dharok the Wretched's helm." + "id": 4896, + "name": "Dharok's platebody 0", + "type": "normal", + "duplicate": false }, { - "id": 4884, - "name": "Dharoks helm 0", - "examine": "Dharok the Wretched's helm." + "id": 4897, + "name": "Dharok's platebody 0", + "type": "noted", + "duplicate": true }, { - "id": 4885, - "name": "Dharoks helm 0", - "examine": "Swap this note at any bank for a Dharoks helm 0." + "id": 4898, + "name": "Dharok's platelegs 100", + "type": "normal", + "duplicate": false }, { - "id": 4886, - "name": "Dharoks axe 100", - "examine": "Dharok the Wretched's greataxe." + "id": 4899, + "name": "Dharok's platelegs 75", + "type": "normal", + "duplicate": false }, { - "id": 4887, - "name": "Dharoks axe 75", - "examine": "Dharok the Wretched's greataxe." + "id": 4900, + "name": "Dharok's platelegs 50", + "type": "normal", + "duplicate": false }, { - "id": 4888, - "name": "Dharoks axe 50", - "examine": "Dharok the Wretched's greataxe." + "id": 4901, + "name": "Dharok's platelegs 25", + "type": "normal", + "duplicate": false }, { - "id": 4889, - "name": "Dharoks axe 25", - "examine": "Dharok the Wretched's greataxe." + "id": 4902, + "name": "Dharok's platelegs 0", + "type": "normal", + "duplicate": false }, { - "id": 4890, - "name": "Dharoks axe 0", - "examine": "Dharok the Wretched's greataxe." + "id": 4903, + "name": "Dharok's platelegs 0", + "type": "noted", + "duplicate": true }, { - "id": 4891, - "name": "Dharoks axe 0", - "examine": "Swap this note at any bank for a Dharoks axe 0." + "id": 4904, + "name": "Guthan's helm 100", + "type": "normal", + "duplicate": false }, { - "id": 4892, - "name": "Dharoks body 100", - "examine": "Dharok the Wretched's plate body armour." + "id": 4905, + "name": "Guthan's helm 75", + "type": "normal", + "duplicate": false }, { - "id": 4893, - "name": "Dharoks body 75", - "examine": "Dharok the Wretched's plate body armour." + "id": 4906, + "name": "Guthan's helm 50", + "type": "normal", + "duplicate": false }, { - "id": 4894, - "name": "Dharoks body 50", - "examine": "Dharok the Wretched's plate body armour." + "id": 4907, + "name": "Guthan's helm 25", + "type": "normal", + "duplicate": false }, { - "id": 4895, - "name": "Dharoks body 25", - "examine": "Dharok the Wretched's plate body armour." + "id": 4908, + "name": "Guthan's helm 0", + "type": "normal", + "duplicate": false }, { - "id": 4896, - "name": "Dharoks body 0", - "examine": "Dharok the Wretched's plate body armour." + "id": 4909, + "name": "Guthan's helm 0", + "type": "noted", + "duplicate": true }, { - "id": 4897, - "name": "Dharoks body 0", - "examine": "Swap this note at any bank for a Dharoks body 0." + "id": 4910, + "name": "Guthan's warspear 100", + "type": "normal", + "duplicate": false }, { - "id": 4898, - "name": "Dharoks legs 100", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4911, + "name": "Guthan's warspear 75", + "type": "normal", + "duplicate": false }, { - "id": 4899, - "name": "Dharoks legs 75", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4912, + "name": "Guthan's warspear 50", + "type": "normal", + "duplicate": false }, { - "id": 4900, - "name": "Dharoks legs 50", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4913, + "name": "Guthan's warspear 25", + "type": "normal", + "duplicate": false }, { - "id": 4901, - "name": "Dharoks legs 25", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4914, + "name": "Guthan's warspear 0", + "type": "normal", + "duplicate": false }, { - "id": 4902, - "name": "Dharoks legs 0", - "examine": "Dharok the Wretched's plate leg armour." + "id": 4915, + "name": "Guthan's warspear 0", + "type": "noted", + "duplicate": true }, { - "id": 4903, - "name": "Dharoks legs 0", - "examine": "Swap this note at any bank for a Dharoks legs 0." + "id": 4916, + "name": "Guthan's platebody 100", + "type": "normal", + "duplicate": false }, { - "id": 4904, - "name": "Guthans helm 100", - "examine": "Guthan the Infested's helm." + "id": 4917, + "name": "Guthan's platebody 75", + "type": "normal", + "duplicate": false }, { - "id": 4905, - "name": "Guthans helm 75", - "examine": "Guthan the Infested's helm." + "id": 4918, + "name": "Guthan's platebody 50", + "type": "normal", + "duplicate": false }, { - "id": 4906, - "name": "Guthans helm 50", - "examine": "Guthan the Infested's helm." + "id": 4919, + "name": "Guthan's platebody 25", + "type": "normal", + "duplicate": false }, { - "id": 4907, - "name": "Guthans helm 25", - "examine": "Guthan the Infested's helm." + "id": 4920, + "name": "Guthan's platebody 0", + "type": "normal", + "duplicate": false }, { - "id": 4908, - "name": "Guthans helm 0", - "examine": "Guthan the Infested's helm." + "id": 4921, + "name": "Guthan's platebody 0", + "type": "noted", + "duplicate": true }, { - "id": 4909, - "name": "Guthans helm 0", - "examine": "Swap this note at any bank for a Guthans helm 0." + "id": 4922, + "name": "Guthan's chainskirt 100", + "type": "normal", + "duplicate": false }, { - "id": 4910, - "name": "Guthans spear 100", - "examine": "Guthan the Infested's warspear." + "id": 4923, + "name": "Guthan's chainskirt 75", + "type": "normal", + "duplicate": false }, { - "id": 4911, - "name": "Guthans spear 75", - "examine": "Guthan the Infested's warspear." + "id": 4924, + "name": "Guthan's chainskirt 50", + "type": "normal", + "duplicate": false }, { - "id": 4912, - "name": "Guthans spear 50", - "examine": "Guthan the Infested's warspear." + "id": 4925, + "name": "Guthan's chainskirt 25", + "type": "normal", + "duplicate": false }, { - "id": 4913, - "name": "Guthans spear 25", - "examine": "Guthan the Infested's warspear." + "id": 4926, + "name": "Guthan's chainskirt 0", + "type": "normal", + "duplicate": false }, { - "id": 4914, - "name": "Guthans spear 0", - "examine": "Guthan the Infested's warspear." + "id": 4927, + "name": "Guthan's chainskirt 0", + "type": "noted", + "duplicate": true }, { - "id": 4915, - "name": "Guthans spear 0", - "examine": "Swap this note at any bank for a Guthans spear 0." + "id": 4928, + "name": "Karil's coif 100", + "type": "normal", + "duplicate": false }, { - "id": 4916, - "name": "Guthans body 100", - "examine": "Guthan the Infested's plate body armour." + "id": 4929, + "name": "Karil's coif 75", + "type": "normal", + "duplicate": false }, { - "id": 4917, - "name": "Guthans body 75", - "examine": "Guthan the Infested's plate body armour." + "id": 4930, + "name": "Karil's coif 50", + "type": "normal", + "duplicate": false }, { - "id": 4918, - "name": "Guthans body 50", - "examine": "Guthan the Infested's plate body armour." + "id": 4931, + "name": "Karil's coif 25", + "type": "normal", + "duplicate": false }, { - "id": 4919, - "name": "Guthans body 25", - "examine": "Guthan the Infested's plate body armour." + "id": 4932, + "name": "Karil's coif 0", + "type": "normal", + "duplicate": false }, { - "id": 4920, - "name": "Guthans body 0", - "examine": "Guthan the Infested's plate body armour." + "id": 4933, + "name": "Karil's coif 0", + "type": "noted", + "duplicate": true }, { - "id": 4921, - "name": "Guthans body 0", - "examine": "Swap this note at any bank for a Guthans body 0." + "id": 4934, + "name": "Karil's crossbow 100", + "type": "normal", + "duplicate": false }, { - "id": 4922, - "name": "Guthans skirt 100", - "examine": "Guthan the Infested's chainskirt." + "id": 4935, + "name": "Karil's crossbow 75", + "type": "normal", + "duplicate": false }, { - "id": 4923, - "name": "Guthans skirt 75", - "examine": "Guthan the Infested's chainskirt." + "id": 4936, + "name": "Karil's crossbow 50", + "type": "normal", + "duplicate": false }, { - "id": 4924, - "name": "Guthans skirt 50", - "examine": "Guthan the Infested's chainskirt." + "id": 4937, + "name": "Karil's crossbow 25", + "type": "normal", + "duplicate": false }, { - "id": 4925, - "name": "Guthans skirt 25", - "examine": "Guthan the Infested's chainskirt." + "id": 4938, + "name": "Karil's crossbow 0", + "type": "normal", + "duplicate": false }, { - "id": 4926, - "name": "Guthans skirt 0", - "examine": "Guthan the Infested's chainskirt." + "id": 4939, + "name": "Karil's crossbow 0", + "type": "noted", + "duplicate": true }, { - "id": 4927, - "name": "Guthans skirt 0", - "examine": "Swap this note at any bank for a Guthans skirt 0." + "id": 4940, + "name": "Karil's leathertop 100", + "type": "normal", + "duplicate": false }, { - "id": 4928, - "name": "Karils coif 100", - "examine": "Karil the Tainted's coif and facemask." + "id": 4941, + "name": "Karil's leathertop 75", + "type": "normal", + "duplicate": false }, { - "id": 4929, - "name": "Karils coif 75", - "examine": "Karil the Tainted's coif and facemask." + "id": 4942, + "name": "Karil's leathertop 50", + "type": "normal", + "duplicate": false }, { - "id": 4930, - "name": "Karils coif 50", - "examine": "Karil the Tainted's coif and facemask." + "id": 4943, + "name": "Karil's leathertop 25", + "type": "normal", + "duplicate": false }, { - "id": 4931, - "name": "Karils coif 25", - "examine": "Karil the Tainted's coif and facemask." + "id": 4944, + "name": "Karil's leathertop 0", + "type": "normal", + "duplicate": false }, { - "id": 4932, - "name": "Karils coif 0", - "examine": "Karil the Tainted's coif and facemask." + "id": 4945, + "name": "Karil's leathertop 0", + "type": "noted", + "duplicate": true }, { - "id": 4933, - "name": "Karils coif 0", - "examine": "Swap this note at any bank for a Karils coif 0." + "id": 4946, + "name": "Karil's leatherskirt 100", + "type": "normal", + "duplicate": false }, { - "id": 4934, - "name": "Karils x-bow 100", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4947, + "name": "Karil's leatherskirt 75", + "type": "normal", + "duplicate": false }, { - "id": 4935, - "name": "Karils x-bow 75", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4948, + "name": "Karil's leatherskirt 50", + "type": "normal", + "duplicate": false }, { - "id": 4936, - "name": "Karils x-bow 50", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4949, + "name": "Karil's leatherskirt 25", + "type": "normal", + "duplicate": false }, { - "id": 4937, - "name": "Karils x-bow 25", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4950, + "name": "Karil's leatherskirt 0", + "type": "normal", + "duplicate": false }, { - "id": 4938, - "name": "Karils x-bow 0", - "examine": "Karil the Tainted's repeating crossbow." + "id": 4951, + "name": "Karil's leatherskirt 0", + "type": "noted", + "duplicate": true }, { - "id": 4939, - "name": "Karils x-bow 0", - "examine": "Swap this note at any bank for a Karils x-bow 0." + "id": 4952, + "name": "Torag's helm 100", + "type": "normal", + "duplicate": false }, { - "id": 4940, - "name": "Karils top 100", - "examine": "Karil the Tainted's leather body armour." + "id": 4953, + "name": "Torag's helm 75", + "type": "normal", + "duplicate": false }, { - "id": 4941, - "name": "Karils top 75", - "examine": "Karil the Tainted's leather body armour." + "id": 4954, + "name": "Torag's helm 50", + "type": "normal", + "duplicate": false }, { - "id": 4942, - "name": "Karils top 50", - "examine": "Karil the Tainted's leather body armour." + "id": 4955, + "name": "Torag's helm 25", + "type": "normal", + "duplicate": false }, { - "id": 4943, - "name": "Karils top 25", - "examine": "Karil the Tainted's leather body armour." + "id": 4956, + "name": "Torag's helm 0", + "type": "normal", + "duplicate": false }, { - "id": 4944, - "name": "Karils top 0", - "examine": "Karil the Tainted's leather body armour." + "id": 4957, + "name": "Torag's helm 0", + "type": "noted", + "duplicate": true }, { - "id": 4945, - "name": "Karils top 0", - "examine": "Swap this note at any bank for a Karils top 0." + "id": 4958, + "name": "Torag's hammers 100", + "type": "normal", + "duplicate": false }, { - "id": 4946, - "name": "Karils skirt 100", - "examine": "Karil the Tainted's leather skirt." + "id": 4959, + "name": "Torag's hammers 75", + "type": "normal", + "duplicate": false }, { - "id": 4947, - "name": "Karils skirt 75", - "examine": "Karil the Tainted's leather skirt." + "id": 4960, + "name": "Torag's hammers 50", + "type": "normal", + "duplicate": false }, { - "id": 4948, - "name": "Karils skirt 50", - "examine": "Karil the Tainted's leather skirt." + "id": 4961, + "name": "Torag's hammers 25", + "type": "normal", + "duplicate": false }, { - "id": 4949, - "name": "Karils skirt 25", - "examine": "Karil the Tainted's leather skirt." + "id": 4962, + "name": "Torag's hammers 0", + "type": "normal", + "duplicate": false }, { - "id": 4950, - "name": "Karils skirt 0", - "examine": "Karil the Tainted's leather skirt." + "id": 4963, + "name": "Torag's hammers 0", + "type": "noted", + "duplicate": true }, { - "id": 4951, - "name": "Karils skirt 0", - "examine": "Swap this note at any bank for a Karils skirt 0." + "id": 4964, + "name": "Torag's platebody 100", + "type": "normal", + "duplicate": false }, { - "id": 4952, - "name": "Torags helm 100", - "examine": "Torag the Corrupted's helm." + "id": 4965, + "name": "Torag's platebody 75", + "type": "normal", + "duplicate": false }, { - "id": 4953, - "name": "Torags helm 75", - "examine": "Torag the Corrupted's helm." + "id": 4966, + "name": "Torag's platebody 50", + "type": "normal", + "duplicate": false }, { - "id": 4954, - "name": "Torags helm 50", - "examine": "Torag the Corrupted's helm." + "id": 4967, + "name": "Torag's platebody 25", + "type": "normal", + "duplicate": false }, { - "id": 4955, - "name": "Torags helm 25", - "examine": "Torag the Corrupted's helm." + "id": 4968, + "name": "Torag's platebody 0", + "type": "normal", + "duplicate": false }, { - "id": 4956, - "name": "Torags helm 0", - "examine": "Torag the Corrupted's helm." + "id": 4969, + "name": "Torag's platebody 0", + "type": "noted", + "duplicate": true }, { - "id": 4957, - "name": "Torags helm 0", - "examine": "Swap this note at any bank for a Torags helm 0." + "id": 4970, + "name": "Torag's platelegs 100", + "type": "normal", + "duplicate": false }, { - "id": 4958, - "name": "Torags hammer 100", - "examine": "Torag the Corrupted's twin hammers." + "id": 4971, + "name": "Torag's platelegs 75", + "type": "normal", + "duplicate": false }, { - "id": 4959, - "name": "Torags hammer 75", - "examine": "Torag the Corrupted's twin hammers." + "id": 4972, + "name": "Torag's platelegs 50", + "type": "normal", + "duplicate": false }, { - "id": 4960, - "name": "Torags hammer 50", - "examine": "Torag the Corrupted's twin hammers." + "id": 4973, + "name": "Torag's platelegs 25", + "type": "normal", + "duplicate": false }, { - "id": 4961, - "name": "Torags hammer 25", - "examine": "Torag the Corrupted's twin hammers." + "id": 4974, + "name": "Torag's platelegs 0", + "type": "normal", + "duplicate": false }, { - "id": 4962, - "name": "Torags hammer 0", - "examine": "Torag the Corrupted's twin hammers." + "id": 4975, + "name": "Torag's platelegs 0", + "type": "noted", + "duplicate": true }, { - "id": 4963, - "name": "Torags hammer 0", - "examine": "Swap this note at any bank for a Torags hammer 0." + "id": 4976, + "name": "Verac's helm 100", + "type": "normal", + "duplicate": false }, { - "id": 4964, - "name": "Torags body 100", - "examine": "Torag the Corrupted's plate body armour." + "id": 4977, + "name": "Verac's helm 75", + "type": "normal", + "duplicate": false }, { - "id": 4965, - "name": "Torags body 75", - "examine": "Torag the Corrupted's plate body armour." + "id": 4978, + "name": "Verac's helm 50", + "type": "normal", + "duplicate": false }, { - "id": 4966, - "name": "Torags body 50", - "examine": "Torag the Corrupted's plate body armour." + "id": 4979, + "name": "Verac's helm 25", + "type": "normal", + "duplicate": false }, { - "id": 4967, - "name": "Torags body 25", - "examine": "Torag the Corrupted's plate body armour." + "id": 4980, + "name": "Verac's helm 0", + "type": "normal", + "duplicate": false }, { - "id": 4968, - "name": "Torags body 0", - "examine": "Torag the Corrupted's plate body armour." + "id": 4981, + "name": "Verac's helm 0", + "type": "noted", + "duplicate": true }, { - "id": 4969, - "name": "Torags body 0", - "examine": "Swap this note at any bank for a Torags body 0." + "id": 4982, + "name": "Verac's flail 100", + "type": "normal", + "duplicate": false }, { - "id": 4970, - "name": "Torags legs 100", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4983, + "name": "Verac's flail 75", + "type": "normal", + "duplicate": false }, { - "id": 4971, - "name": "Torags legs 75", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4984, + "name": "Verac's flail 50", + "type": "normal", + "duplicate": false }, { - "id": 4972, - "name": "Torags legs 50", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4985, + "name": "Verac's flail 25", + "type": "normal", + "duplicate": false }, { - "id": 4973, - "name": "Torags legs 25", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4986, + "name": "Verac's flail 0", + "type": "normal", + "duplicate": false }, { - "id": 4974, - "name": "Torags legs 0", - "examine": "Torag the Corrupted's plate leg armour." + "id": 4987, + "name": "Verac's flail 0", + "type": "noted", + "duplicate": true }, { - "id": 4975, - "name": "Torags legs 0", - "examine": "Swap this note at any bank for a Torags legs 0." + "id": 4988, + "name": "Verac's brassard 100", + "type": "normal", + "duplicate": false }, { - "id": 4976, - "name": "Veracs helm 100", - "examine": "Verac the Defiled's helm." + "id": 4989, + "name": "Verac's brassard 75", + "type": "normal", + "duplicate": false }, { - "id": 4977, - "name": "Veracs helm 75", - "examine": "Verac the Defiled's helm." + "id": 4990, + "name": "Verac's brassard 50", + "type": "normal", + "duplicate": false }, { - "id": 4978, - "name": "Veracs helm 50", - "examine": "Verac the Defiled's helm." + "id": 4991, + "name": "Verac's brassard 25", + "type": "normal", + "duplicate": false }, { - "id": 4979, - "name": "Veracs helm 25", - "examine": "Verac the Defiled's helm." + "id": 4992, + "name": "Verac's brassard 0", + "type": "normal", + "duplicate": false }, { - "id": 4980, - "name": "Veracs helm 0", - "examine": "Verac the Defiled's helm." + "id": 4993, + "name": "Verac's brassard 0", + "type": "noted", + "duplicate": true }, { - "id": 4981, - "name": "Veracs helm 0", - "examine": "Swap this note at any bank for a Veracs helm 0." + "id": 4994, + "name": "Verac's plateskirt 100", + "type": "normal", + "duplicate": false }, { - "id": 4982, - "name": "Veracs flail 100", - "examine": "Verac the Defiled's flail." + "id": 4995, + "name": "Verac's plateskirt 75", + "type": "normal", + "duplicate": false }, { - "id": 4983, - "name": "Veracs flail 75", - "examine": "Verac the Defiled's flail." + "id": 4996, + "name": "Verac's plateskirt 50", + "type": "normal", + "duplicate": false }, { - "id": 4984, - "name": "Veracs flail 50", - "examine": "Verac the Defiled's flail." + "id": 4997, + "name": "Verac's plateskirt 25", + "type": "normal", + "duplicate": false }, { - "id": 4985, - "name": "Veracs flail 25", - "examine": "Verac the Defiled's flail." + "id": 4998, + "name": "Verac's plateskirt 0", + "type": "normal", + "duplicate": false }, { - "id": 4986, - "name": "Veracs flail 0", - "examine": "Verac the Defiled's flail." + "id": 4999, + "name": "Verac's plateskirt 0", + "type": "noted", + "duplicate": true }, + null, { - "id": 4987, - "name": "Veracs flail 0", - "examine": "Swap this note at any bank for a Veracs flail 0." + "id": 5001, + "name": "Raw cave eel", + "type": "normal", + "duplicate": false }, { - "id": 4988, - "name": "Veracs top 100", - "examine": "Verac the Defiled's brassard." + "id": 5002, + "name": "Burnt cave eel", + "type": "normal", + "duplicate": false }, { - "id": 4989, - "name": "Veracs top 75", - "examine": "Verac the Defiled's brassard." + "id": 5003, + "name": "Cave eel", + "type": "normal", + "duplicate": false }, { - "id": 4990, - "name": "Veracs top 50", - "examine": "Verac the Defiled's brassard." + "id": 5004, + "name": "Frog spawn", + "type": "normal", + "duplicate": false }, { - "id": 4991, - "name": "Veracs top 25", - "examine": "Verac the Defiled's brassard." + "id": 5005, + "name": "Raw cave eel", + "type": "noted", + "duplicate": true }, { - "id": 4992, - "name": "Veracs top 0", - "examine": "Verac the Defiled's brassard." + "id": 5006, + "name": "Burnt cave eel", + "type": "noted", + "duplicate": true }, { - "id": 4993, - "name": "Veracs top 0", - "examine": "Swap this note at any bank for a Veracs top 0." + "id": 5007, + "name": "Cave eel", + "type": "noted", + "duplicate": true }, { - "id": 4994, - "name": "Veracs skirt 100", - "examine": "Verac the Defiled's plate skirt." + "id": 5008, + "name": "Brooch", + "type": "normal", + "duplicate": false }, { - "id": 4995, - "name": "Veracs skirt 75", - "examine": "Verac the Defiled's plate skirt." + "id": 5009, + "name": "Goblin symbol book", + "type": "normal", + "duplicate": false }, { - "id": 4996, - "name": "Veracs skirt 50", - "examine": "Verac the Defiled's plate skirt." + "id": 5010, + "name": "Key", + "type": "normal", + "duplicate": false }, { - "id": 4997, - "name": "Veracs skirt 25", - "examine": "Verac the Defiled's plate skirt." + "id": 5011, + "name": "Silverware", + "type": "normal", + "duplicate": false }, { - "id": 4998, - "name": "Veracs skirt 0", - "examine": "Verac the Defiled's plate skirt." + "id": 5012, + "name": "Peace treaty", + "type": "normal", + "duplicate": false }, { - "id": 4999, - "name": "Veracs skirt 0", - "examine": "Swap this note at any bank for a Veracs skirt 0." + "id": 5013, + "name": "Mining helmet", + "type": "normal", + "duplicate": false }, - null, { - "id": 5001, - "name": "Raw cave eel", - "examine": "It's incredibly slimy." + "id": 5014, + "name": "Mining helmet", + "type": "normal", + "duplicate": false }, { - "id": 5002, - "name": "Burnt cave eel", - "examine": "It's no longer slimy, or edible." + "id": 5015, + "name": "Mining helmet", + "type": "noted", + "duplicate": true }, { - "id": 5003, - "name": "Cave eel", - "examine": "It's a bit slimy." + "id": 5016, + "name": "Bone spear", + "type": "normal", + "duplicate": false }, { - "id": 5004, - "name": "Frog spawn", - "examine": "That's disgusting!" + "id": 5017, + "name": "Bone spear", + "type": "noted", + "duplicate": true }, { - "id": 5005, - "name": "Raw cave eel", - "examine": "Swap this note at any bank for a Raw cave eel." + "id": 5018, + "name": "Bone club", + "type": "normal", + "duplicate": false }, { - "id": 5006, - "name": "Burnt cave eel", - "examine": "Swap this note at any bank for a Burnt cave eel." + "id": 5019, + "name": "Bone club", + "type": "noted", + "duplicate": true }, { - "id": 5007, - "name": "Cave eel", - "examine": "Swap this note at any bank for a Cave eel." + "id": 5020, + "name": "Minecart ticket", + "type": "normal", + "duplicate": false }, { - "id": 5008, - "name": "Brooch", - "examine": "A stone brooch with a symbol on it." + "id": 5021, + "name": "Minecart ticket", + "type": "normal", + "duplicate": false }, { - "id": 5009, - "name": "Goblin symbol book", - "examine": "A book about the ancient goblin tribes." + "id": 5022, + "name": "Minecart ticket", + "type": "normal", + "duplicate": false }, { - "id": 5010, - "name": "Key", - "examine": "The key you stole from Sigmund." + "id": 5023, + "name": "Minecart ticket", + "type": "normal", + "duplicate": false }, { - "id": 5011, - "name": "Silverware", - "examine": "You found the Lumbridge silverware in the HAM cave." + "id": 5024, + "name": "Woven top", + "type": "normal", + "duplicate": false }, { - "id": 5012, - "name": "Peace treaty", - "examine": "A peace treaty between Lumbridge and the Cave Goblins." + "id": 5025, + "name": "Woven top", + "type": "noted", + "duplicate": true }, { - "id": 5013, - "name": "Mining helmet", - "examine": "A helmet with a lamp on it." + "id": 5026, + "name": "Woven top", + "type": "normal", + "duplicate": false }, { - "id": 5014, - "name": "Mining helmet", - "examine": "A helmet with an unlit lamp on it." + "id": 5027, + "name": "Woven top", + "type": "noted", + "duplicate": true }, { - "id": 5015, - "name": "Mining helmet", - "examine": "Swap this note at any bank for a Mining helmet." + "id": 5028, + "name": "Woven top", + "type": "normal", + "duplicate": false }, { - "id": 5016, - "name": "Bone spear", - "examine": "Basic but brutal!" + "id": 5029, + "name": "Woven top", + "type": "noted", + "duplicate": true }, { - "id": 5017, - "name": "Bone spear", - "examine": "Swap this note at any bank for a Bone spear." + "id": 5030, + "name": "Shirt", + "type": "normal", + "duplicate": false }, { - "id": 5018, - "name": "Bone club", - "examine": "Basic but brutal!" + "id": 5031, + "name": "Shirt", + "type": "noted", + "duplicate": true }, { - "id": 5019, - "name": "Bone club", - "examine": "Swap this note at any bank for a Bone club." + "id": 5032, + "name": "Shirt", + "type": "normal", + "duplicate": false }, { - "id": 5020, - "name": "Minecart ticket", - "examine": "A ticket to take you from Keldagrim to the dwarven mines under Ice Mountain." + "id": 5033, + "name": "Shirt", + "type": "noted", + "duplicate": true }, { - "id": 5021, - "name": "Minecart ticket", - "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim." + "id": 5034, + "name": "Shirt", + "type": "normal", + "duplicate": false }, { - "id": 5022, - "name": "Minecart ticket", - "examine": "A ticket to take you from Keldagrim to the passage under White Wolf Mountain." + "id": 5035, + "name": "Shirt", + "type": "noted", + "duplicate": true }, { - "id": 5023, - "name": "Minecart ticket", - "examine": "A ticket to take you from the passage under White Wolf Mountain to Keldagrim." + "id": 5036, + "name": "Trousers", + "type": "normal", + "duplicate": false }, { - "id": 5024, - "name": "Woven top", - "examine": "Far too small to wear." + "id": 5037, + "name": "Trousers", + "type": "noted", + "duplicate": true }, { - "id": 5025, - "name": "Woven top", - "examine": "Swap this note at any bank for a Woven top." + "id": 5038, + "name": "Trousers", + "type": "normal", + "duplicate": false }, { - "id": 5026, - "name": "Woven top", - "examine": "Yellow top, too small for me." + "id": 5039, + "name": "Trousers", + "type": "noted", + "duplicate": true }, { - "id": 5027, - "name": "Woven top", - "examine": "Swap this note at any bank for a Woven top." + "id": 5040, + "name": "Trousers", + "type": "normal", + "duplicate": false }, { - "id": 5028, - "name": "Woven top", - "examine": "Blue top, very tiny." + "id": 5041, + "name": "Trousers", + "type": "noted", + "duplicate": true }, { - "id": 5029, - "name": "Woven top", - "examine": "Swap this note at any bank for a Woven top." + "id": 5042, + "name": "Shorts", + "type": "normal", + "duplicate": false }, { - "id": 5030, - "name": "Shirt", - "examine": "Tiny!" + "id": 5043, + "name": "Shorts", + "type": "noted", + "duplicate": true }, { - "id": 5031, - "name": "Shirt", - "examine": "Swap this note at any bank for a Shirt." + "id": 5044, + "name": "Shorts", + "type": "normal", + "duplicate": false }, { - "id": 5032, - "name": "Shirt", - "examine": "Tiny!" + "id": 5045, + "name": "Shorts", + "type": "noted", + "duplicate": true }, { - "id": 5033, - "name": "Shirt", - "examine": "Swap this note at any bank for a Shirt." + "id": 5046, + "name": "Shorts", + "type": "normal", + "duplicate": false }, { - "id": 5034, - "name": "Shirt", - "examine": "Tiny!" + "id": 5047, + "name": "Shorts", + "type": "noted", + "duplicate": true }, { - "id": 5035, - "name": "Shirt", - "examine": "Swap this note at any bank for a Shirt." + "id": 5048, + "name": "Skirt", + "type": "normal", + "duplicate": false }, { - "id": 5036, - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course." + "id": 5049, + "name": "Skirt", + "type": "noted", + "duplicate": true }, { - "id": 5037, - "name": "Trousers", - "examine": "Swap this note at any bank for a Trousers." + "id": 5050, + "name": "Skirt", + "type": "normal", + "duplicate": false }, { - "id": 5038, - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course." + "id": 5051, + "name": "Skirt", + "type": "noted", + "duplicate": true }, { - "id": 5039, - "name": "Trousers", - "examine": "Swap this note at any bank for a Trousers." + "id": 5052, + "name": "Skirt", + "type": "normal", + "duplicate": false }, { - "id": 5040, - "name": "Trousers", - "examine": "A pair of long dwarven trousers... long for dwarves, of course." + "id": 5053, + "name": "Skirt", + "type": "noted", + "duplicate": true }, { - "id": 5041, - "name": "Trousers", - "examine": "Swap this note at any bank for a Trousers." + "id": 5054, + "name": "Dwarf", + "type": "normal", + "duplicate": false }, { - "id": 5042, - "name": "Shorts", - "examine": "These look great, on dwarves!" + "id": 5055, + "name": "Dwarf", + "type": "noted", + "duplicate": true }, { - "id": 5043, - "name": "Shorts", - "examine": "Swap this note at any bank for a Shorts." + "id": 5056, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5044, - "name": "Shorts", - "examine": "Yellow shorts. Far too small for you." + "id": 5057, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5045, - "name": "Shorts", - "examine": "Swap this note at any bank for a Shorts." + "id": 5058, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5046, - "name": "Shorts", - "examine": "Blue shorts, these would look great on dwarves!" + "id": 5059, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5047, - "name": "Shorts", - "examine": "Swap this note at any bank for a Shorts." + "id": 5060, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5048, - "name": "Skirt", - "examine": "A brown skirt. Size small!" + "id": 5061, + "name": "Dwarven battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 5049, - "name": "Skirt", - "examine": "Swap this note at any bank for a Skirt." + "id": 5062, + "name": "Left boot", + "type": "normal", + "duplicate": false }, { - "id": 5050, - "name": "Skirt", - "examine": "Lilac skirt." + "id": 5063, + "name": "Right boot", + "type": "normal", + "duplicate": false }, { - "id": 5051, - "name": "Skirt", - "examine": "Swap this note at any bank for a Skirt." + "id": 5064, + "name": "Exquisite boots", + "type": "normal", + "duplicate": false }, { - "id": 5052, - "name": "Skirt", - "examine": "A blue skirt." + "id": 5065, + "name": "Book on costumes", + "type": "normal", + "duplicate": false }, { - "id": 5053, - "name": "Skirt", - "examine": "Swap this note at any bank for a Skirt." + "id": 5066, + "name": "Meeting notes", + "type": "normal", + "duplicate": false }, { - "id": 5054, - "name": "Dwarf", - "examine": "Petit." + "id": 5067, + "name": "Exquisite clothes", + "type": "normal", + "duplicate": false }, { - "id": 5055, - "name": "Dwarf", - "examine": "Swap this note at any bank for a Dwarf." + "id": 5068, + "name": "Master farmer", + "type": "normal", + "duplicate": false }, { - "id": 5056, - "name": "Dwarven battleaxe", - "examine": "This looks very rusty and worn." + "id": 5069, + "name": "Unfinished broad bolts", + "type": "normal", + "duplicate": true }, { - "id": 5057, - "name": "Dwarven battleaxe", - "examine": "This axe blade has been sharpened." + "id": 5070, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5058, - "name": "Dwarven battleaxe", - "examine": "Three sapphires have been crafted onto the hilt." + "id": 5071, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5059, - "name": "Dwarven battleaxe", - "examine": "This axe has a sharp blade and there are sapphires in the hilt." + "id": 5072, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5060, - "name": "Dwarven battleaxe", - "examine": "This battleaxe is in the process of having sapphires fitted onto it." + "id": 5073, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5061, - "name": "Dwarven battleaxe", - "examine": "This battleaxe is in the process of having sapphires fitted onto it." + "id": 5074, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5062, - "name": "Left boot", - "examine": "One of a pair I assume." + "id": 5075, + "name": "Bird nest", + "type": "normal", + "duplicate": false }, { - "id": 5063, - "name": "Right boot", - "examine": "A good looking boot, for the right foot. Literally." + "id": 5076, + "name": "Bird's egg", + "type": "normal", + "duplicate": false }, { - "id": 5064, - "name": "Exquisite boots", - "examine": "A lovely pair of boots." + "id": 5077, + "name": "Bird's egg", + "type": "normal", + "duplicate": false }, { - "id": 5065, - "name": "Book on costumes", - "examine": "An old library book. It bears the title 'Scholars Guide to Dwarven Costumes'." + "id": 5078, + "name": "Bird's egg", + "type": "normal", + "duplicate": false }, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 5066, - "name": "Meeting notes", - "examine": "These notes are from a meeting of the Keldagrim Consortium." + "id": 5087, + "name": "Varrock armour", + "type": "normal", + "duplicate": false }, + null, { - "id": 5067, - "name": "Exquisite clothes", - "examine": "Clothes for the sculptor's model." + "id": 5089, + "name": "Sea snake", + "type": "normal", + "duplicate": false }, + null, + null, + null, { - "id": 5068, - "name": "Master farmer", - "examine": "A master at farming." + "id": 5093, + "name": "Morytania legs", + "type": "normal", + "duplicate": false }, + null, { - "id": 5069, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 5095, + "name": "Explorer's ring", + "type": "normal", + "duplicate": false }, { - "id": 5070, - "name": "Bird nest", - "examine": "It's a bird's nest with an egg in it." + "id": 5096, + "name": "Marigold seed", + "type": "normal", + "duplicate": false }, { - "id": 5071, - "name": "Bird nest", - "examine": "It's a bird's nest with an egg in it." + "id": 5097, + "name": "Rosemary seed", + "type": "normal", + "duplicate": false }, { - "id": 5072, - "name": "Bird nest", - "examine": "It's a bird's nest with an egg in it." + "id": 5098, + "name": "Nasturtium seed", + "type": "normal", + "duplicate": false }, { - "id": 5073, - "name": "Bird nest", - "examine": "It's a bird's nest with some seeds in it." + "id": 5099, + "name": "Woad seed", + "type": "normal", + "duplicate": false }, { - "id": 5074, - "name": "Bird nest", - "examine": "It's a bird's nest with a ring in it." + "id": 5100, + "name": "Limpwurt seed", + "type": "normal", + "duplicate": false }, { - "id": 5075, - "name": "Bird nest", - "examine": "It's an empty bird's nest." + "id": 5101, + "name": "Redberry seed", + "type": "normal", + "duplicate": false }, { - "id": 5076, - "name": "Bird's egg", - "examine": "A red bird's egg." + "id": 5102, + "name": "Cadavaberry seed", + "type": "normal", + "duplicate": false }, { - "id": 5077, - "name": "Bird's egg", - "examine": "A blue bird's egg." + "id": 5103, + "name": "Dwellberry seed", + "type": "normal", + "duplicate": false }, { - "id": 5078, - "name": "Bird's egg", - "examine": "A green bird's egg." + "id": 5104, + "name": "Jangerberry seed", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 5096, - "name": "Marigold seed", - "examine": "A marigold seed" + "id": 5105, + "name": "Whiteberry seed", + "type": "normal", + "duplicate": false }, { - "id": 5097, - "name": "Rosemary seed", - "examine": "A rosemary seed" + "id": 5106, + "name": "Poison ivy seed", + "type": "normal", + "duplicate": false }, { - "id": 5098, - "name": "Nasturtium seed", - "examine": "A nasturtium seed" + "id": 5107, + "name": "Yew seed", + "type": "normal", + "duplicate": true }, { - "id": 5099, - "name": "Woad seed", - "examine": "A woad seed" + "id": 5108, + "name": "Yew seed", + "type": "normal", + "duplicate": true }, { - "id": 5100, - "name": "Limpwurt seed", - "examine": "A limpwurt seed" + "id": 5109, + "name": "Yew seed", + "type": "normal", + "duplicate": true }, { - "id": 5101, - "name": "Redberry seed", - "examine": "A redberry bush seed" + "id": 5110, + "name": "Yew seed", + "type": "normal", + "duplicate": true }, { - "id": 5102, - "name": "Cadavaberry seed", - "examine": "A cadavaberry bush seed" + "id": 5111, + "name": "Acorn", + "type": "normal", + "duplicate": true }, { - "id": 5103, - "name": "Dwellberry seed", - "examine": "A dwellberry bush seed" + "id": 5112, + "name": "Acorn", + "type": "normal", + "duplicate": true }, { - "id": 5104, - "name": "Jangerberry seed", - "examine": "A jangerberry bush seed" + "id": 5113, + "name": "Acorn", + "type": "normal", + "duplicate": true }, { - "id": 5105, - "name": "Whiteberry seed", - "examine": "A whiteberry bush seed" + "id": 5114, + "name": "Acorn", + "type": "normal", + "duplicate": true }, { - "id": 5106, - "name": "Poison ivy seed", - "examine": "A poison ivy bush seed" + "id": 5115, + "name": "Willow seed", + "type": "normal", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 5171, - "name": "Seeds", - "examine": "Some seeds." + "id": 5116, + "name": "Willow seed", + "type": "normal", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 5280, - "name": "Cactus seed", - "examine": "A Cactus seed" + "id": 5117, + "name": "Willow seed", + "type": "normal", + "duplicate": true }, { - "id": 5281, - "name": "Belladonna seed", - "examine": "Also known as Deadly Nightshade" + "id": 5118, + "name": "Willow seed", + "type": "normal", + "duplicate": true }, { - "id": 5282, - "name": "Mushroom spore", - "examine": "A Bittercap mushroom spore" + "id": 5119, + "name": "Maple seed", + "type": "normal", + "duplicate": true }, { - "id": 5283, - "name": "Apple tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5120, + "name": "Maple seed", + "type": "normal", + "duplicate": true }, { - "id": 5284, - "name": "Banana tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5121, + "name": "Maple seed", + "type": "normal", + "duplicate": true }, { - "id": 5285, - "name": "Orange tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5122, + "name": "Maple seed", + "type": "normal", + "duplicate": true }, { - "id": 5286, - "name": "Curry tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5123, + "name": "Magic seed", + "type": "normal", + "duplicate": true }, { - "id": 5287, - "name": "Pineapple seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5124, + "name": "Magic seed", + "type": "normal", + "duplicate": true }, { - "id": 5288, - "name": "Papaya tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5125, + "name": "Magic seed", + "type": "normal", + "duplicate": true }, { - "id": 5289, - "name": "Palm tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5126, + "name": "Magic seed", + "type": "normal", + "duplicate": true }, { - "id": 5290, - "name": "Calquat tree seed", - "examine": "Plant in a plantpot of soil to grow a sapling." + "id": 5127, + "name": "Spirit seed", + "type": "normal", + "duplicate": true }, { - "id": 5291, - "name": "Guam seed", - "examine": "A guam seed" + "id": 5128, + "name": "Spirit seed", + "type": "normal", + "duplicate": true }, { - "id": 5292, - "name": "Marrentill seed", - "examine": "A marrentill seed" + "id": 5129, + "name": "Spirit seed", + "type": "normal", + "duplicate": true }, { - "id": 5293, - "name": "Tarromin seed", - "examine": "A tarromin seed" + "id": 5130, + "name": "Spirit seed", + "type": "normal", + "duplicate": true }, { - "id": 5294, - "name": "Harralander seed", - "examine": "A harralander seed" + "id": 5131, + "name": "Marigold seed", + "type": "normal", + "duplicate": true }, { - "id": 5295, - "name": "Ranarr seed", - "examine": "A ranarr seed" + "id": 5132, + "name": "Marigold seed", + "type": "normal", + "duplicate": true }, { - "id": 5296, - "name": "Toadflax seed", - "examine": "A toadflax seed" + "id": 5133, + "name": "Marigold seed", + "type": "normal", + "duplicate": true }, { - "id": 5297, - "name": "Irit seed", - "examine": "An irit seed" + "id": 5134, + "name": "Marigold seed", + "type": "normal", + "duplicate": true }, { - "id": 5298, - "name": "Avantoe seed", - "examine": "An avantoe seed" + "id": 5135, + "name": "Rosemary seed", + "type": "normal", + "duplicate": true }, { - "id": 5299, - "name": "Kwuarm seed", - "examine": "A kwuarm seed" + "id": 5136, + "name": "Rosemary seed", + "type": "normal", + "duplicate": true }, { - "id": 5300, - "name": "Snapdragon seed", - "examine": "A snapdragon seed" + "id": 5137, + "name": "Rosemary seed", + "type": "normal", + "duplicate": true }, { - "id": 5301, - "name": "Cadantine seed", - "examine": "A cadantine seed" + "id": 5138, + "name": "Rosemary seed", + "type": "normal", + "duplicate": true }, { - "id": 5302, - "name": "Lantadyme seed", - "examine": "A lantadyme seed" + "id": 5139, + "name": "Sweetcorn seed", + "type": "normal", + "duplicate": true }, { - "id": 5303, - "name": "Dwarf weed seed", - "examine": "A dwarf weed seed" + "id": 5140, + "name": "Sweetcorn seed", + "type": "normal", + "duplicate": true }, { - "id": 5304, - "name": "Torstol seed", - "examine": "A torstol seed" + "id": 5141, + "name": "Sweetcorn seed", + "type": "normal", + "duplicate": true }, { - "id": 5305, - "name": "Barley seed", - "examine": "A barley seed" + "id": 5142, + "name": "Sweetcorn seed", + "type": "normal", + "duplicate": true }, { - "id": 5306, - "name": "Jute seed", - "examine": "A jute plant seed" + "id": 5143, + "name": "Watermelon seed", + "type": "normal", + "duplicate": true }, { - "id": 5307, - "name": "Hammerstone seed", - "examine": "A Hammerstone hop seed" + "id": 5144, + "name": "Watermelon seed", + "type": "normal", + "duplicate": true }, { - "id": 5308, - "name": "Asgarnian seed", - "examine": "An Asgarnian hop seed" + "id": 5145, + "name": "Watermelon seed", + "type": "normal", + "duplicate": true }, { - "id": 5309, - "name": "Yanillian seed", - "examine": "A Yanillian hop seed" + "id": 5146, + "name": "Watermelon seed", + "type": "normal", + "duplicate": true }, { - "id": 5310, - "name": "Krandorian seed", - "examine": "A Krandorian hop seed" + "id": 5147, + "name": "Strawberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5311, - "name": "Wildblood seed", - "examine": "A Wildblood hop seed" + "id": 5148, + "name": "Strawberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5312, - "name": "Acorn", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5149, + "name": "Strawberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5313, - "name": "Willow seed", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5150, + "name": "Strawberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5314, - "name": "Maple seed", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5151, + "name": "Tomato seed", + "type": "normal", + "duplicate": true }, { - "id": 5315, - "name": "Yew seed", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5152, + "name": "Tomato seed", + "type": "normal", + "duplicate": true }, { - "id": 5316, - "name": "Magic seed", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5153, + "name": "Tomato seed", + "type": "normal", + "duplicate": true }, { - "id": 5317, - "name": "Spirit seed", - "examine": "Plant this in a plantpot of soil to grow a sapling." + "id": 5154, + "name": "Tomato seed", + "type": "normal", + "duplicate": true }, { - "id": 5318, - "name": "Potato seed", - "examine": "A potato seed" + "id": 5155, + "name": "Cabbage seed", + "type": "normal", + "duplicate": true }, { - "id": 5319, - "name": "Onion seed", - "examine": "An onion seed" + "id": 5156, + "name": "Cabbage seed", + "type": "normal", + "duplicate": true }, { - "id": 5320, - "name": "Sweetcorn seed", - "examine": "A sweetcorn seed" + "id": 5157, + "name": "Cabbage seed", + "type": "normal", + "duplicate": true }, { - "id": 5321, - "name": "Watermelon seed", - "examine": "A watermelon seed" + "id": 5158, + "name": "Cabbage seed", + "type": "normal", + "duplicate": true }, { - "id": 5322, - "name": "Tomato seed", - "examine": "A tomato seed" + "id": 5159, + "name": "Onion seed", + "type": "normal", + "duplicate": true }, { - "id": 5323, - "name": "Strawberry seed", - "examine": "A strawberry seed" + "id": 5160, + "name": "Onion seed", + "type": "normal", + "duplicate": true }, { - "id": 5324, - "name": "Cabbage seed", - "examine": "A cabbage seed" + "id": 5161, + "name": "Onion seed", + "type": "normal", + "duplicate": true }, { - "id": 5325, - "name": "Gardening trowel", - "examine": "Not suitable for archaeological digs." + "id": 5162, + "name": "Onion seed", + "type": "normal", + "duplicate": true }, { - "id": 5326, - "name": "Gardening trowel", - "examine": "Swap this note at any bank for a Gardening trowel." + "id": 5163, + "name": "Potato seed", + "type": "normal", + "duplicate": true }, { - "id": 5327, - "name": "Spade handle", - "examine": "I need to attach this to its head." + "id": 5164, + "name": "Potato seed", + "type": "normal", + "duplicate": true }, { - "id": 5328, - "name": "Spade head", - "examine": "I need to attach this to its handle." + "id": 5165, + "name": "Potato seed", + "type": "normal", + "duplicate": true }, { - "id": 5329, - "name": "Secateurs", - "examine": "Good for pruning away diseased leaves." + "id": 5166, + "name": "Potato seed", + "type": "normal", + "duplicate": true }, { - "id": 5330, - "name": "Secateurs", - "examine": "Swap this note at any bank for a Secateurs." + "id": 5167, + "name": "Barley seed", + "type": "normal", + "duplicate": true }, { - "id": 5331, - "name": "Watering can", - "examine": "This watering can is empty." + "id": 5168, + "name": "Barley seed", + "type": "normal", + "duplicate": true }, { - "id": 5332, - "name": "Watering can", - "examine": "Swap this note at any bank for a Watering can." + "id": 5169, + "name": "Barley seed", + "type": "normal", + "duplicate": true }, { - "id": 5333, - "name": "Watering can(1)", - "examine": "This watering can is almost empty." + "id": 5170, + "name": "Barley seed", + "type": "normal", + "duplicate": true }, { - "id": 5334, - "name": "Watering can(2)", - "examine": "This watering can is three-quarters empty." + "id": 5171, + "name": "Seeds", + "type": "normal", + "duplicate": false }, { - "id": 5335, - "name": "Watering can(3)", - "examine": "This watering can is just under half-full." + "id": 5172, + "name": "Jute seed", + "type": "normal", + "duplicate": true }, { - "id": 5336, - "name": "Watering can(4)", - "examine": "Some would say this watering can is half-full, others half-empty." + "id": 5173, + "name": "Jute seed", + "type": "normal", + "duplicate": true }, { - "id": 5337, - "name": "Watering can(5)", - "examine": "This watering can is just over half-full." + "id": 5174, + "name": "Jute seed", + "type": "normal", + "duplicate": true }, { - "id": 5338, - "name": "Watering can(6)", - "examine": "This watering can is three quarters full." + "id": 5175, + "name": "Jute seed", + "type": "normal", + "duplicate": true }, { - "id": 5339, - "name": "Watering can(7)", - "examine": "This watering can is almost completely full." + "id": 5176, + "name": "Hammerstone seed", + "type": "normal", + "duplicate": true }, { - "id": 5340, - "name": "Watering can(8)", - "examine": "This watering can is completely full." + "id": 5177, + "name": "Hammerstone seed", + "type": "normal", + "duplicate": true }, { - "id": 5341, - "name": "Rake", - "examine": "Use this to clear weeds." + "id": 5178, + "name": "Hammerstone seed", + "type": "normal", + "duplicate": true }, { - "id": 5342, - "name": "Rake", - "examine": "Swap this note at any bank for a Rake." + "id": 5179, + "name": "Hammerstone seed", + "type": "normal", + "duplicate": true }, { - "id": 5343, - "name": "Seed dibber", - "examine": "Use this to plant seeds with." + "id": 5180, + "name": "Asgarnian seed", + "type": "normal", + "duplicate": true }, { - "id": 5344, - "name": "Seed dibber", - "examine": "Swap this note at any bank for a Seed dibber." + "id": 5181, + "name": "Asgarnian seed", + "type": "normal", + "duplicate": true }, { - "id": 5345, - "name": "Gardening boots", - "examine": "A pair of gardening boots." + "id": 5182, + "name": "Asgarnian seed", + "type": "normal", + "duplicate": true }, { - "id": 5346, - "name": "Gardening boots", - "examine": "Swap this note at any bank for a Gardening boots." + "id": 5183, + "name": "Asgarnian seed", + "type": "normal", + "duplicate": true }, { - "id": 5347, - "name": "Rake handle", - "examine": "I need to reattach this to its head." + "id": 5184, + "name": "Yanillian seed", + "type": "normal", + "duplicate": true }, { - "id": 5348, - "name": "Rake head", - "examine": "I need to reattach this to its handle." + "id": 5185, + "name": "Yanillian seed", + "type": "normal", + "duplicate": true }, { - "id": 5349, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 5186, + "name": "Yanillian seed", + "type": "normal", + "duplicate": true }, { - "id": 5350, - "name": "Plant pot", - "examine": "An empty plant pot." + "id": 5187, + "name": "Yanillian seed", + "type": "normal", + "duplicate": true }, { - "id": 5351, - "name": "Plant pot", - "examine": "Swap this note at any bank for a Plant pot." + "id": 5188, + "name": "Krandorian seed", + "type": "normal", + "duplicate": true }, { - "id": 5352, - "name": "Unfired plant pot", - "examine": "An unfired plant pot." + "id": 5189, + "name": "Krandorian seed", + "type": "normal", + "duplicate": true }, { - "id": 5353, - "name": "Unfired plant pot", - "examine": "Swap this note at any bank for an Unfired plant pot." + "id": 5190, + "name": "Krandorian seed", + "type": "normal", + "duplicate": true }, { - "id": 5354, - "name": "Plant pot", - "examine": "A plant pot filled with soil." + "id": 5191, + "name": "Krandorian seed", + "type": "normal", + "duplicate": true }, { - "id": 5355, - "name": "Plant pot", - "examine": "Swap this note at any bank for a Plant pot." + "id": 5192, + "name": "Wildblood seed", + "type": "normal", + "duplicate": true }, { - "id": 5356, - "name": "Plant pot", - "examine": "A plant pot filled with soil." + "id": 5193, + "name": "Wildblood seed", + "type": "normal", + "duplicate": true }, { - "id": 5357, - "name": "Plant pot", - "examine": "Swap this note at any bank for a Plant pot." + "id": 5194, + "name": "Wildblood seed", + "type": "normal", + "duplicate": true }, { - "id": 5358, - "name": "Oak seedling", - "examine": "An acorn has been sown in this plant pot." + "id": 5195, + "name": "Wildblood seed", + "type": "normal", + "duplicate": true }, { - "id": 5359, - "name": "Willow seedling", - "examine": "A willow tree seed has been sown in this plant pot." + "id": 5196, + "name": "Nasturtium seed", + "type": "normal", + "duplicate": true }, { - "id": 5360, - "name": "Maple seedling", - "examine": "A maple tree seed has been sown in this plant pot." + "id": 5197, + "name": "Nasturtium seed", + "type": "normal", + "duplicate": true }, { - "id": 5361, - "name": "Yew seedling", - "examine": "A yew tree seed has been sown in this plant pot." + "id": 5198, + "name": "Nasturtium seed", + "type": "normal", + "duplicate": true }, { - "id": 5362, - "name": "Magic seedling", - "examine": "A magic tree seed has been sown in this plant pot." + "id": 5199, + "name": "Nasturtium seed", + "type": "normal", + "duplicate": true }, { - "id": 5363, - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown in this plant pot." + "id": 5200, + "name": "Woad seed", + "type": "normal", + "duplicate": true }, { - "id": 5364, - "name": "Oak seedling", - "examine": "An acorn has been sown and watered in this plant pot." + "id": 5201, + "name": "Woad seed", + "type": "normal", + "duplicate": true }, { - "id": 5365, - "name": "Willow seedling", - "examine": "A willow tree seed has been sown and watered in this plant pot." + "id": 5202, + "name": "Woad seed", + "type": "normal", + "duplicate": true }, { - "id": 5366, - "name": "Maple seedling", - "examine": "A maple tree seed has been sown and watered in this plant pot." + "id": 5203, + "name": "Woad seed", + "type": "normal", + "duplicate": true }, { - "id": 5367, - "name": "Yew seedling", - "examine": "A yew tree seed has been sown and watered in this plant pot." + "id": 5204, + "name": "Redberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5368, - "name": "Magic seedling", - "examine": "A magic tree seed has been sown and watered in this plant pot." + "id": 5205, + "name": "Redberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5369, - "name": "Spirit seedling", - "examine": "A spirit tree seed has been sown and watered in this plant pot." + "id": 5206, + "name": "Redberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5370, - "name": "Oak sapling", - "examine": "This sapling is ready to be replanted in a tree patch." + "id": 5207, + "name": "Redberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5371, - "name": "Willow sapling", - "examine": "This sapling is ready to be replanted in a tree patch." + "id": 5208, + "name": "Cadavaberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5372, - "name": "Maple sapling", - "examine": "This sapling is ready to be replanted in a tree patch." + "id": 5209, + "name": "Cadavaberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5373, - "name": "Yew sapling", - "examine": "This sapling is ready to be replanted in a tree patch." + "id": 5210, + "name": "Cadavaberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5374, - "name": "Magic sapling", - "examine": "This sapling is ready to be replanted in a tree patch." + "id": 5211, + "name": "Cadavaberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5375, - "name": "Spirit sapling", - "examine": "This sapling is ready to be replanted in a Spirit patch." + "id": 5212, + "name": "Dwellberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5376, - "name": "Basket", - "examine": "An empty fruit basket." + "id": 5213, + "name": "Dwellberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5377, - "name": "Basket", - "examine": "Swap this note at any bank for a Basket." + "id": 5214, + "name": "Dwellberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5378, - "name": "Apples(1)", - "examine": "A fruit basket filled with apples." + "id": 5215, + "name": "Dwellberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5379, - "name": "Apples(1)", - "examine": "Swap this note at any bank for an Apples(1)." + "id": 5216, + "name": "Jangerberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5380, - "name": "Apples(2)", - "examine": "A fruit basket filled with apples." + "id": 5217, + "name": "Jangerberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5381, - "name": "Apples(2)", - "examine": "Swap this note at any bank for an Apples(2)." + "id": 5218, + "name": "Jangerberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5382, - "name": "Apples(3)", - "examine": "A fruit basket filled with apples." + "id": 5219, + "name": "Jangerberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5383, - "name": "Apples(3)", - "examine": "Swap this note at any bank for an Apples(3)." + "id": 5220, + "name": "Whiteberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5384, - "name": "Apples(4)", - "examine": "A fruit basket filled with apples." + "id": 5221, + "name": "Whiteberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5385, - "name": "Apples(4)", - "examine": "Swap this note at any bank for an Apples(4)." + "id": 5222, + "name": "Whiteberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5386, - "name": "Apples(5)", - "examine": "A fruit basket filled with apples." + "id": 5223, + "name": "Whiteberry seed", + "type": "normal", + "duplicate": true }, { - "id": 5387, - "name": "Apples(5)", - "examine": "Swap this note at any bank for an Apples(5)." + "id": 5224, + "name": "Guam seed", + "type": "normal", + "duplicate": true }, { - "id": 5388, - "name": "Oranges(1)", - "examine": "A fruit basket filled with oranges." + "id": 5225, + "name": "Guam seed", + "type": "normal", + "duplicate": true }, { - "id": 5389, - "name": "Oranges(1)", - "examine": "Swap this note at any bank for an Oranges(1)." + "id": 5226, + "name": "Guam seed", + "type": "normal", + "duplicate": true }, { - "id": 5390, - "name": "Oranges(2)", - "examine": "A fruit basket filled with oranges." + "id": 5227, + "name": "Guam seed", + "type": "normal", + "duplicate": true }, { - "id": 5391, - "name": "Oranges(2)", - "examine": "Swap this note at any bank for an Oranges(2)." + "id": 5228, + "name": "Apple tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5392, - "name": "Oranges(3)", - "examine": "A fruit basket filled with oranges." + "id": 5229, + "name": "Apple tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5393, - "name": "Oranges(3)", - "examine": "Swap this note at any bank for an Oranges(3)." + "id": 5230, + "name": "Apple tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5394, - "name": "Oranges(4)", - "examine": "A fruit basket filled with oranges." + "id": 5231, + "name": "Apple tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5395, - "name": "Oranges(4)", - "examine": "Swap this note at any bank for an Oranges(4)." + "id": 5232, + "name": "Banana tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5396, - "name": "Oranges(5)", - "examine": "A fruit basket filled with oranges." + "id": 5233, + "name": "Banana tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5397, - "name": "Oranges(5)", - "examine": "Swap this note at any bank for an Oranges(5)." + "id": 5234, + "name": "Banana tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5398, - "name": "Strawberries(1)", - "examine": "A fruit basket filled with strawberries." + "id": 5235, + "name": "Banana tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5399, - "name": "Strawberries(1)", - "examine": "Swap this note at any bank for a Strawberries(1)." + "id": 5236, + "name": "Orange tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5400, - "name": "Strawberries(2)", - "examine": "A fruit basket filled with strawberries." + "id": 5237, + "name": "Orange tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5401, - "name": "Strawberries(2)", - "examine": "Swap this note at any bank for a Strawberries(2)." + "id": 5238, + "name": "Orange tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5402, - "name": "Strawberries(3)", - "examine": "A fruit basket filled with strawberries." + "id": 5239, + "name": "Orange tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5403, - "name": "Strawberries(3)", - "examine": "Swap this note at any bank for a Strawberries(3)." + "id": 5240, + "name": "Curry tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5404, - "name": "Strawberries(4)", - "examine": "A fruit basket filled with strawberries." + "id": 5241, + "name": "Curry tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5405, - "name": "Strawberries(4)", - "examine": "Swap this note at any bank for a Strawberries(4)." + "id": 5242, + "name": "Curry tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5406, - "name": "Strawberries(5)", - "examine": "A fruit basket filled with strawberries." + "id": 5243, + "name": "Curry tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5407, - "name": "Strawberries(5)", - "examine": "Swap this note at any bank for a Strawberries(5)." + "id": 5244, + "name": "Pineapple seed", + "type": "normal", + "duplicate": true }, { - "id": 5408, - "name": "Bananas(1)", - "examine": "A fruit basket filled with bananas." + "id": 5245, + "name": "Pineapple seed", + "type": "normal", + "duplicate": true }, { - "id": 5409, - "name": "Bananas(1)", - "examine": "Swap this note at any bank for a Bananas(1)." + "id": 5246, + "name": "Pineapple seed", + "type": "normal", + "duplicate": true }, { - "id": 5410, - "name": "Bananas(2)", - "examine": "A fruit basket filled with bananas." + "id": 5247, + "name": "Pineapple seed", + "type": "normal", + "duplicate": true }, { - "id": 5411, - "name": "Bananas(2)", - "examine": "Swap this note at any bank for a Bananas(2)." + "id": 5248, + "name": "Papaya tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5412, - "name": "Bananas(3)", - "examine": "A fruit basket filled with bananas." + "id": 5249, + "name": "Papaya tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5413, - "name": "Bananas(3)", - "examine": "Swap this note at any bank for a Bananas(3)." + "id": 5250, + "name": "Papaya tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5414, - "name": "Bananas(4)", - "examine": "A fruit basket filled with bananas." + "id": 5251, + "name": "Papaya tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5415, - "name": "Bananas(4)", - "examine": "Swap this note at any bank for a Bananas(4)." + "id": 5252, + "name": "Palm tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5416, - "name": "Bananas(5)", - "examine": "A fruit basket filled with bananas." + "id": 5253, + "name": "Palm tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5417, - "name": "Bananas(5)", - "examine": "Swap this note at any bank for a Bananas(5)." + "id": 5254, + "name": "Palm tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5418, - "name": "Empty sack", - "examine": "An empty vegetable sack." + "id": 5255, + "name": "Palm tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5419, - "name": "Empty sack", - "examine": "Swap this note at any bank for an Empty sack." + "id": 5256, + "name": "Calquat tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5420, - "name": "Potatoes(1)", - "examine": "There is 1 potato in this sack." + "id": 5257, + "name": "Calquat tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5421, - "name": "Potatoes(1)", - "examine": "Swap this note at any bank for a Potatoes(1)." + "id": 5258, + "name": "Calquat tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5422, - "name": "Potatoes(2)", - "examine": "There are 2 potatoes in this sack." + "id": 5259, + "name": "Calquat tree seed", + "type": "normal", + "duplicate": true }, { - "id": 5423, - "name": "Potatoes(2)", - "examine": "Swap this note at any bank for a Potatoes(2)." + "id": 5260, + "name": "Mushroom spore", + "type": "normal", + "duplicate": true }, { - "id": 5424, - "name": "Potatoes(3)", - "examine": "There are 3 potatoes in this sack." + "id": 5261, + "name": "Mushroom spore", + "type": "normal", + "duplicate": true }, { - "id": 5425, - "name": "Potatoes(3)", - "examine": "Swap this note at any bank for a Potatoes(3)." + "id": 5262, + "name": "Mushroom spore", + "type": "normal", + "duplicate": true }, { - "id": 5426, - "name": "Potatoes(4)", - "examine": "There are 4 potatoes in this sack." + "id": 5263, + "name": "Mushroom spore", + "type": "normal", + "duplicate": true }, { - "id": 5427, - "name": "Potatoes(4)", - "examine": "Swap this note at any bank for a Potatoes(4)." + "id": 5264, + "name": "Cactus seed", + "type": "normal", + "duplicate": true }, { - "id": 5428, - "name": "Potatoes(5)", - "examine": "There are 5 potatoes in this sack." + "id": 5265, + "name": "Cactus seed", + "type": "normal", + "duplicate": true }, { - "id": 5429, - "name": "Potatoes(5)", - "examine": "Swap this note at any bank for a Potatoes(5)." + "id": 5266, + "name": "Cactus seed", + "type": "normal", + "duplicate": true }, { - "id": 5430, - "name": "Potatoes(6)", - "examine": "There are 6 potatoes in this sack." + "id": 5267, + "name": "Cactus seed", + "type": "normal", + "duplicate": true }, { - "id": 5431, - "name": "Potatoes(6)", - "examine": "Swap this note at any bank for a Potatoes(6)." + "id": 5268, + "name": "Limpwurt seed", + "type": "normal", + "duplicate": true }, { - "id": 5432, - "name": "Potatoes(7)", - "examine": "There are 7 potatoes in this sack." + "id": 5269, + "name": "Limpwurt seed", + "type": "normal", + "duplicate": true }, { - "id": 5433, - "name": "Potatoes(7)", - "examine": "Swap this note at any bank for a Potatoes(7)." + "id": 5270, + "name": "Limpwurt seed", + "type": "normal", + "duplicate": true }, { - "id": 5434, - "name": "Potatoes(8)", - "examine": "There are 8 potatoes in this sack." + "id": 5271, + "name": "Limpwurt seed", + "type": "normal", + "duplicate": true }, { - "id": 5435, - "name": "Potatoes(8)", - "examine": "Swap this note at any bank for a Potatoes(8)." + "id": 5272, + "name": "Belladonna seed", + "type": "normal", + "duplicate": true }, { - "id": 5436, - "name": "Potatoes(9)", - "examine": "There are 9 potatoes in this sack." + "id": 5273, + "name": "Belladonna seed", + "type": "normal", + "duplicate": true }, { - "id": 5437, - "name": "Potatoes(9)", - "examine": "Swap this note at any bank for a Potatoes(9)." + "id": 5274, + "name": "Belladonna seed", + "type": "normal", + "duplicate": true }, { - "id": 5438, - "name": "Potatoes(10)", - "examine": "There are 10 potatoes in this sack." + "id": 5275, + "name": "Belladonna seed", + "type": "normal", + "duplicate": true }, { - "id": 5439, - "name": "Potatoes(10)", - "examine": "Swap this note at any bank for a Potatoes(10)." + "id": 5276, + "name": "Woad leaf", + "type": "normal", + "duplicate": true }, { - "id": 5440, - "name": "Onions(1)", - "examine": "There is 1 onion in this sack." + "id": 5277, + "name": "Woad leaf", + "type": "normal", + "duplicate": true }, { - "id": 5441, - "name": "Onions(1)", - "examine": "Swap this note at any bank for an Onions(1)." + "id": 5278, + "name": "Woad leaf", + "type": "normal", + "duplicate": true }, { - "id": 5442, - "name": "Onions(2)", - "examine": "There are 2 onions in this sack." + "id": 5279, + "name": "Woad leaf", + "type": "normal", + "duplicate": true }, { - "id": 5443, - "name": "Onions(2)", - "examine": "Swap this note at any bank for an Onions(2)." + "id": 5280, + "name": "Cactus seed", + "type": "normal", + "duplicate": false }, { - "id": 5444, - "name": "Onions(3)", - "examine": "There are 3 onions in this sack." + "id": 5281, + "name": "Belladonna seed", + "type": "normal", + "duplicate": false }, { - "id": 5445, - "name": "Onions(3)", - "examine": "Swap this note at any bank for an Onions(3)." + "id": 5282, + "name": "Mushroom spore", + "type": "normal", + "duplicate": false }, { - "id": 5446, - "name": "Onions(4)", - "examine": "There are 4 onions in this sack." + "id": 5283, + "name": "Apple tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5447, - "name": "Onions(4)", - "examine": "Swap this note at any bank for an Onions(4)." + "id": 5284, + "name": "Banana tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5448, - "name": "Onions(5)", - "examine": "There are 5 onions in this sack." + "id": 5285, + "name": "Orange tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5449, - "name": "Onions(5)", - "examine": "Swap this note at any bank for an Onions(5)." + "id": 5286, + "name": "Curry tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5450, - "name": "Onions(6)", - "examine": "There are 6 onions in this sack." + "id": 5287, + "name": "Pineapple seed", + "type": "normal", + "duplicate": false }, { - "id": 5451, - "name": "Onions(6)", - "examine": "Swap this note at any bank for an Onions(6)." + "id": 5288, + "name": "Papaya tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5452, - "name": "Onions(7)", - "examine": "There are 7 onions in this sack." + "id": 5289, + "name": "Palm tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5453, - "name": "Onions(7)", - "examine": "Swap this note at any bank for an Onions(7)." + "id": 5290, + "name": "Calquat tree seed", + "type": "normal", + "duplicate": false }, { - "id": 5454, - "name": "Onions(8)", - "examine": "There are 8 onions in this sack." + "id": 5291, + "name": "Guam seed", + "type": "normal", + "duplicate": false }, { - "id": 5455, - "name": "Onions(8)", - "examine": "Swap this note at any bank for an Onions(8)." + "id": 5292, + "name": "Marrentill seed", + "type": "normal", + "duplicate": false }, { - "id": 5456, - "name": "Onions(9)", - "examine": "There are 9 onions in this sack." + "id": 5293, + "name": "Tarromin seed", + "type": "normal", + "duplicate": false }, { - "id": 5457, - "name": "Onions(9)", - "examine": "Swap this note at any bank for an Onions(9)." + "id": 5294, + "name": "Harralander seed", + "type": "normal", + "duplicate": false }, { - "id": 5458, - "name": "Onions(10)", - "examine": "There are 10 onions in this sack." + "id": 5295, + "name": "Ranarr seed", + "type": "normal", + "duplicate": false }, { - "id": 5459, - "name": "Onions(10)", - "examine": "Swap this note at any bank for an Onions(10)." + "id": 5296, + "name": "Toadflax seed", + "type": "normal", + "duplicate": false }, { - "id": 5460, - "name": "Cabbages(1)", - "examine": "There is 1 cabbage in this sack." + "id": 5297, + "name": "Irit seed", + "type": "normal", + "duplicate": false }, { - "id": 5461, - "name": "Cabbages(1)", - "examine": "Swap this note at any bank for a Cabbages(1)." + "id": 5298, + "name": "Avantoe seed", + "type": "normal", + "duplicate": false }, { - "id": 5462, - "name": "Cabbages(2)", - "examine": "There are 2 cabbages in this sack." + "id": 5299, + "name": "Kwuarm seed", + "type": "normal", + "duplicate": false }, { - "id": 5463, - "name": "Cabbages(2)", - "examine": "Swap this note at any bank for a Cabbages(2)." + "id": 5300, + "name": "Snapdragon seed", + "type": "normal", + "duplicate": false }, { - "id": 5464, - "name": "Cabbages(3)", - "examine": "There are 3 cabbages in this sack." + "id": 5301, + "name": "Cadantine seed", + "type": "normal", + "duplicate": false }, { - "id": 5465, - "name": "Cabbages(3)", - "examine": "Swap this note at any bank for a Cabbages(3)." + "id": 5302, + "name": "Lantadyme seed", + "type": "normal", + "duplicate": false }, { - "id": 5466, - "name": "Cabbages(4)", - "examine": "There are 4 cabbages in this sack." + "id": 5303, + "name": "Dwarf weed seed", + "type": "normal", + "duplicate": false }, { - "id": 5467, - "name": "Cabbages(4)", - "examine": "Swap this note at any bank for a Cabbages(4)." + "id": 5304, + "name": "Torstol seed", + "type": "normal", + "duplicate": false }, { - "id": 5468, - "name": "Cabbages(5)", - "examine": "There are 5 cabbages in this sack." + "id": 5305, + "name": "Barley seed", + "type": "normal", + "duplicate": false }, { - "id": 5469, - "name": "Cabbages(5)", - "examine": "Swap this note at any bank for a Cabbages(5)." + "id": 5306, + "name": "Jute seed", + "type": "normal", + "duplicate": false }, { - "id": 5470, - "name": "Cabbages(6)", - "examine": "There are 6 cabbages in this sack." + "id": 5307, + "name": "Hammerstone seed", + "type": "normal", + "duplicate": false }, { - "id": 5471, - "name": "Cabbages(6)", - "examine": "Swap this note at any bank for a Cabbages(6)." + "id": 5308, + "name": "Asgarnian seed", + "type": "normal", + "duplicate": false }, { - "id": 5472, - "name": "Cabbages(7)", - "examine": "There are 7 cabbages in this sack." + "id": 5309, + "name": "Yanillian seed", + "type": "normal", + "duplicate": false }, { - "id": 5473, - "name": "Cabbages(7)", - "examine": "Swap this note at any bank for a Cabbages(7)." + "id": 5310, + "name": "Krandorian seed", + "type": "normal", + "duplicate": false }, { - "id": 5474, - "name": "Cabbages(8)", - "examine": "There are 8 cabbages in this sack." + "id": 5311, + "name": "Wildblood seed", + "type": "normal", + "duplicate": false }, { - "id": 5475, - "name": "Cabbages(8)", - "examine": "Swap this note at any bank for a Cabbages(8)." + "id": 5312, + "name": "Acorn", + "type": "normal", + "duplicate": false }, { - "id": 5476, - "name": "Cabbages(9)", - "examine": "There are 9 cabbages in this sack." + "id": 5313, + "name": "Willow seed", + "type": "normal", + "duplicate": false }, { - "id": 5477, - "name": "Cabbages(9)", - "examine": "Swap this note at any bank for a Cabbages(9)." + "id": 5314, + "name": "Maple seed", + "type": "normal", + "duplicate": false }, { - "id": 5478, - "name": "Cabbages(10)", - "examine": "There are 10 cabbages in this sack." + "id": 5315, + "name": "Yew seed", + "type": "normal", + "duplicate": false }, { - "id": 5479, - "name": "Cabbages(10)", - "examine": "Swap this note at any bank for a Cabbages(10)." + "id": 5316, + "name": "Magic seed", + "type": "normal", + "duplicate": false }, { - "id": 5480, - "name": "Apple seedling", - "examine": "An apple tree seed has been sown in this plant pot." + "id": 5317, + "name": "Spirit seed", + "type": "normal", + "duplicate": false }, { - "id": 5481, - "name": "Banana seedling", - "examine": "A banana tree seed has been sown in this plant pot." + "id": 5318, + "name": "Potato seed", + "type": "normal", + "duplicate": false }, { - "id": 5482, - "name": "Orange seedling", - "examine": "An orange tree seed has been sown in this plant pot." + "id": 5319, + "name": "Onion seed", + "type": "normal", + "duplicate": false }, { - "id": 5483, - "name": "Curry seedling", - "examine": "A curry tree seed has been sown in this plant pot." + "id": 5320, + "name": "Sweetcorn seed", + "type": "normal", + "duplicate": false }, { - "id": 5484, - "name": "Pineapple seedling", - "examine": "A pineapple tree seed has been sown in this plant pot." + "id": 5321, + "name": "Watermelon seed", + "type": "normal", + "duplicate": false }, { - "id": 5485, - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown in this plant pot." + "id": 5322, + "name": "Tomato seed", + "type": "normal", + "duplicate": false }, { - "id": 5486, - "name": "Palm seedling", - "examine": "A palm tree seed has been sown in this plant pot." + "id": 5323, + "name": "Strawberry seed", + "type": "normal", + "duplicate": false }, { - "id": 5487, - "name": "Calquat seedling", - "examine": "A Calquat tree seed has been sown in this plant pot." + "id": 5324, + "name": "Cabbage seed", + "type": "normal", + "duplicate": false }, { - "id": 5488, - "name": "Apple seedling", - "examine": "An apple tree seed has been sown and watered in this plant pot." + "id": 5325, + "name": "Gardening trowel", + "type": "normal", + "duplicate": false }, { - "id": 5489, - "name": "Banana seedling", - "examine": "A banana tree seed has been sown and watered in this plant pot." + "id": 5326, + "name": "Gardening trowel", + "type": "noted", + "duplicate": true }, { - "id": 5490, - "name": "Orange seedling", - "examine": "An orange tree seed has been sown and watered in this plant pot." + "id": 5327, + "name": "Spade handle", + "type": "normal", + "duplicate": false }, { - "id": 5491, - "name": "Curry seedling", - "examine": "A curry tree seed has been sown and watered in this plant pot." + "id": 5328, + "name": "Spade head", + "type": "normal", + "duplicate": false }, { - "id": 5492, - "name": "Pineapple seedling", - "examine": "A pineapple tree seed has been sown and watered in this plant pot." + "id": 5329, + "name": "Secateurs", + "type": "normal", + "duplicate": false }, { - "id": 5493, - "name": "Papaya seedling", - "examine": "A papaya tree seed has been sown and watered in this plant pot." + "id": 5330, + "name": "Secateurs", + "type": "noted", + "duplicate": true }, { - "id": 5494, - "name": "Palm seedling", - "examine": "A palm tree seed has been sown and watered in this plant pot." + "id": 5331, + "name": "Watering can", + "type": "normal", + "duplicate": false }, { - "id": 5495, - "name": "Calquat seedling", - "examine": "A Calquat tree seed has been sown and watered in this plant pot." + "id": 5332, + "name": "Watering can", + "type": "noted", + "duplicate": true }, { - "id": 5496, - "name": "Apple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5333, + "name": "Watering can(1)", + "type": "normal", + "duplicate": false }, { - "id": 5497, - "name": "Banana sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5334, + "name": "Watering can(2)", + "type": "normal", + "duplicate": false }, { - "id": 5498, - "name": "Orange sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5335, + "name": "Watering can(3)", + "type": "normal", + "duplicate": false }, { - "id": 5499, - "name": "Curry sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5336, + "name": "Watering can(4)", + "type": "normal", + "duplicate": false }, { - "id": 5500, - "name": "Pineapple sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5337, + "name": "Watering can(5)", + "type": "normal", + "duplicate": false }, { - "id": 5501, - "name": "Papaya sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5338, + "name": "Watering can(6)", + "type": "normal", + "duplicate": false }, { - "id": 5502, - "name": "Palm sapling", - "examine": "This sapling is ready to be replanted in a fruit tree patch." + "id": 5339, + "name": "Watering can(7)", + "type": "normal", + "duplicate": false }, { - "id": 5503, - "name": "Calquat sapling", - "examine": "This sapling is ready to be replanted in a Calquat Tree patch." + "id": 5340, + "name": "Watering can(8)", + "type": "normal", + "duplicate": false }, { - "id": 5504, - "name": "Strawberry", - "examine": "A freshly picked strawberry." + "id": 5341, + "name": "Rake", + "type": "normal", + "duplicate": false }, { - "id": 5505, - "name": "Strawberry", - "examine": "Swap this note at any bank for a Strawberry." + "id": 5342, + "name": "Rake", + "type": "noted", + "duplicate": true }, { - "id": 5506, - "name": "Old man's message", - "examine": "The Wise Old Man of Draynor Village asked you to take this to someone." + "id": 5343, + "name": "Seed dibber", + "type": "normal", + "duplicate": false }, { - "id": 5507, - "name": "Strange book", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + "id": 5344, + "name": "Seed dibber", + "type": "noted", + "duplicate": true }, { - "id": 5508, - "name": "Book of folklore", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + "id": 5345, + "name": "Gardening boots", + "type": "normal", + "duplicate": false }, { - "id": 5509, - "name": "Small pouch", - "examine": "A small pouch used for storing essence." + "id": 5346, + "name": "Gardening boots", + "type": "noted", + "duplicate": true }, { - "id": 5510, - "name": "Medium pouch", - "examine": "A medium-sized pouch used for storing essence." + "id": 5347, + "name": "Rake handle", + "type": "normal", + "duplicate": false }, { - "id": 5511, - "name": "Medium pouch", - "examine": "A damaged medium-sized pouch used for storing essence." + "id": 5348, + "name": "Rake head", + "type": "normal", + "duplicate": false }, { - "id": 5512, - "name": "Large pouch", - "examine": "A large pouch used for storing essence." + "id": 5349, + "name": "Smoke devil", + "type": "normal", + "duplicate": false }, { - "id": 5513, - "name": "Large pouch", - "examine": "A large damaged pouch used for storing essence." + "id": 5350, + "name": "Empty plant pot", + "type": "normal", + "duplicate": false }, { - "id": 5514, - "name": "Giant pouch", - "examine": "A giant-sized pouch used for storing essence." + "id": 5351, + "name": "Empty plant pot", + "type": "noted", + "duplicate": true }, { - "id": 5515, - "name": "Giant pouch", - "examine": "A damaged giant-sized pouch used for storing essence." + "id": 5352, + "name": "Unfired plant pot", + "type": "normal", + "duplicate": false }, { - "id": 5516, - "name": "Elemental talisman", - "examine": "A mysterious power emanates from the talisman..." + "id": 5353, + "name": "Unfired plant pot", + "type": "noted", + "duplicate": true }, { - "id": 5517, - "name": "Elemental talisman", - "examine": "Swap this note at any bank for an Elemental talisman." + "id": 5354, + "name": "Filled plant pot", + "type": "normal", + "duplicate": false }, { - "id": 5518, - "name": "Scrying orb", - "examine": "This contains mystical teleport information..." + "id": 5355, + "name": "Filled plant pot", + "type": "noted", + "duplicate": true }, { - "id": 5519, - "name": "Scrying orb", - "examine": "This orb apparently contains a cypher spell." + "id": 5356, + "name": "Plant pot", + "type": "normal", + "duplicate": false }, { - "id": 5520, - "name": "Abyssal book", - "examine": "Some research notes on abyssal space." + "id": 5357, + "name": "Plant pot", + "type": "noted", + "duplicate": true }, { - "id": 5521, - "name": "Binding necklace", - "examine": "A necklace embedded with mystical power." + "id": 5358, + "name": "Oak seedling", + "type": "normal", + "duplicate": false }, { - "id": 5522, - "name": "Binding necklace", - "examine": "Swap this note at any bank for a Binding necklace." + "id": 5359, + "name": "Willow seedling", + "type": "normal", + "duplicate": false }, { - "id": 5523, - "name": "Tiara mould", - "examine": "A mould for tiaras." + "id": 5360, + "name": "Maple seedling", + "type": "normal", + "duplicate": false }, { - "id": 5524, - "name": "Tiara mould", - "examine": "Swap this note at any bank for a Tiara mould." + "id": 5361, + "name": "Yew seedling", + "type": "normal", + "duplicate": false }, { - "id": 5525, - "name": "Tiara", - "examine": "Makes me feel like a Princess." + "id": 5362, + "name": "Magic seedling", + "type": "normal", + "duplicate": false }, { - "id": 5526, - "name": "Tiara", - "examine": "Swap this note at any bank for a Tiara." + "id": 5363, + "name": "Spirit seedling", + "type": "normal", + "duplicate": false }, { - "id": 5527, - "name": "Air tiara", - "examine": "A tiara infused with the properties of air." + "id": 5364, + "name": "Oak seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5528, - "name": "Air tiara", - "examine": "Swap this note at any bank for an Air tiara." + "id": 5365, + "name": "Willow seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5529, - "name": "Mind tiara", - "examine": "A tiara infused with the properties of the mind." + "id": 5366, + "name": "Maple seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5530, - "name": "Mind tiara", - "examine": "Swap this note at any bank for a Mind tiara." + "id": 5367, + "name": "Yew seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5531, - "name": "Water tiara", - "examine": "A tiara infused with the properties of water." + "id": 5368, + "name": "Magic seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5532, - "name": "Water tiara", - "examine": "Swap this note at any bank for a Water tiara." + "id": 5369, + "name": "Spirit seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5533, - "name": "Body tiara", - "examine": "A tiara infused with the properties of the body." + "id": 5370, + "name": "Oak sapling", + "type": "normal", + "duplicate": false }, { - "id": 5534, - "name": "Body tiara", - "examine": "Swap this note at any bank for a Body tiara." + "id": 5371, + "name": "Willow sapling", + "type": "normal", + "duplicate": false }, { - "id": 5535, - "name": "Earth tiara", - "examine": "A tiara infused with the properties of the earth." + "id": 5372, + "name": "Maple sapling", + "type": "normal", + "duplicate": false }, { - "id": 5536, - "name": "Earth tiara", - "examine": "Swap this note at any bank for an Earth tiara." + "id": 5373, + "name": "Yew sapling", + "type": "normal", + "duplicate": false }, { - "id": 5537, - "name": "Fire tiara", - "examine": "A tiara infused with the properties of fire." + "id": 5374, + "name": "Magic sapling", + "type": "normal", + "duplicate": false }, { - "id": 5538, - "name": "Fire tiara", - "examine": "Swap this note at any bank for a Fire tiara." + "id": 5375, + "name": "Spirit sapling", + "type": "normal", + "duplicate": false }, { - "id": 5539, - "name": "Cosmic tiara", - "examine": "A tiara infused with the properties of the cosmos." + "id": 5376, + "name": "Basket", + "type": "normal", + "duplicate": false }, { - "id": 5540, - "name": "Cosmic tiara", - "examine": "Swap this note at any bank for a Cosmic tiara." + "id": 5377, + "name": "Basket", + "type": "noted", + "duplicate": true }, { - "id": 5541, - "name": "Nature tiara", - "examine": "A tiara infused with the properties of nature." + "id": 5378, + "name": "Apples(1)", + "type": "normal", + "duplicate": false }, { - "id": 5542, - "name": "Nature tiara", - "examine": "Swap this note at any bank for a Nature tiara." + "id": 5379, + "name": "Apples(1)", + "type": "noted", + "duplicate": true }, { - "id": 5543, - "name": "Chaos tiara", - "examine": "A tiara infused with the properties of chaos." + "id": 5380, + "name": "Apples(2)", + "type": "normal", + "duplicate": false }, { - "id": 5544, - "name": "Chaos tiara", - "examine": "Swap this note at any bank for a Chaos tiara." + "id": 5381, + "name": "Apples(2)", + "type": "noted", + "duplicate": true }, { - "id": 5545, - "name": "Law tiara", - "examine": "A tiara infused with the properties of law." + "id": 5382, + "name": "Apples(3)", + "type": "normal", + "duplicate": false }, { - "id": 5546, - "name": "Broken tiara", - "examine": "This tiara has decayed and is useless." + "id": 5383, + "name": "Apples(3)", + "type": "noted", + "duplicate": true }, { - "id": 5547, - "name": "Death tiara", - "examine": "A tiara infused with the properties of death." + "id": 5384, + "name": "Apples(4)", + "type": "normal", + "duplicate": false }, { - "id": 5548, - "name": "Death tiara", - "examine": "Swap this note at any bank for a Death tiara." + "id": 5385, + "name": "Apples(4)", + "type": "noted", + "duplicate": true }, { - "id": 5549, - "name": "Blood tiara", - "examine": "A tiara infused with the properties of blood." + "id": 5386, + "name": "Apples(5)", + "type": "normal", + "duplicate": false }, { - "id": 5550, - "name": "Blood tiara", - "examine": "Swap this note at any bank for a Blood tiara." + "id": 5387, + "name": "Apples(5)", + "type": "noted", + "duplicate": true }, { - "id": 5551, - "name": "Soul tiara", - "examine": "A tiara infused with the properties of the soul." + "id": 5388, + "name": "Oranges(1)", + "type": "normal", + "duplicate": false }, { - "id": 5552, - "name": "Soul tiara", - "examine": "Swap this note at any bank for a Soul tiara." + "id": 5389, + "name": "Oranges(1)", + "type": "noted", + "duplicate": true }, { - "id": 5553, - "name": "Rogue top", - "examine": "Black banded leather armour, a rogue's dream!" + "id": 5390, + "name": "Oranges(2)", + "type": "normal", + "duplicate": false }, { - "id": 5554, - "name": "Rogue mask", - "examine": "Black banded leather armour, a rogue's dream!" + "id": 5391, + "name": "Oranges(2)", + "type": "noted", + "duplicate": true }, { - "id": 5555, - "name": "Rogue trousers", - "examine": "Black banded leather armour, a rogue's dream!" + "id": 5392, + "name": "Oranges(3)", + "type": "normal", + "duplicate": false }, { - "id": 5556, - "name": "Rogue gloves", - "examine": "Black banded leather gloves, a rogue's dream!" + "id": 5393, + "name": "Oranges(3)", + "type": "noted", + "duplicate": true }, { - "id": 5557, - "name": "Rogue boots", - "examine": "Black banded leather boots, a rogue's dream!" + "id": 5394, + "name": "Oranges(4)", + "type": "normal", + "duplicate": false }, { - "id": 5558, - "name": "Rogue kit", - "examine": "It can do almost anything!" + "id": 5395, + "name": "Oranges(4)", + "type": "noted", + "duplicate": true }, { - "id": 5559, - "name": "Flash powder", - "examine": "A small satchel of bright powder!" + "id": 5396, + "name": "Oranges(5)", + "type": "normal", + "duplicate": false }, { - "id": 5560, - "name": "Stethoscope", - "examine": "A useful hearing aid." + "id": 5397, + "name": "Oranges(5)", + "type": "noted", + "duplicate": true }, { - "id": 5561, - "name": "Mystic jewel", - "examine": "I can escape the Maze with this!" + "id": 5398, + "name": "Strawberries(1)", + "type": "normal", + "duplicate": false }, { - "id": 5562, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5399, + "name": "Strawberries(1)", + "type": "noted", + "duplicate": true }, { - "id": 5563, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5400, + "name": "Strawberries(2)", + "type": "normal", + "duplicate": false }, { - "id": 5564, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5401, + "name": "Strawberries(2)", + "type": "noted", + "duplicate": true }, { - "id": 5565, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5402, + "name": "Strawberries(3)", + "type": "normal", + "duplicate": false }, { - "id": 5566, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5403, + "name": "Strawberries(3)", + "type": "noted", + "duplicate": true }, { - "id": 5567, - "name": "Gear", - "examine": "Used in machines and locks the rune over." + "id": 5404, + "name": "Strawberries(4)", + "type": "normal", + "duplicate": false }, { - "id": 5568, - "name": "Tile", - "examine": "For a mosaic." + "id": 5405, + "name": "Strawberries(4)", + "type": "noted", + "duplicate": true }, { - "id": 5569, - "name": "Tiles", - "examine": "For a mosaic." + "id": 5406, + "name": "Strawberries(5)", + "type": "normal", + "duplicate": false }, { - "id": 5570, - "name": "Tiles", - "examine": "For a mosaic." + "id": 5407, + "name": "Strawberries(5)", + "type": "noted", + "duplicate": true }, { - "id": 5571, - "name": "Tiles", - "examine": "For a mosaic." + "id": 5408, + "name": "Bananas(1)", + "type": "normal", + "duplicate": false }, { - "id": 5572, - "name": "Dial", - "examine": "I wonder what this does?" + "id": 5409, + "name": "Bananas(1)", + "type": "noted", + "duplicate": true }, { - "id": 5573, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 5410, + "name": "Bananas(2)", + "type": "normal", + "duplicate": false }, { - "id": 5574, - "name": "Initiate helm", - "examine": "An initiate Temple Knight's helm." + "id": 5411, + "name": "Bananas(2)", + "type": "noted", + "duplicate": true }, { - "id": 5575, - "name": "Initiate platemail", - "examine": "An initiate Temple Knight's Armour." + "id": 5412, + "name": "Bananas(3)", + "type": "normal", + "duplicate": false }, { - "id": 5576, - "name": "Initiate platelegs", - "examine": "An initiate Temple Knight's leg armour." + "id": 5413, + "name": "Bananas(3)", + "type": "noted", + "duplicate": true }, { - "id": 5577, - "name": "Cupric sulfate", - "examine": "A vial of something labelled 'Cupric Sulfate'." + "id": 5414, + "name": "Bananas(4)", + "type": "normal", + "duplicate": false }, { - "id": 5578, - "name": "Acetic acid", - "examine": "A vial of something labelled 'Acetic Acid'." + "id": 5415, + "name": "Bananas(4)", + "type": "noted", + "duplicate": true }, { - "id": 5579, - "name": "Gypsum", - "examine": "A vial of something labelled 'Gypsum'." + "id": 5416, + "name": "Bananas(5)", + "type": "normal", + "duplicate": false }, { - "id": 5580, - "name": "Sodium chloride", - "examine": "A vial of something labelled 'Sodium Chloride'." + "id": 5417, + "name": "Bananas(5)", + "type": "noted", + "duplicate": true }, { - "id": 5581, - "name": "Nitrous oxide", - "examine": "A vial of something labelled 'Nitrous Oxide'." + "id": 5418, + "name": "Empty sack", + "type": "normal", + "duplicate": false }, { - "id": 5582, - "name": "Vial of liquid", - "examine": "A vial of something labelled 'Dihydrogen Monoxide'." + "id": 5419, + "name": "Empty sack", + "type": "noted", + "duplicate": true }, { - "id": 5583, - "name": "Tin ore powder", - "examine": "A vial of something labelled 'Powdered Tin Ore'." + "id": 5420, + "name": "Potatoes(1)", + "type": "normal", + "duplicate": false }, { - "id": 5584, - "name": "Cupric ore powder", - "examine": "A vial of something labelled 'Powdered Cupric Ore'." + "id": 5421, + "name": "Potatoes(1)", + "type": "noted", + "duplicate": true }, { - "id": 5585, - "name": "Bronze key", - "examine": "I hope the mould was accurate enough..." + "id": 5422, + "name": "Potatoes(2)", + "type": "normal", + "duplicate": false }, { - "id": 5586, - "name": "Metal spade", - "examine": "It's a metal spade with a wooden handle." + "id": 5423, + "name": "Potatoes(2)", + "type": "noted", + "duplicate": true }, { - "id": 5587, - "name": "Metal spade", - "examine": "It's a metal spade without a handle." + "id": 5424, + "name": "Potatoes(3)", + "type": "normal", + "duplicate": false }, { - "id": 5588, - "name": "Alchemical notes", - "examine": "Looks like a pretty boring read." + "id": 5425, + "name": "Potatoes(3)", + "type": "noted", + "duplicate": true }, { - "id": 5589, - "name": "??? mixture", - "examine": "A very hot vial of something or other. The label says 'Cupric Sulfate'." + "id": 5426, + "name": "Potatoes(4)", + "type": "normal", + "duplicate": false }, { - "id": 5590, - "name": "??? mixture", - "examine": "A very warm vial of something or other. It's a bit lumpy." + "id": 5427, + "name": "Potatoes(4)", + "type": "noted", + "duplicate": true }, { - "id": 5591, - "name": "??? mixture", - "examine": "It looks horrible. I think I messed something up." + "id": 5428, + "name": "Potatoes(5)", + "type": "normal", + "duplicate": false }, { - "id": 5592, - "name": "Tin", - "examine": "I could probably pour something into this." + "id": 5429, + "name": "Potatoes(5)", + "type": "noted", + "duplicate": true }, { - "id": 5593, - "name": "Tin", - "examine": "It's full of a white lumpy mixture that seems to be hardening." + "id": 5430, + "name": "Potatoes(6)", + "type": "normal", + "duplicate": false }, { - "id": 5594, - "name": "Tin", - "examine": "There is an impression of a key embedded in it." + "id": 5431, + "name": "Potatoes(6)", + "type": "noted", + "duplicate": true }, { - "id": 5595, - "name": "Tin", - "examine": "There is an impression of a key, filled with tin ore." + "id": 5432, + "name": "Potatoes(7)", + "type": "normal", + "duplicate": false }, { - "id": 5596, - "name": "Tin", - "examine": "There is an impression of a key, filled with copper ore." + "id": 5433, + "name": "Potatoes(7)", + "type": "noted", + "duplicate": true }, { - "id": 5597, - "name": "Tin", - "examine": "There is an impression of a key, filled with tin and copper ore." + "id": 5434, + "name": "Potatoes(8)", + "type": "normal", + "duplicate": false }, { - "id": 5598, - "name": "Tin", - "examine": "There is a bronze key surrounded by plaster in this tin." + "id": 5435, + "name": "Potatoes(8)", + "type": "noted", + "duplicate": true }, { - "id": 5599, - "name": "Tin", - "examine": "There is a strange concoction filling this tin." + "id": 5436, + "name": "Potatoes(9)", + "type": "normal", + "duplicate": false }, { - "id": 5600, - "name": "Tin", - "examine": "A tin layered with some stuff from a vial." + "id": 5437, + "name": "Potatoes(9)", + "type": "noted", + "duplicate": true }, { - "id": 5601, - "name": "Chisel", - "examine": "Good for detailed crafting." + "id": 5438, + "name": "Potatoes(10)", + "type": "normal", + "duplicate": false }, { - "id": 5602, - "name": "Bronze wire", - "examine": "Useful for crafting items." + "id": 5439, + "name": "Potatoes(10)", + "type": "noted", + "duplicate": true }, { - "id": 5603, - "name": "Shears", - "examine": "For shearing sheep." + "id": 5440, + "name": "Onions(1)", + "type": "normal", + "duplicate": false }, { - "id": 5604, - "name": "Magnet", - "examine": "A very attractive magnet." + "id": 5441, + "name": "Onions(1)", + "type": "noted", + "duplicate": true }, { - "id": 5605, - "name": "Knife", - "examine": "A dangerous looking knife." + "id": 5442, + "name": "Onions(2)", + "type": "normal", + "duplicate": false }, { - "id": 5606, - "name": "Makeover voucher", - "examine": "I can exchange this for one free makeover with the makeover mage." + "id": 5443, + "name": "Onions(2)", + "type": "noted", + "duplicate": true }, { - "id": 5607, - "name": "Grain", - "examine": "A sack full of grain." + "id": 5444, + "name": "Onions(3)", + "type": "normal", + "duplicate": false }, { - "id": 5608, - "name": "Fox", - "examine": "I don't think he likes being carried." + "id": 5445, + "name": "Onions(3)", + "type": "noted", + "duplicate": true }, { - "id": 5609, - "name": "Chicken", - "examine": "He'd be easier to carry if I cooked and ate him first..." + "id": 5446, + "name": "Onions(4)", + "type": "normal", + "duplicate": false }, { - "id": 5610, - "name": "Hourglass", - "examine": "It's an hourglass." + "id": 5447, + "name": "Onions(4)", + "type": "noted", + "duplicate": true }, { - "id": 5611, - "name": "Initiate helm", - "examine": "Swap this note at any bank for an Initiate helm." + "id": 5448, + "name": "Onions(5)", + "type": "normal", + "duplicate": false }, { - "id": 5612, - "name": "Initiate platemail", - "examine": "Swap this note at any bank for an Initiate platemail." + "id": 5449, + "name": "Onions(5)", + "type": "noted", + "duplicate": true }, { - "id": 5613, - "name": "Initiate platelegs", - "examine": "Swap this note at any bank for an Initiate platelegs." + "id": 5450, + "name": "Onions(6)", + "type": "normal", + "duplicate": false }, { - "id": 5614, - "name": "Magic carpet", - "examine": "A flying Magic carpet." + "id": 5451, + "name": "Onions(6)", + "type": "noted", + "duplicate": true }, { - "id": 5615, - "name": "Bonemeal", - "examine": "A pot of crushed Shaikahan bones." + "id": 5452, + "name": "Onions(7)", + "type": "normal", + "duplicate": false }, { - "id": 5616, - "name": "Bronze arrow(+)", - "examine": "Venomous looking arrows." + "id": 5453, + "name": "Onions(7)", + "type": "noted", + "duplicate": true }, { - "id": 5617, - "name": "Iron arrow(+)", - "examine": "Venomous looking arrows." + "id": 5454, + "name": "Onions(8)", + "type": "normal", + "duplicate": false }, { - "id": 5618, - "name": "Steel arrow(+)", - "examine": "Venomous looking arrows." + "id": 5455, + "name": "Onions(8)", + "type": "noted", + "duplicate": true }, { - "id": 5619, - "name": "Mithril arrow(+)", - "examine": "Venomous looking arrows." + "id": 5456, + "name": "Onions(9)", + "type": "normal", + "duplicate": false }, { - "id": 5620, - "name": "Adamant arrow(+)", - "examine": "Venomous looking arrows." + "id": 5457, + "name": "Onions(9)", + "type": "noted", + "duplicate": true }, { - "id": 5621, - "name": "Rune arrow(+)", - "examine": "Venomous looking arrows." + "id": 5458, + "name": "Onions(10)", + "type": "normal", + "duplicate": false }, { - "id": 5622, - "name": "Bronze arrow(s)", - "examine": "Venomous looking arrows." + "id": 5459, + "name": "Onions(10)", + "type": "noted", + "duplicate": true }, { - "id": 5623, - "name": "Iron arrow(s)", - "examine": "Venomous looking arrows." + "id": 5460, + "name": "Cabbages(1)", + "type": "normal", + "duplicate": false }, { - "id": 5624, - "name": "Steel arrow(s)", - "examine": "Venomous looking arrows." + "id": 5461, + "name": "Cabbages(1)", + "type": "noted", + "duplicate": true }, { - "id": 5625, - "name": "Mithril arrow(s)", - "examine": "Venomous looking arrows." + "id": 5462, + "name": "Cabbages(2)", + "type": "normal", + "duplicate": false }, { - "id": 5626, - "name": "Adamant arrow(s)", - "examine": "Venomous looking arrows." + "id": 5463, + "name": "Cabbages(2)", + "type": "noted", + "duplicate": true }, { - "id": 5627, - "name": "Rune arrow(s)", - "examine": "Venomous looking arrows." + "id": 5464, + "name": "Cabbages(3)", + "type": "normal", + "duplicate": false }, { - "id": 5628, - "name": "Bronze dart(+)", - "examine": "A deadly poisoned dart with a bronze tip." + "id": 5465, + "name": "Cabbages(3)", + "type": "noted", + "duplicate": true }, { - "id": 5629, - "name": "Iron dart(+)", - "examine": "A deadly poisoned dart with an iron tip." + "id": 5466, + "name": "Cabbages(4)", + "type": "normal", + "duplicate": false }, { - "id": 5630, - "name": "Steel dart(+)", - "examine": "A deadly poisoned dart with a steel tip." + "id": 5467, + "name": "Cabbages(4)", + "type": "noted", + "duplicate": true }, { - "id": 5631, - "name": "Black dart(+)", - "examine": "A deadly poisoned dart with a black tip." + "id": 5468, + "name": "Cabbages(5)", + "type": "normal", + "duplicate": false }, { - "id": 5632, - "name": "Mithril dart(+)", - "examine": "A deadly poisoned dart with a mithril tip." + "id": 5469, + "name": "Cabbages(5)", + "type": "noted", + "duplicate": true }, { - "id": 5633, - "name": "Adamant dart(+)", - "examine": "A deadly poisoned dart with an adamantite tip." + "id": 5470, + "name": "Cabbages(6)", + "type": "normal", + "duplicate": false }, { - "id": 5634, - "name": "Rune dart(+)", - "examine": "A deadly poisoned dart with a rune tip." + "id": 5471, + "name": "Cabbages(6)", + "type": "noted", + "duplicate": true }, { - "id": 5635, - "name": "Bronze dart(s)", - "examine": "A deadly poisoned dart with a bronze tip." + "id": 5472, + "name": "Cabbages(7)", + "type": "normal", + "duplicate": false }, { - "id": 5636, - "name": "Iron dart(s)", - "examine": "A deadly poisoned dart with an iron tip." + "id": 5473, + "name": "Cabbages(7)", + "type": "noted", + "duplicate": true }, { - "id": 5637, - "name": "Steel dart(s)", - "examine": "A deadly poisoned dart with a steel tip." + "id": 5474, + "name": "Cabbages(8)", + "type": "normal", + "duplicate": false }, { - "id": 5638, - "name": "Black dart(s)", - "examine": "A deadly poisoned dart with a black tip." + "id": 5475, + "name": "Cabbages(8)", + "type": "noted", + "duplicate": true }, { - "id": 5639, - "name": "Mithril dart(s)", - "examine": "A deadly poisoned dart with a mithril tip." + "id": 5476, + "name": "Cabbages(9)", + "type": "normal", + "duplicate": false }, { - "id": 5640, - "name": "Adamant dart(s)", - "examine": "A deadly poisoned dart with an adamantite tip." + "id": 5477, + "name": "Cabbages(9)", + "type": "noted", + "duplicate": true }, { - "id": 5641, - "name": "Rune dart(s)", - "examine": "A deadly poisoned dart with a rune tip." + "id": 5478, + "name": "Cabbages(10)", + "type": "normal", + "duplicate": false }, { - "id": 5642, - "name": "Bronze javelin(+)", - "examine": "A bronze tipped javelin." + "id": 5479, + "name": "Cabbages(10)", + "type": "noted", + "duplicate": true }, { - "id": 5643, - "name": "Iron javelin(+)", - "examine": "An iron tipped javelin." + "id": 5480, + "name": "Apple seedling", + "type": "normal", + "duplicate": false }, { - "id": 5644, - "name": "Steel javelin(+)", - "examine": "A steel tipped javelin." + "id": 5481, + "name": "Banana seedling", + "type": "normal", + "duplicate": false }, { - "id": 5645, - "name": "Mithril javelin(+)", - "examine": "A mithril tipped javelin." + "id": 5482, + "name": "Orange seedling", + "type": "normal", + "duplicate": false }, { - "id": 5646, - "name": "Adamant javelin(+)", - "examine": "An adamantite tipped javelin." + "id": 5483, + "name": "Curry seedling", + "type": "normal", + "duplicate": false }, { - "id": 5647, - "name": "Rune javelin(+)", - "examine": "A rune tipped javelin." + "id": 5484, + "name": "Pineapple seedling", + "type": "normal", + "duplicate": false }, { - "id": 5648, - "name": "Bronze javelin(s)", - "examine": "A bronze tipped javelin." + "id": 5485, + "name": "Papaya seedling", + "type": "normal", + "duplicate": false }, { - "id": 5649, - "name": "Iron javelin(s)", - "examine": "An iron tipped javelin." + "id": 5486, + "name": "Palm seedling", + "type": "normal", + "duplicate": false }, { - "id": 5650, - "name": "Steel javelin(s)", - "examine": "A steel tipped javelin." + "id": 5487, + "name": "Calquat seedling", + "type": "normal", + "duplicate": false }, { - "id": 5651, - "name": "Mithril javelin(s)", - "examine": "A mithril tipped javelin." + "id": 5488, + "name": "Apple seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5652, - "name": "Adamant javelin(s)", - "examine": "An adamantite tipped javelin." + "id": 5489, + "name": "Banana seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5653, - "name": "Rune javelin(s)", - "examine": "A rune tipped javelin." + "id": 5490, + "name": "Orange seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5654, - "name": "Bronze knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5491, + "name": "Curry seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5655, - "name": "Iron knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5492, + "name": "Pineapple seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5656, - "name": "Steel knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5493, + "name": "Papaya seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5657, - "name": "Mithril knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5494, + "name": "Palm seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5658, - "name": "Black knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5495, + "name": "Calquat seedling (w)", + "type": "normal", + "duplicate": false }, { - "id": 5659, - "name": "Adamant knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5496, + "name": "Apple sapling", + "type": "normal", + "duplicate": false }, { - "id": 5660, - "name": "Rune knife(+)", - "examine": "A finely balanced throwing knife." + "id": 5497, + "name": "Banana sapling", + "type": "normal", + "duplicate": false }, { - "id": 5661, - "name": "Bronze knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5498, + "name": "Orange sapling", + "type": "normal", + "duplicate": false }, { - "id": 5662, - "name": "Iron knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5499, + "name": "Curry sapling", + "type": "normal", + "duplicate": false }, { - "id": 5663, - "name": "Steel knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5500, + "name": "Pineapple sapling", + "type": "normal", + "duplicate": false }, { - "id": 5664, - "name": "Mithril knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5501, + "name": "Papaya sapling", + "type": "normal", + "duplicate": false }, { - "id": 5665, - "name": "Black knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5502, + "name": "Palm sapling", + "type": "normal", + "duplicate": false }, { - "id": 5666, - "name": "Adamant knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5503, + "name": "Calquat sapling", + "type": "normal", + "duplicate": false }, { - "id": 5667, - "name": "Rune knife(s)", - "examine": "A finely balanced throwing knife." + "id": 5504, + "name": "Strawberry", + "type": "normal", + "duplicate": false }, { - "id": 5668, - "name": "Iron dagger(+)", - "examine": "The blade is covered with poison." + "id": 5505, + "name": "Strawberry", + "type": "noted", + "duplicate": true }, { - "id": 5669, - "name": "Iron dagger(+)", - "examine": "Swap this note at any bank for an Iron dagger(+)." + "id": 5506, + "name": "Old man's message", + "type": "normal", + "duplicate": false }, { - "id": 5670, - "name": "Bronze dagger(+)", - "examine": "This dagger is poisoned." + "id": 5507, + "name": "Strange book", + "type": "normal", + "duplicate": false }, { - "id": 5671, - "name": "Bronze dagger(+)", - "examine": "Swap this note at any bank for a Bronze dagger(+)." + "id": 5508, + "name": "Book of folklore", + "type": "normal", + "duplicate": false }, { - "id": 5672, - "name": "Steel dagger(+)", - "examine": "The blade has been poisoned." + "id": 5509, + "name": "Small pouch", + "type": "normal", + "duplicate": false }, { - "id": 5673, - "name": "Steel dagger(+)", - "examine": "Swap this note at any bank for a Steel dagger(+)." + "id": 5510, + "name": "Medium pouch", + "type": "normal", + "duplicate": false }, { - "id": 5674, - "name": "Mithril dagger(+)", - "examine": "A poisoned Mithril dagger." + "id": 5511, + "name": "Medium pouch", + "type": "normal", + "duplicate": false }, { - "id": 5675, - "name": "Mithril dagger(+)", - "examine": "Swap this note at any bank for a Mithril dagger(+)." + "id": 5512, + "name": "Large pouch", + "type": "normal", + "duplicate": false }, { - "id": 5676, - "name": "Adamant dagger(+)", - "examine": "A very dangerous poisoned dagger." + "id": 5513, + "name": "Large pouch", + "type": "normal", + "duplicate": false }, { - "id": 5677, - "name": "Adamant dagger(+)", - "examine": "Swap this note at any bank for an Adamant dagger(+)." + "id": 5514, + "name": "Giant pouch", + "type": "normal", + "duplicate": false }, { - "id": 5678, - "name": "Rune dagger(+)", - "examine": "The blade is covered with a nasty poison." + "id": 5515, + "name": "Giant pouch", + "type": "normal", + "duplicate": false }, { - "id": 5679, - "name": "Rune dagger(+)", - "examine": "Swap this note at any bank for a Rune dagger(+)." + "id": 5516, + "name": "Elemental talisman", + "type": "normal", + "duplicate": false }, { - "id": 5680, - "name": "Dragon dagger(+)", - "examine": "A powerful dagger." + "id": 5517, + "name": "Elemental talisman", + "type": "noted", + "duplicate": true }, { - "id": 5681, - "name": "Dragon dagger(+)", - "examine": "Swap this note at any bank for a Dragon dagger(+)." + "id": 5518, + "name": "Scrying orb", + "type": "normal", + "duplicate": false }, { - "id": 5682, - "name": "Black dagger(+)", - "examine": "This dagger is poisoned." + "id": 5519, + "name": "Scrying orb", + "type": "normal", + "duplicate": false }, { - "id": 5683, - "name": "Black dagger(+)", - "examine": "Swap this note at any bank for a Black dagger(+)." + "id": 5520, + "name": "Abyssal book", + "type": "normal", + "duplicate": false }, { - "id": 5684, - "name": "Poisoned dagger(+)", - "examine": "The blade is covered with poison." + "id": 5521, + "name": "Binding necklace", + "type": "normal", + "duplicate": false }, { - "id": 5685, - "name": "Poisoned dagger(+)", - "examine": "Swap this note at any bank for a Poisoned dagger(+)." + "id": 5522, + "name": "Binding necklace", + "type": "noted", + "duplicate": true }, { - "id": 5686, - "name": "Iron dagger(s)", - "examine": "The blade is covered with poison." + "id": 5523, + "name": "Tiara mould", + "type": "normal", + "duplicate": false }, { - "id": 5687, - "name": "Iron dagger(s)", - "examine": "Swap this note at any bank for an Iron dagger(s)." + "id": 5524, + "name": "Tiara mould", + "type": "noted", + "duplicate": true }, { - "id": 5688, - "name": "Bronze dagger(s)", - "examine": "This dagger is poisoned." + "id": 5525, + "name": "Tiara", + "type": "normal", + "duplicate": false }, { - "id": 5689, - "name": "Bronze dagger(s)", - "examine": "Swap this note at any bank for a Bronze dagger(s)." + "id": 5526, + "name": "Tiara", + "type": "noted", + "duplicate": true }, { - "id": 5690, - "name": "Steel dagger(s)", - "examine": "The blade has been poisoned." + "id": 5527, + "name": "Air tiara", + "type": "normal", + "duplicate": false }, { - "id": 5691, - "name": "Steel dagger(s)", - "examine": "Swap this note at any bank for a Steel dagger(s)." + "id": 5528, + "name": "Air tiara", + "type": "noted", + "duplicate": true }, { - "id": 5692, - "name": "Mithril dagger(s)", - "examine": "A poisoned Mithril dagger." + "id": 5529, + "name": "Mind tiara", + "type": "normal", + "duplicate": false }, { - "id": 5693, - "name": "Mithril dagger(s)", - "examine": "Swap this note at any bank for a Mithril dagger(s)." + "id": 5530, + "name": "Mind tiara", + "type": "noted", + "duplicate": true }, { - "id": 5694, - "name": "Adamant dagger(s)", - "examine": "A very dangerous poisoned dagger." + "id": 5531, + "name": "Water tiara", + "type": "normal", + "duplicate": false }, { - "id": 5695, - "name": "Adamant dagger(s)", - "examine": "Swap this note at any bank for an Adamant dagger(s)." + "id": 5532, + "name": "Water tiara", + "type": "noted", + "duplicate": true }, { - "id": 5696, - "name": "Rune dagger(s)", - "examine": "The blade is covered with a nasty poison." + "id": 5533, + "name": "Body tiara", + "type": "normal", + "duplicate": false }, { - "id": 5697, - "name": "Rune dagger(s)", - "examine": "Swap this note at any bank for a Rune dagger(s)." + "id": 5534, + "name": "Body tiara", + "type": "noted", + "duplicate": true }, { - "id": 5698, - "name": "Dragon dagger(s)", - "examine": "A powerful dagger." + "id": 5535, + "name": "Earth tiara", + "type": "normal", + "duplicate": false }, { - "id": 5699, - "name": "Dragon dagger(s)", - "examine": "Swap this note at any bank for a Dragon dagger(s)." + "id": 5536, + "name": "Earth tiara", + "type": "noted", + "duplicate": true }, { - "id": 5700, - "name": "Black dagger(s)", - "examine": "This dagger is poisoned." + "id": 5537, + "name": "Fire tiara", + "type": "normal", + "duplicate": false }, { - "id": 5701, - "name": "Black dagger(s)", - "examine": "Swap this note at any bank for a Black dagger(s)." + "id": 5538, + "name": "Fire tiara", + "type": "noted", + "duplicate": true }, { - "id": 5702, - "name": "Poisoned dagger(s)", - "examine": "The blade is covered with poison." + "id": 5539, + "name": "Cosmic tiara", + "type": "normal", + "duplicate": false }, { - "id": 5703, - "name": "Poisoned dagger(s)", - "examine": "Swap this note at any bank for a Poisoned dagger(s)." + "id": 5540, + "name": "Cosmic tiara", + "type": "noted", + "duplicate": true }, { - "id": 5704, - "name": "Bronze spear(+)", - "examine": "A poisoned bronze tipped spear." + "id": 5541, + "name": "Nature tiara", + "type": "normal", + "duplicate": false }, { - "id": 5705, - "name": "Bronze spear(+)", - "examine": "Swap this note at any bank for a Bronze spear(+)." + "id": 5542, + "name": "Nature tiara", + "type": "noted", + "duplicate": true }, { - "id": 5706, - "name": "Iron spear(+)", - "examine": "A poisoned iron tipped spear." + "id": 5543, + "name": "Chaos tiara", + "type": "normal", + "duplicate": false }, { - "id": 5707, - "name": "Iron spear(+)", - "examine": "Swap this note at any bank for an Iron spear(+)." + "id": 5544, + "name": "Chaos tiara", + "type": "noted", + "duplicate": true }, { - "id": 5708, - "name": "Steel spear(+)", - "examine": "A poisoned steel tipped spear." + "id": 5545, + "name": "Law tiara", + "type": "normal", + "duplicate": false }, + null, { - "id": 5709, - "name": "Steel spear(+)", - "examine": "Swap this note at any bank for a Steel spear(+)." + "id": 5547, + "name": "Death tiara", + "type": "normal", + "duplicate": false }, { - "id": 5710, - "name": "Mithril spear(+)", - "examine": "A poisoned mithril tipped spear." + "id": 5548, + "name": "Death tiara", + "type": "noted", + "duplicate": true }, + null, + null, + null, + null, { - "id": 5711, - "name": "Mithril spear(+)", - "examine": "Swap this note at any bank for a Mithril spear(+)." + "id": 5553, + "name": "Rogue top", + "type": "normal", + "duplicate": false }, { - "id": 5712, - "name": "Adamant spear(+)", - "examine": "A poisoned adamantite tipped spear." + "id": 5554, + "name": "Rogue mask", + "type": "normal", + "duplicate": false }, { - "id": 5713, - "name": "Adamant spear(+)", - "examine": "Swap this note at any bank for an Adamant spear(+)." + "id": 5555, + "name": "Rogue trousers", + "type": "normal", + "duplicate": false }, { - "id": 5714, - "name": "Rune spear(+)", - "examine": "A poisoned rune tipped spear." + "id": 5556, + "name": "Rogue gloves", + "type": "normal", + "duplicate": false }, { - "id": 5715, - "name": "Rune spear(+)", - "examine": "Swap this note at any bank for a Rune spear(+)." + "id": 5557, + "name": "Rogue boots", + "type": "normal", + "duplicate": false }, { - "id": 5716, - "name": "Dragon spear(+)", - "examine": "A poisoned dragon tipped spear." + "id": 5558, + "name": "Rogue kit", + "type": "normal", + "duplicate": false }, { - "id": 5717, - "name": "Dragon spear(+)", - "examine": "Swap this note at any bank for a Dragon spear(+)." + "id": 5559, + "name": "Flash powder", + "type": "normal", + "duplicate": false }, { - "id": 5718, - "name": "Bronze spear(s)", - "examine": "A poisoned bronze tipped spear." + "id": 5560, + "name": "Stethoscope", + "type": "normal", + "duplicate": false }, { - "id": 5719, - "name": "Bronze spear(s)", - "examine": "Swap this note at any bank for a Bronze spear(s)." + "id": 5561, + "name": "Mystic jewel", + "type": "normal", + "duplicate": false }, { - "id": 5720, - "name": "Iron spear(s)", - "examine": "A poisoned iron tipped spear." + "id": 5562, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5721, - "name": "Iron spear(s)", - "examine": "Swap this note at any bank for an Iron spear(s)." + "id": 5563, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5722, - "name": "Steel spear(s)", - "examine": "A poisoned steel tipped spear." + "id": 5564, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5723, - "name": "Steel spear(s)", - "examine": "Swap this note at any bank for a Steel spear(s)." + "id": 5565, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5724, - "name": "Mithril spear(s)", - "examine": "A poisoned mithril tipped spear." + "id": 5566, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5725, - "name": "Mithril spear(s)", - "examine": "Swap this note at any bank for a Mithril spear(s)." + "id": 5567, + "name": "Gear", + "type": "normal", + "duplicate": false }, { - "id": 5726, - "name": "Adamant spear(s)", - "examine": "A poisoned adamantite tipped spear." + "id": 5568, + "name": "Tile", + "type": "normal", + "duplicate": false }, { - "id": 5727, - "name": "Adamant spear(s)", - "examine": "Swap this note at any bank for an Adamant spear(s)." + "id": 5569, + "name": "Tiles", + "type": "normal", + "duplicate": false }, { - "id": 5728, - "name": "Rune spear(s)", - "examine": "A poisoned rune tipped spear." + "id": 5570, + "name": "Tiles", + "type": "normal", + "duplicate": false }, { - "id": 5729, - "name": "Rune spear(s)", - "examine": "Swap this note at any bank for a Rune spear(s)." + "id": 5571, + "name": "Tiles", + "type": "normal", + "duplicate": false }, + null, { - "id": 5730, - "name": "Dragon spear(s)", - "examine": "A poisoned dragon tipped spear." + "id": 5573, + "name": "Desert amulet", + "type": "normal", + "duplicate": false }, { - "id": 5731, - "name": "Dragon spear(s)", - "examine": "Swap this note at any bank for a Dragon spear(s)." + "id": 5574, + "name": "Initiate sallet", + "type": "normal", + "duplicate": false }, { - "id": 5732, - "name": "Stool", - "examine": "A stool for milking" + "id": 5575, + "name": "Initiate hauberk", + "type": "normal", + "duplicate": false }, { - "id": 5733, - "name": "Rotten potato", - "examine": "Yuk!" + "id": 5576, + "name": "Initiate cuisse", + "type": "normal", + "duplicate": false }, { - "id": 5734, - "name": "Black spear(+)", - "examine": "A poisoned black tipped spear." + "id": 5577, + "name": "Cupric sulfate", + "type": "normal", + "duplicate": false }, { - "id": 5735, - "name": "Black spear(+)", - "examine": "Swap this note at any bank for a Black spear(+)." + "id": 5578, + "name": "Acetic acid", + "type": "normal", + "duplicate": false }, { - "id": 5736, - "name": "Black spear(s)", - "examine": "A poisoned black tipped spear." + "id": 5579, + "name": "Gypsum", + "type": "normal", + "duplicate": false }, { - "id": 5737, - "name": "Black spear(s)", - "examine": "Swap this note at any bank for a Black spear(s)." + "id": 5580, + "name": "Sodium chloride", + "type": "normal", + "duplicate": false }, { - "id": 5738, - "name": "Woad leaf", - "examine": "A slightly bluish leaf." + "id": 5581, + "name": "Nitrous oxide", + "type": "normal", + "duplicate": false }, { - "id": 5739, - "name": "Asgarnian ale(m)", - "examine": "This looks a good deal stronger than normal Asgarnian Ale." + "id": 5582, + "name": "Vial of liquid", + "type": "normal", + "duplicate": false }, { - "id": 5740, - "name": "Asgarnian ale(m)", - "examine": "Swap this note at any bank for an Asgarnian ale(m)." + "id": 5583, + "name": "Tin ore powder", + "type": "normal", + "duplicate": false }, { - "id": 5741, - "name": "Mature wmb", - "examine": "This looks a good deal stronger than normal Wizards Mind Bomb." + "id": 5584, + "name": "Cupric ore powder", + "type": "normal", + "duplicate": false }, { - "id": 5742, - "name": "Mature wmb", - "examine": "Swap this note at any bank for a Mature wmb." + "id": 5585, + "name": "Bronze key", + "type": "normal", + "duplicate": false }, { - "id": 5743, - "name": "Greenman's ale(m)", - "examine": "This looks a good deal stronger than normal Greenman's Ale." + "id": 5586, + "name": "Metal spade", + "type": "normal", + "duplicate": false }, { - "id": 5744, - "name": "Greenman's ale(m)", - "examine": "Swap this note at any bank for a Greenman's ale(m)." + "id": 5587, + "name": "Metal spade", + "type": "normal", + "duplicate": false }, { - "id": 5745, - "name": "Dragon bitter(m)", - "examine": "This looks a good deal stronger than normal Dragon Bitter." + "id": 5588, + "name": "Alchemical notes", + "type": "normal", + "duplicate": false }, { - "id": 5746, - "name": "Dragon bitter(m)", - "examine": "Swap this note at any bank for a Dragon bitter(m)." + "id": 5589, + "name": "??? mixture", + "type": "normal", + "duplicate": false }, { - "id": 5747, - "name": "Dwarven stout(m)", - "examine": "This looks a good deal stronger than normal Dwarven Stout." + "id": 5590, + "name": "??? mixture", + "type": "normal", + "duplicate": false }, { - "id": 5748, - "name": "Dwarven stout(m)", - "examine": "Swap this note at any bank for a Dwarven stout(m)." + "id": 5591, + "name": "??? mixture", + "type": "normal", + "duplicate": false }, { - "id": 5749, - "name": "Moonlight mead(m)", - "examine": "This looks a good deal stronger than normal Moonlight Mead." + "id": 5592, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5750, - "name": "Moonlight mead(m)", - "examine": "Swap this note at any bank for a Moonlight mead(m)." + "id": 5593, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5751, - "name": "Axeman's folly", - "examine": "This might help me chop harder." + "id": 5594, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5752, - "name": "Axeman's folly", - "examine": "Swap this note at any bank for an Axeman's folly." + "id": 5595, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5753, - "name": "Axeman's folly(m)", - "examine": "This looks a good deal stronger than normal Axeman's Folly." + "id": 5596, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5754, - "name": "Axeman's folly(m)", - "examine": "Swap this note at any bank for an Axeman's folly(m)." + "id": 5597, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5755, - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale." + "id": 5598, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5756, - "name": "Chef's delight", - "examine": "Swap this note at any bank for a Chef's delight." + "id": 5599, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5757, - "name": "Chef's delight(m)", - "examine": "This looks a good deal stronger than normal Chef's Delight." + "id": 5600, + "name": "Tin", + "type": "normal", + "duplicate": false }, { - "id": 5758, - "name": "Chef's delight(m)", - "examine": "Swap this note at any bank for a Chef's delight(m)." + "id": 5601, + "name": "Chisel", + "type": "normal", + "duplicate": false }, { - "id": 5759, - "name": "Slayer's respite", - "examine": "Ale with bite." + "id": 5602, + "name": "Bronze wire", + "type": "normal", + "duplicate": false }, { - "id": 5760, - "name": "Slayer's respite", - "examine": "Swap this note at any bank for a Slayer's respite." + "id": 5603, + "name": "Shears", + "type": "normal", + "duplicate": false }, { - "id": 5761, - "name": "Slayer's respite(m)", - "examine": "This looks a good deal stronger than normal Slayer's Respite." + "id": 5604, + "name": "Magnet", + "type": "normal", + "duplicate": false }, { - "id": 5762, - "name": "Slayer's respite(m)", - "examine": "Swap this note at any bank for a Slayer's respite(m)." + "id": 5605, + "name": "Knife", + "type": "normal", + "duplicate": false }, { - "id": 5763, - "name": "Cider", - "examine": "A glass of cider." + "id": 5606, + "name": "Makeover voucher", + "type": "normal", + "duplicate": false }, { - "id": 5764, - "name": "Cider", - "examine": "Swap this note at any bank for a Cider." + "id": 5607, + "name": "Grain", + "type": "normal", + "duplicate": false }, { - "id": 5765, - "name": "Mature cider", - "examine": "This looks a good deal stronger than normal cider." + "id": 5608, + "name": "Fox", + "type": "normal", + "duplicate": false }, { - "id": 5766, - "name": "Mature cider", - "examine": "Swap this note at any bank for a Mature cider." + "id": 5609, + "name": "Chicken", + "type": "normal", + "duplicate": false }, { - "id": 5767, - "name": "Ale yeast", - "examine": "A pot filled with ale yeast." + "id": 5610, + "name": "Hourglass", + "type": "normal", + "duplicate": false }, { - "id": 5768, - "name": "Ale yeast", - "examine": "Swap this note at any bank for an Ale yeast." + "id": 5611, + "name": "Initiate sallet", + "type": "noted", + "duplicate": true }, { - "id": 5769, - "name": "Calquat keg", - "examine": "Sliced and hollowed out to form a keg." + "id": 5612, + "name": "Initiate hauberk", + "type": "noted", + "duplicate": true }, { - "id": 5770, - "name": "Calquat keg", - "examine": "Swap this note at any bank for a Calquat keg." + "id": 5613, + "name": "Initiate cuisse", + "type": "noted", + "duplicate": true }, { - "id": 5771, - "name": "Dwarven stout(1)", - "examine": "This keg contains 1 pint of Dwarven Stout." + "id": 5614, + "name": "Magic carpet", + "type": "normal", + "duplicate": false }, { - "id": 5772, - "name": "Dwarven stout(1)", - "examine": "Swap this note at any bank for a Dwarven stout(1)." + "id": 5615, + "name": "Shaikahan bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 5773, - "name": "Dwarven stout(2)", - "examine": "This keg contains 2 pints of Dwarven Stout." + "id": 5616, + "name": "Bronze arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5774, - "name": "Dwarven stout(2)", - "examine": "Swap this note at any bank for a Dwarven stout(2)." + "id": 5617, + "name": "Iron arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5775, - "name": "Dwarven stout(3)", - "examine": "This keg contains 3 pints of Dwarven Stout." + "id": 5618, + "name": "Steel arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5776, - "name": "Dwarven stout(3)", - "examine": "Swap this note at any bank for a Dwarven stout(3)." + "id": 5619, + "name": "Mithril arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5777, - "name": "Dwarven stout(4)", - "examine": "This keg contains 4 pints of Dwarven Stout." + "id": 5620, + "name": "Adamant arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5778, - "name": "Dwarven stout(4)", - "examine": "Swap this note at any bank for a Dwarven stout(4)." + "id": 5621, + "name": "Rune arrow(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5779, - "name": "Asgarnian ale(1)", - "examine": "This keg contains 1 pint of Asgarnian Ale." + "id": 5622, + "name": "Bronze arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5780, - "name": "Asgarnian ale(1)", - "examine": "Swap this note at any bank for an Asgarnian ale(1)." + "id": 5623, + "name": "Iron arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5781, - "name": "Asgarnian ale(2)", - "examine": "This keg contains 2 pints of Asgarnian Ale." + "id": 5624, + "name": "Steel arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5782, - "name": "Asgarnian ale(2)", - "examine": "Swap this note at any bank for an Asgarnian ale(2)." + "id": 5625, + "name": "Mithril arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5783, - "name": "Asgarnian ale(3)", - "examine": "This keg contains 3 pints of Asgarnian Ale." + "id": 5626, + "name": "Adamant arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5784, - "name": "Asgarnian ale(3)", - "examine": "Swap this note at any bank for an Asgarnian ale(3)." + "id": 5627, + "name": "Rune arrow(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5785, - "name": "Asgarnian ale(4)", - "examine": "This keg contains 4 pints of Asgarnian Ale." + "id": 5628, + "name": "Bronze dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5786, - "name": "Asgarnian ale(4)", - "examine": "Swap this note at any bank for an Asgarnian ale(4)." + "id": 5629, + "name": "Iron dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5787, - "name": "Greenmans ale(1)", - "examine": "This keg contains 1 pint of Greenmans Ale." + "id": 5630, + "name": "Steel dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5788, - "name": "Greenmans ale(1)", - "examine": "Swap this note at any bank for a Greenmans ale(1)." + "id": 5631, + "name": "Black dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5789, - "name": "Greenmans ale(2)", - "examine": "This keg contains 2 pints of Greenmans Ale." + "id": 5632, + "name": "Mithril dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5790, - "name": "Greenmans ale(2)", - "examine": "Swap this note at any bank for a Greenmans ale(2)." + "id": 5633, + "name": "Adamant dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5791, - "name": "Greenmans ale(3)", - "examine": "This keg contains 3 pints of Greenmans Ale." + "id": 5634, + "name": "Rune dart(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5792, - "name": "Greenmans ale(3)", - "examine": "Swap this note at any bank for a Greenmans ale(3)." + "id": 5635, + "name": "Bronze dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5793, - "name": "Greenmans ale(4)", - "examine": "This keg contains 4 pints of Greenmans Ale." + "id": 5636, + "name": "Iron dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5794, - "name": "Greenmans ale(4)", - "examine": "Swap this note at any bank for a Greenmans ale(4)." + "id": 5637, + "name": "Steel dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5795, - "name": "Mind bomb(1)", - "examine": "This keg contains 1 pint of Wizards Mind Bomb." + "id": 5638, + "name": "Black dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5796, - "name": "Mind bomb(1)", - "examine": "Swap this note at any bank for a Mind bomb(1)." + "id": 5639, + "name": "Mithril dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5797, - "name": "Mind bomb(2)", - "examine": "This keg contains 2 pints of Wizards Mind Bomb." + "id": 5640, + "name": "Adamant dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5798, - "name": "Mind bomb(2)", - "examine": "Swap this note at any bank for a Mind bomb(2)." + "id": 5641, + "name": "Rune dart(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5799, - "name": "Mind bomb(3)", - "examine": "This keg contains 3 pints of Wizards Mind Bomb." + "id": 5642, + "name": "Bronze javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5800, - "name": "Mind bomb(3)", - "examine": "Swap this note at any bank for a Mind bomb(3)." + "id": 5643, + "name": "Iron javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5801, - "name": "Mind bomb(4)", - "examine": "This keg contains 4 pints of Wizards Mind Bomb." + "id": 5644, + "name": "Steel javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5802, - "name": "Mind bomb(4)", - "examine": "Swap this note at any bank for a Mind bomb(4)." + "id": 5645, + "name": "Mithril javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5803, - "name": "Dragon bitter(1)", - "examine": "This keg contains 1 pint of Dragon Bitter." + "id": 5646, + "name": "Adamant javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5804, - "name": "Dragon bitter(1)", - "examine": "Swap this note at any bank for a Dragon bitter(1)." + "id": 5647, + "name": "Rune javelin(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5805, - "name": "Dragon bitter(2)", - "examine": "This keg contains 2 pints of Dragon Bitter." + "id": 5648, + "name": "Bronze javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5806, - "name": "Dragon bitter(2)", - "examine": "Swap this note at any bank for a Dragon bitter(2)." + "id": 5649, + "name": "Iron javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5807, - "name": "Dragon bitter(3)", - "examine": "This keg contains 3 pints of Dragon Bitter." + "id": 5650, + "name": "Steel javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5808, - "name": "Dragon bitter(3)", - "examine": "Swap this note at any bank for a Dragon bitter(3)." + "id": 5651, + "name": "Mithril javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5809, - "name": "Dragon bitter(4)", - "examine": "This keg contains 4 pints of Dragon Bitter." + "id": 5652, + "name": "Adamant javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5810, - "name": "Dragon bitter(4)", - "examine": "Swap this note at any bank for a Dragon bitter(4)." + "id": 5653, + "name": "Rune javelin(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5811, - "name": "Moonlight mead(1)", - "examine": "This keg contains 1 pint of Moonlight Mead." + "id": 5654, + "name": "Bronze knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5812, - "name": "Moonlight mead(1)", - "examine": "Swap this note at any bank for a Moonlight mead(1)." + "id": 5655, + "name": "Iron knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5813, - "name": "Moonlight mead(2)", - "examine": "This keg contains 2 pints of Moonlight Mead." + "id": 5656, + "name": "Steel knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5814, - "name": "Moonlight mead(2)", - "examine": "Swap this note at any bank for a Moonlight mead(2)." + "id": 5657, + "name": "Mithril knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5815, - "name": "Moonlight mead(3)", - "examine": "This keg contains 3 pints of Moonlight Mead." + "id": 5658, + "name": "Black knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5816, - "name": "Moonlight mead(3)", - "examine": "Swap this note at any bank for a Moonlight mead(3)." + "id": 5659, + "name": "Adamant knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5817, - "name": "Moonlight mead(4)", - "examine": "This keg contains 4 pints of Moonlight Mead." + "id": 5660, + "name": "Rune knife(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5818, - "name": "Moonlight mead(4)", - "examine": "Swap this note at any bank for a Moonlight mead(4)." + "id": 5661, + "name": "Bronze knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5819, - "name": "Axeman's folly(1)", - "examine": "This keg contains 1 pint of Axeman's Folly." + "id": 5662, + "name": "Iron knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5820, - "name": "Axeman's folly(1)", - "examine": "Swap this note at any bank for an Axeman's folly(1)." + "id": 5663, + "name": "Steel knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5821, - "name": "Axeman's folly(2)", - "examine": "This keg contains 2 pints of Axeman's Folly." + "id": 5664, + "name": "Mithril knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5822, - "name": "Axeman's folly(2)", - "examine": "Swap this note at any bank for an Axeman's folly(2)." + "id": 5665, + "name": "Black knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5823, - "name": "Axeman's folly(3)", - "examine": "This keg contains 3 pints of Axeman's Folly." + "id": 5666, + "name": "Adamant knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5824, - "name": "Axeman's folly(3)", - "examine": "Swap this note at any bank for an Axeman's folly(3)." + "id": 5667, + "name": "Rune knife(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5825, - "name": "Axeman's folly(4)", - "examine": "This keg contains 4 pints of Axeman's Folly." + "id": 5668, + "name": "Iron dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5826, - "name": "Axeman's folly(4)", - "examine": "Swap this note at any bank for an Axeman's folly(4)." + "id": 5669, + "name": "Iron dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5827, - "name": "Chef's delight(1)", - "examine": "This keg contains 1 pint of Chef's Delight." + "id": 5670, + "name": "Bronze dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5828, - "name": "Chef's delight(1)", - "examine": "Swap this note at any bank for a Chef's delight(1)." + "id": 5671, + "name": "Bronze dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5829, - "name": "Chef's delight(2)", - "examine": "This keg contains 2 pints of Chef's Delight." + "id": 5672, + "name": "Steel dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5830, - "name": "Chef's delight(2)", - "examine": "Swap this note at any bank for a Chef's delight(2)." + "id": 5673, + "name": "Steel dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5831, - "name": "Chef's delight(3)", - "examine": "This keg contains 3 pints of Chef's Delight." + "id": 5674, + "name": "Mithril dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5832, - "name": "Chef's delight(3)", - "examine": "Swap this note at any bank for a Chef's delight(3)." + "id": 5675, + "name": "Mithril dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5833, - "name": "Chef's delight(4)", - "examine": "This keg contains 4 pints of Chef's Delight." + "id": 5676, + "name": "Adamant dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5834, - "name": "Chef's delight(4)", - "examine": "Swap this note at any bank for a Chef's delight(4)." + "id": 5677, + "name": "Adamant dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5835, - "name": "Slayer's respite(1)", - "examine": "This keg contains 1 pint of Slayer's Respite." + "id": 5678, + "name": "Rune dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5836, - "name": "Slayer's respite(1)", - "examine": "Swap this note at any bank for a Slayer's respite(1)." + "id": 5679, + "name": "Rune dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5837, - "name": "Slayer's respite(2)", - "examine": "This keg contains 2 pints of Slayer's Respite." + "id": 5680, + "name": "Dragon dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5838, - "name": "Slayer's respite(2)", - "examine": "Swap this note at any bank for a Slayer's respite(2)." + "id": 5681, + "name": "Dragon dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5839, - "name": "Slayer's respite(3)", - "examine": "This keg contains 3 pints of Slayer's Respite." + "id": 5682, + "name": "Black dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5840, - "name": "Slayer's respite(3)", - "examine": "Swap this note at any bank for a Slayer's respite(3)." + "id": 5683, + "name": "Black dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5841, - "name": "Slayer's respite(4)", - "examine": "This keg contains 4 pints of Slayer's Respite." + "id": 5684, + "name": "Poison dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5842, - "name": "Slayer's respite(4)", - "examine": "Swap this note at any bank for a Slayer's respite(4)." + "id": 5685, + "name": "Poison dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5843, - "name": "Cider(1)", - "examine": "This keg contains 1 pint of Cider." + "id": 5686, + "name": "Iron dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5844, - "name": "Cider(1)", - "examine": "Swap this note at any bank for a Cider(1)." + "id": 5687, + "name": "Iron dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5845, - "name": "Cider(2)", - "examine": "This keg contains 2 pints of Cider." + "id": 5688, + "name": "Bronze dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5846, - "name": "Cider(2)", - "examine": "Swap this note at any bank for a Cider(2)." + "id": 5689, + "name": "Bronze dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5847, - "name": "Cider(3)", - "examine": "This keg contains 3 pints of Cider." + "id": 5690, + "name": "Steel dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5848, - "name": "Cider(3)", - "examine": "Swap this note at any bank for a Cider(3)." + "id": 5691, + "name": "Steel dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5849, - "name": "Cider(4)", - "examine": "This keg contains 4 pints of Cider." + "id": 5692, + "name": "Mithril dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5850, - "name": "Cider(4)", - "examine": "Swap this note at any bank for a Cider(4)." + "id": 5693, + "name": "Mithril dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5851, - "name": "Dwarven stout(m1)", - "examine": "This keg contains 1 pint of mature Dwarven Stout." + "id": 5694, + "name": "Adamant dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5852, - "name": "Dwarven stout(m1)", - "examine": "Swap this note at any bank for a Dwarven stout(m1)." + "id": 5695, + "name": "Adamant dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5853, - "name": "Dwarven stout(m2)", - "examine": "This keg contains 2 pints of mature Dwarven Stout." + "id": 5696, + "name": "Rune dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5854, - "name": "Dwarven stout(m2)", - "examine": "Swap this note at any bank for a Dwarven stout(m2)." + "id": 5697, + "name": "Rune dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5855, - "name": "Dwarven stout(m3)", - "examine": "This keg contains 3 pints of mature Dwarven Stout." + "id": 5698, + "name": "Dragon dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5856, - "name": "Dwarven stout(m3)", - "examine": "Swap this note at any bank for a Dwarven stout(m3)." + "id": 5699, + "name": "Dragon dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5857, - "name": "Dwarven stout(m4)", - "examine": "This keg contains 4 pints of mature Dwarven Stout." + "id": 5700, + "name": "Black dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5858, - "name": "Dwarven stout(m4)", - "examine": "Swap this note at any bank for a Dwarven stout(m4)." + "id": 5701, + "name": "Black dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5859, - "name": "Asgarnian ale(m1)", - "examine": "This keg contains 1 pint of mature Asgarnian Ale." + "id": 5702, + "name": "Poison dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5860, - "name": "Asgarnian ale(m1)", - "examine": "Swap this note at any bank for an Asgarnian ale(m1)." + "id": 5703, + "name": "Poison dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5861, - "name": "Asgarnian ale(m2)", - "examine": "This keg contains 2 pints of mature Asgarnian Ale." + "id": 5704, + "name": "Bronze spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5862, - "name": "Asgarnian ale(m2)", - "examine": "Swap this note at any bank for an Asgarnian ale(m2)." + "id": 5705, + "name": "Bronze spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5863, - "name": "Asgarnian ale(m3)", - "examine": "This keg contains 3 pints of mature Asgarnian Ale." + "id": 5706, + "name": "Iron spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5864, - "name": "Asgarnian ale(m3)", - "examine": "Swap this note at any bank for an Asgarnian ale(m3)." + "id": 5707, + "name": "Iron spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5865, - "name": "Asgarnian ale(m4)", - "examine": "This keg contains 4 pints of mature Asgarnian Ale." + "id": 5708, + "name": "Steel spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5866, - "name": "Asgarnian ale(m4)", - "examine": "Swap this note at any bank for an Asgarnian ale(m4)." + "id": 5709, + "name": "Steel spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5867, - "name": "Greenmans ale(m1)", - "examine": "This keg contains 1 pint of mature Greenmans Ale." + "id": 5710, + "name": "Mithril spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5868, - "name": "Greenmans ale(m1)", - "examine": "Swap this note at any bank for a Greenmans ale(m1)." + "id": 5711, + "name": "Mithril spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5869, - "name": "Greenmans ale(m2)", - "examine": "This keg contains 2 pints of mature Greenmans Ale." + "id": 5712, + "name": "Adamant spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5870, - "name": "Greenmans ale(m2)", - "examine": "Swap this note at any bank for a Greenmans ale(m2)." + "id": 5713, + "name": "Adamant spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5871, - "name": "Greenmans ale(m3)", - "examine": "This keg contains 3 pints of mature Greenmans Ale." + "id": 5714, + "name": "Rune spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5872, - "name": "Greenmans ale(m3)", - "examine": "Swap this note at any bank for a Greenmans ale(m3)." + "id": 5715, + "name": "Rune spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5873, - "name": "Greenmans ale(m4)", - "examine": "This keg contains 4 pints of mature Greenmans Ale." + "id": 5716, + "name": "Dragon spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5874, - "name": "Greenmans ale(m4)", - "examine": "Swap this note at any bank for a Greenmans ale(m4)." + "id": 5717, + "name": "Dragon spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5875, - "name": "Mind bomb(m1)", - "examine": "This keg contains 1 pint of mature Wizards Mind Bomb." + "id": 5718, + "name": "Bronze spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5876, - "name": "Mind bomb(m1)", - "examine": "Swap this note at any bank for a Mind bomb(m1)." + "id": 5719, + "name": "Bronze spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5877, - "name": "Mind bomb(m2)", - "examine": "This keg contains 2 pints of mature Wizards Mind Bomb." + "id": 5720, + "name": "Iron spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5878, - "name": "Mind bomb(m2)", - "examine": "Swap this note at any bank for a Mind bomb(m2)." + "id": 5721, + "name": "Iron spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5879, - "name": "Mind bomb(m3)", - "examine": "This keg contains 3 pints of mature Wizards Mind Bomb." + "id": 5722, + "name": "Steel spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5880, - "name": "Mind bomb(m3)", - "examine": "Swap this note at any bank for a Mind bomb(m3)." + "id": 5723, + "name": "Steel spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5881, - "name": "Mind bomb(m4)", - "examine": "This keg contains 4 pints of mature Wizards Mind Bomb." + "id": 5724, + "name": "Mithril spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5882, - "name": "Mind bomb(m4)", - "examine": "Swap this note at any bank for a Mind bomb(m4)." + "id": 5725, + "name": "Mithril spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5883, - "name": "Dragon bitter(m1)", - "examine": "This keg contains 1 pint of mature Dragon Bitter." + "id": 5726, + "name": "Adamant spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5884, - "name": "Dragon bitter(m1)", - "examine": "Swap this note at any bank for a Dragon bitter(m1)." + "id": 5727, + "name": "Adamant spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5885, - "name": "Dragon bitter(m2)", - "examine": "This keg contains 2 pints of mature Dragon Bitter." + "id": 5728, + "name": "Rune spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5886, - "name": "Dragon bitter(m2)", - "examine": "Swap this note at any bank for a Dragon bitter(m2)." + "id": 5729, + "name": "Rune spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5887, - "name": "Dragon bitter(m3)", - "examine": "This keg contains 3 pints of mature Dragon Bitter." + "id": 5730, + "name": "Dragon spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5888, - "name": "Dragon bitter(m3)", - "examine": "Swap this note at any bank for a Dragon bitter(m3)." + "id": 5731, + "name": "Dragon spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5889, - "name": "Dragon bitter(m4)", - "examine": "This keg contains 4 pints of mature Dragon Bitter." + "id": 5732, + "name": "Stool", + "type": "normal", + "duplicate": false }, { - "id": 5890, - "name": "Dragon bitter(m4)", - "examine": "Swap this note at any bank for a Dragon bitter(m4)." + "id": 5733, + "name": "Rotten potato", + "type": "normal", + "duplicate": false }, { - "id": 5891, - "name": "M'light mead(m1)", - "examine": "This keg contains 1 pint of mature Moonlight Mead." + "id": 5734, + "name": "Black spear(p+)", + "type": "normal", + "duplicate": false }, { - "id": 5892, - "name": "M'light mead(m1)", - "examine": "Swap this note at any bank for a M'light mead(m1)." + "id": 5735, + "name": "Black spear(p+)", + "type": "noted", + "duplicate": true }, { - "id": 5893, - "name": "M'light mead(m2)", - "examine": "This keg contains 2 pints of mature Moonlight Mead." + "id": 5736, + "name": "Black spear(p++)", + "type": "normal", + "duplicate": false }, { - "id": 5894, - "name": "M'light mead(m2)", - "examine": "Swap this note at any bank for a M'light mead(m2)." + "id": 5737, + "name": "Black spear(p++)", + "type": "noted", + "duplicate": true }, { - "id": 5895, - "name": "M'light mead(m3)", - "examine": "This keg contains 3 pints of mature Moonlight Mead." + "id": 5738, + "name": "Woad leaf", + "type": "normal", + "duplicate": true }, { - "id": 5896, - "name": "M'light mead(m3)", - "examine": "Swap this note at any bank for a M'light mead(m3)." + "id": 5739, + "name": "Asgarnian ale(m)", + "type": "normal", + "duplicate": false }, { - "id": 5897, - "name": "M'light mead(m4)", - "examine": "This keg contains 4 pints of mature Moonlight Mead." + "id": 5740, + "name": "Asgarnian ale(m)", + "type": "noted", + "duplicate": true }, { - "id": 5898, - "name": "M'light mead(m4)", - "examine": "Swap this note at any bank for a M'light mead(m4)." + "id": 5741, + "name": "Mature wmb", + "type": "normal", + "duplicate": false }, { - "id": 5899, - "name": "Axeman's folly(m1)", - "examine": "This keg contains 1 pint of mature Axeman's Folly." + "id": 5742, + "name": "Mature wmb", + "type": "noted", + "duplicate": true }, { - "id": 5900, - "name": "Axeman's folly(m1)", - "examine": "Swap this note at any bank for an Axeman's folly(m1)." + "id": 5743, + "name": "Greenman's ale(m)", + "type": "normal", + "duplicate": false }, { - "id": 5901, - "name": "Axeman's folly(m2)", - "examine": "This keg contains 2 pints of mature Axeman's Folly." + "id": 5744, + "name": "Greenman's ale(m)", + "type": "noted", + "duplicate": true }, { - "id": 5902, - "name": "Axeman's folly(m2)", - "examine": "Swap this note at any bank for an Axeman's folly(m2)." + "id": 5745, + "name": "Dragon bitter(m)", + "type": "normal", + "duplicate": false }, { - "id": 5903, - "name": "Axeman's folly(m3)", - "examine": "This keg contains 3 pints of mature Axeman's Folly." + "id": 5746, + "name": "Dragon bitter(m)", + "type": "noted", + "duplicate": true }, { - "id": 5904, - "name": "Axeman's folly(m3)", - "examine": "Swap this note at any bank for an Axeman's folly(m3)." + "id": 5747, + "name": "Dwarven stout(m)", + "type": "normal", + "duplicate": false }, { - "id": 5905, - "name": "Axeman's folly(m4)", - "examine": "This keg contains 4 pints of mature Axeman's Folly." + "id": 5748, + "name": "Dwarven stout(m)", + "type": "noted", + "duplicate": true }, { - "id": 5906, - "name": "Axeman's folly(m4)", - "examine": "Swap this note at any bank for an Axeman's folly(m4)." + "id": 5749, + "name": "Moonlight mead(m)", + "type": "normal", + "duplicate": false }, { - "id": 5907, - "name": "Chef's delight(m1)", - "examine": "This keg contains 1 pint of mature Chef's Delight." + "id": 5750, + "name": "Moonlight mead(m)", + "type": "noted", + "duplicate": true }, { - "id": 5908, - "name": "Chef's delight(m1)", - "examine": "Swap this note at any bank for a Chef's delight(m1)." + "id": 5751, + "name": "Axeman's folly", + "type": "normal", + "duplicate": false }, { - "id": 5909, - "name": "Chef's delight(m2)", - "examine": "This keg contains 2 pints of mature Chef's Delight." + "id": 5752, + "name": "Axeman's folly", + "type": "noted", + "duplicate": true }, { - "id": 5910, - "name": "Chef's delight(m2)", - "examine": "Swap this note at any bank for a Chef's delight(m2)." + "id": 5753, + "name": "Axeman's folly(m)", + "type": "normal", + "duplicate": false }, { - "id": 5911, - "name": "Chef's delight(m3)", - "examine": "This keg contains 3 pints of mature Chef's Delight." + "id": 5754, + "name": "Axeman's folly(m)", + "type": "noted", + "duplicate": true }, { - "id": 5912, - "name": "Chef's delight(m3)", - "examine": "Swap this note at any bank for a Chef's delight(m3)." + "id": 5755, + "name": "Chef's delight", + "type": "normal", + "duplicate": false }, { - "id": 5913, - "name": "Chef's delight(m4)", - "examine": "This keg contains 4 pints of mature Chef's Delight." + "id": 5756, + "name": "Chef's delight", + "type": "noted", + "duplicate": true }, { - "id": 5914, - "name": "Chef's delight(m4)", - "examine": "Swap this note at any bank for a Chef's delight(m4)." + "id": 5757, + "name": "Chef's delight(m)", + "type": "normal", + "duplicate": false }, { - "id": 5915, - "name": "Slayer respite(m1)", - "examine": "This keg contains 1 pint of mature Slayer's Respite." + "id": 5758, + "name": "Chef's delight(m)", + "type": "noted", + "duplicate": true }, { - "id": 5916, - "name": "Slayer respite(m1)", - "examine": "Swap this note at any bank for a Slayer respite(m1)." + "id": 5759, + "name": "Slayer's respite", + "type": "normal", + "duplicate": false }, { - "id": 5917, - "name": "Slayer respite(m2)", - "examine": "This keg contains 2 pints of mature Slayer's Respite." + "id": 5760, + "name": "Slayer's respite", + "type": "noted", + "duplicate": true }, { - "id": 5918, - "name": "Slayer respite(m2)", - "examine": "Swap this note at any bank for a Slayer respite(m2)." + "id": 5761, + "name": "Slayer's respite(m)", + "type": "normal", + "duplicate": false }, { - "id": 5919, - "name": "Slayer respite(m3)", - "examine": "This keg contains 3 pints of mature Slayer's Respite." + "id": 5762, + "name": "Slayer's respite(m)", + "type": "noted", + "duplicate": true }, { - "id": 5920, - "name": "Slayer respite(m3)", - "examine": "Swap this note at any bank for a Slayer respite(m3)." + "id": 5763, + "name": "Cider", + "type": "normal", + "duplicate": false }, { - "id": 5921, - "name": "Slayer respite(m4)", - "examine": "This keg contains 4 pints of mature Slayer's Respite." + "id": 5764, + "name": "Cider", + "type": "noted", + "duplicate": true }, { - "id": 5922, - "name": "Slayer respite(m4)", - "examine": "Swap this note at any bank for a Slayer respite(m4)." + "id": 5765, + "name": "Mature cider", + "type": "normal", + "duplicate": false }, { - "id": 5923, - "name": "Cider(m1)", - "examine": "This keg contains 1 pint of mature Cider." + "id": 5766, + "name": "Mature cider", + "type": "noted", + "duplicate": true }, { - "id": 5924, - "name": "Cider(m1)", - "examine": "Swap this note at any bank for a Cider(m1)." + "id": 5767, + "name": "Ale yeast", + "type": "normal", + "duplicate": false }, { - "id": 5925, - "name": "Cider(m2)", - "examine": "This keg contains 2 pints of mature Cider." + "id": 5768, + "name": "Ale yeast", + "type": "noted", + "duplicate": true }, { - "id": 5926, - "name": "Cider(m2)", - "examine": "Swap this note at any bank for a Cider(m2)." + "id": 5769, + "name": "Calquat keg", + "type": "normal", + "duplicate": false }, { - "id": 5927, - "name": "Cider(m3)", - "examine": "This keg contains 3 pints of mature Cider." + "id": 5770, + "name": "Calquat keg", + "type": "noted", + "duplicate": true }, { - "id": 5928, - "name": "Cider(m3)", - "examine": "Swap this note at any bank for a Cider(m3)." + "id": 5771, + "name": "Dwarven stout(1)", + "type": "normal", + "duplicate": false }, { - "id": 5929, - "name": "Cider(m4)", - "examine": "This keg contains 4 pints of mature Cider." + "id": 5772, + "name": "Dwarven stout(1)", + "type": "noted", + "duplicate": true }, { - "id": 5930, - "name": "Cider(m4)", - "examine": "Swap this note at any bank for a Cider(m4)." + "id": 5773, + "name": "Dwarven stout(2)", + "type": "normal", + "duplicate": false }, { - "id": 5931, - "name": "Jute fibre", - "examine": "I can weave this to make sacks." + "id": 5774, + "name": "Dwarven stout(2)", + "type": "noted", + "duplicate": true }, { - "id": 5932, - "name": "Jute fibre", - "examine": "Swap this note at any bank for a Jute fibre." + "id": 5775, + "name": "Dwarven stout(3)", + "type": "normal", + "duplicate": false }, { - "id": 5933, - "name": "Willow branch", - "examine": "A branch from a willow tree." + "id": 5776, + "name": "Dwarven stout(3)", + "type": "noted", + "duplicate": true }, { - "id": 5934, - "name": "Willow branch", - "examine": "Swap this note at any bank for a Willow branch." + "id": 5777, + "name": "Dwarven stout(4)", + "type": "normal", + "duplicate": false }, { - "id": 5935, - "name": "Coconut milk", - "examine": "A vial filled with coconut milk" + "id": 5778, + "name": "Dwarven stout(4)", + "type": "noted", + "duplicate": true }, { - "id": 5936, - "name": "Unfinished potion", - "examine": "A vial of coconut milk and Cactus spine." + "id": 5779, + "name": "Asgarnian ale(1)", + "type": "normal", + "duplicate": false }, { - "id": 5937, - "name": "Weapon poison(+)", - "examine": "A vial of extra-strength weapon poison, for spears and daggers." + "id": 5780, + "name": "Asgarnian ale(1)", + "type": "noted", + "duplicate": true }, { - "id": 5938, - "name": "Weapon poison(+)", - "examine": "Swap this note at any bank for a Weapon poison(+)." + "id": 5781, + "name": "Asgarnian ale(2)", + "type": "normal", + "duplicate": false }, { - "id": 5939, - "name": "Unfinished potion", - "examine": "A vial of coconut milk and Deadly Nightshade." + "id": 5782, + "name": "Asgarnian ale(2)", + "type": "noted", + "duplicate": true }, { - "id": 5940, - "name": "Weapon poison(s)", - "examine": "A vial of super-strength weapon poison, for spears and daggers." + "id": 5783, + "name": "Asgarnian ale(3)", + "type": "normal", + "duplicate": false }, { - "id": 5941, - "name": "Weapon poison(s)", - "examine": "Swap this note at any bank for a Weapon poison(s)." + "id": 5784, + "name": "Asgarnian ale(3)", + "type": "noted", + "duplicate": true }, { - "id": 5942, - "name": "Unfinished potion", - "examine": "A vial of coconut milk and Toadflax." + "id": 5785, + "name": "Asgarnian ale(4)", + "type": "normal", + "duplicate": false }, { - "id": 5943, - "name": "Antidote+(4)", - "examine": "4 doses of extra strength poison antidote." + "id": 5786, + "name": "Asgarnian ale(4)", + "type": "noted", + "duplicate": true }, { - "id": 5944, - "name": "Antidote+(4)", - "examine": "Swap this note at any bank for an Antidote+(4)." + "id": 5787, + "name": "Greenmans ale(1)", + "type": "normal", + "duplicate": false }, { - "id": 5945, - "name": "Antidote+(3)", - "examine": "3 doses of extra strength poison antidote." + "id": 5788, + "name": "Greenmans ale(1)", + "type": "noted", + "duplicate": true }, { - "id": 5946, - "name": "Antidote+(3)", - "examine": "Swap this note at any bank for an Antidote+(3)." + "id": 5789, + "name": "Greenmans ale(2)", + "type": "normal", + "duplicate": false }, { - "id": 5947, - "name": "Antidote+(2)", - "examine": "2 doses of extra strength poison antidote." + "id": 5790, + "name": "Greenmans ale(2)", + "type": "noted", + "duplicate": true }, { - "id": 5948, - "name": "Antidote+(2)", - "examine": "Swap this note at any bank for an Antidote+(2)." + "id": 5791, + "name": "Greenmans ale(3)", + "type": "normal", + "duplicate": false }, { - "id": 5949, - "name": "Antidote+(1)", - "examine": "1 dose of extra strength poison antidote." + "id": 5792, + "name": "Greenmans ale(3)", + "type": "noted", + "duplicate": true }, { - "id": 5950, - "name": "Antidote+(1)", - "examine": "Swap this note at any bank for an Antidote+(1)." + "id": 5793, + "name": "Greenmans ale(4)", + "type": "normal", + "duplicate": false }, { - "id": 5951, - "name": "Unfinished potion", - "examine": "A vial of coconut milk and Irit Leaf." + "id": 5794, + "name": "Greenmans ale(4)", + "type": "noted", + "duplicate": true }, { - "id": 5952, - "name": "Antidote++(4)", - "examine": "4 doses of super strength poison antidote." + "id": 5795, + "name": "Mind bomb(1)", + "type": "normal", + "duplicate": false }, { - "id": 5953, - "name": "Antidote++(4)", - "examine": "Swap this note at any bank for an Antidote++(4)." + "id": 5796, + "name": "Mind bomb(1)", + "type": "noted", + "duplicate": true }, { - "id": 5954, - "name": "Antidote++(3)", - "examine": "3 doses of super strength poison antidote." + "id": 5797, + "name": "Mind bomb(2)", + "type": "normal", + "duplicate": false }, { - "id": 5955, - "name": "Antidote++(3)", - "examine": "Swap this note at any bank for an Antidote++(3)." + "id": 5798, + "name": "Mind bomb(2)", + "type": "noted", + "duplicate": true }, { - "id": 5956, - "name": "Antidote++(2)", - "examine": "2 doses of super strength poison antidote." + "id": 5799, + "name": "Mind bomb(3)", + "type": "normal", + "duplicate": false }, { - "id": 5957, - "name": "Antidote++(2)", - "examine": "Swap this note at any bank for an Antidote++(2)." + "id": 5800, + "name": "Mind bomb(3)", + "type": "noted", + "duplicate": true }, { - "id": 5958, - "name": "Antidote++(1)", - "examine": "1 dose of super strength poison antidote." + "id": 5801, + "name": "Mind bomb(4)", + "type": "normal", + "duplicate": false }, { - "id": 5959, - "name": "Antidote++(1)", - "examine": "Swap this note at any bank for an Antidote++(1)." + "id": 5802, + "name": "Mind bomb(4)", + "type": "noted", + "duplicate": true }, { - "id": 5960, - "name": "Tomatoes(1)", - "examine": "A fruit basket filled with tomatoes." + "id": 5803, + "name": "Dragon bitter(1)", + "type": "normal", + "duplicate": false }, { - "id": 5961, - "name": "Tomatoes(1)", - "examine": "Swap this note at any bank for a Tomatoes(1)." + "id": 5804, + "name": "Dragon bitter(1)", + "type": "noted", + "duplicate": true }, { - "id": 5962, - "name": "Tomatoes(2)", - "examine": "A fruit basket filled with tomatoes." + "id": 5805, + "name": "Dragon bitter(2)", + "type": "normal", + "duplicate": false }, { - "id": 5963, - "name": "Tomatoes(2)", - "examine": "Swap this note at any bank for a Tomatoes(2)." + "id": 5806, + "name": "Dragon bitter(2)", + "type": "noted", + "duplicate": true }, { - "id": 5964, - "name": "Tomatoes(3)", - "examine": "A fruit basket filled with tomatoes." + "id": 5807, + "name": "Dragon bitter(3)", + "type": "normal", + "duplicate": false }, { - "id": 5965, - "name": "Tomatoes(3)", - "examine": "Swap this note at any bank for a Tomatoes(3)." + "id": 5808, + "name": "Dragon bitter(3)", + "type": "noted", + "duplicate": true }, { - "id": 5966, - "name": "Tomatoes(4)", - "examine": "A fruit basket filled with tomatoes." + "id": 5809, + "name": "Dragon bitter(4)", + "type": "normal", + "duplicate": false }, { - "id": 5967, - "name": "Tomatoes(4)", - "examine": "Swap this note at any bank for a Tomatoes(4)." + "id": 5810, + "name": "Dragon bitter(4)", + "type": "noted", + "duplicate": true }, { - "id": 5968, - "name": "Tomatoes(5)", - "examine": "A fruit basket filled with tomatoes." + "id": 5811, + "name": "Moonlight mead(1)", + "type": "normal", + "duplicate": false }, { - "id": 5969, - "name": "Tomatoes(5)", - "examine": "Swap this note at any bank for a Tomatoes(5)." + "id": 5812, + "name": "Moonlight mead(1)", + "type": "noted", + "duplicate": true }, { - "id": 5970, - "name": "Curry leaf", - "examine": "I could make a spicy curry with this." + "id": 5813, + "name": "Moonlight mead(2)", + "type": "normal", + "duplicate": false }, { - "id": 5971, - "name": "Curry leaf", - "examine": "Swap this note at any bank for a Curry leaf." + "id": 5814, + "name": "Moonlight mead(2)", + "type": "noted", + "duplicate": true }, { - "id": 5972, - "name": "Papaya fruit", - "examine": "Looks delicious." + "id": 5815, + "name": "Moonlight mead(3)", + "type": "normal", + "duplicate": false }, { - "id": 5973, - "name": "Papaya fruit", - "examine": "Swap this note at any bank for a Papaya fruit." + "id": 5816, + "name": "Moonlight mead(3)", + "type": "noted", + "duplicate": true }, { - "id": 5974, - "name": "Coconut", - "examine": "It's a coconut." + "id": 5817, + "name": "Moonlight mead(4)", + "type": "normal", + "duplicate": false }, { - "id": 5975, - "name": "Coconut", - "examine": "Swap this note at any bank for a Coconut." + "id": 5818, + "name": "Moonlight mead(4)", + "type": "noted", + "duplicate": true }, { - "id": 5976, - "name": "Coconut", - "examine": "It's a coconut." + "id": 5819, + "name": "Axeman's folly(1)", + "type": "normal", + "duplicate": false }, { - "id": 5977, - "name": "Coconut", - "examine": "Swap this note at any bank for a Coconut." + "id": 5820, + "name": "Axeman's folly(1)", + "type": "noted", + "duplicate": true }, { - "id": 5978, - "name": "Coconut shell", - "examine": "All the milk has been removed." + "id": 5821, + "name": "Axeman's folly(2)", + "type": "normal", + "duplicate": false }, { - "id": 5979, - "name": "Coconut shell", - "examine": "Swap this note at any bank for a Coconut shell." + "id": 5822, + "name": "Axeman's folly(2)", + "type": "noted", + "duplicate": true }, { - "id": 5980, - "name": "Calquat fruit", - "examine": "This is the largest fruit I've ever seen." + "id": 5823, + "name": "Axeman's folly(3)", + "type": "normal", + "duplicate": false }, { - "id": 5981, - "name": "Calquat fruit", - "examine": "Swap this note at any bank for a Calquat fruit." + "id": 5824, + "name": "Axeman's folly(3)", + "type": "noted", + "duplicate": true }, { - "id": 5982, - "name": "Watermelon", - "examine": "A juicy watermelon." + "id": 5825, + "name": "Axeman's folly(4)", + "type": "normal", + "duplicate": false }, { - "id": 5983, - "name": "Watermelon", - "examine": "Swap this note at any bank for a Watermelon." + "id": 5826, + "name": "Axeman's folly(4)", + "type": "noted", + "duplicate": true }, { - "id": 5984, - "name": "Watermelon slice", - "examine": "A slice of watermelon." + "id": 5827, + "name": "Chef's delight(1)", + "type": "normal", + "duplicate": false }, { - "id": 5985, - "name": "Watermelon slice", - "examine": "Swap this note at any bank for a Watermelon slice." + "id": 5828, + "name": "Chef's delight(1)", + "type": "noted", + "duplicate": true }, { - "id": 5986, - "name": "Sweetcorn", - "examine": "Raw sweetcorn." + "id": 5829, + "name": "Chef's delight(2)", + "type": "normal", + "duplicate": false }, { - "id": 5987, - "name": "Sweetcorn", - "examine": "Swap this note at any bank for a Sweetcorn." + "id": 5830, + "name": "Chef's delight(2)", + "type": "noted", + "duplicate": true }, { - "id": 5988, - "name": "Sweetcorn", - "examine": "Delicious cooked sweetcorn." + "id": 5831, + "name": "Chef's delight(3)", + "type": "normal", + "duplicate": false }, { - "id": 5989, - "name": "Sweetcorn", - "examine": "Swap this note at any bank for a Sweetcorn." + "id": 5832, + "name": "Chef's delight(3)", + "type": "noted", + "duplicate": true }, { - "id": 5990, - "name": "Burnt sweetcorn", - "examine": "This sweetcorn has been cooked for too long." + "id": 5833, + "name": "Chef's delight(4)", + "type": "normal", + "duplicate": false }, { - "id": 5991, - "name": "Burnt sweetcorn", - "examine": "Swap this note at any bank for a Burnt sweetcorn." + "id": 5834, + "name": "Chef's delight(4)", + "type": "noted", + "duplicate": true }, { - "id": 5992, - "name": "Apple mush", - "examine": "A bucket of apple mush." + "id": 5835, + "name": "Slayer's respite(1)", + "type": "normal", + "duplicate": false }, { - "id": 5993, - "name": "Apple mush", - "examine": "Swap this note at any bank for an Apple mush." + "id": 5836, + "name": "Slayer's respite(1)", + "type": "noted", + "duplicate": true }, { - "id": 5994, - "name": "Hammerstone hops", - "examine": "A handful of Hammerstone Hops." + "id": 5837, + "name": "Slayer's respite(2)", + "type": "normal", + "duplicate": false }, { - "id": 5995, - "name": "Hammerstone hops", - "examine": "Swap this note at any bank for a Hammerstone hops." + "id": 5838, + "name": "Slayer's respite(2)", + "type": "noted", + "duplicate": true }, { - "id": 5996, - "name": "Asgarnian hops", - "examine": "A handful of Asgarnian Hops." + "id": 5839, + "name": "Slayer's respite(3)", + "type": "normal", + "duplicate": false }, { - "id": 5997, - "name": "Asgarnian hops", - "examine": "Swap this note at any bank for an Asgarnian hops." + "id": 5840, + "name": "Slayer's respite(3)", + "type": "noted", + "duplicate": true }, { - "id": 5998, - "name": "Yanillian hops", - "examine": "A handful of Yanillian Hops." + "id": 5841, + "name": "Slayer's respite(4)", + "type": "normal", + "duplicate": false }, { - "id": 5999, - "name": "Yanillian hops", - "examine": "Swap this note at any bank for a Yanillian hops." + "id": 5842, + "name": "Slayer's respite(4)", + "type": "noted", + "duplicate": true }, { - "id": 6000, - "name": "Krandorian hops", - "examine": "A handful of Krandorian Hops." + "id": 5843, + "name": "Cider(1)", + "type": "normal", + "duplicate": false }, { - "id": 6001, - "name": "Krandorian hops", - "examine": "Swap this note at any bank for a Krandorian hops." + "id": 5844, + "name": "Cider(1)", + "type": "noted", + "duplicate": true }, { - "id": 6002, - "name": "Wildblood hops", - "examine": "A handful of Wildblood Hops." + "id": 5845, + "name": "Cider(2)", + "type": "normal", + "duplicate": false }, { - "id": 6003, - "name": "Wildblood hops", - "examine": "Swap this note at any bank for a Wildblood hops." + "id": 5846, + "name": "Cider(2)", + "type": "noted", + "duplicate": true }, { - "id": 6004, - "name": "Mushroom", - "examine": "A Bittercap Mushroom" + "id": 5847, + "name": "Cider(3)", + "type": "normal", + "duplicate": false }, { - "id": 6005, - "name": "Mushroom", - "examine": "Swap this note at any bank for a Mushroom." + "id": 5848, + "name": "Cider(3)", + "type": "noted", + "duplicate": true }, { - "id": 6006, - "name": "Barley", - "examine": "A handful of Barley." + "id": 5849, + "name": "Cider(4)", + "type": "normal", + "duplicate": false }, { - "id": 6007, - "name": "Barley", - "examine": "Swap this note at any bank for a Barley." + "id": 5850, + "name": "Cider(4)", + "type": "noted", + "duplicate": true }, { - "id": 6008, - "name": "Barley malt", - "examine": "A handful of barley malt." + "id": 5851, + "name": "Dwarven stout(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6009, - "name": "Barley malt", - "examine": "Swap this note at any bank for a Barley malt." + "id": 5852, + "name": "Dwarven stout(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6010, - "name": "Marigolds", - "examine": "A bunch of marigolds." + "id": 5853, + "name": "Dwarven stout(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6011, - "name": "Marigolds", - "examine": "Swap this note at any bank for a Marigolds." + "id": 5854, + "name": "Dwarven stout(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6012, - "name": "Nasturtiums", - "examine": "A bunch of nasturtiums." + "id": 5855, + "name": "Dwarven stout(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6013, - "name": "Nasturtiums", - "examine": "Swap this note at any bank for a Nasturtiums." + "id": 5856, + "name": "Dwarven stout(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6014, - "name": "Rosemary", - "examine": "Some rosemary." + "id": 5857, + "name": "Dwarven stout(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6015, - "name": "Rosemary", - "examine": "Swap this note at any bank for a Rosemary." + "id": 5858, + "name": "Dwarven stout(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6016, - "name": "Cactus spine", - "examine": "Don't prick yourself with this." + "id": 5859, + "name": "Asgarnian ale(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6017, - "name": "Cactus spine", - "examine": "Swap this note at any bank for a Cactus spine." + "id": 5860, + "name": "Asgarnian ale(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6018, - "name": "Poisonivy berries", - "examine": "They look sweet and juicy, but only a fool would eat them." + "id": 5861, + "name": "Asgarnian ale(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6019, - "name": "Poisonivy berries", - "examine": "Swap this note at any bank for a Poisonivy berries." + "id": 5862, + "name": "Asgarnian ale(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6020, - "name": "Leaves", - "examine": "A pile of leaves." + "id": 5863, + "name": "Asgarnian ale(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6021, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5864, + "name": "Asgarnian ale(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6022, - "name": "Leaves", - "examine": "A pile of Oak tree leaves." + "id": 5865, + "name": "Asgarnian ale(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6023, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5866, + "name": "Asgarnian ale(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6024, - "name": "Leaves", - "examine": "A pile of Willow tree leaves." + "id": 5867, + "name": "Greenmans ale(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6025, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5868, + "name": "Greenmans ale(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6026, - "name": "Leaves", - "examine": "A pile of Yew tree leaves." + "id": 5869, + "name": "Greenmans ale(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6027, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5870, + "name": "Greenmans ale(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6028, - "name": "Leaves", - "examine": "A pile of Maple tree leaves." + "id": 5871, + "name": "Greenmans ale(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6029, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5872, + "name": "Greenmans ale(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6030, - "name": "Leaves", - "examine": "A pile of Magic tree leaves." + "id": 5873, + "name": "Greenmans ale(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6031, - "name": "Leaves", - "examine": "Swap this note at any bank for a Leaves." + "id": 5874, + "name": "Greenmans ale(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6032, - "name": "Compost", - "examine": "Good for plants, helps them grow." + "id": 5875, + "name": "Mind bomb(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6033, - "name": "Compost", - "examine": "Swap this note at any bank for a Compost." + "id": 5876, + "name": "Mind bomb(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6034, - "name": "Super compost", - "examine": "Super-good for the smallest or largest of plants." + "id": 5877, + "name": "Mind bomb(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6035, - "name": "Super compost", - "examine": "Swap this note at any bank for a Super compost." + "id": 5878, + "name": "Mind bomb(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6036, - "name": "Plant cure", - "examine": "Use this on plants to cure disease." + "id": 5879, + "name": "Mind bomb(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6037, - "name": "Plant cure", - "examine": "Swap this note at any bank for a Plant cure." + "id": 5880, + "name": "Mind bomb(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6038, - "name": "Magic string", - "examine": "I could use this to make jewellery." + "id": 5881, + "name": "Mind bomb(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6039, - "name": "Magic string", - "examine": "Swap this note at any bank for a Magic string." + "id": 5882, + "name": "Mind bomb(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6040, - "name": "Amulet of nature", - "examine": "An Amulet of Nature." + "id": 5883, + "name": "Dragon bitter(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6041, - "name": "Emerald amulet", - "examine": "This amulet has been strung with the root of a Magic Tree." + "id": 5884, + "name": "Dragon bitter(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6042, - "name": "Emerald amulet", - "examine": "Swap this note at any bank for an Emerald amulet." + "id": 5885, + "name": "Dragon bitter(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6043, - "name": "Oak roots", - "examine": "The roots of the Oak tree." + "id": 5886, + "name": "Dragon bitter(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6044, - "name": "Oak roots", - "examine": "Swap this note at any bank for an Oak roots." + "id": 5887, + "name": "Dragon bitter(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6045, - "name": "Willow roots", - "examine": "The roots of the Willow tree." + "id": 5888, + "name": "Dragon bitter(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6046, - "name": "Willow roots", - "examine": "Swap this note at any bank for a Willow roots." + "id": 5889, + "name": "Dragon bitter(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6047, - "name": "Maple roots", - "examine": "The roots of the Maple tree." + "id": 5890, + "name": "Dragon bitter(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6048, - "name": "Maple roots", - "examine": "Swap this note at any bank for a Maple roots." + "id": 5891, + "name": "Moonlight mead(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6049, - "name": "Yew roots", - "examine": "The roots of the Yew tree." + "id": 5892, + "name": "Moonlight mead(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6050, - "name": "Yew roots", - "examine": "Swap this note at any bank for a Yew roots." + "id": 5893, + "name": "Moonlight mead(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6051, - "name": "Magic roots", - "examine": "The roots of the Magic tree." + "id": 5894, + "name": "Moonlight mead(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6052, - "name": "Magic roots", - "examine": "Swap this note at any bank for a Magic roots." + "id": 5895, + "name": "Moonlight mead(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6053, - "name": "Spirit roots", - "examine": "The roots of the Spirit tree." + "id": 5896, + "name": "Moonlight mead(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6054, - "name": "Spirit roots", - "examine": "Swap this note at any bank for a Spirit roots." + "id": 5897, + "name": "Moonlight mead(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6055, - "name": "Weeds", - "examine": "A handful of weeds." + "id": 5898, + "name": "Moonlight mead(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6056, - "name": "Weeds", - "examine": "Swap this note at any bank for a Weeds." + "id": 5899, + "name": "Axeman's folly(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6057, - "name": "Hay sack", - "examine": "A sack filled with hay." + "id": 5900, + "name": "Axeman's folly(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6058, - "name": "Hay sack", - "examine": "This sack of hay has a bronze spear sticking through it." + "id": 5901, + "name": "Axeman's folly(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6059, - "name": "Scarecrow", - "examine": "This should scare the birds." + "id": 5902, + "name": "Axeman's folly(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6060, - "name": "Stool", - "examine": "Swap this note at any bank for a Stool." + "id": 5903, + "name": "Axeman's folly(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6061, - "name": "Bolts(+)", - "examine": "Vicious poisoned bolts." + "id": 5904, + "name": "Axeman's folly(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6062, - "name": "Bolts(s)", - "examine": "Vicious poisoned bolts." + "id": 5905, + "name": "Axeman's folly(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6063, - "name": "Spirit tree", - "examine": "A Spirit Tree." + "id": 5906, + "name": "Axeman's folly(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6064, - "name": "Bloody mourner top", - "examine": "How do I wash blood stains out?" + "id": 5907, + "name": "Chef's delight(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6065, - "name": "Mourner top", - "examine": "A thick heavy leather top." + "id": 5908, + "name": "Chef's delight(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6066, - "name": "Mourner trousers", - "examine": "These are in need of a good tailor." + "id": 5909, + "name": "Chef's delight(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6067, - "name": "Mourner trousers", - "examine": "A pair of mourner trousers." + "id": 5910, + "name": "Chef's delight(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6068, - "name": "Mourner gloves", - "examine": "These will keep my hands warm!" + "id": 5911, + "name": "Chef's delight(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6069, - "name": "Mourner boots", - "examine": "Comfortable leather boots." + "id": 5912, + "name": "Chef's delight(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6070, - "name": "Mourner cloak", - "examine": "A dull brown cape." + "id": 5913, + "name": "Chef's delight(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6071, - "name": "Mourner letter", - "examine": "A letter of recommendation." + "id": 5914, + "name": "Chef's delight(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6072, - "name": "Tegid's soap", - "examine": "A bar of soap taken from Tegid." + "id": 5915, + "name": "Slayer's respite(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6073, - "name": "Prifddinas' history", - "examine": "A book on the history of Prifddinas." + "id": 5916, + "name": "Slayer's respite(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6074, - "name": "Prifddinas' history", - "examine": "Swap this note at any bank for a Prifddinas' history." + "id": 5917, + "name": "Slayer's respite(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6075, - "name": "Eastern discovery", - "examine": "A book on the exploration of the eastern realm." + "id": 5918, + "name": "Slayer's respite(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6076, - "name": "Eastern discovery", - "examine": "Swap this note at any bank for an Eastern discovery." + "id": 5919, + "name": "Slayer's respite(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6077, - "name": "Eastern settlement", - "examine": "A book on the settlement of the eastern realm." + "id": 5920, + "name": "Slayer's respite(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6078, - "name": "Eastern settlement", - "examine": "Swap this note at any bank for an Eastern settlement." + "id": 5921, + "name": "Slayer's respite(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6079, - "name": "The great divide", - "examine": "A book about the great divide." + "id": 5922, + "name": "Slayer's respite(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6080, - "name": "The great divide", - "examine": "Swap this note at any bank for a The great divide." + "id": 5923, + "name": "Cider(m1)", + "type": "normal", + "duplicate": false }, { - "id": 6081, - "name": "Broken device", - "examine": "A strange broken device of gnomic design." + "id": 5924, + "name": "Cider(m1)", + "type": "noted", + "duplicate": true }, { - "id": 6082, - "name": "Fixed device", - "examine": "A device for firing dye." + "id": 5925, + "name": "Cider(m2)", + "type": "normal", + "duplicate": false }, { - "id": 6083, - "name": "Tarnished key", - "examine": "This key has seen a lot of use." + "id": 5926, + "name": "Cider(m2)", + "type": "noted", + "duplicate": true }, { - "id": 6084, - "name": "Worn key", - "examine": "This key has seen a lot of use." + "id": 5927, + "name": "Cider(m3)", + "type": "normal", + "duplicate": false }, { - "id": 6085, - "name": "Red dye bellows", - "examine": "A large pair of ogre bellows filled with red dye." + "id": 5928, + "name": "Cider(m3)", + "type": "noted", + "duplicate": true }, { - "id": 6086, - "name": "Blue dye bellows", - "examine": "A large pair of ogre bellows filled with blue dye." + "id": 5929, + "name": "Cider(m4)", + "type": "normal", + "duplicate": false }, { - "id": 6087, - "name": "Yellow dye bellows", - "examine": "A large pair of ogre bellows filled with yellow dye." + "id": 5930, + "name": "Cider(m4)", + "type": "noted", + "duplicate": true }, { - "id": 6088, - "name": "Green dye bellows", - "examine": "A large pair of ogre bellows filled with green dye." + "id": 5931, + "name": "Jute fibre", + "type": "normal", + "duplicate": false }, { - "id": 6089, - "name": "Blue toad", - "examine": "A blue dye filled toad." + "id": 5932, + "name": "Jute fibre", + "type": "noted", + "duplicate": true }, { - "id": 6090, - "name": "Red toad", - "examine": "A red dye filled toad." + "id": 5933, + "name": "Willow branch", + "type": "normal", + "duplicate": false }, { - "id": 6091, - "name": "Yellow toad", - "examine": "A yellow dye filled toad." + "id": 5934, + "name": "Willow branch", + "type": "noted", + "duplicate": true }, { - "id": 6092, - "name": "Green toad", - "examine": "A green dye filled toad." + "id": 5935, + "name": "Coconut milk", + "type": "normal", + "duplicate": false }, { - "id": 6093, - "name": "Rotten apples", - "examine": "A barrel full of rotten apples." + "id": 5936, + "name": "Weapon poison+ (unf)", + "type": "normal", + "duplicate": false }, { - "id": 6094, - "name": "Apple barrel", - "examine": "A barrel full of mushed apples." + "id": 5937, + "name": "Weapon poison(+)", + "type": "normal", + "duplicate": false }, { - "id": 6095, - "name": "Naphtha apple mix", - "examine": "A barrel full of rotten apples and naphtha." + "id": 5938, + "name": "Weapon poison(+)", + "type": "noted", + "duplicate": true }, { - "id": 6096, - "name": "Toxic naphtha", - "examine": "A barrel full of toxic naphtha." + "id": 5939, + "name": "Weapon poison++ (unf)", + "type": "normal", + "duplicate": false }, { - "id": 6097, - "name": "Sieve", - "examine": "It's a sieve." + "id": 5940, + "name": "Weapon poison(++)", + "type": "normal", + "duplicate": false }, { - "id": 6098, - "name": "Toxic powder", - "examine": "A pile of toxic powder." + "id": 5941, + "name": "Weapon poison(++)", + "type": "noted", + "duplicate": true }, { - "id": 6099, - "name": "Teleport crystal (4)", - "examine": "A tiny crystal enchanted to return the user to Lletya." + "id": 5942, + "name": "Antidote+ (unf)", + "type": "normal", + "duplicate": false }, { - "id": 6100, - "name": "Teleport crystal (3)", - "examine": "A tiny crystal enchanted to return the user to Lletya." + "id": 5943, + "name": "Antidote+(4)", + "type": "normal", + "duplicate": false }, { - "id": 6101, - "name": "Teleport crystal (2)", - "examine": "A tiny crystal enchanted to return the user to Lletya." + "id": 5944, + "name": "Antidote+(4)", + "type": "noted", + "duplicate": true }, { - "id": 6102, - "name": "Teleport crystal (1)", - "examine": "A tiny crystal enchanted to return the user to Lletya." + "id": 5945, + "name": "Antidote+(3)", + "type": "normal", + "duplicate": false }, { - "id": 6103, - "name": "Tiny elf crystal", - "examine": "A tiny Elf crystal, I need to have this re-enchanted." + "id": 5946, + "name": "Antidote+(3)", + "type": "noted", + "duplicate": true }, { - "id": 6104, - "name": "New key", - "examine": "This key is newly cut." + "id": 5947, + "name": "Antidote+(2)", + "type": "normal", + "duplicate": false }, { - "id": 6105, - "name": "Elf", - "examine": "One of the fair elven folk." + "id": 5948, + "name": "Antidote+(2)", + "type": "noted", + "duplicate": true }, { - "id": 6106, - "name": "Ghostly boots", - "examine": "They seem to be not quite of this world..." + "id": 5949, + "name": "Antidote+(1)", + "type": "normal", + "duplicate": false }, { - "id": 6107, - "name": "Ghostly robe", - "examine": "A particularly spooky robe top." + "id": 5950, + "name": "Antidote+(1)", + "type": "noted", + "duplicate": true }, { - "id": 6108, - "name": "Ghostly robe", - "examine": "An unearthly set of robe bottoms." + "id": 5951, + "name": "Antidote++ (unf)", + "type": "normal", + "duplicate": false }, { - "id": 6109, - "name": "Ghostly hood", - "examine": "A ghostly hood, fit for a ghostly head." + "id": 5952, + "name": "Antidote++(4)", + "type": "normal", + "duplicate": false }, { - "id": 6110, - "name": "Ghostly gloves", - "examine": "They seem to fade in and out of existence..." + "id": 5953, + "name": "Antidote++(4)", + "type": "noted", + "duplicate": true }, { - "id": 6111, - "name": "Ghostly cloak", - "examine": "Made of a strange ghostly material..." + "id": 5954, + "name": "Antidote++(3)", + "type": "normal", + "duplicate": false }, { - "id": 6112, - "name": "Kelda seed", - "examine": "Kelda hop seeds can only be grown underground!" + "id": 5955, + "name": "Antidote++(3)", + "type": "noted", + "duplicate": true }, { - "id": 6113, - "name": "Kelda hops", - "examine": "A handful of Kelda Hops." + "id": 5956, + "name": "Antidote++(2)", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 6118, - "name": "Kelda stout", - "examine": "A pint of bluish beer." + "id": 5957, + "name": "Antidote++(2)", + "type": "noted", + "duplicate": true }, { - "id": 6119, - "name": "Square stone", - "examine": "There is a strange yellow marking on this stone." + "id": 5958, + "name": "Antidote++(1)", + "type": "normal", + "duplicate": false }, { - "id": 6120, - "name": "Square stone", - "examine": "There is a strange green marking on this stone." + "id": 5959, + "name": "Antidote++(1)", + "type": "noted", + "duplicate": true }, { - "id": 6121, - "name": "Letter", - "examine": "A letter addressed to Elstan of Falador." + "id": 5960, + "name": "Tomatoes(1)", + "type": "normal", + "duplicate": false }, { - "id": 6122, - "name": "A chair", - "examine": "For sitting on." + "id": 5961, + "name": "Tomatoes(1)", + "type": "noted", + "duplicate": true }, { - "id": 6123, - "name": "Beer glass", - "examine": "For drinking... if it were filled." + "id": 5962, + "name": "Tomatoes(2)", + "type": "normal", + "duplicate": false }, { - "id": 6124, - "name": "Coconut milk", - "examine": "Swap this note at any bank for a Coconut milk." + "id": 5963, + "name": "Tomatoes(2)", + "type": "noted", + "duplicate": true }, { - "id": 6125, - "name": "Enchanted lyre(2)", - "examine": "This will teleport me to Rellekka when I play it." + "id": 5964, + "name": "Tomatoes(3)", + "type": "normal", + "duplicate": false }, { - "id": 6126, - "name": "Enchanted lyre(3)", - "examine": "This will teleport me to Rellekka when I play it." + "id": 5965, + "name": "Tomatoes(3)", + "type": "noted", + "duplicate": true }, { - "id": 6127, - "name": "Enchanted lyre(4)", - "examine": "This will teleport me to Rellekka when I play it." + "id": 5966, + "name": "Tomatoes(4)", + "type": "normal", + "duplicate": false }, { - "id": 6128, - "name": "Rock-shell helm", - "examine": "Protective headwear made from crabs. Better than that sounds." + "id": 5967, + "name": "Tomatoes(4)", + "type": "noted", + "duplicate": true }, { - "id": 6129, - "name": "Rock-shell plate", - "examine": "A sturdy body armour made from rock crab pieces." + "id": 5968, + "name": "Tomatoes(5)", + "type": "normal", + "duplicate": false }, { - "id": 6130, - "name": "Rock-shell legs", - "examine": "Some tough leggings made from rock crab parts." + "id": 5969, + "name": "Tomatoes(5)", + "type": "noted", + "duplicate": true }, { - "id": 6131, - "name": "Spined helm", - "examine": "A helm fit for any Fremennik ranger." + "id": 5970, + "name": "Curry leaf", + "type": "normal", + "duplicate": false }, { - "id": 6132, - "name": "Spined helm", - "examine": "Swap this note at any bank for a Spined helm." + "id": 5971, + "name": "Curry leaf", + "type": "noted", + "duplicate": true }, { - "id": 6133, - "name": "Spined body", - "examine": "A constant reminder that I'm above a Dagannoth in the food chain." + "id": 5972, + "name": "Papaya fruit", + "type": "normal", + "duplicate": false }, { - "id": 6134, - "name": "Spined body", - "examine": "Swap this note at any bank for a Spined body." + "id": 5973, + "name": "Papaya fruit", + "type": "noted", + "duplicate": true }, { - "id": 6135, - "name": "Spined chaps", - "examine": "Stylish leg armour for rangers with a lingering smell of raw fish..." + "id": 5974, + "name": "Coconut", + "type": "normal", + "duplicate": false }, { - "id": 6136, - "name": "Spined chaps", - "examine": "Swap this note at any bank for a Spined chaps." + "id": 5975, + "name": "Coconut", + "type": "noted", + "duplicate": true }, { - "id": 6137, - "name": "Skeletal helm", - "examine": "Make your foes cower by wearing a skull as a helmet!" + "id": 5976, + "name": "Half coconut", + "type": "normal", + "duplicate": false }, { - "id": 6138, - "name": "Skeletal helm", - "examine": "Swap this note at any bank for a Skeletal helm." + "id": 5977, + "name": "Half coconut", + "type": "noted", + "duplicate": true }, { - "id": 6139, - "name": "Skeletal top", - "examine": "The bones in this armour seem to vibrate with a magical quality..." + "id": 5978, + "name": "Coconut shell", + "type": "normal", + "duplicate": false }, { - "id": 6140, - "name": "Skeletal top", - "examine": "Swap this note at any bank for a Skeletal top." + "id": 5979, + "name": "Coconut shell", + "type": "noted", + "duplicate": true }, { - "id": 6141, - "name": "Skeletal bottoms", - "examine": "A superior set of strengthened slacks for any self respecting seer." + "id": 5980, + "name": "Calquat fruit", + "type": "normal", + "duplicate": false }, { - "id": 6142, - "name": "Skeletal bottoms", - "examine": "Swap this note at any bank for a Skeletal bottoms." + "id": 5981, + "name": "Calquat fruit", + "type": "noted", + "duplicate": true }, { - "id": 6143, - "name": "Spined boots", - "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide." + "id": 5982, + "name": "Watermelon", + "type": "normal", + "duplicate": false }, { - "id": 6144, - "name": "Spined boots", - "examine": "Swap this note at any bank for a Spined boots." + "id": 5983, + "name": "Watermelon", + "type": "noted", + "duplicate": true }, { - "id": 6145, - "name": "Rock-shell boots", - "examine": "Some Fremennik boots, made from the shards of a rock crabs' shell." + "id": 5984, + "name": "Watermelon slice", + "type": "normal", + "duplicate": false }, { - "id": 6146, - "name": "Rock-shell boots", - "examine": "Swap this note at any bank for a Rock-shell boots." + "id": 5985, + "name": "Watermelon slice", + "type": "noted", + "duplicate": true }, { - "id": 6147, - "name": "Skeletal boots", - "examine": "Some finely crafted Fremennik boots, made from the bones of a wallasalki." + "id": 5986, + "name": "Sweetcorn", + "type": "normal", + "duplicate": false }, { - "id": 6148, - "name": "Skeletal boots", - "examine": "Swap this note at any bank for a Skeletal boots." + "id": 5987, + "name": "Sweetcorn", + "type": "noted", + "duplicate": true }, { - "id": 6149, - "name": "Spined gloves", - "examine": "Fremennik gloves stitched together from spined dagannoth hide." + "id": 5988, + "name": "Cooked sweetcorn", + "type": "normal", + "duplicate": false }, { - "id": 6150, - "name": "Spined gloves", - "examine": "Swap this note at any bank for a Spined gloves." + "id": 5989, + "name": "Cooked sweetcorn", + "type": "noted", + "duplicate": true }, { - "id": 6151, - "name": "Rock-shell gloves", - "examine": "Fremennik gloves stitched together from rock crab shell shards." + "id": 5990, + "name": "Burnt sweetcorn", + "type": "normal", + "duplicate": false }, { - "id": 6152, - "name": "Rock-shell gloves", - "examine": "Swap this note at any bank for a Rock-shell gloves." + "id": 5991, + "name": "Burnt sweetcorn", + "type": "noted", + "duplicate": true }, { - "id": 6153, - "name": "Skeletal gloves", - "examine": "Fremennik gloves stitched together from wallasalki bones fragments." + "id": 5992, + "name": "Apple mush", + "type": "normal", + "duplicate": false }, { - "id": 6154, - "name": "Skeletal gloves", - "examine": "Swap this note at any bank for a Skeletal gloves." + "id": 5993, + "name": "Apple mush", + "type": "noted", + "duplicate": true }, { - "id": 6155, - "name": "Dagannoth hide", - "examine": "A sturdy piece of dagannoth hide." + "id": 5994, + "name": "Hammerstone hops", + "type": "normal", + "duplicate": false }, { - "id": 6156, - "name": "Dagannoth hide", - "examine": "Swap this note at any bank for a Dagannoth hide." + "id": 5995, + "name": "Hammerstone hops", + "type": "noted", + "duplicate": true }, { - "id": 6157, - "name": "Rock-shell chunk", - "examine": "A spherical chunk of rock-shell." + "id": 5996, + "name": "Asgarnian hops", + "type": "normal", + "duplicate": false }, { - "id": 6158, - "name": "Rock-shell chunk", - "examine": "Swap this note at any bank for a Rock-shell chunk." + "id": 5997, + "name": "Asgarnian hops", + "type": "noted", + "duplicate": true }, { - "id": 6159, - "name": "Rock-shell shard", - "examine": "A curved piece of rock-shell." + "id": 5998, + "name": "Yanillian hops", + "type": "normal", + "duplicate": false }, { - "id": 6160, - "name": "Rock-shell shard", - "examine": "Swap this note at any bank for a Rock-shell shard." + "id": 5999, + "name": "Yanillian hops", + "type": "noted", + "duplicate": true }, { - "id": 6161, - "name": "Rock-shell splinter", - "examine": "A slim piece of rock-shell." + "id": 6000, + "name": "Krandorian hops", + "type": "normal", + "duplicate": false }, { - "id": 6162, - "name": "Rock-shell splinter", - "examine": "Swap this note at any bank for a Rock-shell splinter." + "id": 6001, + "name": "Krandorian hops", + "type": "noted", + "duplicate": true }, { - "id": 6163, - "name": "Skull piece", - "examine": "A fearsome looking skull." + "id": 6002, + "name": "Wildblood hops", + "type": "normal", + "duplicate": false }, { - "id": 6164, - "name": "Skull piece", - "examine": "Swap this note at any bank for a Skull piece." + "id": 6003, + "name": "Wildblood hops", + "type": "noted", + "duplicate": true }, { - "id": 6165, - "name": "Ribcage piece", - "examine": "A slightly damaged ribcage." + "id": 6004, + "name": "Mushroom", + "type": "normal", + "duplicate": false }, { - "id": 6166, - "name": "Ribcage piece", - "examine": "Swap this note at any bank for a Ribcage piece." + "id": 6005, + "name": "Mushroom", + "type": "noted", + "duplicate": true }, { - "id": 6167, - "name": "Fibula piece", - "examine": "An interesting looking bone shard." + "id": 6006, + "name": "Barley", + "type": "normal", + "duplicate": false }, { - "id": 6168, - "name": "Fibula piece", - "examine": "Swap this note at any bank for a Fibula piece." + "id": 6007, + "name": "Barley", + "type": "noted", + "duplicate": true }, { - "id": 6169, - "name": "Circular hide", - "examine": "A toughened chunk of dagannoth hide." + "id": 6008, + "name": "Barley malt", + "type": "normal", + "duplicate": false }, { - "id": 6170, - "name": "Circular hide", - "examine": "Swap this note at any bank for a Circular hide." + "id": 6009, + "name": "Barley malt", + "type": "noted", + "duplicate": true }, { - "id": 6171, - "name": "Flattened hide", - "examine": "A tattered chunk of dagannoth hide." + "id": 6010, + "name": "Marigolds", + "type": "normal", + "duplicate": false }, { - "id": 6172, - "name": "Flattened hide", - "examine": "Swap this note at any bank for a Flattened hide." + "id": 6011, + "name": "Marigolds", + "type": "noted", + "duplicate": true }, { - "id": 6173, - "name": "Stretched hide", - "examine": "A weathered chunk of dagannoth hide." + "id": 6012, + "name": "Nasturtiums", + "type": "normal", + "duplicate": false }, { - "id": 6174, - "name": "Stretched hide", - "examine": "Swap this note at any bank for a Stretched hide." + "id": 6013, + "name": "Nasturtiums", + "type": "noted", + "duplicate": true }, { - "id": 6175, - "name": "Rock-shell helm", - "examine": "Swap this note at any bank for a Rock-shell helm." + "id": 6014, + "name": "Rosemary", + "type": "normal", + "duplicate": false }, { - "id": 6176, - "name": "Rock-shell plate", - "examine": "Swap this note at any bank for a Rock-shell plate." + "id": 6015, + "name": "Rosemary", + "type": "noted", + "duplicate": true }, { - "id": 6177, - "name": "Rock-shell legs", - "examine": "Swap this note at any bank for a Rock-shell legs." + "id": 6016, + "name": "Cactus spine", + "type": "normal", + "duplicate": false }, { - "id": 6178, - "name": "Raw pheasant", - "examine": "I need to cook this first." + "id": 6017, + "name": "Cactus spine", + "type": "noted", + "duplicate": true }, { - "id": 6179, - "name": "Raw pheasant", - "examine": "I need to cook this first." + "id": 6018, + "name": "Poison ivy berries", + "type": "normal", + "duplicate": false }, { - "id": 6180, - "name": "Lederhosen top", - "examine": "A leather strapped top." + "id": 6019, + "name": "Poison ivy berries", + "type": "noted", + "duplicate": true }, { - "id": 6181, - "name": "Lederhosen shorts", - "examine": "Brown leather shorts with bright white socks?" + "id": 6020, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6182, - "name": "Lederhosen hat", - "examine": "A hat with a goat's hair attached." + "id": 6021, + "name": "Leaves", + "type": "noted", + "duplicate": true }, { - "id": 6183, - "name": "Frog token", - "examine": "I can use this at the Varrock clothes shop." + "id": 6022, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6184, - "name": "Prince tunic", - "examine": "Very posh!" + "id": 6023, + "name": "Leaves", + "type": "noted", + "duplicate": true }, { - "id": 6185, - "name": "Prince leggings", - "examine": "Very posh!" + "id": 6024, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6186, - "name": "Princess blouse", - "examine": "Very posh!" + "id": 6025, + "name": "Leaves", + "type": "noted", + "duplicate": true }, { - "id": 6187, - "name": "Princess skirt", - "examine": "Very posh!" + "id": 6026, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6188, - "name": "Frog mask", - "examine": "Now that's just silly." + "id": 6027, + "name": "Leaves", + "type": "noted", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 6199, - "name": "Mystery box", - "examine": "Oooh, I wonder what could be inside?" + "id": 6028, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6200, - "name": "Raw fishlike thing", - "examine": "A raw... fish? Is this a fish??" + "id": 6029, + "name": "Leaves", + "type": "noted", + "duplicate": true }, { - "id": 6201, - "name": "Fishmonger", - "examine": "The portable version." + "id": 6030, + "name": "Leaves", + "type": "normal", + "duplicate": false }, { - "id": 6202, - "name": "Fishlike thing", - "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting." + "id": 6031, + "name": "Leaves", + "type": "noted", + "duplicate": true }, { - "id": 6203, - "name": "Sine wave", - "examine": "Goes up and down, up and down. Like a rabbit." + "id": 6032, + "name": "Compost", + "type": "normal", + "duplicate": false }, { - "id": 6204, - "name": "Raw fishlike thing", - "examine": "A raw... fish? Is this a fish??" + "id": 6033, + "name": "Compost", + "type": "noted", + "duplicate": true }, { - "id": 6205, - "name": "9mm revolver", - "examine": "Kills people." + "id": 6034, + "name": "Supercompost", + "type": "normal", + "duplicate": false }, { - "id": 6206, - "name": "Fishlike thing", - "examine": "It's a fishlike thing that appears to already be cooked. It looks disgusting." + "id": 6035, + "name": "Supercompost", + "type": "noted", + "duplicate": true }, { - "id": 6207, - "name": "Mobile phone", - "examine": "Talk to da brick, cos da head's got no brain." + "id": 6036, + "name": "Plant cure", + "type": "normal", + "duplicate": false }, { - "id": 6208, - "name": "Man speak amulet", - "examine": "It's an amulet of Man speak. It makes vague grunting noises." + "id": 6037, + "name": "Plant cure", + "type": "noted", + "duplicate": true }, { - "id": 6209, - "name": "Small fishing net", - "examine": "Useful for catching small fish." + "id": 6038, + "name": "Magic string", + "type": "normal", + "duplicate": false }, { - "id": 6210, - "name": "Sphinx baby", - "examine": "Not to be patronised!" + "id": 6039, + "name": "Magic string", + "type": "noted", + "duplicate": true }, { - "id": 6211, - "name": "Teak pyre logs", - "examine": "Teak logs prepared with sacred oil for a funeral pyre." + "id": 6040, + "name": "Amulet of nature", + "type": "normal", + "duplicate": false }, { - "id": 6212, - "name": "Teak pyre logs", - "examine": "Swap this note at any bank for a Teak pyre logs." + "id": 6041, + "name": "Pre-nature amulet", + "type": "normal", + "duplicate": false }, { - "id": 6213, - "name": "Mahogany pyre log", - "examine": "Mahogany logs prepared with sacred oil for a funeral pyre." + "id": 6042, + "name": "Pre-nature amulet", + "type": "noted", + "duplicate": true }, { - "id": 6214, - "name": "Mahogany pyre log", - "examine": "Swap this note at any bank for a Mahogany pyre log." + "id": 6043, + "name": "Oak roots", + "type": "normal", + "duplicate": false }, { - "id": 6215, - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield." + "id": 6044, + "name": "Oak roots", + "type": "noted", + "duplicate": true }, { - "id": 6216, - "name": "Broodoo shield (10)", - "examine": "Swap this note at any bank for a Broodoo shield (10)." + "id": 6045, + "name": "Willow roots", + "type": "normal", + "duplicate": false }, { - "id": 6217, - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield." + "id": 6046, + "name": "Willow roots", + "type": "noted", + "duplicate": true }, { - "id": 6218, - "name": "Broodoo shield (9)", - "examine": "Swap this note at any bank for a Broodoo shield (9)." + "id": 6047, + "name": "Maple roots", + "type": "normal", + "duplicate": false }, { - "id": 6219, - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield." + "id": 6048, + "name": "Maple roots", + "type": "noted", + "duplicate": true }, { - "id": 6220, - "name": "Broodoo shield (8)", - "examine": "Swap this note at any bank for a Broodoo shield (8)." + "id": 6049, + "name": "Yew roots", + "type": "normal", + "duplicate": false }, { - "id": 6221, - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield." + "id": 6050, + "name": "Yew roots", + "type": "noted", + "duplicate": true }, { - "id": 6222, - "name": "Broodoo shield (7)", - "examine": "Swap this note at any bank for a Broodoo shield (7)." + "id": 6051, + "name": "Magic roots", + "type": "normal", + "duplicate": false }, { - "id": 6223, - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield." + "id": 6052, + "name": "Magic roots", + "type": "noted", + "duplicate": true }, { - "id": 6224, - "name": "Broodoo shield (6)", - "examine": "Swap this note at any bank for a Broodoo shield (6)." + "id": 6053, + "name": "Spirit roots", + "type": "normal", + "duplicate": false }, { - "id": 6225, - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield." + "id": 6054, + "name": "Spirit roots", + "type": "noted", + "duplicate": true }, { - "id": 6226, - "name": "Broodoo shield (5)", - "examine": "Swap this note at any bank for a Broodoo shield (5)." + "id": 6055, + "name": "Weeds", + "type": "normal", + "duplicate": false }, { - "id": 6227, - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield." + "id": 6056, + "name": "Weeds", + "type": "noted", + "duplicate": true }, { - "id": 6228, - "name": "Broodoo shield (4)", - "examine": "Swap this note at any bank for a Broodoo shield (4)." + "id": 6057, + "name": "Hay sack", + "type": "normal", + "duplicate": false }, { - "id": 6229, - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield." + "id": 6058, + "name": "Hay sack", + "type": "normal", + "duplicate": false }, { - "id": 6230, - "name": "Broodoo shield (3)", - "examine": "Swap this note at any bank for a Broodoo shield (3)." + "id": 6059, + "name": "Scarecrow", + "type": "normal", + "duplicate": false }, { - "id": 6231, - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield." + "id": 6060, + "name": "Stool", + "type": "noted", + "duplicate": true }, { - "id": 6232, - "name": "Broodoo shield (2)", - "examine": "Swap this note at any bank for a Broodoo shield (2)." + "id": 6061, + "name": "Bronze bolts (p+)", + "type": "normal", + "duplicate": false }, { - "id": 6233, - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield." + "id": 6062, + "name": "Bronze bolts (p++)", + "type": "normal", + "duplicate": false }, { - "id": 6234, - "name": "Broodoo shield (1)", - "examine": "Swap this note at any bank for a Broodoo shield (1)." + "id": 6063, + "name": "Spirit tree", + "type": "normal", + "duplicate": false }, { - "id": 6235, - "name": "Broodoo shield", - "examine": "A scary broodoo shield." + "id": 6064, + "name": "Bloody mourner top", + "type": "normal", + "duplicate": false }, { - "id": 6236, - "name": "Broodoo shield", - "examine": "Swap this note at any bank for a Broodoo shield." + "id": 6065, + "name": "Mourner top", + "type": "normal", + "duplicate": false }, { - "id": 6237, - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield." + "id": 6066, + "name": "Ripped mourner trousers", + "type": "normal", + "duplicate": false }, { - "id": 6238, - "name": "Broodoo shield (10)", - "examine": "Swap this note at any bank for a Broodoo shield (10)." + "id": 6067, + "name": "Mourner trousers", + "type": "normal", + "duplicate": false }, { - "id": 6239, - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield." + "id": 6068, + "name": "Mourner gloves", + "type": "normal", + "duplicate": false }, { - "id": 6240, - "name": "Broodoo shield (9)", - "examine": "Swap this note at any bank for a Broodoo shield (9)." + "id": 6069, + "name": "Mourner boots", + "type": "normal", + "duplicate": false }, { - "id": 6241, - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield." + "id": 6070, + "name": "Mourner cloak", + "type": "normal", + "duplicate": false }, { - "id": 6242, - "name": "Broodoo shield (8)", - "examine": "Swap this note at any bank for a Broodoo shield (8)." + "id": 6071, + "name": "Mourner letter", + "type": "normal", + "duplicate": false }, { - "id": 6243, - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield." + "id": 6072, + "name": "Tegid's soap", + "type": "normal", + "duplicate": false }, { - "id": 6244, - "name": "Broodoo shield (7)", - "examine": "Swap this note at any bank for a Broodoo shield (7)." + "id": 6073, + "name": "Prifddinas' history", + "type": "normal", + "duplicate": false }, { - "id": 6245, - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield." + "id": 6074, + "name": "Prifddinas' history", + "type": "noted", + "duplicate": true }, { - "id": 6246, - "name": "Broodoo shield (6)", - "examine": "Swap this note at any bank for a Broodoo shield (6)." + "id": 6075, + "name": "Eastern discovery", + "type": "normal", + "duplicate": false }, { - "id": 6247, - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield." + "id": 6076, + "name": "Eastern discovery", + "type": "noted", + "duplicate": true }, { - "id": 6248, - "name": "Broodoo shield (5)", - "examine": "Swap this note at any bank for a Broodoo shield (5)." + "id": 6077, + "name": "Eastern settlement", + "type": "normal", + "duplicate": false }, { - "id": 6249, - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield." + "id": 6078, + "name": "Eastern settlement", + "type": "noted", + "duplicate": true }, { - "id": 6250, - "name": "Broodoo shield (4)", - "examine": "Swap this note at any bank for a Broodoo shield (4)." + "id": 6079, + "name": "The great divide", + "type": "normal", + "duplicate": false }, { - "id": 6251, - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield." + "id": 6080, + "name": "The great divide", + "type": "noted", + "duplicate": true }, { - "id": 6252, - "name": "Broodoo shield (3)", - "examine": "Swap this note at any bank for a Broodoo shield (3)." + "id": 6081, + "name": "Broken device", + "type": "normal", + "duplicate": false }, { - "id": 6253, - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield." + "id": 6082, + "name": "Fixed device", + "type": "normal", + "duplicate": false }, { - "id": 6254, - "name": "Broodoo shield (2)", - "examine": "Swap this note at any bank for a Broodoo shield (2)." + "id": 6083, + "name": "Tarnished key", + "type": "normal", + "duplicate": false }, { - "id": 6255, - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield." + "id": 6084, + "name": "Worn key", + "type": "normal", + "duplicate": false }, { - "id": 6256, - "name": "Broodoo shield (1)", - "examine": "Swap this note at any bank for a Broodoo shield (1)." + "id": 6085, + "name": "Red dye bellows", + "type": "normal", + "duplicate": false }, { - "id": 6257, - "name": "Broodoo shield", - "examine": "A scary broodoo shield." + "id": 6086, + "name": "Blue dye bellows", + "type": "normal", + "duplicate": false }, { - "id": 6258, - "name": "Broodoo shield", - "examine": "Swap this note at any bank for a Broodoo shield." + "id": 6087, + "name": "Yellow dye bellows", + "type": "normal", + "duplicate": false }, { - "id": 6259, - "name": "Broodoo shield (10)", - "examine": "A scary broodoo shield." + "id": 6088, + "name": "Green dye bellows", + "type": "normal", + "duplicate": false }, { - "id": 6260, - "name": "Broodoo shield (10)", - "examine": "Swap this note at any bank for a Broodoo shield (10)." + "id": 6089, + "name": "Blue toad", + "type": "normal", + "duplicate": false }, { - "id": 6261, - "name": "Broodoo shield (9)", - "examine": "A scary broodoo shield." + "id": 6090, + "name": "Red toad", + "type": "normal", + "duplicate": false }, { - "id": 6262, - "name": "Broodoo shield (9)", - "examine": "Swap this note at any bank for a Broodoo shield (9)." + "id": 6091, + "name": "Yellow toad", + "type": "normal", + "duplicate": false }, { - "id": 6263, - "name": "Broodoo shield (8)", - "examine": "A scary broodoo shield." + "id": 6092, + "name": "Green toad", + "type": "normal", + "duplicate": false }, { - "id": 6264, - "name": "Broodoo shield (8)", - "examine": "Swap this note at any bank for a Broodoo shield (8)." + "id": 6093, + "name": "Rotten apples", + "type": "normal", + "duplicate": false }, { - "id": 6265, - "name": "Broodoo shield (7)", - "examine": "A scary broodoo shield." + "id": 6094, + "name": "Apple barrel", + "type": "normal", + "duplicate": false }, { - "id": 6266, - "name": "Broodoo shield (7)", - "examine": "Swap this note at any bank for a Broodoo shield (7)." + "id": 6095, + "name": "Naphtha apple mix", + "type": "normal", + "duplicate": false }, { - "id": 6267, - "name": "Broodoo shield (6)", - "examine": "A scary broodoo shield." + "id": 6096, + "name": "Toxic naphtha", + "type": "normal", + "duplicate": false }, { - "id": 6268, - "name": "Broodoo shield (6)", - "examine": "Swap this note at any bank for a Broodoo shield (6)." + "id": 6097, + "name": "Sieve", + "type": "normal", + "duplicate": false }, { - "id": 6269, - "name": "Broodoo shield (5)", - "examine": "A scary broodoo shield." + "id": 6098, + "name": "Toxic powder", + "type": "normal", + "duplicate": false }, { - "id": 6270, - "name": "Broodoo shield (5)", - "examine": "Swap this note at any bank for a Broodoo shield (5)." + "id": 6099, + "name": "Teleport crystal (4)", + "type": "normal", + "duplicate": false }, { - "id": 6271, - "name": "Broodoo shield (4)", - "examine": "A scary broodoo shield." + "id": 6100, + "name": "Teleport crystal (3)", + "type": "normal", + "duplicate": false }, { - "id": 6272, - "name": "Broodoo shield (4)", - "examine": "Swap this note at any bank for a Broodoo shield (4)." + "id": 6101, + "name": "Teleport crystal (2)", + "type": "normal", + "duplicate": false }, { - "id": 6273, - "name": "Broodoo shield (3)", - "examine": "A scary broodoo shield." + "id": 6102, + "name": "Teleport crystal (1)", + "type": "normal", + "duplicate": false }, { - "id": 6274, - "name": "Broodoo shield (3)", - "examine": "Swap this note at any bank for a Broodoo shield (3)." + "id": 6103, + "name": "Crystal teleport seed", + "type": "normal", + "duplicate": false }, { - "id": 6275, - "name": "Broodoo shield (2)", - "examine": "A scary broodoo shield." + "id": 6104, + "name": "New key", + "type": "normal", + "duplicate": false }, { - "id": 6276, - "name": "Broodoo shield (2)", - "examine": "Swap this note at any bank for a Broodoo shield (2)." + "id": 6105, + "name": "Elf", + "type": "normal", + "duplicate": false }, { - "id": 6277, - "name": "Broodoo shield (1)", - "examine": "A scary broodoo shield." + "id": 6106, + "name": "Ghostly boots", + "type": "normal", + "duplicate": false }, { - "id": 6278, - "name": "Broodoo shield (1)", - "examine": "Swap this note at any bank for a Broodoo shield (1)." + "id": 6107, + "name": "Ghostly robe", + "type": "normal", + "duplicate": false }, { - "id": 6279, - "name": "Broodoo shield", - "examine": "A scary broodoo shield." + "id": 6108, + "name": "Ghostly robe", + "type": "normal", + "duplicate": false }, { - "id": 6280, - "name": "Broodoo shield", - "examine": "Swap this note at any bank for a Broodoo shield." + "id": 6109, + "name": "Ghostly hood", + "type": "normal", + "duplicate": false }, { - "id": 6281, - "name": "Thatch spar light", - "examine": "A wooden pole for use in primitive construction." + "id": 6110, + "name": "Ghostly gloves", + "type": "normal", + "duplicate": false }, { - "id": 6282, - "name": "Thatch spar light", - "examine": "Swap this note at any bank for a Thatch spar light." + "id": 6111, + "name": "Ghostly cloak", + "type": "normal", + "duplicate": false }, { - "id": 6283, - "name": "Thatch spar med", - "examine": "A wooden pole for use in primitive construction." + "id": 6112, + "name": "Kelda seed", + "type": "normal", + "duplicate": false }, { - "id": 6284, - "name": "Thatch spar med", - "examine": "Swap this note at any bank for a Thatch spar med." + "id": 6113, + "name": "Kelda hops", + "type": "normal", + "duplicate": false }, { - "id": 6285, - "name": "Thatch spar dense", - "examine": "A wooden pole for use in primitive construction." + "id": 6114, + "name": "Kelda seed", + "type": "normal", + "duplicate": true }, { - "id": 6286, - "name": "Thatch spar dense", - "examine": "Swap this note at any bank for a Thatch spar dense." + "id": 6115, + "name": "Kelda seed", + "type": "normal", + "duplicate": true }, { - "id": 6287, - "name": "Snake hide", - "examine": "Scaly but not slimy!" + "id": 6116, + "name": "Kelda seed", + "type": "normal", + "duplicate": true }, { - "id": 6288, - "name": "Snake hide", - "examine": "Swap this note at any bank for a Snake hide." + "id": 6117, + "name": "Kelda seed", + "type": "normal", + "duplicate": true }, { - "id": 6289, - "name": "Snakeskin", - "examine": "Scaly but not slimy!" + "id": 6118, + "name": "Kelda stout", + "type": "normal", + "duplicate": false }, { - "id": 6290, - "name": "Snakeskin", - "examine": "Swap this note at any bank for a Snakeskin." + "id": 6119, + "name": "Square stone", + "type": "normal", + "duplicate": false }, { - "id": 6291, - "name": "Spider carcass", - "examine": "Its creeping days are over!" + "id": 6120, + "name": "Square stone", + "type": "normal", + "duplicate": false }, { - "id": 6292, - "name": "Spider carcass", - "examine": "Swap this note at any bank for a Spider carcass." + "id": 6121, + "name": "Letter", + "type": "normal", + "duplicate": false }, { - "id": 6293, - "name": "Spider on stick", - "examine": "A raw spider threaded onto a skewer stick." + "id": 6122, + "name": "A chair", + "type": "normal", + "duplicate": false }, { - "id": 6294, - "name": "Spider on stick", - "examine": "Swap this note at any bank for a Spider on stick." + "id": 6123, + "name": "Beer glass", + "type": "normal", + "duplicate": false }, { - "id": 6295, - "name": "Spider on shaft", - "examine": "A raw spider threaded onto an arrow shaft." + "id": 6124, + "name": "Coconut milk", + "type": "noted", + "duplicate": true }, { - "id": 6296, - "name": "Spider on shaft", - "examine": "Swap this note at any bank for a Spider on shaft." + "id": 6125, + "name": "Enchanted lyre(2)", + "type": "normal", + "duplicate": false }, { - "id": 6297, - "name": "Spider on stick", - "examine": "A nicely roasted spider threaded onto a skewer stick." + "id": 6126, + "name": "Enchanted lyre(3)", + "type": "normal", + "duplicate": false }, { - "id": 6298, - "name": "Spider on stick", - "examine": "Swap this note at any bank for a Spider on stick." + "id": 6127, + "name": "Enchanted lyre(4)", + "type": "normal", + "duplicate": false }, { - "id": 6299, - "name": "Spider on shaft", - "examine": "A nicely roasted spider threaded onto an arrow shaft." + "id": 6128, + "name": "Rock-shell helm", + "type": "normal", + "duplicate": false }, { - "id": 6300, - "name": "Spider on shaft", - "examine": "Swap this note at any bank for a Spider on shaft." + "id": 6129, + "name": "Rock-shell plate", + "type": "normal", + "duplicate": false }, { - "id": 6301, - "name": "Burnt spider", - "examine": "A badly burnt spider threaded onto a charred skewer stick." + "id": 6130, + "name": "Rock-shell legs", + "type": "normal", + "duplicate": false }, { - "id": 6302, - "name": "Burnt spider", - "examine": "Swap this note at any bank for a Burnt spider." + "id": 6131, + "name": "Spined helm", + "type": "normal", + "duplicate": false }, { - "id": 6303, - "name": "Spider on shaft", - "examine": "A badly burnt spider threaded onto a charred arrow shaft." + "id": 6132, + "name": "Spined helm", + "type": "noted", + "duplicate": true }, { - "id": 6304, - "name": "Spider on shaft", - "examine": "Swap this note at any bank for a Spider on shaft." + "id": 6133, + "name": "Spined body", + "type": "normal", + "duplicate": false }, { - "id": 6305, - "name": "Skewer stick", - "examine": "A sharp pointed stick, quite resistant to fire." + "id": 6134, + "name": "Spined body", + "type": "noted", + "duplicate": true }, { - "id": 6306, - "name": "Trading sticks", - "examine": "Karamja currency." + "id": 6135, + "name": "Spined chaps", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, { - "id": 6311, - "name": "Gout tuber", - "examine": "Plant this in a herb patch to grow Goutweed." + "id": 6136, + "name": "Spined chaps", + "type": "noted", + "duplicate": true }, { - "id": 6312, - "name": "Gout tuber", - "examine": "Swap this note at any bank for a Gout tuber." + "id": 6137, + "name": "Skeletal helm", + "type": "normal", + "duplicate": false }, { - "id": 6313, - "name": "Opal machete", - "examine": "A jungle specific slashing device." + "id": 6138, + "name": "Skeletal helm", + "type": "noted", + "duplicate": true }, { - "id": 6314, - "name": "Opal machete", - "examine": "Swap this note at any bank for an Opal machete." + "id": 6139, + "name": "Skeletal top", + "type": "normal", + "duplicate": false }, { - "id": 6315, - "name": "Jade machete", - "examine": "A jungle specific slashing device." + "id": 6140, + "name": "Skeletal top", + "type": "noted", + "duplicate": true }, { - "id": 6316, - "name": "Jade machete", - "examine": "Swap this note at any bank for a Jade machete." + "id": 6141, + "name": "Skeletal bottoms", + "type": "normal", + "duplicate": false }, { - "id": 6317, - "name": "Red topaz machete", - "examine": "A jungle specific slashing device." + "id": 6142, + "name": "Skeletal bottoms", + "type": "noted", + "duplicate": true }, { - "id": 6318, - "name": "Red topaz machete", - "examine": "Swap this note at any bank for a Red topaz machete." + "id": 6143, + "name": "Spined boots", + "type": "normal", + "duplicate": false }, { - "id": 6319, - "name": "Proboscis", - "examine": "A giant mosquito's proboscis, aerodynamic and sharp!" + "id": 6144, + "name": "Spined boots", + "type": "noted", + "duplicate": true }, { - "id": 6320, - "name": "null", - "examine": "It's a null." + "id": 6145, + "name": "Rock-shell boots", + "type": "normal", + "duplicate": false }, { - "id": 6321, - "name": "null", - "examine": "It's a null." + "id": 6146, + "name": "Rock-shell boots", + "type": "noted", + "duplicate": true }, { - "id": 6322, - "name": "Snakeskin body", - "examine": "Made from 100% real snakeskin." + "id": 6147, + "name": "Skeletal boots", + "type": "normal", + "duplicate": false }, { - "id": 6323, - "name": "Snakeskin body", - "examine": "Swap this note at any bank for a Snakeskin body." + "id": 6148, + "name": "Skeletal boots", + "type": "noted", + "duplicate": true }, { - "id": 6324, - "name": "Snakeskin chaps", - "examine": "Made from 100% real snake." + "id": 6149, + "name": "Spined gloves", + "type": "normal", + "duplicate": false }, { - "id": 6325, - "name": "Snakeskin chaps", - "examine": "Swap this note at any bank for a Snakeskin chaps." + "id": 6150, + "name": "Spined gloves", + "type": "noted", + "duplicate": true }, { - "id": 6326, - "name": "Snakeskin bandana", - "examine": "Lightweight head protection." + "id": 6151, + "name": "Rock-shell gloves", + "type": "normal", + "duplicate": false }, { - "id": 6327, - "name": "Snakeskin bandana", - "examine": "Swap this note at any bank for a Snakeskin bandana." + "id": 6152, + "name": "Rock-shell gloves", + "type": "noted", + "duplicate": true }, { - "id": 6328, - "name": "Snakeskin boots", - "examine": "Made from snakes." + "id": 6153, + "name": "Skeletal gloves", + "type": "normal", + "duplicate": false }, { - "id": 6329, - "name": "Snakeskin boots", - "examine": "Swap this note at any bank for a Snakeskin boots." + "id": 6154, + "name": "Skeletal gloves", + "type": "noted", + "duplicate": true }, { - "id": 6330, - "name": "Snakeskin v'brace", - "examine": "Made from 100% real snake." + "id": 6155, + "name": "Dagannoth hide", + "type": "normal", + "duplicate": false }, { - "id": 6331, - "name": "Snakeskin v'brace", - "examine": "Swap this note at any bank for a Snakeskin v'brace." + "id": 6156, + "name": "Dagannoth hide", + "type": "noted", + "duplicate": true }, { - "id": 6332, - "name": "Mahogany logs", - "examine": "Some rare mahogany logs." + "id": 6157, + "name": "Rock-shell chunk", + "type": "normal", + "duplicate": false }, { - "id": 6333, - "name": "Teak logs", - "examine": "Some rare teak logs." + "id": 6158, + "name": "Rock-shell chunk", + "type": "noted", + "duplicate": true }, { - "id": 6334, - "name": "Teak logs", - "examine": "Swap this note at any bank for a Teak logs." + "id": 6159, + "name": "Rock-shell shard", + "type": "normal", + "duplicate": false }, { - "id": 6335, - "name": "Tribal mask", - "examine": "A ceremonial wooden mask." + "id": 6160, + "name": "Rock-shell shard", + "type": "noted", + "duplicate": true }, { - "id": 6336, - "name": "Tribal mask", - "examine": "Swap this note at any bank for a Tribal mask." + "id": 6161, + "name": "Rock-shell splinter", + "type": "normal", + "duplicate": false }, { - "id": 6337, - "name": "Tribal mask", - "examine": "A ceremonial wooden mask." + "id": 6162, + "name": "Rock-shell splinter", + "type": "noted", + "duplicate": true }, { - "id": 6338, - "name": "Tribal mask", - "examine": "Swap this note at any bank for a Tribal mask." + "id": 6163, + "name": "Skull piece", + "type": "normal", + "duplicate": false }, { - "id": 6339, - "name": "Tribal mask", - "examine": "A ceremonial wooden mask." + "id": 6164, + "name": "Skull piece", + "type": "noted", + "duplicate": true }, { - "id": 6340, - "name": "Tribal mask", - "examine": "Swap this note at any bank for a Tribal mask." + "id": 6165, + "name": "Ribcage piece", + "type": "normal", + "duplicate": false }, { - "id": 6341, - "name": "Tribal top", - "examine": "Local dress." + "id": 6166, + "name": "Ribcage piece", + "type": "noted", + "duplicate": true }, { - "id": 6342, - "name": "Tribal top", - "examine": "Swap this note at any bank for a Tribal top." + "id": 6167, + "name": "Fibula piece", + "type": "normal", + "duplicate": false }, { - "id": 6343, - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + "id": 6168, + "name": "Fibula piece", + "type": "noted", + "duplicate": true }, { - "id": 6344, - "name": "Villager robe", - "examine": "Swap this note at any bank for a Villager robe." + "id": 6169, + "name": "Circular hide", + "type": "normal", + "duplicate": false }, { - "id": 6345, - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + "id": 6170, + "name": "Circular hide", + "type": "noted", + "duplicate": true }, { - "id": 6346, - "name": "Villager hat", - "examine": "Swap this note at any bank for a Villager hat." + "id": 6171, + "name": "Flattened hide", + "type": "normal", + "duplicate": false }, { - "id": 6347, - "name": "Villager armband", - "examine": "A brown armband, as worn by the Tai Bwo Wannai locals." + "id": 6172, + "name": "Flattened hide", + "type": "noted", + "duplicate": true }, { - "id": 6348, - "name": "Villager armband", - "examine": "Swap this note at any bank for a Villager armband." + "id": 6173, + "name": "Stretched hide", + "type": "normal", + "duplicate": false }, { - "id": 6349, - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals." + "id": 6174, + "name": "Stretched hide", + "type": "noted", + "duplicate": true }, { - "id": 6350, - "name": "Villager sandals", - "examine": "Swap this note at any bank for a Villager sandals." + "id": 6175, + "name": "Rock-shell helm", + "type": "noted", + "duplicate": true }, { - "id": 6351, - "name": "Tribal top", - "examine": "Local dress." + "id": 6176, + "name": "Rock-shell plate", + "type": "noted", + "duplicate": true }, { - "id": 6352, - "name": "Tribal top", - "examine": "Swap this note at any bank for a Tribal top." + "id": 6177, + "name": "Rock-shell legs", + "type": "noted", + "duplicate": true }, { - "id": 6353, - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + "id": 6178, + "name": "Raw pheasant", + "type": "normal", + "duplicate": false }, { - "id": 6354, - "name": "Villager robe", - "examine": "Swap this note at any bank for a Villager robe." + "id": 6179, + "name": "Raw pheasant", + "type": "normal", + "duplicate": false }, { - "id": 6355, - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + "id": 6180, + "name": "Lederhosen top", + "type": "normal", + "duplicate": false }, { - "id": 6356, - "name": "Villager hat", - "examine": "Swap this note at any bank for a Villager hat." + "id": 6181, + "name": "Lederhosen shorts", + "type": "normal", + "duplicate": false }, { - "id": 6357, - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals." + "id": 6182, + "name": "Lederhosen hat", + "type": "normal", + "duplicate": false }, { - "id": 6358, - "name": "Villager sandals", - "examine": "Swap this note at any bank for a Villager sandals." + "id": 6183, + "name": "Frog token", + "type": "normal", + "duplicate": false }, { - "id": 6359, - "name": "Villager armband", - "examine": "A light blue armband, as worn by the Tai Bwo Wannai locals." + "id": 6184, + "name": "Prince tunic", + "type": "normal", + "duplicate": false }, { - "id": 6360, - "name": "Villager armband", - "examine": "Swap this note at any bank for a Villager armband." + "id": 6185, + "name": "Prince leggings", + "type": "normal", + "duplicate": false }, { - "id": 6361, - "name": "Tribal top", - "examine": "Local dress." + "id": 6186, + "name": "Princess blouse", + "type": "normal", + "duplicate": false }, { - "id": 6362, - "name": "Tribal top", - "examine": "Swap this note at any bank for a Tribal top." + "id": 6187, + "name": "Princess skirt", + "type": "normal", + "duplicate": false }, { - "id": 6363, - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." - }, - { - "id": 6364, - "name": "Villager robe", - "examine": "Swap this note at any bank for a Villager robe." - }, - { - "id": 6365, - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." - }, - { - "id": 6366, - "name": "Villager hat", - "examine": "Swap this note at any bank for a Villager hat." - }, - { - "id": 6367, - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals." - }, - { - "id": 6368, - "name": "Villager sandals", - "examine": "Swap this note at any bank for a Villager sandals." - }, - { - "id": 6369, - "name": "Villager armband", - "examine": "A dark blue armband, as worn by the Tai Bwo Wannai locals." - }, - { - "id": 6370, - "name": "Villager armband", - "examine": "Swap this note at any bank for a Villager armband." + "id": 6188, + "name": "Frog mask", + "type": "normal", + "duplicate": false }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 6371, - "name": "Tribal top", - "examine": "Local dress." + "id": 6199, + "name": "Mystery box", + "type": "normal", + "duplicate": false }, { - "id": 6372, - "name": "Tribal top", - "examine": "Swap this note at any bank for a Tribal top." + "id": 6200, + "name": "Raw fishlike thing", + "type": "normal", + "duplicate": false }, { - "id": 6373, - "name": "Villager robe", - "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples." + "id": 6201, + "name": "Blunt arrow", + "type": "normal", + "duplicate": true }, { - "id": 6374, - "name": "Villager robe", - "examine": "Swap this note at any bank for a Villager robe." + "id": 6202, + "name": "Fishlike thing", + "type": "normal", + "duplicate": false }, { - "id": 6375, - "name": "Villager hat", - "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples." + "id": 6203, + "name": "Blunt arrow", + "type": "normal", + "duplicate": true }, { - "id": 6376, - "name": "Villager hat", - "examine": "Swap this note at any bank for a Villager hat." + "id": 6204, + "name": "Raw fishlike thing", + "type": "normal", + "duplicate": false }, { - "id": 6377, - "name": "Villager sandals", - "examine": "A brightly coloured pair of local sandals." + "id": 6205, + "name": "Barbed arrow", + "type": "normal", + "duplicate": true }, { - "id": 6378, - "name": "Villager sandals", - "examine": "Swap this note at any bank for a Villager sandals." + "id": 6206, + "name": "Fishlike thing", + "type": "normal", + "duplicate": false }, { - "id": 6379, - "name": "Villager armband", - "examine": "A white armband, as worn by the Tai Bwo Wannai locals." + "id": 6207, + "name": "Barbed arrow", + "type": "normal", + "duplicate": true }, + null, { - "id": 6380, - "name": "Villager armband", - "examine": "Swap this note at any bank for a Villager armband." + "id": 6209, + "name": "Small fishing net", + "type": "normal", + "duplicate": false }, { - "id": 6381, - "name": "Tax relief", - "examine": "Suitable for children." + "id": 6210, + "name": "Barbed arrow", + "type": "normal", + "duplicate": true }, { - "id": 6382, - "name": "Fez", - "examine": "A Fez hat. Juss like that." + "id": 6211, + "name": "Teak pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 6383, - "name": "Fez", - "examine": "Swap this note at any bank for a Fez." + "id": 6212, + "name": "Teak pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 6384, - "name": "Desert top", - "examine": "A bit itchy." + "id": 6213, + "name": "Mahogany pyre logs", + "type": "normal", + "duplicate": false }, { - "id": 6385, - "name": "Desert top", - "examine": "Swap this note at any bank for a Desert top." + "id": 6214, + "name": "Mahogany pyre logs", + "type": "noted", + "duplicate": true }, { - "id": 6386, - "name": "Desert robes", - "examine": "Has a coarse hard wearing texture." + "id": 6215, + "name": "Broodoo shield (10)", + "type": "normal", + "duplicate": false }, { - "id": 6387, - "name": "Desert robes", - "examine": "Swap this note at any bank for a Desert robes." + "id": 6216, + "name": "Broodoo shield (10)", + "type": "noted", + "duplicate": true }, { - "id": 6388, - "name": "Desert top", - "examine": "Good for those cold desert nights." + "id": 6217, + "name": "Broodoo shield (9)", + "type": "normal", + "duplicate": false }, { - "id": 6389, - "name": "Desert top", - "examine": "Swap this note at any bank for a Desert top." + "id": 6218, + "name": "Broodoo shield (9)", + "type": "noted", + "duplicate": true }, { - "id": 6390, - "name": "Desert legs", - "examine": "Better than factor 50 sun cream." + "id": 6219, + "name": "Broodoo shield (8)", + "type": "normal", + "duplicate": false }, { - "id": 6391, - "name": "Desert legs", - "examine": "Swap this note at any bank for a Desert legs." + "id": 6220, + "name": "Broodoo shield (8)", + "type": "noted", + "duplicate": true }, { - "id": 6392, - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck." + "id": 6221, + "name": "Broodoo shield (7)", + "type": "normal", + "duplicate": false }, { - "id": 6393, - "name": "Menap headgear", - "examine": "Swap this note at any bank for a Menap headgear." + "id": 6222, + "name": "Broodoo shield (7)", + "type": "noted", + "duplicate": true }, { - "id": 6394, - "name": "Menaphite top", - "examine": "Colourful." + "id": 6223, + "name": "Broodoo shield (6)", + "type": "normal", + "duplicate": false }, { - "id": 6395, - "name": "Menaphite top", - "examine": "Swap this note at any bank for a Menaphite top." + "id": 6224, + "name": "Broodoo shield (6)", + "type": "noted", + "duplicate": true }, { - "id": 6396, - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe." + "id": 6225, + "name": "Broodoo shield (5)", + "type": "normal", + "duplicate": false }, { - "id": 6397, - "name": "Menaphite robe", - "examine": "Swap this note at any bank for a Menaphite robe." + "id": 6226, + "name": "Broodoo shield (5)", + "type": "noted", + "duplicate": true }, { - "id": 6398, - "name": "Menap action kilt", - "examine": "Look at those nobbily knees." + "id": 6227, + "name": "Broodoo shield (4)", + "type": "normal", + "duplicate": false }, { - "id": 6399, - "name": "Menap action kilt", - "examine": "Swap this note at any bank for a Menap action kilt." + "id": 6228, + "name": "Broodoo shield (4)", + "type": "noted", + "duplicate": true }, { - "id": 6400, - "name": "Menap headgear", - "examine": "Good for keeping the sun off my neck." + "id": 6229, + "name": "Broodoo shield (3)", + "type": "normal", + "duplicate": false }, { - "id": 6401, - "name": "Menap headgear", - "examine": "Swap this note at any bank for a Menap headgear." + "id": 6230, + "name": "Broodoo shield (3)", + "type": "noted", + "duplicate": true }, { - "id": 6402, - "name": "Menaphite top", - "examine": "Colourful." + "id": 6231, + "name": "Broodoo shield (2)", + "type": "normal", + "duplicate": false }, { - "id": 6403, - "name": "Menaphite top", - "examine": "Swap this note at any bank for a Menaphite top." + "id": 6232, + "name": "Broodoo shield (2)", + "type": "noted", + "duplicate": true }, { - "id": 6404, - "name": "Menaphite robe", - "examine": "A cool light Menaphite robe." + "id": 6233, + "name": "Broodoo shield (1)", + "type": "normal", + "duplicate": false }, { - "id": 6405, - "name": "Menaphite robe", - "examine": "Swap this note at any bank for a Menaphite robe." + "id": 6234, + "name": "Broodoo shield (1)", + "type": "noted", + "duplicate": true }, { - "id": 6406, - "name": "Menap action kilt", - "examine": "Look at those nobbily knees." + "id": 6235, + "name": "Broodoo shield", + "type": "normal", + "duplicate": false }, { - "id": 6407, - "name": "Menap action kilt", - "examine": "Swap this note at any bank for a Menap action kilt." + "id": 6236, + "name": "Broodoo shield", + "type": "noted", + "duplicate": true }, { - "id": 6408, - "name": "Oak blackjack(a)", - "examine": "An assault blackjack." + "id": 6237, + "name": "Broodoo shield (10)", + "type": "normal", + "duplicate": false }, { - "id": 6409, - "name": "Oak blackjack(a)", - "examine": "Swap this note at any bank for an Oak blackjack(a)." + "id": 6238, + "name": "Broodoo shield (10)", + "type": "noted", + "duplicate": true }, { - "id": 6410, - "name": "Oak blackjack(d)", - "examine": "A defensive blackjack." + "id": 6239, + "name": "Broodoo shield (9)", + "type": "normal", + "duplicate": false }, { - "id": 6411, - "name": "Oak blackjack(d)", - "examine": "Swap this note at any bank for an Oak blackjack(d)." + "id": 6240, + "name": "Broodoo shield (9)", + "type": "noted", + "duplicate": true }, { - "id": 6412, - "name": "Willow blackjack(a)", - "examine": "An assault blackjack." + "id": 6241, + "name": "Broodoo shield (8)", + "type": "normal", + "duplicate": false }, { - "id": 6413, - "name": "Willow blackjack(a)", - "examine": "Swap this note at any bank for a Willow blackjack(a)." + "id": 6242, + "name": "Broodoo shield (8)", + "type": "noted", + "duplicate": true }, { - "id": 6414, - "name": "Willow blackjack(d)", - "examine": "A defensive blackjack." + "id": 6243, + "name": "Broodoo shield (7)", + "type": "normal", + "duplicate": false }, { - "id": 6415, - "name": "Willow blackjack(d)", - "examine": "Swap this note at any bank for a Willow blackjack(d)." + "id": 6244, + "name": "Broodoo shield (7)", + "type": "noted", + "duplicate": true }, { - "id": 6416, - "name": "Maple blackjack", - "examine": "A solid bit of maple." + "id": 6245, + "name": "Broodoo shield (6)", + "type": "normal", + "duplicate": false }, { - "id": 6417, - "name": "Maple blackjack", - "examine": "Swap this note at any bank for a Maple blackjack." + "id": 6246, + "name": "Broodoo shield (6)", + "type": "noted", + "duplicate": true }, { - "id": 6418, - "name": "Maple blackjack(a)", - "examine": "An assault blackjack." + "id": 6247, + "name": "Broodoo shield (5)", + "type": "normal", + "duplicate": false }, { - "id": 6419, - "name": "Maple blackjack(a)", - "examine": "Swap this note at any bank for a Maple blackjack(a)." + "id": 6248, + "name": "Broodoo shield (5)", + "type": "noted", + "duplicate": true }, { - "id": 6420, - "name": "Maple blackjack(d)", - "examine": "A defensive blackjack." + "id": 6249, + "name": "Broodoo shield (4)", + "type": "normal", + "duplicate": false }, { - "id": 6421, - "name": "Maple blackjack(d)", - "examine": "Swap this note at any bank for a Maple blackjack(d)." + "id": 6250, + "name": "Broodoo shield (4)", + "type": "noted", + "duplicate": true }, { - "id": 6422, - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes." + "id": 6251, + "name": "Broodoo shield (3)", + "type": "normal", + "duplicate": false }, { - "id": 6423, - "name": "Air rune", - "examine": "Swap this note at any bank for an Air rune." + "id": 6252, + "name": "Broodoo shield (3)", + "type": "noted", + "duplicate": true }, { - "id": 6424, - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes." + "id": 6253, + "name": "Broodoo shield (2)", + "type": "normal", + "duplicate": false }, { - "id": 6425, - "name": "Water rune", - "examine": "Swap this note at any bank for a Water rune." + "id": 6254, + "name": "Broodoo shield (2)", + "type": "noted", + "duplicate": true }, { - "id": 6426, - "name": "Earth rune", - "examine": "One of the 4 basic elemental Runes." + "id": 6255, + "name": "Broodoo shield (1)", + "type": "normal", + "duplicate": false }, { - "id": 6427, - "name": "Earth rune", - "examine": "Swap this note at any bank for an Earth rune." + "id": 6256, + "name": "Broodoo shield (1)", + "type": "noted", + "duplicate": true }, { - "id": 6428, - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes." + "id": 6257, + "name": "Broodoo shield", + "type": "normal", + "duplicate": false }, { - "id": 6429, - "name": "Fire rune", - "examine": "Swap this note at any bank for a Fire rune." + "id": 6258, + "name": "Broodoo shield", + "type": "noted", + "duplicate": true }, { - "id": 6430, - "name": "Chaos rune", - "examine": "Used for low level missile spells." + "id": 6259, + "name": "Broodoo shield (10)", + "type": "normal", + "duplicate": false }, { - "id": 6431, - "name": "Chaos rune", - "examine": "Swap this note at any bank for a Chaos rune." + "id": 6260, + "name": "Broodoo shield (10)", + "type": "noted", + "duplicate": true }, { - "id": 6432, - "name": "Death rune", - "examine": "Used for medium level missile spells." + "id": 6261, + "name": "Broodoo shield (9)", + "type": "normal", + "duplicate": false }, { - "id": 6433, - "name": "Death rune", - "examine": "Swap this note at any bank for a Death rune." + "id": 6262, + "name": "Broodoo shield (9)", + "type": "noted", + "duplicate": true }, { - "id": 6434, - "name": "Law rune", - "examine": "Used for teleport spells." + "id": 6263, + "name": "Broodoo shield (8)", + "type": "normal", + "duplicate": false }, { - "id": 6435, - "name": "Law rune", - "examine": "Swap this note at any bank for a Law rune." + "id": 6264, + "name": "Broodoo shield (8)", + "type": "noted", + "duplicate": true }, { - "id": 6436, - "name": "Mind rune", - "examine": "Used for basic level missile spells." + "id": 6265, + "name": "Broodoo shield (7)", + "type": "normal", + "duplicate": false }, { - "id": 6437, - "name": "Mind rune", - "examine": "Swap this note at any bank for a Mind rune." + "id": 6266, + "name": "Broodoo shield (7)", + "type": "noted", + "duplicate": true }, { - "id": 6438, - "name": "Body rune", - "examine": "Used for curse spells." + "id": 6267, + "name": "Broodoo shield (6)", + "type": "normal", + "duplicate": false }, { - "id": 6439, - "name": "Body rune", - "examine": "Swap this note at any bank for a Body rune." + "id": 6268, + "name": "Broodoo shield (6)", + "type": "noted", + "duplicate": true }, { - "id": 6440, - "name": "null", - "examine": "It's a null." + "id": 6269, + "name": "Broodoo shield (5)", + "type": "normal", + "duplicate": false }, { - "id": 6441, - "name": "null", - "examine": "It's a null." + "id": 6270, + "name": "Broodoo shield (5)", + "type": "noted", + "duplicate": true }, { - "id": 6442, - "name": "null", - "examine": "It's a null." + "id": 6271, + "name": "Broodoo shield (4)", + "type": "normal", + "duplicate": false }, { - "id": 6443, - "name": "null", - "examine": "It's a null." + "id": 6272, + "name": "Broodoo shield (4)", + "type": "noted", + "duplicate": true }, { - "id": 6444, - "name": "null", - "examine": "It's a null." + "id": 6273, + "name": "Broodoo shield (3)", + "type": "normal", + "duplicate": false }, { - "id": 6445, - "name": "null", - "examine": "It's a null." + "id": 6274, + "name": "Broodoo shield (3)", + "type": "noted", + "duplicate": true }, { - "id": 6446, - "name": "null", - "examine": "It's a null." + "id": 6275, + "name": "Broodoo shield (2)", + "type": "normal", + "duplicate": false }, { - "id": 6447, - "name": "null", - "examine": "It's a null." + "id": 6276, + "name": "Broodoo shield (2)", + "type": "noted", + "duplicate": true }, { - "id": 6448, - "name": "Spadeful of coke", - "examine": "A spadeful of refined coal." + "id": 6277, + "name": "Broodoo shield (1)", + "type": "normal", + "duplicate": false }, { - "id": 6449, - "name": "null", - "examine": "It's a null." + "id": 6278, + "name": "Broodoo shield (1)", + "type": "noted", + "duplicate": true }, { - "id": 6450, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 6279, + "name": "Broodoo shield", + "type": "normal", + "duplicate": false }, { - "id": 6451, - "name": "null", - "examine": "It's a null." + "id": 6280, + "name": "Broodoo shield", + "type": "noted", + "duplicate": true }, { - "id": 6452, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 6281, + "name": "Thatch spar light", + "type": "normal", + "duplicate": false }, { - "id": 6453, - "name": "White rose seed", - "examine": "A white rosebush seed." + "id": 6282, + "name": "Thatch spar light", + "type": "noted", + "duplicate": true }, { - "id": 6454, - "name": "Red rose seed", - "examine": "A red rosebush seed." + "id": 6283, + "name": "Thatch spar med", + "type": "normal", + "duplicate": false }, { - "id": 6455, - "name": "Pink rose seed", - "examine": "A pink rosebush seed." + "id": 6284, + "name": "Thatch spar med", + "type": "noted", + "duplicate": true }, { - "id": 6456, - "name": "Vine seed", - "examine": "A grapevine seed." + "id": 6285, + "name": "Thatch spar dense", + "type": "normal", + "duplicate": false }, { - "id": 6457, - "name": "Delphinium seed", - "examine": "A delphinium seed." + "id": 6286, + "name": "Thatch spar dense", + "type": "noted", + "duplicate": true }, { - "id": 6458, - "name": "Orchid seed", - "examine": "A pink orchid seed." + "id": 6287, + "name": "Snake hide", + "type": "normal", + "duplicate": false }, { - "id": 6459, - "name": "Orchid seed", - "examine": "A yellow orchid seed." + "id": 6288, + "name": "Snake hide", + "type": "noted", + "duplicate": true }, { - "id": 6460, - "name": "Snowdrop seed", - "examine": "A snowdrop seed." + "id": 6289, + "name": "Snakeskin", + "type": "normal", + "duplicate": false }, { - "id": 6461, - "name": "White tree shoot", - "examine": "A shoot that has been cut from a dying White Tree." + "id": 6290, + "name": "Snakeskin", + "type": "noted", + "duplicate": true }, { - "id": 6462, - "name": "White tree shoot", - "examine": "A shoot that has been cut from a dying White Tree." + "id": 6291, + "name": "Spider carcass", + "type": "normal", + "duplicate": false }, { - "id": 6463, - "name": "White tree shoot", - "examine": "This shoot from a White Tree has been watered and will soon grow." + "id": 6292, + "name": "Spider carcass", + "type": "noted", + "duplicate": true }, { - "id": 6464, - "name": "White tree sapling", - "examine": "A young White Tree sapling." + "id": 6293, + "name": "Spider on stick", + "type": "normal", + "duplicate": false }, { - "id": 6465, - "name": "Ring of charos(u)", - "examine": "The power within this ring has been unlocked." + "id": 6294, + "name": "Spider on stick", + "type": "noted", + "duplicate": true }, { - "id": 6466, - "name": "Rune shards", - "examine": "A rune essence chip that has been broken into shards." + "id": 6295, + "name": "Spider on shaft", + "type": "normal", + "duplicate": false }, { - "id": 6467, - "name": "Rune dust", - "examine": "Crushed rune essence." + "id": 6296, + "name": "Spider on shaft", + "type": "noted", + "duplicate": true }, { - "id": 6468, - "name": "Plant cure", - "examine": "This plant cure emits potency." + "id": 6297, + "name": "Spider on stick", + "type": "normal", + "duplicate": false }, { - "id": 6469, - "name": "White tree fruit", - "examine": "Looks delicious." + "id": 6298, + "name": "Spider on stick", + "type": "noted", + "duplicate": true }, { - "id": 6470, - "name": "Compost potion(4)", - "examine": "Pour this on compost to turn it into super-compost." + "id": 6299, + "name": "Spider on shaft", + "type": "normal", + "duplicate": false }, { - "id": 6471, - "name": "Compost potion(4)", - "examine": "Swap this note at any bank for a Compost potion(4)." + "id": 6300, + "name": "Spider on shaft", + "type": "noted", + "duplicate": true }, { - "id": 6472, - "name": "Compost potion(3)", - "examine": "Pour this on compost to turn it into super-compost." + "id": 6301, + "name": "Burnt spider", + "type": "normal", + "duplicate": false }, { - "id": 6473, - "name": "Compost potion(3)", - "examine": "Swap this note at any bank for a Compost potion(3)." + "id": 6302, + "name": "Burnt spider", + "type": "noted", + "duplicate": true }, { - "id": 6474, - "name": "Compost potion(2)", - "examine": "Pour this on compost to turn it into super-compost." + "id": 6303, + "name": "Spider on shaft", + "type": "normal", + "duplicate": false }, { - "id": 6475, - "name": "Compost potion(2)", - "examine": "Swap this note at any bank for a Compost potion(2)." + "id": 6304, + "name": "Spider on shaft", + "type": "noted", + "duplicate": true }, { - "id": 6476, - "name": "Compost potion(1)", - "examine": "Pour this on compost to turn it into super-compost." + "id": 6305, + "name": "Skewer stick", + "type": "normal", + "duplicate": false }, { - "id": 6477, - "name": "Compost potion(1)", - "examine": "Swap this note at any bank for a Compost potion(1)." + "id": 6306, + "name": "Trading sticks", + "type": "normal", + "duplicate": false }, { - "id": 6478, - "name": "Trolley", - "examine": "I can use this to move heavy objects." + "id": 6307, + "name": "Trading sticks", + "type": "normal", + "duplicate": true }, { - "id": 6479, - "name": "List", - "examine": "A list of things that I must collect for Queen Ellamaria." + "id": 6308, + "name": "Trading sticks", + "type": "normal", + "duplicate": true }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 6514, - "name": "Agility jump", - "examine": "Ability to jump, swing or use monkey bars." + "id": 6309, + "name": "Trading sticks", + "type": "normal", + "duplicate": true }, { - "id": 6515, - "name": "Agility balance", - "examine": "Ability to balance using the agility skill." + "id": 6310, + "name": "Trading sticks", + "type": "normal", + "duplicate": true }, { - "id": 6516, - "name": "Agility contortion", - "examine": "Ability to squeeze your body through small areas." + "id": 6311, + "name": "Gout tuber", + "type": "normal", + "duplicate": false }, { - "id": 6517, - "name": "Agility climb", - "examine": "Ability to climb surfaces." + "id": 6312, + "name": "Gout tuber", + "type": "noted", + "duplicate": true }, { - "id": 6518, - "name": "Agility jump", - "examine": "Ability to jump, swing or use monkey bars." + "id": 6313, + "name": "Opal machete", + "type": "normal", + "duplicate": false }, { - "id": 6519, - "name": "Agility balance", - "examine": "Ability to balance using the agility skill." + "id": 6314, + "name": "Opal machete", + "type": "noted", + "duplicate": true }, { - "id": 6520, - "name": "Agility contortion", - "examine": "Ability to squeeze your body through small areas." + "id": 6315, + "name": "Jade machete", + "type": "normal", + "duplicate": false }, { - "id": 6521, - "name": "Agility climb", - "examine": "Ability to climb surfaces." + "id": 6316, + "name": "Jade machete", + "type": "noted", + "duplicate": true }, { - "id": 6522, - "name": "Toktz-xil-ul", - "examine": "A razor sharp ring of obsidian." + "id": 6317, + "name": "Red topaz machete", + "type": "normal", + "duplicate": false }, { - "id": 6523, - "name": "Toktz-xil-ak", - "examine": "A razor sharp sword of obsidian." + "id": 6318, + "name": "Red topaz machete", + "type": "noted", + "duplicate": true }, { - "id": 6524, - "name": "Toktz-ket-xil", - "examine": "A spiked shield of obsidian." + "id": 6319, + "name": "Proboscis", + "type": "normal", + "duplicate": false }, { - "id": 6525, - "name": "Toktz-xil-ek", - "examine": "A large knife of obsidian." + "id": 6320, + "name": "Proboscis", + "type": "normal", + "duplicate": true }, { - "id": 6526, - "name": "Toktz-mej-tal", - "examine": "A staff of obsidian." + "id": 6321, + "name": "Proboscis", + "type": "normal", + "duplicate": true }, { - "id": 6527, - "name": "Tzhaar-ket-em", - "examine": "A mace of obsidian." + "id": 6322, + "name": "Snakeskin body", + "type": "normal", + "duplicate": false }, { - "id": 6528, - "name": "Tzhaar-ket-om", - "examine": "A maul of obsidian." + "id": 6323, + "name": "Snakeskin body", + "type": "noted", + "duplicate": true }, { - "id": 6529, - "name": "Tokkul", - "examine": "It's a token of some kind made from obsidian." + "id": 6324, + "name": "Snakeskin chaps", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, { - "id": 6535, - "name": "Toktz-xil-ak", - "examine": "Swap this note at any bank for a Toktz-xil-ak." + "id": 6325, + "name": "Snakeskin chaps", + "type": "noted", + "duplicate": true }, { - "id": 6536, - "name": "Toktz-ket-xil", - "examine": "Swap this note at any bank for a Toktz-ket-xil." + "id": 6326, + "name": "Snakeskin bandana", + "type": "normal", + "duplicate": false }, { - "id": 6537, - "name": "Toktz-xil-ek", - "examine": "Swap this note at any bank for a Toktz-xil-ek." + "id": 6327, + "name": "Snakeskin bandana", + "type": "noted", + "duplicate": true }, { - "id": 6538, - "name": "Toktz-mej-tal", - "examine": "Swap this note at any bank for a Toktz-mej-tal." + "id": 6328, + "name": "Snakeskin boots", + "type": "normal", + "duplicate": false }, { - "id": 6539, - "name": "Tzhaar-ket-em", - "examine": "Swap this note at any bank for a Tzhaar-ket-em." + "id": 6329, + "name": "Snakeskin boots", + "type": "noted", + "duplicate": true }, { - "id": 6540, - "name": "Tzhaar-ket-om", - "examine": "Swap this note at any bank for a Tzhaar-ket-om." + "id": 6330, + "name": "Snakeskin vambraces", + "type": "normal", + "duplicate": false }, { - "id": 6541, - "name": "Mouse toy", - "examine": "An Advanced Combat Training Device." + "id": 6331, + "name": "Snakeskin vambraces", + "type": "noted", + "duplicate": true }, { - "id": 6542, - "name": "Present", - "examine": "Thanks for all your help! Love, Bob & Neite." + "id": 6332, + "name": "Mahogany logs", + "type": "normal", + "duplicate": false }, { - "id": 6543, - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it..." + "id": 6333, + "name": "Teak logs", + "type": "normal", + "duplicate": false }, { - "id": 6544, - "name": "Catspeak amulet(e)", - "examine": "It's an amulet of cat speak. It makes vague purring noises." + "id": 6334, + "name": "Teak logs", + "type": "noted", + "duplicate": true }, { - "id": 6545, - "name": "Chores", - "examine": "A list of chores that Bob gave you to do." + "id": 6335, + "name": "Tribal mask", + "type": "normal", + "duplicate": false }, { - "id": 6546, - "name": "Recipe", - "examine": "It says on the back 'My favourite recipe.'" + "id": 6336, + "name": "Tribal mask", + "type": "noted", + "duplicate": true }, { - "id": 6547, - "name": "Doctors hat", - "examine": "A mirror helps reflect light on the subject." + "id": 6337, + "name": "Tribal mask", + "type": "normal", + "duplicate": false }, { - "id": 6548, - "name": "Nurse hat", - "examine": "A nurses hat, but does it have healing powers?" + "id": 6338, + "name": "Tribal mask", + "type": "noted", + "duplicate": true }, { - "id": 6549, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6339, + "name": "Tribal mask", + "type": "normal", + "duplicate": false }, { - "id": 6550, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6340, + "name": "Tribal mask", + "type": "noted", + "duplicate": true }, { - "id": 6551, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6341, + "name": "Tribal top", + "type": "normal", + "duplicate": false }, { - "id": 6552, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6342, + "name": "Tribal top", + "type": "noted", + "duplicate": true }, { - "id": 6553, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6343, + "name": "Villager robe", + "type": "normal", + "duplicate": false }, { - "id": 6554, - "name": "Lazy cat", - "examine": "Lethargic." + "id": 6344, + "name": "Villager robe", + "type": "noted", + "duplicate": true }, { - "id": 6555, - "name": "Wily cat", - "examine": "Wild." + "id": 6345, + "name": "Villager hat", + "type": "normal", + "duplicate": false }, { - "id": 6556, - "name": "Wily cat", - "examine": "Wild." + "id": 6346, + "name": "Villager hat", + "type": "noted", + "duplicate": true }, { - "id": 6557, - "name": "Wily cat", - "examine": "Wild." + "id": 6347, + "name": "Villager armband", + "type": "normal", + "duplicate": false }, { - "id": 6558, - "name": "Wily cat", - "examine": "Wild." + "id": 6348, + "name": "Villager armband", + "type": "noted", + "duplicate": true }, { - "id": 6559, - "name": "Wily cat", - "examine": "Wild." + "id": 6349, + "name": "Villager sandals", + "type": "normal", + "duplicate": false }, { - "id": 6560, - "name": "Wily cat", - "examine": "Wild." + "id": 6350, + "name": "Villager sandals", + "type": "noted", + "duplicate": true }, { - "id": 6561, - "name": "Ahab's beer", - "examine": "Looks nice." + "id": 6351, + "name": "Tribal top", + "type": "normal", + "duplicate": false }, { - "id": 6562, - "name": "Mud battlestaff", - "examine": "It's a slightly magical stick." + "id": 6352, + "name": "Tribal top", + "type": "noted", + "duplicate": true }, { - "id": 6563, - "name": "Mystic mud staff", - "examine": "It's a slightly magical stick." + "id": 6353, + "name": "Villager robe", + "type": "normal", + "duplicate": false }, { - "id": 6564, - "name": "Onyx ring", - "examine": "A valuable ring." + "id": 6354, + "name": "Villager robe", + "type": "noted", + "duplicate": true }, { - "id": 6565, - "name": "Onyx necklace", - "examine": "I wonder if this is valuable." + "id": 6355, + "name": "Villager hat", + "type": "normal", + "duplicate": false }, { - "id": 6566, - "name": "Onyx amulet", - "examine": "It needs a string so I can wear it." + "id": 6356, + "name": "Villager hat", + "type": "noted", + "duplicate": true }, { - "id": 6567, - "name": "null", - "examine": "It's a null." + "id": 6357, + "name": "Villager sandals", + "type": "normal", + "duplicate": false }, { - "id": 6568, - "name": "Obsidian cape", - "examine": "A cape of woven obsidian plates." + "id": 6358, + "name": "Villager sandals", + "type": "noted", + "duplicate": true }, { - "id": 6569, - "name": "Obsidian cape", - "examine": "Swap this note at any bank for an Obsidian cape." + "id": 6359, + "name": "Villager armband", + "type": "normal", + "duplicate": false }, { - "id": 6570, - "name": "Fire cape", - "examine": "A cape of fire." + "id": 6360, + "name": "Villager armband", + "type": "noted", + "duplicate": true }, { - "id": 6571, - "name": "Uncut onyx", - "examine": "This would be worth more cut." + "id": 6361, + "name": "Tribal top", + "type": "normal", + "duplicate": false }, { - "id": 6572, - "name": "Uncut onyx", - "examine": "Swap this note at any bank for an Uncut onyx." + "id": 6362, + "name": "Tribal top", + "type": "noted", + "duplicate": true }, { - "id": 6573, - "name": "Onyx", - "examine": "This looks valuable." + "id": 6363, + "name": "Villager robe", + "type": "normal", + "duplicate": false }, { - "id": 6574, - "name": "Onyx", - "examine": "Swap this note at any bank for an Onyx." + "id": 6364, + "name": "Villager robe", + "type": "noted", + "duplicate": true }, { - "id": 6575, - "name": "Onyx ring", - "examine": "A valuable ring." + "id": 6365, + "name": "Villager hat", + "type": "normal", + "duplicate": false }, { - "id": 6576, - "name": "Onyx ring", - "examine": "Swap this note at any bank for an Onyx ring." + "id": 6366, + "name": "Villager hat", + "type": "noted", + "duplicate": true }, { - "id": 6577, - "name": "Onyx necklace", - "examine": "I wonder if this is valuable." + "id": 6367, + "name": "Villager sandals", + "type": "normal", + "duplicate": false }, { - "id": 6578, - "name": "Onyx necklace", - "examine": "Swap this note at any bank for an Onyx necklace." + "id": 6368, + "name": "Villager sandals", + "type": "noted", + "duplicate": true }, { - "id": 6579, - "name": "Onyx amulet", - "examine": "It needs a string so I can wear it." + "id": 6369, + "name": "Villager armband", + "type": "normal", + "duplicate": false }, { - "id": 6580, - "name": "Onyx amulet", - "examine": "Swap this note at any bank for an Onyx amulet." + "id": 6370, + "name": "Villager armband", + "type": "noted", + "duplicate": true }, { - "id": 6581, - "name": "Onyx amulet", - "examine": "I wonder if I can get this enchanted." + "id": 6371, + "name": "Tribal top", + "type": "normal", + "duplicate": false }, { - "id": 6582, - "name": "Onyx amulet", - "examine": "Swap this note at any bank for an Onyx amulet." + "id": 6372, + "name": "Tribal top", + "type": "noted", + "duplicate": true }, { - "id": 6583, - "name": "Ring of stone", - "examine": "An enchanted ring." + "id": 6373, + "name": "Villager robe", + "type": "normal", + "duplicate": false }, { - "id": 6584, - "name": "Ring of stone", - "examine": "Swap this note at any bank for a Ring of stone." + "id": 6374, + "name": "Villager robe", + "type": "noted", + "duplicate": true }, { - "id": 6585, - "name": "Amulet of fury", - "examine": "A very powerful onyx amulet." + "id": 6375, + "name": "Villager hat", + "type": "normal", + "duplicate": false }, { - "id": 6586, - "name": "Amulet of fury", - "examine": "Swap this note at any bank for an Amulet of fury." + "id": 6376, + "name": "Villager hat", + "type": "noted", + "duplicate": true }, { - "id": 6587, - "name": "White claws", - "examine": "A set of fighting claws." + "id": 6377, + "name": "Villager sandals", + "type": "normal", + "duplicate": false }, { - "id": 6588, - "name": "White claws", - "examine": "Swap this note at any bank for a White claws." + "id": 6378, + "name": "Villager sandals", + "type": "noted", + "duplicate": true }, { - "id": 6589, - "name": "White battleaxe", - "examine": "A vicious looking axe." + "id": 6379, + "name": "Villager armband", + "type": "normal", + "duplicate": false }, { - "id": 6590, - "name": "White battleaxe", - "examine": "Swap this note at any bank for a White battleaxe." + "id": 6380, + "name": "Villager armband", + "type": "noted", + "duplicate": true }, { - "id": 6591, - "name": "White dagger", - "examine": "A vicious white dagger." + "id": 6381, + "name": "Barbed arrow", + "type": "normal", + "duplicate": true }, { - "id": 6592, - "name": "White dagger", - "examine": "Swap this note at any bank for a White dagger." + "id": 6382, + "name": "Fez", + "type": "normal", + "duplicate": false }, { - "id": 6593, - "name": "White dagger(p)", - "examine": "This dagger is poisoned." + "id": 6383, + "name": "Fez", + "type": "noted", + "duplicate": true }, { - "id": 6594, - "name": "White dagger(p)", - "examine": "Swap this note at any bank for a White dagger(p)." + "id": 6384, + "name": "Desert top", + "type": "normal", + "duplicate": false }, { - "id": 6595, - "name": "White dagger(+)", - "examine": "This dagger is poisoned." + "id": 6385, + "name": "Desert top", + "type": "noted", + "duplicate": true }, { - "id": 6596, - "name": "White dagger(+)", - "examine": "Swap this note at any bank for a White dagger(+)." + "id": 6386, + "name": "Desert robes", + "type": "normal", + "duplicate": false }, { - "id": 6597, - "name": "White dagger(s)", - "examine": "This dagger is poisoned." + "id": 6387, + "name": "Desert robes", + "type": "noted", + "duplicate": true }, { - "id": 6598, - "name": "White dagger(s)", - "examine": "Swap this note at any bank for a White dagger(s)." + "id": 6388, + "name": "Desert top", + "type": "normal", + "duplicate": false }, { - "id": 6599, - "name": "White halberd", - "examine": "A white halberd." + "id": 6389, + "name": "Desert top", + "type": "noted", + "duplicate": true }, { - "id": 6600, - "name": "White halberd", - "examine": "Swap this note at any bank for a White halberd." + "id": 6390, + "name": "Desert legs", + "type": "normal", + "duplicate": false }, { - "id": 6601, - "name": "White mace", - "examine": "A spiky mace." + "id": 6391, + "name": "Desert legs", + "type": "noted", + "duplicate": true }, { - "id": 6602, - "name": "White mace", - "examine": "Swap this note at any bank for a White mace." + "id": 6392, + "name": "Menaphite purple hat", + "type": "normal", + "duplicate": false }, { - "id": 6603, - "name": "Magic staff", - "examine": "A Magical staff." + "id": 6393, + "name": "Menaphite purple hat", + "type": "noted", + "duplicate": true }, { - "id": 6604, - "name": "Magic staff", - "examine": "Swap this note at any bank for a Magic staff." + "id": 6394, + "name": "Menaphite purple top", + "type": "normal", + "duplicate": false }, { - "id": 6605, - "name": "White sword", - "examine": "A razor sharp sword." + "id": 6395, + "name": "Menaphite purple top", + "type": "noted", + "duplicate": true }, { - "id": 6606, - "name": "White sword", - "examine": "Swap this note at any bank for a White sword." + "id": 6396, + "name": "Menaphite purple robe", + "type": "normal", + "duplicate": false }, { - "id": 6607, - "name": "White longsword", - "examine": "A razor sharp longsword." + "id": 6397, + "name": "Menaphite purple robe", + "type": "noted", + "duplicate": true }, { - "id": 6608, - "name": "White longsword", - "examine": "Swap this note at any bank for a White longsword." + "id": 6398, + "name": "Menaphite purple kilt", + "type": "normal", + "duplicate": false }, { - "id": 6609, - "name": "White 2h sword", - "examine": "A two handed sword." + "id": 6399, + "name": "Menaphite purple kilt", + "type": "noted", + "duplicate": true }, { - "id": 6610, - "name": "White 2h sword", - "examine": "Swap this note at any bank for a White 2h sword." + "id": 6400, + "name": "Menaphite red hat", + "type": "normal", + "duplicate": false }, { - "id": 6611, - "name": "White scimitar", - "examine": "A vicious, curved sword." + "id": 6401, + "name": "Menaphite red hat", + "type": "noted", + "duplicate": true }, { - "id": 6612, - "name": "White scimitar", - "examine": "Swap this note at any bank for a White scimitar." + "id": 6402, + "name": "Menaphite red top", + "type": "normal", + "duplicate": false }, { - "id": 6613, - "name": "White warhammer", - "examine": "I don't think it's intended for joinery." + "id": 6403, + "name": "Menaphite red top", + "type": "noted", + "duplicate": true }, { - "id": 6614, - "name": "White warhammer", - "examine": "Swap this note at any bank for a White warhammer." + "id": 6404, + "name": "Menaphite red robe", + "type": "normal", + "duplicate": false }, { - "id": 6615, - "name": "White chainbody", - "examine": "A series of connected metal rings." + "id": 6405, + "name": "Menaphite red robe", + "type": "noted", + "duplicate": true }, { - "id": 6616, - "name": "White chainbody", - "examine": "Swap this note at any bank for a White chainbody." + "id": 6406, + "name": "Menaphite red kilt", + "type": "normal", + "duplicate": false }, { - "id": 6617, - "name": "White platebody", - "examine": "Provides excellent protection." + "id": 6407, + "name": "Menaphite red kilt", + "type": "noted", + "duplicate": true }, { - "id": 6618, - "name": "White platebody", - "examine": "Swap this note at any bank for a White platebody." + "id": 6408, + "name": "Oak blackjack(o)", + "type": "normal", + "duplicate": false }, { - "id": 6619, - "name": "White boots", - "examine": "These will protect my feet." + "id": 6409, + "name": "Oak blackjack(o)", + "type": "noted", + "duplicate": true }, { - "id": 6620, - "name": "White boots", - "examine": "Swap this note at any bank for a White boots." + "id": 6410, + "name": "Oak blackjack(d)", + "type": "normal", + "duplicate": false }, { - "id": 6621, - "name": "White med helm", - "examine": "A medium sized helmet." + "id": 6411, + "name": "Oak blackjack(d)", + "type": "noted", + "duplicate": true }, { - "id": 6622, - "name": "White med helm", - "examine": "Swap this note at any bank for a White med helm." + "id": 6412, + "name": "Willow blackjack(o)", + "type": "normal", + "duplicate": false }, { - "id": 6623, - "name": "White full helm", - "examine": "A full face helmet." + "id": 6413, + "name": "Willow blackjack(o)", + "type": "noted", + "duplicate": true }, { - "id": 6624, - "name": "White full helm", - "examine": "Swap this note at any bank for a White full helm." + "id": 6414, + "name": "Willow blackjack(d)", + "type": "normal", + "duplicate": false }, { - "id": 6625, - "name": "White platelegs", - "examine": "Big, White and heavy looking." + "id": 6415, + "name": "Willow blackjack(d)", + "type": "noted", + "duplicate": true }, { - "id": 6626, - "name": "White platelegs", - "examine": "Swap this note at any bank for a White platelegs." + "id": 6416, + "name": "Maple blackjack", + "type": "normal", + "duplicate": false }, { - "id": 6627, - "name": "White plateskirt", - "examine": "Big, White and heavy looking." + "id": 6417, + "name": "Maple blackjack", + "type": "noted", + "duplicate": true }, { - "id": 6628, - "name": "White plateskirt", - "examine": "Swap this note at any bank for a White plateskirt." + "id": 6418, + "name": "Maple blackjack(o)", + "type": "normal", + "duplicate": false }, { - "id": 6629, - "name": "White gloves", - "examine": "These will keep my hands warm!" + "id": 6419, + "name": "Maple blackjack(o)", + "type": "noted", + "duplicate": true }, { - "id": 6630, - "name": "White gloves", - "examine": "Swap this note at any bank for a White gloves." + "id": 6420, + "name": "Maple blackjack(d)", + "type": "normal", + "duplicate": false }, { - "id": 6631, - "name": "White sq shield", - "examine": "A medium square shield." + "id": 6421, + "name": "Maple blackjack(d)", + "type": "noted", + "duplicate": true }, { - "id": 6632, - "name": "White sq shield", - "examine": "Swap this note at any bank for a White sq shield." + "id": 6422, + "name": "Air rune", + "type": "normal", + "duplicate": true }, { - "id": 6633, - "name": "White kiteshield", - "examine": "A large metal shield." + "id": 6423, + "name": "Air rune", + "type": "noted", + "duplicate": true }, { - "id": 6634, - "name": "White kiteshield", - "examine": "Swap this note at any bank for a White kiteshield." + "id": 6424, + "name": "Water rune", + "type": "normal", + "duplicate": true }, { - "id": 6635, - "name": "Commorb", - "examine": "A Temple Knight Communication Orb. Top Secret!" + "id": 6425, + "name": "Water rune", + "type": "noted", + "duplicate": true }, { - "id": 6636, - "name": "Solus's hat", - "examine": "Proof that I have defeated the evil mage Solus." + "id": 6426, + "name": "Earth rune", + "type": "normal", + "duplicate": true }, { - "id": 6637, - "name": "Dark beast", - "examine": "A slayer monster." + "id": 6427, + "name": "Earth rune", + "type": "noted", + "duplicate": true }, { - "id": 6638, - "name": "Colour wheel", - "examine": "A key to the nature of light itself." + "id": 6428, + "name": "Fire rune", + "type": "normal", + "duplicate": true }, { - "id": 6639, - "name": "Hand mirror", - "examine": "A small hand mirror." + "id": 6429, + "name": "Fire rune", + "type": "noted", + "duplicate": true }, { - "id": 6640, - "name": "Red crystal", - "examine": "A red crystal." + "id": 6430, + "name": "Chaos rune", + "type": "normal", + "duplicate": true }, { - "id": 6641, - "name": "Yellow crystal", - "examine": "A yellow crystal." + "id": 6431, + "name": "Chaos rune", + "type": "noted", + "duplicate": true }, { - "id": 6642, - "name": "Green crystal", - "examine": "A green crystal." + "id": 6432, + "name": "Death rune", + "type": "normal", + "duplicate": true }, { - "id": 6643, - "name": "Cyan crystal", - "examine": "A cyan crystal." + "id": 6433, + "name": "Death rune", + "type": "noted", + "duplicate": true }, { - "id": 6644, - "name": "Blue crystal", - "examine": "A blue crystal." + "id": 6434, + "name": "Law rune", + "type": "normal", + "duplicate": true }, { - "id": 6645, - "name": "Magenta crystal", - "examine": "A magenta crystal." + "id": 6435, + "name": "Law rune", + "type": "noted", + "duplicate": true }, { - "id": 6646, - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear." + "id": 6436, + "name": "Mind rune", + "type": "normal", + "duplicate": true }, { - "id": 6647, - "name": "Fractured crystal", - "examine": "A fractured crystal, one of the edges is clear." + "id": 6437, + "name": "Mind rune", + "type": "noted", + "duplicate": true }, { - "id": 6648, - "name": "Item list", - "examine": "It's a list of items I need to collect." + "id": 6438, + "name": "Body rune", + "type": "normal", + "duplicate": true }, { - "id": 6649, - "name": "Edern's journal", - "examine": "The journal of Nissyen Edern." + "id": 6439, + "name": "Body rune", + "type": "noted", + "duplicate": true }, { - "id": 6650, - "name": "Blackened crystal", - "examine": "A blackened crystal sample." + "id": 6440, + "name": "Arrow shaft", + "type": "normal", + "duplicate": true }, { - "id": 6651, - "name": "Newly made crystal", - "examine": "A newly formed crystal." + "id": 6441, + "name": "Arrow shaft", + "type": "normal", + "duplicate": true }, { - "id": 6652, - "name": "Newly made crystal", - "examine": "A warm energy radiates from this crystal." + "id": 6442, + "name": "Arrow shaft", + "type": "normal", + "duplicate": true }, { - "id": 6653, - "name": "Crystal trinket", - "examine": "A small crystal trinket." + "id": 6443, + "name": "Arrow shaft", + "type": "normal", + "duplicate": true }, { - "id": 6654, - "name": "Camo top", - "examine": "Examine what?" + "id": 6444, + "name": "Headless arrow", + "type": "normal", + "duplicate": true }, { - "id": 6655, - "name": "Camo bottoms", - "examine": "Examine what?" + "id": 6445, + "name": "Headless arrow", + "type": "normal", + "duplicate": true }, { - "id": 6656, - "name": "Camo helmet", - "examine": "Examine what?" + "id": 6446, + "name": "Headless arrow", + "type": "normal", + "duplicate": true }, { - "id": 6657, - "name": "Camo top", - "examine": "Examine what?" + "id": 6447, + "name": "Headless arrow", + "type": "normal", + "duplicate": true }, { - "id": 6658, - "name": "Camo bottoms", - "examine": "Examine what?" + "id": 6448, + "name": "Spadeful of coke", + "type": "normal", + "duplicate": false }, + null, { - "id": 6659, - "name": "Camo helmet", - "examine": "Examine what?" + "id": 6450, + "name": "Kandarin headgear", + "type": "normal", + "duplicate": false }, + null, { - "id": 6660, - "name": "Fishing explosive", - "examine": "A vial that explodes in water." + "id": 6452, + "name": "Mage arena cape", + "type": "normal", + "duplicate": false }, { - "id": 6661, - "name": "Mogre", - "examine": "A slayer monster." + "id": 6453, + "name": "White rose seed", + "type": "normal", + "duplicate": false }, { - "id": 6662, - "name": "Broken fishing rod", - "examine": "This fishing rod seems to have been bitten in half..." + "id": 6454, + "name": "Red rose seed", + "type": "normal", + "duplicate": false }, { - "id": 6663, - "name": "Forlorn boot", - "examine": "It seems someone vacated this boot in a hurry..." + "id": 6455, + "name": "Pink rose seed", + "type": "normal", + "duplicate": false }, { - "id": 6664, - "name": "Fishing explosive", - "examine": "The jar keeps shaking...I'm scared." + "id": 6456, + "name": "Vine seed", + "type": "normal", + "duplicate": false }, { - "id": 6665, - "name": "Mudskipper hat", - "examine": "Fishy, damp and smelly." + "id": 6457, + "name": "Delphinium seed", + "type": "normal", + "duplicate": false }, { - "id": 6666, - "name": "Flippers", - "examine": "Strangely uncomfortable flippers." + "id": 6458, + "name": "Orchid seed", + "type": "normal", + "duplicate": false }, { - "id": 6667, - "name": "Fishbowl", - "examine": "An empty fishbowl." + "id": 6459, + "name": "Orchid seed", + "type": "normal", + "duplicate": false }, { - "id": 6668, - "name": "Fishbowl", - "examine": "A fishless fishbowl." + "id": 6460, + "name": "Snowdrop seed", + "type": "normal", + "duplicate": false }, { - "id": 6669, - "name": "Fishbowl", - "examine": "A fishless fishbowl with some seaweed." + "id": 6461, + "name": "White tree shoot", + "type": "normal", + "duplicate": false }, { - "id": 6670, - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Bluefish in it." + "id": 6462, + "name": "White tree shoot", + "type": "normal", + "duplicate": false }, { - "id": 6671, - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Greenfish in it." + "id": 6463, + "name": "White tree shoot (w)", + "type": "normal", + "duplicate": false }, { - "id": 6672, - "name": "Fishbowl", - "examine": "A fishbowl with a Tiny Spinefish in it." + "id": 6464, + "name": "White tree sapling", + "type": "normal", + "duplicate": false }, { - "id": 6673, - "name": "Fishbowl and net", - "examine": "An empty fishbowl in a net." + "id": 6465, + "name": "Ring of charos(a)", + "type": "normal", + "duplicate": false }, { - "id": 6674, - "name": "Tiny net", - "examine": "A tiny net for grabbing tiny fish." + "id": 6466, + "name": "Rune shards", + "type": "normal", + "duplicate": false }, { - "id": 6675, - "name": "An empty box", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.'" + "id": 6467, + "name": "Rune dust", + "type": "normal", + "duplicate": false }, { - "id": 6676, - "name": "An empty box", - "examine": "Swap this note at any bank for an An empty box." + "id": 6468, + "name": "Plant cure", + "type": "normal", + "duplicate": false }, { - "id": 6677, - "name": "Guam in a box", - "examine": "'Ingredients; Ground Guam Leaf and Ground Seaweed.' Well, I have the Guam Leaf..." + "id": 6469, + "name": "White tree fruit", + "type": "normal", + "duplicate": false }, { - "id": 6678, - "name": "Guam in a box?", - "examine": "'Ingredients; Ground Guam Leaf and Ground Seaweed.' Well, I have the Guam Leaf..." + "id": 6470, + "name": "Compost potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 6679, - "name": "Seaweed in a box", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed..." + "id": 6471, + "name": "Compost potion(4)", + "type": "noted", + "duplicate": true }, { - "id": 6680, - "name": "Seaweed in a box?", - "examine": "'Ingredients; Ground Guam and Ground Seaweed.' Well, I have the Seaweed..." + "id": 6472, + "name": "Compost potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 6681, - "name": "Ground guam", - "examine": "One of the ingredients for making fish food." + "id": 6473, + "name": "Compost potion(3)", + "type": "noted", + "duplicate": true }, { - "id": 6682, - "name": "Ground guam", - "examine": "Swap this note at any bank for a Ground guam." + "id": 6474, + "name": "Compost potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 6683, - "name": "Ground seaweed", - "examine": "One of the ingredients for making fish food." + "id": 6475, + "name": "Compost potion(2)", + "type": "noted", + "duplicate": true }, { - "id": 6684, - "name": "Ground seaweed", - "examine": "Swap this note at any bank for a Ground seaweed." + "id": 6476, + "name": "Compost potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 6685, - "name": "Saradomin brew(4)", - "examine": "4 doses of Saradomin Brew." + "id": 6477, + "name": "Compost potion(1)", + "type": "noted", + "duplicate": true }, { - "id": 6686, - "name": "Saradomin brew(4)", - "examine": "Swap this note at any bank for a Saradomin brew(4)." + "id": 6478, + "name": "Trolley", + "type": "normal", + "duplicate": false }, { - "id": 6687, - "name": "Saradomin brew(3)", - "examine": "3 doses of Saradomin Brew." + "id": 6479, + "name": "List", + "type": "normal", + "duplicate": false }, { - "id": 6688, - "name": "Saradomin brew(3)", - "examine": "Swap this note at any bank for a Saradomin brew(3)." + "id": 6480, + "name": "White rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6689, - "name": "Saradomin brew(2)", - "examine": "2 doses of Saradomin Brew." + "id": 6481, + "name": "White rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6690, - "name": "Saradomin brew(2)", - "examine": "Swap this note at any bank for a Saradomin brew(2)." + "id": 6482, + "name": "White rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6691, - "name": "Saradomin brew(1)", - "examine": "1 dose of Saradomin Brew." + "id": 6483, + "name": "White rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6692, - "name": "Saradomin brew(1)", - "examine": "Swap this note at any bank for a Saradomin brew(1)." + "id": 6484, + "name": "Red rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6693, - "name": "Crushed nest", - "examine": "A crushed bird's nest." + "id": 6485, + "name": "Red rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6694, - "name": "Crushed nest", - "examine": "Swap this note at any bank for a Crushed nest." + "id": 6486, + "name": "Red rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6695, - "name": "Desert lizard", - "examine": "A slayer monster." + "id": 6487, + "name": "Red rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6696, - "name": "Ice cooler", - "examine": "Contains ice cubes." + "id": 6488, + "name": "Pink rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6697, - "name": "Pat of butter", - "examine": "A pat of freshly churned butter." + "id": 6489, + "name": "Pink rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6698, - "name": "Pat of butter", - "examine": "Swap this note at any bank for a Pat of butter." + "id": 6490, + "name": "Pink rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6699, - "name": "Burnt potato", - "examine": "This potato doesn't look edible." + "id": 6491, + "name": "Pink rose seed", + "type": "normal", + "duplicate": true }, { - "id": 6700, - "name": "Burnt potato", - "examine": "Swap this note at any bank for a Burnt potato." + "id": 6492, + "name": "Vine seed", + "type": "normal", + "duplicate": true }, { - "id": 6701, - "name": "Baked potato", - "examine": "It'd taste even better with some toppings." + "id": 6493, + "name": "Vine seed", + "type": "normal", + "duplicate": true }, { - "id": 6702, - "name": "Baked potato", - "examine": "Swap this note at any bank for a Baked potato." + "id": 6494, + "name": "Vine seed", + "type": "normal", + "duplicate": true }, { - "id": 6703, - "name": "Potato with butter", - "examine": "A baked potato with butter." + "id": 6495, + "name": "Vine seed", + "type": "normal", + "duplicate": true }, { - "id": 6704, - "name": "Potato with butter", - "examine": "Swap this note at any bank for a Potato with butter." + "id": 6496, + "name": "Delphinium seed", + "type": "normal", + "duplicate": true }, { - "id": 6705, - "name": "Potato with cheese", - "examine": "A baked potato with butter and cheese." + "id": 6497, + "name": "Delphinium seed", + "type": "normal", + "duplicate": true }, { - "id": 6706, - "name": "Potato with cheese", - "examine": "Swap this note at any bank for a Potato with cheese." + "id": 6498, + "name": "Delphinium seed", + "type": "normal", + "duplicate": true }, { - "id": 6707, - "name": "Camulet", - "examine": "An amulet of Camel-speak. It makes vague braying noises." + "id": 6499, + "name": "Delphinium seed", + "type": "normal", + "duplicate": true }, { - "id": 6708, - "name": "Slayer gloves", - "examine": "Too thick for monsters to bite through." + "id": 6500, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6709, - "name": "Fever spider", - "examine": "A slayer monster." + "id": 6501, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6710, - "name": "Blindweed seed", - "examine": "A Blindweed seed" + "id": 6502, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6711, - "name": "Blindweed", - "examine": "An inedible, foul smelling herb." + "id": 6503, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6712, - "name": "Bucket of water", - "examine": "It's a bucket of... water?" + "id": 6504, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6713, - "name": "Wrench", - "examine": "A heavy metal wrench." + "id": 6505, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6714, - "name": "Holy wrench", - "examine": "A shining paragon of wrenchly virtue." + "id": 6506, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6715, - "name": "Sluglings", - "examine": "They look at you balefully. 'Feed us...'" + "id": 6507, + "name": "Orchid seed", + "type": "normal", + "duplicate": true }, { - "id": 6716, - "name": "Karamthulhu", - "examine": "A sinister looking squid." + "id": 6508, + "name": "Snowdrop seed", + "type": "normal", + "duplicate": true }, { - "id": 6717, - "name": "Karamthulhu", - "examine": "My pet sinister squid." + "id": 6509, + "name": "Snowdrop seed", + "type": "normal", + "duplicate": true }, { - "id": 6718, - "name": "Fever spider body", - "examine": "A diseased deceased Fever Spider. Handle with care." + "id": 6510, + "name": "Snowdrop seed", + "type": "normal", + "duplicate": true }, { - "id": 6719, - "name": "Unsanitary swill", - "examine": "Sorry, I mean a bucket of 'rum'." + "id": 6511, + "name": "Snowdrop seed", + "type": "normal", + "duplicate": true }, + null, + null, { - "id": 6720, - "name": "Slayer gloves", - "examine": "Especially good against diseased arachnids." + "id": 6514, + "name": "Agility jump", + "type": "normal", + "duplicate": false }, { - "id": 6721, - "name": "Rusty scimitar", - "examine": "A decent enough weapon gone rusty." + "id": 6515, + "name": "Agility balance", + "type": "normal", + "duplicate": false }, { - "id": 6722, - "name": "Zombie head", - "examine": "Alas...I hardly knew him." + "id": 6516, + "name": "Agility contortion", + "type": "normal", + "duplicate": false }, { - "id": 6723, - "name": "Fishbowl", - "examine": "Swap this note at any bank for a Fishbowl." + "id": 6517, + "name": "Agility climb", + "type": "normal", + "duplicate": false }, { - "id": 6724, - "name": "Seercull", - "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan." + "id": 6518, + "name": "Agility jump", + "type": "normal", + "duplicate": true }, { - "id": 6725, - "name": "Seercull", - "examine": "Swap this note at any bank for a Seercull." + "id": 6519, + "name": "Agility balance", + "type": "normal", + "duplicate": true }, { - "id": 6726, - "name": "Mud battlestaff", - "examine": "Swap this note at any bank for a Mud battlestaff." + "id": 6520, + "name": "Agility contortion", + "type": "normal", + "duplicate": true }, { - "id": 6727, - "name": "Mystic mud staff", - "examine": "Swap this note at any bank for a Mystic mud staff." + "id": 6521, + "name": "Agility climb", + "type": "normal", + "duplicate": true }, { - "id": 6728, - "name": "Bonemeal", - "examine": "A pot of crushed Dagannoth-king bones." + "id": 6522, + "name": "Toktz-xil-ul", + "type": "normal", + "duplicate": false }, { - "id": 6729, - "name": "Dagannoth bones", - "examine": "These would feed a dogfish for months!" + "id": 6523, + "name": "Toktz-xil-ak", + "type": "normal", + "duplicate": false }, { - "id": 6730, - "name": "Dagannoth bones", - "examine": "Swap this note at any bank for a Dagannoth bones." + "id": 6524, + "name": "Toktz-ket-xil", + "type": "normal", + "duplicate": false }, { - "id": 6731, - "name": "Seers ring", - "examine": "A mysterious ring that can fill the wearer with magical power..." + "id": 6525, + "name": "Toktz-xil-ek", + "type": "normal", + "duplicate": false }, { - "id": 6732, - "name": "Seers ring", - "examine": "Swap this note at any bank for a Seers ring." + "id": 6526, + "name": "Toktz-mej-tal", + "type": "normal", + "duplicate": false }, { - "id": 6733, - "name": "Archers ring", - "examine": "A fabled ring that improves the wearer's skill with a bow..." + "id": 6527, + "name": "Tzhaar-ket-em", + "type": "normal", + "duplicate": false }, { - "id": 6734, - "name": "Archers ring", - "examine": "Swap this note at any bank for an Archers ring." + "id": 6528, + "name": "Tzhaar-ket-om", + "type": "normal", + "duplicate": false }, { - "id": 6735, - "name": "Warrior ring", - "examine": "A legendary ring once worn by Fremennik warriors." + "id": 6529, + "name": "Tokkul", + "type": "normal", + "duplicate": false }, { - "id": 6736, - "name": "Warrior ring", - "examine": "Swap this note at any bank for a Warrior ring." + "id": 6530, + "name": "Tokkul", + "type": "normal", + "duplicate": true }, { - "id": 6737, - "name": "Berserker ring", - "examine": "A ring reputed to bring out a berserk fury in its wearer." + "id": 6531, + "name": "Tokkul", + "type": "normal", + "duplicate": true }, { - "id": 6738, - "name": "Berserker ring", - "examine": "Swap this note at any bank for a Berserker ring." + "id": 6532, + "name": "Tokkul", + "type": "normal", + "duplicate": true }, { - "id": 6739, - "name": "Dragon axe", - "examine": "A very powerful axe." + "id": 6533, + "name": "Tokkul", + "type": "normal", + "duplicate": true }, { - "id": 6740, - "name": "Dragon axe", - "examine": "Swap this note at any bank for a Dragon axe." + "id": 6534, + "name": "Tokkul", + "type": "normal", + "duplicate": true }, { - "id": 6741, - "name": "Broken axe", - "examine": "Bob can fix this for me." + "id": 6535, + "name": "Toktz-xil-ak", + "type": "noted", + "duplicate": true }, { - "id": 6742, - "name": "Broken axe", - "examine": "Swap this note at any bank for a Broken axe." + "id": 6536, + "name": "Toktz-ket-xil", + "type": "noted", + "duplicate": true }, { - "id": 6743, - "name": "Dragon axe head", - "examine": "It's missing a handle." + "id": 6537, + "name": "Toktz-xil-ek", + "type": "noted", + "duplicate": true }, { - "id": 6744, - "name": "Dragon axe head", - "examine": "Swap this note at any bank for a Dragon axe head." + "id": 6538, + "name": "Toktz-mej-tal", + "type": "noted", + "duplicate": true }, { - "id": 6745, - "name": "Silverlight", - "examine": "The magical sword 'Silverlight', stained black with mushroom ink." + "id": 6539, + "name": "Tzhaar-ket-em", + "type": "noted", + "duplicate": true }, { - "id": 6746, - "name": "Darklight", - "examine": "The magical sword 'Silverlight', enhanced with the blood of Agrith-Naar." + "id": 6540, + "name": "Tzhaar-ket-om", + "type": "noted", + "duplicate": true }, { - "id": 6747, - "name": "Demonic sigil mould", - "examine": "Used to make the sigil of the demon Agrith-Naar." + "id": 6541, + "name": "Mouse toy", + "type": "normal", + "duplicate": false }, { - "id": 6748, - "name": "Demonic sigil", - "examine": "A sigil used for the summoning of the demon Agrith-Naar." + "id": 6542, + "name": "Present", + "type": "normal", + "duplicate": false }, { - "id": 6749, - "name": "Demonic tome", - "examine": "Will this book help in summoning Agrith-Naar?" + "id": 6543, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 6750, - "name": "Black desert shirt", - "examine": "A desert shirt stained black with mushroom ink." + "id": 6544, + "name": "Catspeak amulet(e)", + "type": "normal", + "duplicate": false }, { - "id": 6751, - "name": "Black desert shirt", - "examine": "Swap this note at any bank for a Black desert shirt." + "id": 6545, + "name": "Chores", + "type": "normal", + "duplicate": false }, { - "id": 6752, - "name": "Black desert robe", - "examine": "A desert robe stained black with mushroom ink." + "id": 6546, + "name": "Recipe", + "type": "normal", + "duplicate": false }, { - "id": 6753, - "name": "Black desert robe", - "examine": "Swap this note at any bank for a Black desert robe." + "id": 6547, + "name": "Doctor's hat", + "type": "normal", + "duplicate": false }, { - "id": 6754, - "name": "Enchanted key", - "examine": "It seems to change temperature as I walk." + "id": 6548, + "name": "Nurse hat", + "type": "normal", + "duplicate": false }, { - "id": 6755, - "name": "Journal", - "examine": "Somebody's private journal." + "id": 6549, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6756, - "name": "Letter", - "examine": "A sealed letter to the king." + "id": 6550, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6757, - "name": "Letter", - "examine": "A sealed letter to Jorral." + "id": 6551, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6758, - "name": "Scroll", - "examine": "A timeline of the outpost." + "id": 6552, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6759, - "name": "Chest", - "examine": "A dirty chest." + "id": 6553, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6760, - "name": "Guthix mjolnir", - "examine": "A Guthix Mjolnir." + "id": 6554, + "name": "Lazy cat", + "type": "normal", + "duplicate": false }, { - "id": 6761, - "name": "Guthix mjolnir", - "examine": "Swap this note at any bank for a Guthix mjolnir." + "id": 6555, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6762, - "name": "Saradomin mjolnir", - "examine": "A Saradomin Mjolnir." + "id": 6556, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6763, - "name": "Saradomin mjolnir", - "examine": "Swap this note at any bank for a Saradomin mjolnir." + "id": 6557, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6764, - "name": "Zamorak mjolnir", - "examine": "A Zamorak Mjolnir." + "id": 6558, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6765, - "name": "Zamorak mjolnir", - "examine": "Swap this note at any bank for a Zamorak mjolnir." + "id": 6559, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6766, - "name": "Cat antipoison", - "examine": "Antipoison for Pox." + "id": 6560, + "name": "Wily cat", + "type": "normal", + "duplicate": false }, { - "id": 6767, - "name": "Book", - "examine": "The book of Rats." + "id": 6561, + "name": "Ahab's beer", + "type": "normal", + "duplicate": false }, { - "id": 6768, - "name": "Poisoned cheese", - "examine": "A little more smelly than usual." + "id": 6562, + "name": "Mud battlestaff", + "type": "normal", + "duplicate": false }, { - "id": 6769, - "name": "Music scroll", - "examine": "Charming." + "id": 6563, + "name": "Mystic mud staff", + "type": "normal", + "duplicate": false }, { - "id": 6770, - "name": "Directions", - "examine": "Jimmy Dazzler's directions." + "id": 6564, + "name": "Glistening tear", + "type": "normal", + "duplicate": true }, + null, { - "id": 6771, - "name": "Pot of weeds", - "examine": "Contains garden weeds." + "id": 6566, + "name": "Dragonstone dragon bolts (e)", + "type": "normal", + "duplicate": true }, + null, { - "id": 6772, - "name": "Smouldering pot", - "examine": "Contains slowly burning garden weeds." + "id": 6568, + "name": "Obsidian cape", + "type": "normal", + "duplicate": false }, { - "id": 6773, - "name": "Rat pole", - "examine": "A pole for putting rats on." + "id": 6569, + "name": "Obsidian cape", + "type": "noted", + "duplicate": true }, { - "id": 6774, - "name": "Rat pole", - "examine": "A pole with one rat on it." + "id": 6570, + "name": "Fire cape", + "type": "normal", + "duplicate": false }, { - "id": 6775, - "name": "Rat pole", - "examine": "A pole with two rats on it." + "id": 6571, + "name": "Uncut onyx", + "type": "normal", + "duplicate": false }, { - "id": 6776, - "name": "Rat pole", - "examine": "A pole with three rats on it." + "id": 6572, + "name": "Uncut onyx", + "type": "noted", + "duplicate": true }, { - "id": 6777, - "name": "Rat pole", - "examine": "A pole with four rats on it." + "id": 6573, + "name": "Onyx", + "type": "normal", + "duplicate": false }, { - "id": 6778, - "name": "Rat pole", - "examine": "A pole with five rats on it." + "id": 6574, + "name": "Onyx", + "type": "noted", + "duplicate": true }, { - "id": 6779, - "name": "Rat pole", - "examine": "A pole with six rats on it." + "id": 6575, + "name": "Onyx ring", + "type": "normal", + "duplicate": false }, { - "id": 6780, - "name": "Menaphite thug", - "examine": "Mean looking." + "id": 6576, + "name": "Onyx ring", + "type": "noted", + "duplicate": true }, { - "id": 6781, - "name": "Bandit", - "examine": "Nasty." + "id": 6577, + "name": "Onyx necklace", + "type": "normal", + "duplicate": false }, { - "id": 6782, - "name": "Bandit", - "examine": "Nasty." + "id": 6578, + "name": "Onyx necklace", + "type": "noted", + "duplicate": true }, { - "id": 6783, - "name": "null", - "examine": "It's a null." + "id": 6579, + "name": "Onyx amulet (u)", + "type": "normal", + "duplicate": false }, { - "id": 6784, - "name": "Whoopsie", - "examine": "Just chuck this away, it's useless!" + "id": 6580, + "name": "Onyx amulet (u)", + "type": "noted", + "duplicate": true }, { - "id": 6785, - "name": "Statuette", - "examine": "A statue of the goddess Elidinis." + "id": 6581, + "name": "Onyx amulet", + "type": "normal", + "duplicate": false }, { - "id": 6786, - "name": "Robe of elidinis", - "examine": "This looks quite old." + "id": 6582, + "name": "Onyx amulet", + "type": "noted", + "duplicate": true }, { - "id": 6787, - "name": "Robe of elidinis", - "examine": "A patched up robe." + "id": 6583, + "name": "Ring of stone", + "type": "normal", + "duplicate": false }, { - "id": 6788, - "name": "Torn robe", - "examine": "This robe is too torn to wear." + "id": 6584, + "name": "Ring of stone", + "type": "noted", + "duplicate": true }, { - "id": 6789, - "name": "Torn robe", - "examine": "This robe is too torn to wear." + "id": 6585, + "name": "Amulet of fury", + "type": "normal", + "duplicate": false }, { - "id": 6790, - "name": "Shoes", - "examine": "Awusah's Shoes." + "id": 6586, + "name": "Amulet of fury", + "type": "noted", + "duplicate": true }, { - "id": 6791, - "name": "Sole", - "examine": "Awusah's Sole." + "id": 6587, + "name": "White claws", + "type": "normal", + "duplicate": false }, { - "id": 6792, - "name": "Ancestral key", - "examine": "An ancient key from the shrine in Nardah." + "id": 6588, + "name": "White claws", + "type": "noted", + "duplicate": true }, { - "id": 6793, - "name": "Ballad", - "examine": "The Ballad of Jareesh." + "id": 6589, + "name": "White battleaxe", + "type": "normal", + "duplicate": false }, { - "id": 6794, - "name": "Choc-ice", - "examine": "Better eat this before it melts." + "id": 6590, + "name": "White battleaxe", + "type": "noted", + "duplicate": true }, { - "id": 6795, - "name": "Choc-ice", - "examine": "Swap this note at any bank for a Choc-ice." + "id": 6591, + "name": "White dagger", + "type": "normal", + "duplicate": false }, { - "id": 6796, - "name": "Lamp", - "examine": "Ooh a nice shiny lamp." + "id": 6592, + "name": "White dagger", + "type": "noted", + "duplicate": true }, { - "id": 6797, - "name": "Watering can", - "examine": "Handy for watering crops." + "id": 6593, + "name": "White dagger(p)", + "type": "normal", + "duplicate": false }, { - "id": 6798, - "name": "Champion scroll", - "examine": "It's a challenge from the Earth Warrior Champion!" + "id": 6594, + "name": "White dagger(p)", + "type": "noted", + "duplicate": true }, { - "id": 6799, - "name": "Champion scroll", - "examine": "It's a challenge from the Ghoul Champion!" + "id": 6595, + "name": "White dagger(p+)", + "type": "normal", + "duplicate": false }, { - "id": 6800, - "name": "Champion scroll", - "examine": "It's a challenge from the Giant Champion!" + "id": 6596, + "name": "White dagger(p+)", + "type": "noted", + "duplicate": true }, { - "id": 6801, - "name": "Champion scroll", - "examine": "It's a challenge from the Goblin Champion!" + "id": 6597, + "name": "White dagger(p++)", + "type": "normal", + "duplicate": false }, { - "id": 6802, - "name": "Champion scroll", - "examine": "It's a challenge from the Hobgoblin Champion!" + "id": 6598, + "name": "White dagger(p++)", + "type": "noted", + "duplicate": true }, { - "id": 6803, - "name": "Champion scroll", - "examine": "It's a challenge from the Imp Champion!" + "id": 6599, + "name": "White halberd", + "type": "normal", + "duplicate": false }, { - "id": 6804, - "name": "Champion scroll", - "examine": "It's a challenge from the Jogre Champion!" + "id": 6600, + "name": "White halberd", + "type": "noted", + "duplicate": true }, { - "id": 6805, - "name": "Champion scroll", - "examine": "It's a challenge from the Lesser Demon Champion!" + "id": 6601, + "name": "White mace", + "type": "normal", + "duplicate": false }, { - "id": 6806, - "name": "Champion scroll", - "examine": "It's a challenge from the Skeleton Champion!" + "id": 6602, + "name": "White mace", + "type": "noted", + "duplicate": true }, { - "id": 6807, - "name": "Champion scroll", - "examine": "It's a challenge from the Zombie Champion!" + "id": 6603, + "name": "White magic staff", + "type": "normal", + "duplicate": false }, { - "id": 6808, - "name": "Champion scroll", - "examine": "It's a challenge from the Human Champion!" + "id": 6604, + "name": "White magic staff", + "type": "noted", + "duplicate": true }, { - "id": 6809, - "name": "Granite legs", - "examine": "These look pretty heavy." + "id": 6605, + "name": "White sword", + "type": "normal", + "duplicate": false }, { - "id": 6810, - "name": "Bonemeal", - "examine": "A pot of crushed wyvern bones." + "id": 6606, + "name": "White sword", + "type": "noted", + "duplicate": true }, { - "id": 6811, - "name": "Skeletal wyvern", - "examine": "A slayer monster." + "id": 6607, + "name": "White longsword", + "type": "normal", + "duplicate": false }, { - "id": 6812, - "name": "Wyvern bones", - "examine": "Bones of a large flying creature!" + "id": 6608, + "name": "White longsword", + "type": "noted", + "duplicate": true }, { - "id": 6813, - "name": "Granite legs", - "examine": "Swap this note at any bank for a Granite legs." + "id": 6609, + "name": "White 2h sword", + "type": "normal", + "duplicate": false }, { - "id": 6814, - "name": "Fur", - "examine": "This would make warm clothing." + "id": 6610, + "name": "White 2h sword", + "type": "noted", + "duplicate": true }, { - "id": 6815, - "name": "Fur", - "examine": "Swap this note at any bank for a Fur." + "id": 6611, + "name": "White scimitar", + "type": "normal", + "duplicate": false }, { - "id": 6816, - "name": "Wyvern bones", - "examine": "Swap this note at any bank for a Wyvern bones." + "id": 6612, + "name": "White scimitar", + "type": "noted", + "duplicate": true }, { - "id": 6817, - "name": "Slender blade", - "examine": "A slender two-handed sword." + "id": 6613, + "name": "White warhammer", + "type": "normal", + "duplicate": false }, { - "id": 6818, - "name": "Bow-sword", - "examine": "A sharp sword that can also fire arrows." + "id": 6614, + "name": "White warhammer", + "type": "noted", + "duplicate": true }, { - "id": 6819, - "name": "Large pouch", - "examine": "A large pouch used for storing essence." + "id": 6615, + "name": "White chainbody", + "type": "normal", + "duplicate": false }, { - "id": 6820, - "name": "Relic", - "examine": "There seems to be bits missing..." + "id": 6616, + "name": "White chainbody", + "type": "noted", + "duplicate": true }, { - "id": 6821, - "name": "Orb", - "examine": "A glowing orb." + "id": 6617, + "name": "White platebody", + "type": "normal", + "duplicate": false }, { - "id": 6822, - "name": "Star bauble", - "examine": "An unpainted bauble shaped like a star." + "id": 6618, + "name": "White platebody", + "type": "noted", + "duplicate": true }, { - "id": 6823, - "name": "Star bauble", - "examine": "A bauble shaped like a star painted yellow." + "id": 6619, + "name": "White boots", + "type": "normal", + "duplicate": false }, { - "id": 6824, - "name": "Star bauble", - "examine": "A bauble shaped like a star painted red." + "id": 6620, + "name": "White boots", + "type": "noted", + "duplicate": true }, { - "id": 6825, - "name": "Star bauble", - "examine": "A bauble shaped like a star painted blue." + "id": 6621, + "name": "White med helm", + "type": "normal", + "duplicate": false }, { - "id": 6826, - "name": "Star bauble", - "examine": "A bauble shaped like a star painted green." + "id": 6622, + "name": "White med helm", + "type": "noted", + "duplicate": true }, { - "id": 6827, - "name": "Star bauble", - "examine": "A bauble shaped like a star painted pink." + "id": 6623, + "name": "White full helm", + "type": "normal", + "duplicate": false }, { - "id": 6828, - "name": "Box bauble", - "examine": "An unpainted bauble shaped like a gift." + "id": 6624, + "name": "White full helm", + "type": "noted", + "duplicate": true }, { - "id": 6829, - "name": "Box bauble", - "examine": "A bauble shaped like a gift painted yellow." + "id": 6625, + "name": "White platelegs", + "type": "normal", + "duplicate": false }, { - "id": 6830, - "name": "Box bauble", - "examine": "A bauble shaped like a gift painted red." + "id": 6626, + "name": "White platelegs", + "type": "noted", + "duplicate": true }, { - "id": 6831, - "name": "Box bauble", - "examine": "A bauble shaped like a gift painted blue." + "id": 6627, + "name": "White plateskirt", + "type": "normal", + "duplicate": false }, { - "id": 6832, - "name": "Box bauble", - "examine": "A bauble shaped like a gift painted green." + "id": 6628, + "name": "White plateskirt", + "type": "noted", + "duplicate": true }, { - "id": 6833, - "name": "Box bauble", - "examine": "A bauble shaped like a gift painted pink." + "id": 6629, + "name": "White gloves", + "type": "normal", + "duplicate": false }, { - "id": 6834, - "name": "Diamond bauble", - "examine": "An unpainted bauble shaped like a diamond." + "id": 6630, + "name": "White gloves", + "type": "noted", + "duplicate": true }, { - "id": 6835, - "name": "Diamond bauble", - "examine": "A bauble shaped like a diamond painted yellow." + "id": 6631, + "name": "White sq shield", + "type": "normal", + "duplicate": false }, { - "id": 6836, - "name": "Diamond bauble", - "examine": "A bauble shaped like a diamond painted red." + "id": 6632, + "name": "White sq shield", + "type": "noted", + "duplicate": true }, { - "id": 6837, - "name": "Diamond bauble", - "examine": "A bauble shaped like a diamond painted blue." + "id": 6633, + "name": "White kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 6838, - "name": "Diamond bauble", - "examine": "A bauble shaped like a diamond painted green." + "id": 6634, + "name": "White kiteshield", + "type": "noted", + "duplicate": true }, { - "id": 6839, - "name": "Diamond bauble", - "examine": "A bauble shaped like a diamond painted pink." + "id": 6635, + "name": "Commorb", + "type": "normal", + "duplicate": false }, { - "id": 6840, - "name": "Tree bauble", - "examine": "An unpainted bauble shaped like a wintumber tree." + "id": 6636, + "name": "Solus's hat", + "type": "normal", + "duplicate": false }, { - "id": 6841, - "name": "Tree bauble", - "examine": "A bauble shaped like a wintumber tree painted yellow." + "id": 6637, + "name": "Dark beast", + "type": "normal", + "duplicate": false }, { - "id": 6842, - "name": "Tree bauble", - "examine": "A bauble shaped like a wintumber tree painted red." + "id": 6638, + "name": "Colour wheel", + "type": "normal", + "duplicate": false }, { - "id": 6843, - "name": "Tree bauble", - "examine": "A bauble shaped like a wintumber tree painted blue." + "id": 6639, + "name": "Hand mirror", + "type": "normal", + "duplicate": false }, { - "id": 6844, - "name": "Tree bauble", - "examine": "A bauble shaped like a wintumber tree painted green." + "id": 6640, + "name": "Red crystal", + "type": "normal", + "duplicate": false }, { - "id": 6845, - "name": "Tree bauble", - "examine": "A bauble shaped like a wintumber tree painted pink." + "id": 6641, + "name": "Yellow crystal", + "type": "normal", + "duplicate": false }, { - "id": 6846, - "name": "Bell bauble", - "examine": "An unpainted bauble shaped like a bell." + "id": 6642, + "name": "Green crystal", + "type": "normal", + "duplicate": false }, { - "id": 6847, - "name": "Bell bauble", - "examine": "A bauble shaped like a bell painted yellow." + "id": 6643, + "name": "Cyan crystal", + "type": "normal", + "duplicate": false }, { - "id": 6848, - "name": "Bell bauble", - "examine": "A bauble shaped like a bell painted red." + "id": 6644, + "name": "Blue crystal", + "type": "normal", + "duplicate": false }, { - "id": 6849, - "name": "Bell bauble", - "examine": "A bauble shaped like a bell painted blue." + "id": 6645, + "name": "Magenta crystal", + "type": "normal", + "duplicate": false }, { - "id": 6850, - "name": "Bell bauble", - "examine": "A bauble shaped like a bell painted green." + "id": 6646, + "name": "Fractured crystal", + "type": "normal", + "duplicate": false }, { - "id": 6851, - "name": "Bell bauble", - "examine": "A bauble shaped like a bell painted pink." + "id": 6647, + "name": "Fractured crystal", + "type": "normal", + "duplicate": false }, { - "id": 6852, - "name": "Puppet box", - "examine": "A box for storing completed puppets." + "id": 6648, + "name": "Item list", + "type": "normal", + "duplicate": false }, { - "id": 6853, - "name": "Bauble box", - "examine": "A box for storing painted baubles." + "id": 6649, + "name": "Edern's journal", + "type": "normal", + "duplicate": false }, { - "id": 6854, - "name": "Puppet box", - "examine": "A box full of puppets. Bring to the Taverly members gate." + "id": 6650, + "name": "Blackened crystal", + "type": "normal", + "duplicate": false }, { - "id": 6855, - "name": "Bauble box", - "examine": "A box full of painted baubles. Give to a Pixie or use to decorate a tree." + "id": 6651, + "name": "Newly made crystal", + "type": "normal", + "duplicate": false }, { - "id": 6856, - "name": "Bobble hat", - "examine": "A woolly bobble hat." + "id": 6652, + "name": "Newly made crystal", + "type": "normal", + "duplicate": false }, { - "id": 6857, - "name": "Bobble scarf", - "examine": "A woolly scarf." + "id": 6653, + "name": "Crystal trinket", + "type": "normal", + "duplicate": false }, { - "id": 6858, - "name": "Jester hat", - "examine": "A woolly jester hat." + "id": 6654, + "name": "Camo top", + "type": "normal", + "duplicate": false }, { - "id": 6859, - "name": "Jester scarf", - "examine": "A woolly jester scarf." + "id": 6655, + "name": "Camo bottoms", + "type": "normal", + "duplicate": false }, { - "id": 6860, - "name": "Tri-jester hat", - "examine": "A woolly triple bobble jester hat." + "id": 6656, + "name": "Camo helmet", + "type": "normal", + "duplicate": false }, { - "id": 6861, - "name": "Tri-jester scarf", - "examine": "A woolly jester scarf." + "id": 6657, + "name": "Camo top", + "type": "normal", + "duplicate": false }, { - "id": 6862, - "name": "Woolly hat", - "examine": "A woolly tobogganing hat." + "id": 6658, + "name": "Camo bottoms", + "type": "normal", + "duplicate": false }, { - "id": 6863, - "name": "Woolly scarf", - "examine": "A woolly tobogganing scarf." + "id": 6659, + "name": "Camo helmet", + "type": "normal", + "duplicate": false }, { - "id": 6864, - "name": "Marionette handle", - "examine": "The controlling part of a marionette." + "id": 6660, + "name": "Fishing explosive", + "type": "normal", + "duplicate": false }, { - "id": 6865, - "name": "Blue marionette", - "examine": "I've got no strings ... oh hang on!" + "id": 6661, + "name": "Mogre", + "type": "normal", + "duplicate": false }, { - "id": 6866, - "name": "Green marionette", - "examine": "I've got no strings ... oh hang on!" + "id": 6662, + "name": "Broken fishing rod", + "type": "normal", + "duplicate": false }, { - "id": 6867, - "name": "Red marionette", - "examine": "I've got no strings ... oh hang on!" + "id": 6663, + "name": "Forlorn boot", + "type": "normal", + "duplicate": false }, { - "id": 6868, - "name": "Blue marionette", - "examine": "I want to be a real boy!" + "id": 6664, + "name": "Fishing explosive", + "type": "normal", + "duplicate": true }, { - "id": 6869, - "name": "Green marionette", - "examine": "I want to be a real boy!" + "id": 6665, + "name": "Mudskipper hat", + "type": "normal", + "duplicate": false }, { - "id": 6870, - "name": "Red marionette", - "examine": "I want to be a real boy!" + "id": 6666, + "name": "Flippers", + "type": "normal", + "duplicate": false }, { - "id": 6871, - "name": "Red marionette", - "examine": "The torso of a marionette." + "id": 6667, + "name": "Empty fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6872, - "name": "Red marionette", - "examine": "The torso and head of a marionette." + "id": 6668, + "name": "Fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6873, - "name": "Red marionette", - "examine": "The torso, head and arms of a marionette." + "id": 6669, + "name": "Fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6874, - "name": "Red marionette", - "examine": "No strings attached." + "id": 6670, + "name": "Fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6875, - "name": "Blue marionette", - "examine": "Needs a head." + "id": 6671, + "name": "Fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6876, - "name": "Blue marionette", - "examine": "Needs arms." + "id": 6672, + "name": "Fishbowl", + "type": "normal", + "duplicate": false }, { - "id": 6877, - "name": "Blue marionette", - "examine": "Needs legs." + "id": 6673, + "name": "Fishbowl and net", + "type": "normal", + "duplicate": false }, { - "id": 6878, - "name": "Blue marionette", - "examine": "No strings attached." + "id": 6674, + "name": "Tiny net", + "type": "normal", + "duplicate": false }, { - "id": 6879, - "name": "Green marionette", - "examine": "Needs a head." + "id": 6675, + "name": "An empty box", + "type": "normal", + "duplicate": false }, { - "id": 6880, - "name": "Green marionette", - "examine": "Needs arms." + "id": 6676, + "name": "An empty box", + "type": "noted", + "duplicate": true }, { - "id": 6881, - "name": "Green marionette", - "examine": "Needs legs." + "id": 6677, + "name": "Guam in a box", + "type": "normal", + "duplicate": false }, { - "id": 6882, - "name": "Green marionette", - "examine": "No strings attached." + "id": 6678, + "name": "Guam in a box?", + "type": "normal", + "duplicate": false }, { - "id": 6883, - "name": "Peach", - "examine": "A tasty fruit." + "id": 6679, + "name": "Seaweed in a box", + "type": "normal", + "duplicate": false }, { - "id": 6884, - "name": "null", - "examine": "It's a null." + "id": 6680, + "name": "Seaweed in a box?", + "type": "normal", + "duplicate": false }, { - "id": 6885, - "name": "Progress hat", - "examine": "A magic training arena progress hat." + "id": 6681, + "name": "Ground guam", + "type": "normal", + "duplicate": false }, { - "id": 6886, - "name": "Progress hat", - "examine": "A magic training arena progress hat." + "id": 6682, + "name": "Ground guam", + "type": "noted", + "duplicate": true }, { - "id": 6887, - "name": "Progress hat", - "examine": "A magic training arena progress hat." + "id": 6683, + "name": "Ground seaweed", + "type": "normal", + "duplicate": false }, { - "id": 6888, - "name": "Guardian statue", - "examine": "The statue looks like he can be moved." + "id": 6684, + "name": "Ground seaweed", + "type": "noted", + "duplicate": true }, { - "id": 6889, - "name": "Mage's book", - "examine": "The magical book of the Mage." + "id": 6685, + "name": "Saradomin brew(4)", + "type": "normal", + "duplicate": false }, { - "id": 6890, - "name": "Mage's book", - "examine": "Swap this note at any bank for a Mage's book." + "id": 6686, + "name": "Saradomin brew(4)", + "type": "noted", + "duplicate": true }, { - "id": 6891, - "name": "Arena book", - "examine": "A book about the Training Arena." + "id": 6687, + "name": "Saradomin brew(3)", + "type": "normal", + "duplicate": false }, { - "id": 6892, - "name": "Arena book", - "examine": "Swap this note at any bank for an Arena book." + "id": 6688, + "name": "Saradomin brew(3)", + "type": "noted", + "duplicate": true }, { - "id": 6893, - "name": "Leather boots", - "examine": "Comfortable leather boots." + "id": 6689, + "name": "Saradomin brew(2)", + "type": "normal", + "duplicate": false }, { - "id": 6894, - "name": "Adamant kiteshield", - "examine": "A large metal shield." + "id": 6690, + "name": "Saradomin brew(2)", + "type": "noted", + "duplicate": true }, { - "id": 6895, - "name": "Adamant med helm", - "examine": "A medium sized helmet." + "id": 6691, + "name": "Saradomin brew(1)", + "type": "normal", + "duplicate": false }, { - "id": 6896, - "name": "Emerald", - "examine": "This looks valuable." + "id": 6692, + "name": "Saradomin brew(1)", + "type": "noted", + "duplicate": true }, { - "id": 6897, - "name": "Rune longsword", - "examine": "A razor sharp longsword." + "id": 6693, + "name": "Crushed nest", + "type": "normal", + "duplicate": false }, { - "id": 6898, - "name": "Cylinder", - "examine": "A green cylinder." + "id": 6694, + "name": "Crushed nest", + "type": "noted", + "duplicate": true }, { - "id": 6899, - "name": "Cube", - "examine": "A yellow cube." + "id": 6695, + "name": "Desert lizard", + "type": "normal", + "duplicate": false }, { - "id": 6900, - "name": "Icosahedron", - "examine": "A blue icosahedron." + "id": 6696, + "name": "Ice cooler", + "type": "normal", + "duplicate": false }, { - "id": 6901, - "name": "Pentamid", - "examine": "A red pentamid." + "id": 6697, + "name": "Pat of butter", + "type": "normal", + "duplicate": false }, { - "id": 6902, - "name": "Orb", - "examine": "A white sphere." + "id": 6698, + "name": "Pat of butter", + "type": "noted", + "duplicate": true }, { - "id": 6903, - "name": "Dragonstone", - "examine": "This looks valuable." + "id": 6699, + "name": "Burnt potato", + "type": "normal", + "duplicate": false }, { - "id": 6904, - "name": "Animals' bones", - "examine": "Various animals' bones." + "id": 6700, + "name": "Burnt potato", + "type": "noted", + "duplicate": true }, { - "id": 6905, - "name": "Animals' bones", - "examine": "Various animals' bones." + "id": 6701, + "name": "Baked potato", + "type": "normal", + "duplicate": false }, { - "id": 6906, - "name": "Animals' bones", - "examine": "Various animals' bones." + "id": 6702, + "name": "Baked potato", + "type": "noted", + "duplicate": true }, { - "id": 6907, - "name": "Animals' bones", - "examine": "Various animals' bones." + "id": 6703, + "name": "Potato with butter", + "type": "normal", + "duplicate": false }, { - "id": 6908, - "name": "Beginner wand", - "examine": "A beginner level wand." + "id": 6704, + "name": "Potato with butter", + "type": "noted", + "duplicate": true }, { - "id": 6909, - "name": "Beginner wand", - "examine": "Swap this note at any bank for a Beginner wand." + "id": 6705, + "name": "Potato with cheese", + "type": "normal", + "duplicate": false }, { - "id": 6910, - "name": "Apprentice wand", - "examine": "A apprentice level wand." + "id": 6706, + "name": "Potato with cheese", + "type": "noted", + "duplicate": true }, { - "id": 6911, - "name": "Apprentice wand", - "examine": "Swap this note at any bank for an Apprentice wand." + "id": 6707, + "name": "Camulet", + "type": "normal", + "duplicate": false }, { - "id": 6912, - "name": "Teacher wand", - "examine": "A teacher level wand." + "id": 6708, + "name": "Slayer gloves", + "type": "normal", + "duplicate": false }, { - "id": 6913, - "name": "Teacher wand", - "examine": "Swap this note at any bank for a Teacher wand." + "id": 6709, + "name": "Fever spider", + "type": "normal", + "duplicate": false }, { - "id": 6914, - "name": "Master wand", - "examine": "A master level wand." + "id": 6710, + "name": "Blindweed seed", + "type": "normal", + "duplicate": false }, { - "id": 6915, - "name": "Master wand", - "examine": "Swap this note at any bank for a Master wand." + "id": 6711, + "name": "Blindweed", + "type": "normal", + "duplicate": false }, { - "id": 6916, - "name": "Infinity top", - "examine": "Mystical robes." + "id": 6712, + "name": "Bucket of water", + "type": "normal", + "duplicate": false }, { - "id": 6917, - "name": "Infinity top", - "examine": "Swap this note at any bank for an Infinity top." + "id": 6713, + "name": "Wrench", + "type": "normal", + "duplicate": false }, { - "id": 6918, - "name": "Infinity hat", - "examine": "A mystic hat." + "id": 6714, + "name": "Holy wrench", + "type": "normal", + "duplicate": false }, { - "id": 6919, - "name": "Infinity hat", - "examine": "Swap this note at any bank for an Infinity hat." + "id": 6715, + "name": "Sluglings", + "type": "normal", + "duplicate": false }, { - "id": 6920, - "name": "Infinity boots", - "examine": "Mystical boots." + "id": 6716, + "name": "Karamthulhu", + "type": "normal", + "duplicate": false }, { - "id": 6921, - "name": "Infinity boots", - "examine": "Swap this note at any bank for an Infinity boots." + "id": 6717, + "name": "Karamthulhu", + "type": "normal", + "duplicate": false }, { - "id": 6922, - "name": "Infinity gloves", - "examine": "Mystical gloves." + "id": 6718, + "name": "Fever spider body", + "type": "normal", + "duplicate": false }, { - "id": 6923, - "name": "Infinity gloves", - "examine": "Swap this note at any bank for an Infinity gloves." + "id": 6719, + "name": "Unsanitary swill", + "type": "normal", + "duplicate": false }, { - "id": 6924, - "name": "Infinity bottoms", - "examine": "Mystical robes." + "id": 6720, + "name": "Slayer gloves", + "type": "normal", + "duplicate": true }, { - "id": 6925, - "name": "Infinity bottoms", - "examine": "Swap this note at any bank for an Infinity bottoms." + "id": 6721, + "name": "Rusty scimitar", + "type": "normal", + "duplicate": false }, { - "id": 6926, - "name": "Bones to peaches", - "examine": "A spell to turn bones to peaches." + "id": 6722, + "name": "Zombie head", + "type": "normal", + "duplicate": false }, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, { - "id": 6945, - "name": "Sandy hand", - "examine": "A severed hand covered with sand." + "id": 6723, + "name": "Empty fishbowl", + "type": "noted", + "duplicate": true }, { - "id": 6946, - "name": "Beer soaked hand", - "examine": "A severed hand dripping with beer." + "id": 6724, + "name": "Seercull", + "type": "normal", + "duplicate": false }, { - "id": 6947, - "name": "Bert's rota", - "examine": "A copy of a work rota." + "id": 6725, + "name": "Seercull", + "type": "noted", + "duplicate": true }, { - "id": 6948, - "name": "Sandy's rota", - "examine": "An original work rota." + "id": 6726, + "name": "Mud battlestaff", + "type": "noted", + "duplicate": true }, { - "id": 6949, - "name": "A magic scroll", - "examine": "This scroll glows with an inner light." + "id": 6727, + "name": "Mystic mud staff", + "type": "noted", + "duplicate": true }, { - "id": 6950, - "name": "Magical orb", - "examine": "An ordinary looking magical scrying orb." + "id": 6728, + "name": "Dagannoth-king bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 6951, - "name": "Magical orb (a)", - "examine": "This magical scrying orb pulsates as it stores information." + "id": 6729, + "name": "Dagannoth bones", + "type": "normal", + "duplicate": false }, { - "id": 6952, - "name": "Truth serum", - "examine": "Fluid sloshes innocently in this vial." + "id": 6730, + "name": "Dagannoth bones", + "type": "noted", + "duplicate": true }, { - "id": 6953, - "name": "Bottled water", - "examine": "A bottle of water." + "id": 6731, + "name": "Seers ring", + "type": "normal", + "duplicate": false }, { - "id": 6954, - "name": "Redberry juice", - "examine": "Redberry Juice sloshes around in this vial waiting for white berries to be added." + "id": 6732, + "name": "Seers ring", + "type": "noted", + "duplicate": true }, { - "id": 6955, - "name": "Pink dye", - "examine": "A vial of pink dye." + "id": 6733, + "name": "Archers ring", + "type": "normal", + "duplicate": false }, { - "id": 6956, - "name": "Rose tinted lens", - "examine": "This lens has a pinkish tinge to it." + "id": 6734, + "name": "Archers ring", + "type": "noted", + "duplicate": true }, { - "id": 6957, - "name": "Wizard's head", - "examine": "A decapitated, sand covered head." + "id": 6735, + "name": "Warrior ring", + "type": "normal", + "duplicate": false }, { - "id": 6958, - "name": "Sand", - "examine": "A handful of sand from Sandy's pocket." + "id": 6736, + "name": "Warrior ring", + "type": "noted", + "duplicate": true }, { - "id": 6959, - "name": "Cape", - "examine": "It's a bit pink." + "id": 6737, + "name": "Berserker ring", + "type": "normal", + "duplicate": false }, { - "id": 6960, - "name": "Cape", - "examine": "Swap this note at any bank for a Cape." + "id": 6738, + "name": "Berserker ring", + "type": "noted", + "duplicate": true }, { - "id": 6961, - "name": "Baguette", - "examine": "A freshly baked baguette." + "id": 6739, + "name": "Dragon axe", + "type": "normal", + "duplicate": false }, { - "id": 6962, - "name": "Triangle sandwich", - "examine": "A freshly made triangle sandwich." + "id": 6740, + "name": "Dragon axe", + "type": "noted", + "duplicate": true }, { - "id": 6963, - "name": "Roll", - "examine": "A freshly made roll." + "id": 6741, + "name": "Broken axe", + "type": "normal", + "duplicate": false }, { - "id": 6964, - "name": "Waste disposal", - "examine": "Gets rid of all that nasty kitchen waste." + "id": 6742, + "name": "Broken axe", + "type": "noted", + "duplicate": true }, { - "id": 6965, - "name": "Square sandwich", - "examine": "A freshly made square sandwich" + "id": 6743, + "name": "Dragon axe head", + "type": "normal", + "duplicate": false }, { - "id": 6966, - "name": "Prison key", - "examine": "A key to the prison." + "id": 6744, + "name": "Dragon axe head", + "type": "noted", + "duplicate": true }, { - "id": 6967, - "name": "Waste disposal", - "examine": "Gets rid of all that nasty kitchen waste." + "id": 6745, + "name": "Silverlight", + "type": "normal", + "duplicate": false }, { - "id": 6968, - "name": "Waste disposal", - "examine": "Gets rid of all that nasty kitchen waste." + "id": 6746, + "name": "Darklight", + "type": "normal", + "duplicate": false }, { - "id": 6969, - "name": "Waste disposal", - "examine": "Gets rid of all that nasty kitchen waste." + "id": 6747, + "name": "Demonic sigil mould", + "type": "normal", + "duplicate": false }, { - "id": 6970, - "name": "Pyramid top", - "examine": "It's a solid gold pyramid!" + "id": 6748, + "name": "Demonic sigil", + "type": "normal", + "duplicate": false }, { - "id": 6971, - "name": "Sandstone (1kg)", - "examine": "A tiny chunk of sandstone." + "id": 6749, + "name": "Demonic tome", + "type": "normal", + "duplicate": false }, { - "id": 6972, - "name": "Sandstone (1kg)", - "examine": "Swap this note at any bank for a Sandstone (1kg)." + "id": 6750, + "name": "Black desert shirt", + "type": "normal", + "duplicate": false }, { - "id": 6973, - "name": "Sandstone (2kg)", - "examine": "A small chunk of sandstone." + "id": 6751, + "name": "Black desert shirt", + "type": "noted", + "duplicate": true }, { - "id": 6974, - "name": "Sandstone (2kg)", - "examine": "Swap this note at any bank for a Sandstone (2kg)." + "id": 6752, + "name": "Black desert robe", + "type": "normal", + "duplicate": false }, { - "id": 6975, - "name": "Sandstone (5kg)", - "examine": "A medium-sized chunk of sandstone." + "id": 6753, + "name": "Black desert robe", + "type": "noted", + "duplicate": true }, { - "id": 6976, - "name": "Sandstone (5kg)", - "examine": "Swap this note at any bank for a Sandstone (5kg)." + "id": 6754, + "name": "Enchanted key", + "type": "normal", + "duplicate": false }, { - "id": 6977, - "name": "Sandstone (10kg)", - "examine": "A large chunk of sandstone." + "id": 6755, + "name": "Journal", + "type": "normal", + "duplicate": false }, { - "id": 6978, - "name": "Sandstone (10kg)", - "examine": "Swap this note at any bank for a Sandstone (10kg)." + "id": 6756, + "name": "Letter", + "type": "normal", + "duplicate": false }, { - "id": 6979, - "name": "Granite (500g)", - "examine": "A tiny chunk of granite." + "id": 6757, + "name": "Letter", + "type": "normal", + "duplicate": false }, { - "id": 6980, - "name": "Granite (500g)", - "examine": "Swap this note at any bank for a Granite (500g)." + "id": 6758, + "name": "Scroll", + "type": "normal", + "duplicate": false }, { - "id": 6981, - "name": "Granite (2kg)", - "examine": "A small chunk of granite." + "id": 6759, + "name": "Chest", + "type": "normal", + "duplicate": false }, { - "id": 6982, - "name": "Granite (2kg)", - "examine": "Swap this note at any bank for a Granite (2kg)." + "id": 6760, + "name": "Guthix mjolnir", + "type": "normal", + "duplicate": false }, { - "id": 6983, - "name": "Granite (5kg)", - "examine": "A medium-sized chunk of granite." + "id": 6761, + "name": "Guthix mjolnir", + "type": "noted", + "duplicate": true }, { - "id": 6984, - "name": "Granite (5kg)", - "examine": "Swap this note at any bank for a Granite (5kg)." + "id": 6762, + "name": "Saradomin mjolnir", + "type": "normal", + "duplicate": false }, { - "id": 6985, - "name": "Sandstone (20kg)", - "examine": "A huge twenty-kilo block of sandstone." + "id": 6763, + "name": "Saradomin mjolnir", + "type": "noted", + "duplicate": true }, { - "id": 6986, - "name": "Sandstone (32kg)", - "examine": "A huge thirty-two-kilo block of sandstone." + "id": 6764, + "name": "Zamorak mjolnir", + "type": "normal", + "duplicate": false }, { - "id": 6987, - "name": "Sandstone body", - "examine": "The body of a sandstone statue." + "id": 6765, + "name": "Zamorak mjolnir", + "type": "noted", + "duplicate": true }, { - "id": 6988, - "name": "Sandstone base", - "examine": "The base and legs of a sandstone statue." + "id": 6766, + "name": "Cat antipoison", + "type": "normal", + "duplicate": false }, { - "id": 6989, - "name": "Stone head", - "examine": "A granite head shaped like the sculptor Lazim." + "id": 6767, + "name": "Book", + "type": "normal", + "duplicate": false }, { - "id": 6990, - "name": "Stone head", - "examine": "A granite head shaped like the god Zamorak." + "id": 6768, + "name": "Poisoned cheese", + "type": "normal", + "duplicate": false }, { - "id": 6991, - "name": "Stone head", - "examine": "A granite head shaped like the god Icthlarin." + "id": 6769, + "name": "Music scroll", + "type": "normal", + "duplicate": false }, { - "id": 6992, - "name": "Stone head", - "examine": "A granite head shaped like a camel." + "id": 6770, + "name": "Directions", + "type": "normal", + "duplicate": false }, { - "id": 6993, - "name": "Z sigil", - "examine": "A metal sigil in the shape of a Z." + "id": 6771, + "name": "Pot of weeds", + "type": "normal", + "duplicate": false }, { - "id": 6994, - "name": "M sigil", - "examine": "A metal sigil in the shape of an M." + "id": 6772, + "name": "Smouldering pot", + "type": "normal", + "duplicate": false }, { - "id": 6995, - "name": "R sigil", - "examine": "A metal sigil in the shape of an R." + "id": 6773, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 6996, - "name": "K sigil", - "examine": "A metal sigil in the shape of a K." + "id": 6774, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 6997, - "name": "Stone left arm", - "examine": "The left arm of a large stone statue." + "id": 6775, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 6998, - "name": "Stone right arm", - "examine": "The right arm of a large stone statue." + "id": 6776, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 6999, - "name": "Stone left leg", - "examine": "The left leg of a large stone statue." + "id": 6777, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 7000, - "name": "Stone right leg", - "examine": "The right leg of a large stone statue." + "id": 6778, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 7001, - "name": "Camel mould (p)", - "examine": "A positive clay mould of a camel's head." + "id": 6779, + "name": "Rat pole", + "type": "normal", + "duplicate": false }, { - "id": 7002, - "name": "Stone head", - "examine": "A granite head that will fit exactly into the pedestal." + "id": 6780, + "name": "Menaphite thug", + "type": "normal", + "duplicate": false }, { - "id": 7003, - "name": "Camel mask", - "examine": "Blend in in the desert." + "id": 6781, + "name": "Bandit", + "type": "normal", + "duplicate": true }, { - "id": 7004, - "name": "Chisel", - "examine": "For chipping at stuff." + "id": 6782, + "name": "Bandit", + "type": "normal", + "duplicate": true }, null, null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - null, - { - "id": 7050, - "name": "Swarm", - "examine": "A slayer monster." - }, - { - "id": 7051, - "name": "Unlit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs." - }, - { - "id": 7052, - "name": "Unlit bug lantern", - "examine": "Swap this note at any bank for an Unlit bug lantern." - }, - { - "id": 7053, - "name": "Lit bug lantern", - "examine": "A lantern to aid attacking Harpie bugs." - }, - { - "id": 7054, - "name": "Chilli potato", - "examine": "A baked potato with chilli con carne." - }, - { - "id": 7055, - "name": "Chilli potato", - "examine": "Swap this note at any bank for a Chilli potato." - }, - { - "id": 7056, - "name": "Egg potato", - "examine": "A baked potato with egg and tomato." - }, - { - "id": 7057, - "name": "Egg potato", - "examine": "Swap this note at any bank for an Egg potato." - }, - { - "id": 7058, - "name": "Mushroom potato", - "examine": "A baked potato with mushroom and onions." - }, - { - "id": 7059, - "name": "Mushroom potato", - "examine": "Swap this note at any bank for a Mushroom potato." - }, - { - "id": 7060, - "name": "Tuna potato", - "examine": "A baked potato with tuna and sweetcorn." - }, - { - "id": 7061, - "name": "Tuna potato", - "examine": "Swap this note at any bank for a Tuna potato." - }, - { - "id": 7062, - "name": "Chilli con carne", - "examine": "A bowl of meat in chilli-con-carne sauce." - }, - { - "id": 7063, - "name": "Chilli con carne", - "examine": "Swap this note at any bank for a Chilli con carne." - }, - { - "id": 7064, - "name": "Egg and tomato", - "examine": "A bowl of scrambled eggs and tomato." - }, - { - "id": 7065, - "name": "Egg and tomato", - "examine": "Swap this note at any bank for an Egg and tomato." - }, - { - "id": 7066, - "name": "Mushroom & onion", - "examine": "A bowl of fried mushroom and onions." - }, - { - "id": 7067, - "name": "Mushroom & onion", - "examine": "Swap this note at any bank for a Mushroom & onion." - }, - { - "id": 7068, - "name": "Tuna and corn", - "examine": "A bowl of cooked tuna and sweetcorn." - }, - { - "id": 7069, - "name": "Tuna and corn", - "examine": "Swap this note at any bank for a Tuna and corn." - }, - { - "id": 7070, - "name": "Minced meat", - "examine": "A bowl of finely minced meat." - }, - { - "id": 7071, - "name": "Minced meat", - "examine": "Swap this note at any bank for a Minced meat." - }, - { - "id": 7072, - "name": "Spicy sauce", - "examine": "A bowl of spicy sauce." - }, - { - "id": 7073, - "name": "Spicy sauce", - "examine": "Swap this note at any bank for a Spicy sauce." - }, - { - "id": 7074, - "name": "Chopped garlic", - "examine": "A bowl of chopped garlic." - }, - { - "id": 7075, - "name": "Chopped garlic", - "examine": "Swap this note at any bank for a Chopped garlic." - }, - { - "id": 7076, - "name": "Uncooked egg", - "examine": "A bowl of uncooked egg." - }, - { - "id": 7077, - "name": "Uncooked egg", - "examine": "Swap this note at any bank for an Uncooked egg." - }, - { - "id": 7078, - "name": "Scrambled egg", - "examine": "A bowl of scrambled egg." - }, { - "id": 7079, - "name": "Scrambled egg", - "examine": "Swap this note at any bank for a Scrambled egg." + "id": 6785, + "name": "Statuette", + "type": "normal", + "duplicate": false }, { - "id": 7080, - "name": "Sliced mushrooms", - "examine": "A bowl of sliced Bittercap mushrooms." + "id": 6786, + "name": "Robe of elidinis", + "type": "normal", + "duplicate": false }, { - "id": 7081, - "name": "Sliced mushrooms", - "examine": "Swap this note at any bank for a Sliced mushrooms." + "id": 6787, + "name": "Robe of elidinis", + "type": "normal", + "duplicate": false }, { - "id": 7082, - "name": "Fried mushrooms", - "examine": "A bowl of fried Bittercap mushrooms." + "id": 6788, + "name": "Torn robe", + "type": "normal", + "duplicate": false }, { - "id": 7083, - "name": "Fried mushrooms", - "examine": "Swap this note at any bank for a Fried mushrooms." + "id": 6789, + "name": "Torn robe", + "type": "normal", + "duplicate": false }, { - "id": 7084, - "name": "Fried onions", - "examine": "A bowl of sliced, fried onions." + "id": 6790, + "name": "Shoes", + "type": "normal", + "duplicate": false }, { - "id": 7085, - "name": "Fried onions", - "examine": "Swap this note at any bank for a Fried onions." + "id": 6791, + "name": "Sole", + "type": "normal", + "duplicate": false }, { - "id": 7086, - "name": "Chopped tuna", - "examine": "A bowl of finely chopped tuna." + "id": 6792, + "name": "Ancestral key", + "type": "normal", + "duplicate": false }, { - "id": 7087, - "name": "Chopped tuna", - "examine": "Swap this note at any bank for a Chopped tuna." + "id": 6793, + "name": "Ballad", + "type": "normal", + "duplicate": false }, { - "id": 7088, - "name": "Sweetcorn", - "examine": "A bowl of cooked sweetcorn." + "id": 6794, + "name": "Choc-ice", + "type": "normal", + "duplicate": false }, { - "id": 7089, - "name": "Sweetcorn", - "examine": "Swap this note at any bank for a Sweetcorn." + "id": 6795, + "name": "Choc-ice", + "type": "noted", + "duplicate": true }, { - "id": 7090, - "name": "Burnt egg", - "examine": "A bowl of burnt, overcooked egg." + "id": 6796, + "name": "Lamp", + "type": "normal", + "duplicate": false }, { - "id": 7091, - "name": "Burnt egg", - "examine": "Swap this note at any bank for a Burnt egg." + "id": 6797, + "name": "Watering can", + "type": "normal", + "duplicate": true }, { - "id": 7092, - "name": "Burnt onion", - "examine": "A bowl of blackened onions." + "id": 6798, + "name": "Earth warrior champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7093, - "name": "Burnt onion", - "examine": "Swap this note at any bank for a Burnt onion." + "id": 6799, + "name": "Ghoul champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7094, - "name": "Burnt mushroom", - "examine": "A bowl of burnt sliced mushroom." + "id": 6800, + "name": "Giant champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7095, - "name": "Burnt mushroom", - "examine": "Swap this note at any bank for a Burnt mushroom." + "id": 6801, + "name": "Goblin champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7096, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6802, + "name": "Hobgoblin champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7097, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6803, + "name": "Imp champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7098, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6804, + "name": "Jogre champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7099, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6805, + "name": "Lesser demon champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7100, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6806, + "name": "Skeleton champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7101, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6807, + "name": "Zombie champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7102, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6808, + "name": "Leon's champion scroll", + "type": "normal", + "duplicate": false }, { - "id": 7103, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6809, + "name": "Granite legs", + "type": "normal", + "duplicate": false }, { - "id": 7104, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6810, + "name": "Wyvern bonemeal", + "type": "normal", + "duplicate": false }, { - "id": 7105, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6811, + "name": "Skeletal wyvern", + "type": "normal", + "duplicate": false }, { - "id": 7106, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6812, + "name": "Wyvern bones", + "type": "normal", + "duplicate": false }, { - "id": 7107, - "name": "Board game piece", - "examine": "A piece used in board games." + "id": 6813, + "name": "Granite legs", + "type": "noted", + "duplicate": true }, { - "id": 7108, - "name": "Gunpowder", - "examine": "Best keep this away from naked flames." + "id": 6814, + "name": "Fur", + "type": "normal", + "duplicate": false }, { - "id": 7109, - "name": "Fuse", - "examine": "Burns very well." + "id": 6815, + "name": "Fur", + "type": "noted", + "duplicate": true }, { - "id": 7110, - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt." + "id": 6816, + "name": "Wyvern bones", + "type": "noted", + "duplicate": true }, { - "id": 7111, - "name": "Stripy pirate shirt", - "examine": "Swap this note at any bank for a Stripy pirate shirt." + "id": 6817, + "name": "Slender blade", + "type": "normal", + "duplicate": false }, { - "id": 7112, - "name": "Pirate bandanna", - "examine": "Essential pirate wear." + "id": 6818, + "name": "Bow-sword", + "type": "normal", + "duplicate": false }, { - "id": 7113, - "name": "Pirate bandanna", - "examine": "Swap this note at any bank for a Pirate bandanna." + "id": 6819, + "name": "Large pouch", + "type": "normal", + "duplicate": false }, { - "id": 7114, - "name": "Pirate boots", - "examine": "Not for land lubbers." + "id": 6820, + "name": "Relic", + "type": "normal", + "duplicate": false }, { - "id": 7115, - "name": "Pirate boots", - "examine": "Swap this note at any bank for a Pirate boots." + "id": 6821, + "name": "Orb", + "type": "normal", + "duplicate": false }, { - "id": 7116, - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers." + "id": 6822, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7117, - "name": "Pirate leggings", - "examine": "Swap this note at any bank for a Pirate leggings." + "id": 6823, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7118, - "name": "Cannister", - "examine": "A cannister holding shrapnel." + "id": 6824, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7119, - "name": "Cannon ball", - "examine": "A heavy metal ball." + "id": 6825, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7120, - "name": "Ramrod", - "examine": "For cleaning and packing the cannon." + "id": 6826, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7121, - "name": "Repair plank", - "examine": "Quite short, but not that thick." + "id": 6827, + "name": "Star bauble", + "type": "normal", + "duplicate": false }, { - "id": 7122, - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt." + "id": 6828, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7123, - "name": "Stripy pirate shirt", - "examine": "Swap this note at any bank for a Stripy pirate shirt." + "id": 6829, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7124, - "name": "Pirate bandanna", - "examine": "Essential pirate wear." + "id": 6830, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7125, - "name": "Pirate bandanna", - "examine": "Swap this note at any bank for a Pirate bandanna." + "id": 6831, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7126, - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers." + "id": 6832, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7127, - "name": "Pirate leggings", - "examine": "Swap this note at any bank for a Pirate leggings." + "id": 6833, + "name": "Box bauble", + "type": "normal", + "duplicate": false }, { - "id": 7128, - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt." + "id": 6834, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7129, - "name": "Stripy pirate shirt", - "examine": "Swap this note at any bank for a Stripy pirate shirt." + "id": 6835, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7130, - "name": "Pirate bandanna", - "examine": "Essential pirate wear." + "id": 6836, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7131, - "name": "Pirate bandanna", - "examine": "Swap this note at any bank for a Pirate bandanna." + "id": 6837, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7132, - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers." + "id": 6838, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7133, - "name": "Pirate leggings", - "examine": "Swap this note at any bank for a Pirate leggings." + "id": 6839, + "name": "Diamond bauble", + "type": "normal", + "duplicate": false }, { - "id": 7134, - "name": "Stripy pirate shirt", - "examine": "A sea worthy shirt." + "id": 6840, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7135, - "name": "Stripy pirate shirt", - "examine": "Swap this note at any bank for a Stripy pirate shirt." + "id": 6841, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7136, - "name": "Pirate bandanna", - "examine": "Essential pirate wear." + "id": 6842, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7137, - "name": "Pirate bandanna", - "examine": "Swap this note at any bank for a Pirate bandanna." + "id": 6843, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7138, - "name": "Pirate leggings", - "examine": "A sea worthy pair of trousers." + "id": 6844, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7139, - "name": "Pirate leggings", - "examine": "Swap this note at any bank for a Pirate leggings." + "id": 6845, + "name": "Tree bauble", + "type": "normal", + "duplicate": false }, { - "id": 7140, - "name": "Lucky cutlass", - "examine": "Feels quite lucky." + "id": 6846, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7141, - "name": "Harry's cutlass", - "examine": "I hope he doesn't want it back." + "id": 6847, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7142, - "name": "Rapier", - "examine": "The very butcher of a silk button." + "id": 6848, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7143, - "name": "Plunder", - "examine": "Looks valuable." + "id": 6849, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7144, - "name": "Book o' piracy", - "examine": "By Cap'n Hook-Hand Morrisane." + "id": 6850, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7145, - "name": "Cannon barrel", - "examine": "A working cannon barrel." + "id": 6851, + "name": "Bell bauble", + "type": "normal", + "duplicate": false }, { - "id": 7146, - "name": "Broken cannon", - "examine": "Not likely to work again." + "id": 6852, + "name": "Puppet box", + "type": "normal", + "duplicate": false }, { - "id": 7147, - "name": "Cannon balls", - "examine": "Some cannon balls." + "id": 6853, + "name": "Bauble box", + "type": "normal", + "duplicate": false }, { - "id": 7148, - "name": "Repair plank", - "examine": "A plank of wood to repair the hull with." + "id": 6854, + "name": "Puppet box", + "type": "normal", + "duplicate": false }, { - "id": 7149, - "name": "Cannister", - "examine": "A cannister holding shrapnel." + "id": 6855, + "name": "Bauble box", + "type": "normal", + "duplicate": false }, { - "id": 7150, - "name": "Tacks", - "examine": "Useful for pinning up paintings." + "id": 6856, + "name": "Bobble hat", + "type": "normal", + "duplicate": false }, { - "id": 7151, - "name": "null", - "examine": "It's a null." + "id": 6857, + "name": "Bobble scarf", + "type": "normal", + "duplicate": false }, { - "id": 7152, - "name": "null", - "examine": "It's a null." + "id": 6858, + "name": "Jester hat", + "type": "normal", + "duplicate": false }, { - "id": 7153, - "name": "null", - "examine": "It's a null." + "id": 6859, + "name": "Jester scarf", + "type": "normal", + "duplicate": false }, { - "id": 7154, - "name": "null", - "examine": "It's a null." + "id": 6860, + "name": "Tri-jester hat", + "type": "normal", + "duplicate": false }, { - "id": 7155, - "name": "Rope", - "examine": "A coil of rope." + "id": 6861, + "name": "Tri-jester scarf", + "type": "normal", + "duplicate": false }, { - "id": 7156, - "name": "Tinderbox", - "examine": "Useful for lighting a fire." + "id": 6862, + "name": "Woolly hat", + "type": "normal", + "duplicate": false }, { - "id": 7157, - "name": "Braindeath 'rum'", - "examine": "I think it is eating through the bottle." + "id": 6863, + "name": "Woolly scarf", + "type": "normal", + "duplicate": false }, { - "id": 7158, - "name": "Dragon 2h sword", - "examine": "A two-handed Dragon Sword." + "id": 6864, + "name": "Marionette handle", + "type": "normal", + "duplicate": false }, { - "id": 7159, - "name": "Slayer boots", - "examine": "They're heavily insulated wellies." + "id": 6865, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7160, - "name": "Killerwatt", - "examine": "A slayer monster" + "id": 6866, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7161, - "name": "Slayer boots", - "examine": "Swap this note at any bank for a Slayer boots." + "id": 6867, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7162, - "name": "Pie recipe book", - "examine": "Lots of pie recipes for me to try." + "id": 6868, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7163, - "name": "Pie recipe book", - "examine": "Swap this note at any bank for a Pie recipe book." + "id": 6869, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7164, - "name": "Part mud pie", - "examine": "Still needs two more ingredients." + "id": 6870, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7165, - "name": "Part mud pie", - "examine": "Swap this note at any bank for a Part mud pie." + "id": 6871, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7166, - "name": "Part mud pie", - "examine": "Still needs one more ingredient." + "id": 6872, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7167, - "name": "Part mud pie", - "examine": "Swap this note at any bank for a Part mud pie." + "id": 6873, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7168, - "name": "Raw mud pie", - "examine": "Needs to be baked before I can use it." + "id": 6874, + "name": "Red marionette", + "type": "normal", + "duplicate": false }, { - "id": 7169, - "name": "Raw mud pie", - "examine": "Swap this note at any bank for a Raw mud pie." + "id": 6875, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7170, - "name": "Mud pie", - "examine": "All the good of the earth." + "id": 6876, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7171, - "name": "Mud pie", - "examine": "Swap this note at any bank for a Mud pie." + "id": 6877, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7172, - "name": "Part garden pie", - "examine": "Still needs two more ingredients." + "id": 6878, + "name": "Blue marionette", + "type": "normal", + "duplicate": false }, { - "id": 7173, - "name": "Part garden pie", - "examine": "Swap this note at any bank for a Part garden pie." + "id": 6879, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7174, - "name": "Part garden pie", - "examine": "Still needs one more ingredient." + "id": 6880, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7175, - "name": "Part garden pie", - "examine": "Swap this note at any bank for a Part garden pie." + "id": 6881, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7176, - "name": "Raw garden pie", - "examine": "Needs cooking before I eat it." + "id": 6882, + "name": "Green marionette", + "type": "normal", + "duplicate": false }, { - "id": 7177, - "name": "Raw garden pie", - "examine": "Swap this note at any bank for a Raw garden pie." - }, - { - "id": 7178, - "name": "Garden pie", - "examine": "What I wouldn't give for a good steak about now..." - }, - { - "id": 7179, - "name": "Garden pie", - "examine": "Swap this note at any bank for a Garden pie." - }, - { - "id": 7180, - "name": "Half a garden pie", - "examine": "What I wouldn't give for a good steak about now..." - }, - { - "id": 7181, - "name": "Half a garden pie", - "examine": "Swap this note at any bank for a Half a garden pie." - }, - { - "id": 7182, - "name": "Part fish pie", - "examine": "Still needs two more ingredients." - }, - { - "id": 7183, - "name": "Part fish pie", - "examine": "Swap this note at any bank for a Part fish pie." - }, - { - "id": 7184, - "name": "Part fish pie", - "examine": "Still needs one more ingredient." - }, - { - "id": 7185, - "name": "Part fish pie", - "examine": "Swap this note at any bank for a Part fish pie." - }, - { - "id": 7186, - "name": "Raw fish pie", - "examine": "Raw fish is risky, better cook it." - }, - { - "id": 7187, - "name": "Raw fish pie", - "examine": "Swap this note at any bank for a Raw fish pie." - }, - { - "id": 7188, - "name": "Fish pie", - "examine": "Bounty of the sea." - }, - { - "id": 7189, - "name": "Fish pie", - "examine": "Swap this note at any bank for a Fish pie." - }, - { - "id": 7190, - "name": "Half a fish pie", - "examine": "Bounty of the sea." - }, - { - "id": 7191, - "name": "Half a fish pie", - "examine": "Swap this note at any bank for a Half a fish pie." - }, - { - "id": 7192, - "name": "Part admiral pie", - "examine": "Still needs two more ingredients." - }, - { - "id": 7193, - "name": "Part admiral pie", - "examine": "Swap this note at any bank for a Part admiral pie." - }, - { - "id": 7194, - "name": "Part admiral pie", - "examine": "Still needs one more ingredient." - }, - { - "id": 7195, - "name": "Part admiral pie", - "examine": "Swap this note at any bank for a Part admiral pie." - }, - { - "id": 7196, - "name": "Raw admiral pie", - "examine": "This would taste a lot better cooked." - }, - { - "id": 7197, - "name": "Raw admiral pie", - "examine": "Swap this note at any bank for a Raw admiral pie." - }, - { - "id": 7198, - "name": "Admiral pie", - "examine": "Much tastier than a normal fish pie." - }, - { - "id": 7199, - "name": "Admiral pie", - "examine": "Swap this note at any bank for an Admiral pie." - }, - { - "id": 7200, - "name": "Half a admiral pie", - "examine": "Much tastier than a normal fish pie." - }, - { - "id": 7201, - "name": "Half a admiral pie", - "examine": "Swap this note at any bank for a Half a admiral pie." + "id": 6883, + "name": "Peach", + "type": "normal", + "duplicate": false }, + null, { - "id": 7202, - "name": "Part wild pie", - "examine": "Still needs two more ingredients." + "id": 6885, + "name": "Progress hat", + "type": "normal", + "duplicate": false }, { - "id": 7203, - "name": "Part wild pie", - "examine": "Swap this note at any bank for a Part wild pie." + "id": 6886, + "name": "Progress hat", + "type": "normal", + "duplicate": false }, { - "id": 7204, - "name": "Part wild pie", - "examine": "Still needs one more ingredient." + "id": 6887, + "name": "Progress hat", + "type": "normal", + "duplicate": false }, + null, { - "id": 7205, - "name": "Part wild pie", - "examine": "Swap this note at any bank for a Part wild pie." + "id": 6889, + "name": "Mage's book", + "type": "normal", + "duplicate": false }, { - "id": 7206, - "name": "Raw wild pie", - "examine": "Good as it looks, I'd better cook it." + "id": 6890, + "name": "Mage's book", + "type": "noted", + "duplicate": true }, { - "id": 7207, - "name": "Raw wild pie", - "examine": "Swap this note at any bank for a Raw wild pie." + "id": 6891, + "name": "Arena book", + "type": "normal", + "duplicate": false }, { - "id": 7208, - "name": "Wild pie", - "examine": "A triumph of man over nature." + "id": 6892, + "name": "Arena book", + "type": "noted", + "duplicate": true }, { - "id": 7209, - "name": "Wild pie", - "examine": "Swap this note at any bank for a Wild pie." + "id": 6893, + "name": "Leather boots", + "type": "normal", + "duplicate": false }, { - "id": 7210, - "name": "Half a wild pie", - "examine": "A triumph of man over nature." + "id": 6894, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false }, { - "id": 7211, - "name": "Half a wild pie", - "examine": "Swap this note at any bank for a Half a wild pie." + "id": 6895, + "name": "Adamant med helm", + "type": "normal", + "duplicate": false }, { - "id": 7212, - "name": "Part summer pie", - "examine": "Still needs two more ingredients." + "id": 6896, + "name": "Emerald", + "type": "normal", + "duplicate": false }, { - "id": 7213, - "name": "Part summer pie", - "examine": "Swap this note at any bank for a Part summer pie." + "id": 6897, + "name": "Rune longsword", + "type": "normal", + "duplicate": false }, { - "id": 7214, - "name": "Part summer pie", - "examine": "Still needs one more ingredient." + "id": 6898, + "name": "Cylinder", + "type": "normal", + "duplicate": false }, { - "id": 7215, - "name": "Part summer pie", - "examine": "Swap this note at any bank for a Part summer pie." + "id": 6899, + "name": "Cube", + "type": "normal", + "duplicate": false }, { - "id": 7216, - "name": "Raw summer pie", - "examine": "Fresh fruit may be good for you, but I should really cook this." + "id": 6900, + "name": "Icosahedron", + "type": "normal", + "duplicate": false }, { - "id": 7217, - "name": "Raw summer pie", - "examine": "Swap this note at any bank for a Raw summer pie." + "id": 6901, + "name": "Pentamid", + "type": "normal", + "duplicate": false }, { - "id": 7218, - "name": "Summer pie", - "examine": "All the fruits of a very small forest." + "id": 6902, + "name": "Orb", + "type": "normal", + "duplicate": false }, { - "id": 7219, - "name": "Summer pie", - "examine": "Swap this note at any bank for a Summer pie." + "id": 6903, + "name": "Dragonstone", + "type": "normal", + "duplicate": false }, { - "id": 7220, - "name": "Half a summer pie", - "examine": "All the fruits of a very small forest." + "id": 6904, + "name": "Animals' bones", + "type": "normal", + "duplicate": false }, { - "id": 7221, - "name": "Half a summer pie", - "examine": "Swap this note at any bank for a Half a summer pie." + "id": 6905, + "name": "Animals' bones", + "type": "normal", + "duplicate": false }, { - "id": 7222, - "name": "Burnt rabbit", - "examine": "This could be mistaken for charcoal." + "id": 6906, + "name": "Animals' bones", + "type": "normal", + "duplicate": false }, { - "id": 7223, - "name": "Roast rabbit", - "examine": "A delicious looking piece of roast rabbit." + "id": 6907, + "name": "Animals' bones", + "type": "normal", + "duplicate": false }, { - "id": 7224, - "name": "Skewered rabbit", - "examine": "All ready to be used on a fire." + "id": 6908, + "name": "Beginner wand", + "type": "normal", + "duplicate": false }, { - "id": 7225, - "name": "Iron spit", - "examine": "An iron spit." + "id": 6909, + "name": "Beginner wand", + "type": "noted", + "duplicate": true }, { - "id": 7226, - "name": "Burnt chompy", - "examine": "Overly crispy chompy." + "id": 6910, + "name": "Apprentice wand", + "type": "normal", + "duplicate": false }, { - "id": 7227, - "name": "Burnt chompy", - "examine": "Swap this note at any bank for a Burnt chompy." + "id": 6911, + "name": "Apprentice wand", + "type": "noted", + "duplicate": true }, { - "id": 7228, - "name": "Cooked chompy", - "examine": "Roasted chompy bird." + "id": 6912, + "name": "Teacher wand", + "type": "normal", + "duplicate": false }, { - "id": 7229, - "name": "Cooked chompy", - "examine": "Swap this note at any bank for a Cooked chompy." + "id": 6913, + "name": "Teacher wand", + "type": "noted", + "duplicate": true }, { - "id": 7230, - "name": "Skewered chompy", - "examine": "A skewered chompy bird." + "id": 6914, + "name": "Master wand", + "type": "normal", + "duplicate": false }, { - "id": 7231, - "name": "Burnt rabbit", - "examine": "Swap this note at any bank for a Burnt rabbit." + "id": 6915, + "name": "Master wand", + "type": "noted", + "duplicate": true }, { - "id": 7232, - "name": "Roast rabbit", - "examine": "Swap this note at any bank for a Roast rabbit." + "id": 6916, + "name": "Infinity top", + "type": "normal", + "duplicate": false }, { - "id": 7233, - "name": "Skewered rabbit", - "examine": "Swap this note at any bank for a Skewered rabbit." + "id": 6917, + "name": "Infinity top", + "type": "noted", + "duplicate": true }, { - "id": 7234, - "name": "Iron spit", - "examine": "Swap this note at any bank for an Iron spit." + "id": 6918, + "name": "Infinity hat", + "type": "normal", + "duplicate": false }, { - "id": 7235, - "name": "Skewered chompy", - "examine": "Swap this note at any bank for a Skewered chompy." + "id": 6919, + "name": "Infinity hat", + "type": "noted", + "duplicate": true }, { - "id": 7236, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6920, + "name": "Infinity boots", + "type": "normal", + "duplicate": false }, { - "id": 7237, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6921, + "name": "Infinity boots", + "type": "noted", + "duplicate": true }, { - "id": 7238, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6922, + "name": "Infinity gloves", + "type": "normal", + "duplicate": false }, { - "id": 7239, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6923, + "name": "Infinity gloves", + "type": "noted", + "duplicate": true }, { - "id": 7240, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6924, + "name": "Infinity bottoms", + "type": "normal", + "duplicate": false }, { - "id": 7241, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6925, + "name": "Infinity bottoms", + "type": "noted", + "duplicate": true }, { - "id": 7242, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6926, + "name": "Bones to peaches", + "type": "normal", + "duplicate": false }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, { - "id": 7243, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6945, + "name": "Sandy hand", + "type": "normal", + "duplicate": false }, { - "id": 7244, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6946, + "name": "Beer soaked hand", + "type": "normal", + "duplicate": false }, { - "id": 7245, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6947, + "name": "Bert's rota", + "type": "normal", + "duplicate": false }, { - "id": 7246, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6948, + "name": "Sandy's rota", + "type": "normal", + "duplicate": false }, { - "id": 7247, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6949, + "name": "A magic scroll", + "type": "normal", + "duplicate": false }, { - "id": 7248, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6950, + "name": "Magical orb", + "type": "normal", + "duplicate": false }, { - "id": 7249, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6951, + "name": "Magical orb (a)", + "type": "normal", + "duplicate": false }, { - "id": 7250, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6952, + "name": "Truth serum", + "type": "normal", + "duplicate": false }, { - "id": 7251, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6953, + "name": "Bottled water", + "type": "normal", + "duplicate": false }, { - "id": 7252, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6954, + "name": "Redberry juice", + "type": "normal", + "duplicate": false }, { - "id": 7253, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6955, + "name": "Pink dye", + "type": "normal", + "duplicate": false }, { - "id": 7254, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6956, + "name": "Rose tinted lens", + "type": "normal", + "duplicate": false }, { - "id": 7255, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6957, + "name": "Wizard's head", + "type": "normal", + "duplicate": false }, { - "id": 7256, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6958, + "name": "Sand", + "type": "normal", + "duplicate": false }, { - "id": 7257, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6959, + "name": "Pink cape", + "type": "normal", + "duplicate": false }, { - "id": 7258, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6960, + "name": "Pink cape", + "type": "noted", + "duplicate": true }, { - "id": 7259, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6961, + "name": "Baguette", + "type": "normal", + "duplicate": false }, { - "id": 7260, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6962, + "name": "Triangle sandwich", + "type": "normal", + "duplicate": false }, { - "id": 7261, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6963, + "name": "Roll", + "type": "normal", + "duplicate": false }, { - "id": 7262, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6964, + "name": "Coins", + "type": "normal", + "duplicate": false }, { - "id": 7263, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6965, + "name": "Square sandwich", + "type": "normal", + "duplicate": false }, { - "id": 7264, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6966, + "name": "Prison key", + "type": "normal", + "duplicate": false }, { - "id": 7265, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6967, + "name": "Dragon med helm", + "type": "normal", + "duplicate": false }, { - "id": 7266, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 6968, + "name": "Triangle sandwich", + "type": "noted", + "duplicate": true }, { - "id": 7267, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6969, + "name": "Shark", + "type": "normal", + "duplicate": false }, { - "id": 7268, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6970, + "name": "Pyramid top", + "type": "normal", + "duplicate": false }, { - "id": 7269, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6971, + "name": "Sandstone (1kg)", + "type": "normal", + "duplicate": false }, { - "id": 7270, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6972, + "name": "Sandstone (1kg)", + "type": "noted", + "duplicate": true }, { - "id": 7271, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6973, + "name": "Sandstone (2kg)", + "type": "normal", + "duplicate": false }, { - "id": 7272, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6974, + "name": "Sandstone (2kg)", + "type": "noted", + "duplicate": true }, { - "id": 7273, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6975, + "name": "Sandstone (5kg)", + "type": "normal", + "duplicate": false }, { - "id": 7274, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6976, + "name": "Sandstone (5kg)", + "type": "noted", + "duplicate": true }, { - "id": 7275, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6977, + "name": "Sandstone (10kg)", + "type": "normal", + "duplicate": false }, { - "id": 7276, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6978, + "name": "Sandstone (10kg)", + "type": "noted", + "duplicate": true }, { - "id": 7277, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6979, + "name": "Granite (500g)", + "type": "normal", + "duplicate": false }, { - "id": 7278, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6980, + "name": "Granite (500g)", + "type": "noted", + "duplicate": true }, { - "id": 7279, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6981, + "name": "Granite (2kg)", + "type": "normal", + "duplicate": false }, { - "id": 7280, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6982, + "name": "Granite (2kg)", + "type": "noted", + "duplicate": true }, { - "id": 7281, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6983, + "name": "Granite (5kg)", + "type": "normal", + "duplicate": false }, { - "id": 7282, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6984, + "name": "Granite (5kg)", + "type": "noted", + "duplicate": true }, { - "id": 7283, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6985, + "name": "Sandstone (20kg)", + "type": "normal", + "duplicate": false }, { - "id": 7284, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6986, + "name": "Sandstone (32kg)", + "type": "normal", + "duplicate": false }, { - "id": 7285, - "name": "Challenge scroll", - "examine": "I need to answer this correctly." + "id": 6987, + "name": "Sandstone body", + "type": "normal", + "duplicate": false }, { - "id": 7286, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6988, + "name": "Sandstone base", + "type": "normal", + "duplicate": false }, { - "id": 7287, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6989, + "name": "Stone head", + "type": "normal", + "duplicate": false }, { - "id": 7288, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6990, + "name": "Stone head", + "type": "normal", + "duplicate": false }, { - "id": 7289, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6991, + "name": "Stone head", + "type": "normal", + "duplicate": false }, { - "id": 7290, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6992, + "name": "Stone head", + "type": "normal", + "duplicate": false }, { - "id": 7291, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6993, + "name": "Z sigil", + "type": "normal", + "duplicate": false }, { - "id": 7292, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6994, + "name": "M sigil", + "type": "normal", + "duplicate": false }, { - "id": 7293, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6995, + "name": "R sigil", + "type": "normal", + "duplicate": false }, { - "id": 7294, - "name": "Clue scroll", - "examine": "Part of the world map, but where?" + "id": 6996, + "name": "K sigil", + "type": "normal", + "duplicate": false }, { - "id": 7295, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 6997, + "name": "Stone left arm", + "type": "normal", + "duplicate": false }, { - "id": 7296, - "name": "Clue scroll", - "examine": "A clue!" + "id": 6998, + "name": "Stone right arm", + "type": "normal", + "duplicate": false }, { - "id": 7297, - "name": "Key", - "examine": "A key to a chest." + "id": 6999, + "name": "Stone left leg", + "type": "normal", + "duplicate": false }, { - "id": 7298, - "name": "Clue scroll", - "examine": "A clue!" + "id": 7000, + "name": "Stone right leg", + "type": "normal", + "duplicate": false }, { - "id": 7299, - "name": "Key", - "examine": "A key to some drawers." + "id": 7001, + "name": "Camel mould (p)", + "type": "normal", + "duplicate": false }, { - "id": 7300, - "name": "Clue scroll", - "examine": "A clue!" + "id": 7002, + "name": "Stone head", + "type": "normal", + "duplicate": false }, { - "id": 7301, - "name": "Clue scroll", - "examine": "A clue!" + "id": 7003, + "name": "Camel mask", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 7050, + "name": "Swarm", + "type": "normal", + "duplicate": false + }, + { + "id": 7051, + "name": "Unlit bug lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 7052, + "name": "Unlit bug lantern", + "type": "noted", + "duplicate": true + }, + { + "id": 7053, + "name": "Lit bug lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 7054, + "name": "Chilli potato", + "type": "normal", + "duplicate": false + }, + { + "id": 7055, + "name": "Chilli potato", + "type": "noted", + "duplicate": true + }, + { + "id": 7056, + "name": "Egg potato", + "type": "normal", + "duplicate": false + }, + { + "id": 7057, + "name": "Egg potato", + "type": "noted", + "duplicate": true + }, + { + "id": 7058, + "name": "Mushroom potato", + "type": "normal", + "duplicate": false + }, + { + "id": 7059, + "name": "Mushroom potato", + "type": "noted", + "duplicate": true + }, + { + "id": 7060, + "name": "Tuna potato", + "type": "normal", + "duplicate": false + }, + { + "id": 7061, + "name": "Tuna potato", + "type": "noted", + "duplicate": true + }, + { + "id": 7062, + "name": "Chilli con carne", + "type": "normal", + "duplicate": false + }, + { + "id": 7063, + "name": "Chilli con carne", + "type": "noted", + "duplicate": true + }, + { + "id": 7064, + "name": "Egg and tomato", + "type": "normal", + "duplicate": false + }, + { + "id": 7065, + "name": "Egg and tomato", + "type": "noted", + "duplicate": true + }, + { + "id": 7066, + "name": "Mushroom & onion", + "type": "normal", + "duplicate": false + }, + { + "id": 7067, + "name": "Mushroom & onion", + "type": "noted", + "duplicate": true + }, + { + "id": 7068, + "name": "Tuna and corn", + "type": "normal", + "duplicate": false + }, + { + "id": 7069, + "name": "Tuna and corn", + "type": "noted", + "duplicate": true + }, + { + "id": 7070, + "name": "Minced meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7071, + "name": "Minced meat", + "type": "noted", + "duplicate": true + }, + { + "id": 7072, + "name": "Spicy sauce", + "type": "normal", + "duplicate": false + }, + { + "id": 7073, + "name": "Spicy sauce", + "type": "noted", + "duplicate": true + }, + { + "id": 7074, + "name": "Chopped garlic", + "type": "normal", + "duplicate": false + }, + { + "id": 7075, + "name": "Chopped garlic", + "type": "noted", + "duplicate": true + }, + { + "id": 7076, + "name": "Uncooked egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7077, + "name": "Uncooked egg", + "type": "noted", + "duplicate": true + }, + { + "id": 7078, + "name": "Scrambled egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7079, + "name": "Scrambled egg", + "type": "noted", + "duplicate": true + }, + { + "id": 7080, + "name": "Sliced mushrooms", + "type": "normal", + "duplicate": false + }, + { + "id": 7081, + "name": "Sliced mushrooms", + "type": "noted", + "duplicate": true + }, + { + "id": 7082, + "name": "Fried mushrooms", + "type": "normal", + "duplicate": false + }, + { + "id": 7083, + "name": "Fried mushrooms", + "type": "noted", + "duplicate": true + }, + { + "id": 7084, + "name": "Fried onions", + "type": "normal", + "duplicate": false + }, + { + "id": 7085, + "name": "Fried onions", + "type": "noted", + "duplicate": true + }, + { + "id": 7086, + "name": "Chopped tuna", + "type": "normal", + "duplicate": false + }, + { + "id": 7087, + "name": "Chopped tuna", + "type": "noted", + "duplicate": true + }, + { + "id": 7088, + "name": "Sweetcorn", + "type": "normal", + "duplicate": false + }, + { + "id": 7089, + "name": "Sweetcorn", + "type": "noted", + "duplicate": true + }, + { + "id": 7090, + "name": "Burnt egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7091, + "name": "Burnt egg", + "type": "noted", + "duplicate": true + }, + { + "id": 7092, + "name": "Burnt onion", + "type": "normal", + "duplicate": false + }, + { + "id": 7093, + "name": "Burnt onion", + "type": "noted", + "duplicate": true + }, + { + "id": 7094, + "name": "Burnt mushroom", + "type": "normal", + "duplicate": false + }, + { + "id": 7095, + "name": "Burnt mushroom", + "type": "noted", + "duplicate": true + }, + { + "id": 7096, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7097, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7098, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7099, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7100, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7101, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7102, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7103, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7104, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7105, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7106, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7107, + "name": "Board game piece", + "type": "normal", + "duplicate": true + }, + { + "id": 7108, + "name": "Gunpowder", + "type": "normal", + "duplicate": false + }, + { + "id": 7109, + "name": "Fuse", + "type": "normal", + "duplicate": false + }, + { + "id": 7110, + "name": "Stripy pirate shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 7111, + "name": "Stripy pirate shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 7112, + "name": "Pirate bandana", + "type": "normal", + "duplicate": false + }, + { + "id": 7113, + "name": "Pirate bandana", + "type": "noted", + "duplicate": true + }, + { + "id": 7114, + "name": "Pirate boots", + "type": "normal", + "duplicate": false + }, + { + "id": 7115, + "name": "Pirate boots", + "type": "noted", + "duplicate": true + }, + { + "id": 7116, + "name": "Pirate leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 7117, + "name": "Pirate leggings", + "type": "noted", + "duplicate": true + }, + { + "id": 7118, + "name": "Canister", + "type": "normal", + "duplicate": false + }, + { + "id": 7119, + "name": "Cannon ball", + "type": "normal", + "duplicate": false + }, + { + "id": 7120, + "name": "Ramrod", + "type": "normal", + "duplicate": false + }, + { + "id": 7121, + "name": "Repair plank", + "type": "normal", + "duplicate": false + }, + { + "id": 7122, + "name": "Stripy pirate shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 7123, + "name": "Stripy pirate shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 7124, + "name": "Pirate bandana", + "type": "normal", + "duplicate": false + }, + { + "id": 7125, + "name": "Pirate bandana", + "type": "noted", + "duplicate": true + }, + { + "id": 7126, + "name": "Pirate leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 7127, + "name": "Pirate leggings", + "type": "noted", + "duplicate": true + }, + { + "id": 7128, + "name": "Stripy pirate shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 7129, + "name": "Stripy pirate shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 7130, + "name": "Pirate bandana", + "type": "normal", + "duplicate": false + }, + { + "id": 7131, + "name": "Pirate bandana", + "type": "noted", + "duplicate": true + }, + { + "id": 7132, + "name": "Pirate leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 7133, + "name": "Pirate leggings", + "type": "noted", + "duplicate": true + }, + { + "id": 7134, + "name": "Stripy pirate shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 7135, + "name": "Stripy pirate shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 7136, + "name": "Pirate bandana", + "type": "normal", + "duplicate": false + }, + { + "id": 7137, + "name": "Pirate bandana", + "type": "noted", + "duplicate": true + }, + { + "id": 7138, + "name": "Pirate leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 7139, + "name": "Pirate leggings", + "type": "noted", + "duplicate": true + }, + { + "id": 7140, + "name": "Lucky cutlass", + "type": "normal", + "duplicate": false + }, + { + "id": 7141, + "name": "Harry's cutlass", + "type": "normal", + "duplicate": false + }, + { + "id": 7142, + "name": "Rapier", + "type": "normal", + "duplicate": false + }, + { + "id": 7143, + "name": "Plunder", + "type": "normal", + "duplicate": false + }, + { + "id": 7144, + "name": "Book o' piracy", + "type": "normal", + "duplicate": false + }, + { + "id": 7145, + "name": "Cannon barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 7146, + "name": "Broken cannon", + "type": "normal", + "duplicate": false + }, + { + "id": 7147, + "name": "Cannon balls", + "type": "normal", + "duplicate": false + }, + { + "id": 7148, + "name": "Repair plank", + "type": "normal", + "duplicate": false + }, + { + "id": 7149, + "name": "Canister", + "type": "normal", + "duplicate": false + }, + { + "id": 7150, + "name": "Tacks", + "type": "normal", + "duplicate": false + }, + { + "id": 7151, + "name": "Tacks", + "type": "normal", + "duplicate": true + }, + { + "id": 7152, + "name": "Tacks", + "type": "normal", + "duplicate": true + }, + { + "id": 7153, + "name": "Tacks", + "type": "normal", + "duplicate": true + }, + { + "id": 7154, + "name": "Tacks", + "type": "normal", + "duplicate": true + }, + { + "id": 7155, + "name": "Rope", + "type": "normal", + "duplicate": false + }, + { + "id": 7156, + "name": "Tinderbox", + "type": "normal", + "duplicate": false + }, + { + "id": 7157, + "name": "Braindeath 'rum'", + "type": "normal", + "duplicate": false + }, + { + "id": 7158, + "name": "Dragon 2h sword", + "type": "normal", + "duplicate": false + }, + { + "id": 7159, + "name": "Insulated boots", + "type": "normal", + "duplicate": false + }, + { + "id": 7160, + "name": "Killerwatt", + "type": "normal", + "duplicate": false + }, + { + "id": 7161, + "name": "Insulated boots", + "type": "noted", + "duplicate": true + }, + { + "id": 7162, + "name": "Pie recipe book", + "type": "normal", + "duplicate": false + }, + { + "id": 7163, + "name": "Pie recipe book", + "type": "noted", + "duplicate": true + }, + { + "id": 7164, + "name": "Part mud pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7165, + "name": "Part mud pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7166, + "name": "Part mud pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7167, + "name": "Part mud pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7168, + "name": "Raw mud pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7169, + "name": "Raw mud pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7170, + "name": "Mud pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7171, + "name": "Mud pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7172, + "name": "Part garden pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7173, + "name": "Part garden pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7174, + "name": "Part garden pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7175, + "name": "Part garden pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7176, + "name": "Raw garden pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7177, + "name": "Raw garden pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7178, + "name": "Garden pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7179, + "name": "Garden pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7180, + "name": "Half a garden pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7181, + "name": "Half a garden pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7182, + "name": "Part fish pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7183, + "name": "Part fish pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7184, + "name": "Part fish pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7185, + "name": "Part fish pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7186, + "name": "Raw fish pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7187, + "name": "Raw fish pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7188, + "name": "Fish pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7189, + "name": "Fish pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7190, + "name": "Half a fish pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7191, + "name": "Half a fish pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7192, + "name": "Part admiral pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7193, + "name": "Part admiral pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7194, + "name": "Part admiral pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7195, + "name": "Part admiral pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7196, + "name": "Raw admiral pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7197, + "name": "Raw admiral pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7198, + "name": "Admiral pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7199, + "name": "Admiral pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7200, + "name": "Half an admiral pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7201, + "name": "Half an admiral pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7202, + "name": "Part wild pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7203, + "name": "Part wild pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7204, + "name": "Part wild pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7205, + "name": "Part wild pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7206, + "name": "Raw wild pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7207, + "name": "Raw wild pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7208, + "name": "Wild pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7209, + "name": "Wild pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7210, + "name": "Half a wild pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7211, + "name": "Half a wild pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7212, + "name": "Part summer pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7213, + "name": "Part summer pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7214, + "name": "Part summer pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7215, + "name": "Part summer pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7216, + "name": "Raw summer pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7217, + "name": "Raw summer pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7218, + "name": "Summer pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7219, + "name": "Summer pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7220, + "name": "Half a summer pie", + "type": "normal", + "duplicate": false + }, + { + "id": 7221, + "name": "Half a summer pie", + "type": "noted", + "duplicate": true + }, + { + "id": 7222, + "name": "Burnt rabbit", + "type": "normal", + "duplicate": false + }, + { + "id": 7223, + "name": "Roast rabbit", + "type": "normal", + "duplicate": false + }, + { + "id": 7224, + "name": "Skewered rabbit", + "type": "normal", + "duplicate": false + }, + { + "id": 7225, + "name": "Iron spit", + "type": "normal", + "duplicate": false + }, + { + "id": 7226, + "name": "Burnt chompy", + "type": "normal", + "duplicate": false + }, + { + "id": 7227, + "name": "Burnt chompy", + "type": "noted", + "duplicate": true + }, + { + "id": 7228, + "name": "Cooked chompy", + "type": "normal", + "duplicate": false + }, + { + "id": 7229, + "name": "Cooked chompy", + "type": "noted", + "duplicate": true + }, + { + "id": 7230, + "name": "Skewered chompy", + "type": "normal", + "duplicate": false + }, + { + "id": 7231, + "name": "Burnt rabbit", + "type": "noted", + "duplicate": true + }, + { + "id": 7232, + "name": "Roast rabbit", + "type": "noted", + "duplicate": true + }, + { + "id": 7233, + "name": "Skewered rabbit", + "type": "noted", + "duplicate": true + }, + { + "id": 7234, + "name": "Iron spit", + "type": "noted", + "duplicate": true + }, + { + "id": 7235, + "name": "Skewered chompy", + "type": "noted", + "duplicate": true + }, + { + "id": 7236, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 7237, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 7238, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 7239, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7240, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7241, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7242, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7243, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7244, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7245, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7246, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7247, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7248, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7249, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7250, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7251, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7252, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7253, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7254, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7255, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 7256, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7257, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7258, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7259, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7260, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7261, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7262, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7263, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7264, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7265, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7266, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7267, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7268, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7269, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 7270, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7271, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7272, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7273, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 7274, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7275, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7276, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7277, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7278, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7279, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7280, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7281, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7282, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7283, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7284, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7285, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7286, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7287, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7288, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7289, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7290, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7291, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7292, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7293, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7294, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7295, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7296, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7297, + "name": "Key (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7298, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7299, + "name": "Key (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7300, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7301, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7302, + "name": "Key (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7303, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7304, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7305, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7306, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7307, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7308, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7309, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7310, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7311, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7312, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7313, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7314, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7315, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7316, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7317, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7318, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 7319, + "name": "Red boater", + "type": "normal", + "duplicate": false + }, + { + "id": 7320, + "name": "Red boater", + "type": "noted", + "duplicate": true + }, + { + "id": 7321, + "name": "Orange boater", + "type": "normal", + "duplicate": false + }, + { + "id": 7322, + "name": "Orange boater", + "type": "noted", + "duplicate": true + }, + { + "id": 7323, + "name": "Green boater", + "type": "normal", + "duplicate": false + }, + { + "id": 7324, + "name": "Green boater", + "type": "noted", + "duplicate": true + }, + { + "id": 7325, + "name": "Blue boater", + "type": "normal", + "duplicate": false + }, + { + "id": 7326, + "name": "Blue boater", + "type": "noted", + "duplicate": true + }, + { + "id": 7327, + "name": "Black boater", + "type": "normal", + "duplicate": false + }, + { + "id": 7328, + "name": "Black boater", + "type": "noted", + "duplicate": true + }, + { + "id": 7329, + "name": "Red firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 7330, + "name": "Green firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 7331, + "name": "Blue firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 7332, + "name": "Black shield (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7333, + "name": "Black shield (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7334, + "name": "Adamant shield (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7335, + "name": "Adamant shield (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7336, + "name": "Rune shield (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7337, + "name": "Rune shield (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7338, + "name": "Black shield (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7339, + "name": "Black shield (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7340, + "name": "Adamant shield (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7341, + "name": "Adamant shield (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7342, + "name": "Rune shield (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7343, + "name": "Rune shield (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7344, + "name": "Black shield (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7345, + "name": "Black shield (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7346, + "name": "Adamant shield (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7347, + "name": "Adamant shield (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7348, + "name": "Rune shield (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7349, + "name": "Rune shield (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7350, + "name": "Black shield (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7351, + "name": "Black shield (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7352, + "name": "Adamant shield (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7353, + "name": "Adamant shield (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7354, + "name": "Rune shield (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7355, + "name": "Rune shield (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7356, + "name": "Black shield (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 7357, + "name": "Black shield (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 7358, + "name": "Adamant shield (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 7359, + "name": "Adamant shield (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 7360, + "name": "Rune shield (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 7361, + "name": "Rune shield (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 7362, + "name": "Studded body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7363, + "name": "Studded body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7364, + "name": "Studded body (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7365, + "name": "Studded body (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7366, + "name": "Studded chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7367, + "name": "Studded chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7368, + "name": "Studded chaps (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7369, + "name": "Studded chaps (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7370, + "name": "Green d'hide body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7371, + "name": "Green d'hide body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7372, + "name": "Green d'hide body (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7373, + "name": "Green d'hide body (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7374, + "name": "Blue d'hide body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7375, + "name": "Blue d'hide body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7376, + "name": "Blue d'hide body (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7377, + "name": "Blue d'hide body (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7378, + "name": "Green d'hide chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7379, + "name": "Green d'hide chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7380, + "name": "Green d'hide chaps (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7381, + "name": "Green d'hide chaps (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7382, + "name": "Blue d'hide chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7383, + "name": "Blue d'hide chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7384, + "name": "Blue d'hide chaps (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7385, + "name": "Blue d'hide chaps (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7386, + "name": "Blue skirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7387, + "name": "Blue skirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7388, + "name": "Blue skirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7389, + "name": "Blue skirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7390, + "name": "Blue wizard robe (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7391, + "name": "Blue wizard robe (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7392, + "name": "Blue wizard robe (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7393, + "name": "Blue wizard robe (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7394, + "name": "Blue wizard hat (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 7395, + "name": "Blue wizard hat (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 7396, + "name": "Blue wizard hat (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 7397, + "name": "Blue wizard hat (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 7398, + "name": "Enchanted robe", + "type": "normal", + "duplicate": false + }, + { + "id": 7399, + "name": "Enchanted top", + "type": "normal", + "duplicate": false + }, + { + "id": 7400, + "name": "Enchanted hat", + "type": "normal", + "duplicate": false + }, + { + "id": 7401, + "name": "Enchanted robe", + "type": "noted", + "duplicate": true + }, + { + "id": 7402, + "name": "Enchanted top", + "type": "noted", + "duplicate": true + }, + { + "id": 7403, + "name": "Enchanted hat", + "type": "noted", + "duplicate": true + }, + { + "id": 7404, + "name": "Red logs", + "type": "normal", + "duplicate": false + }, + { + "id": 7405, + "name": "Green logs", + "type": "normal", + "duplicate": false + }, + { + "id": 7406, + "name": "Blue logs", + "type": "normal", + "duplicate": false + }, + { + "id": 7407, + "name": "Dragon 2h sword", + "type": "noted", + "duplicate": true + }, + { + "id": 7408, + "name": "Draynor skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7409, + "name": "Magic secateurs", + "type": "normal", + "duplicate": false + }, + { + "id": 7410, + "name": "Queen's secateurs", + "type": "normal", + "duplicate": false + }, + { + "id": 7411, + "name": "Symptoms list", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 7413, + "name": "Bird nest", + "type": "normal", + "duplicate": false + }, + { + "id": 7414, + "name": "Paddle", + "type": "normal", + "duplicate": false + }, + { + "id": 7415, + "name": "Paddle", + "type": "noted", + "duplicate": true + }, + { + "id": 7416, + "name": "Mole claw", + "type": "normal", + "duplicate": false + }, + { + "id": 7417, + "name": "Mole claw", + "type": "noted", + "duplicate": true + }, + { + "id": 7418, + "name": "Mole skin", + "type": "normal", + "duplicate": false + }, + { + "id": 7419, + "name": "Mole skin", + "type": "noted", + "duplicate": true + }, + { + "id": 7420, + "name": "Mutated zygomite", + "type": "normal", + "duplicate": false + }, + { + "id": 7421, + "name": "Fungicide spray 10", + "type": "normal", + "duplicate": false + }, + { + "id": 7422, + "name": "Fungicide spray 9", + "type": "normal", + "duplicate": false + }, + { + "id": 7423, + "name": "Fungicide spray 8", + "type": "normal", + "duplicate": false + }, + { + "id": 7424, + "name": "Fungicide spray 7", + "type": "normal", + "duplicate": false + }, + { + "id": 7425, + "name": "Fungicide spray 6", + "type": "normal", + "duplicate": false + }, + { + "id": 7426, + "name": "Fungicide spray 5", + "type": "normal", + "duplicate": false + }, + { + "id": 7427, + "name": "Fungicide spray 4", + "type": "normal", + "duplicate": false + }, + { + "id": 7428, + "name": "Fungicide spray 3", + "type": "normal", + "duplicate": false + }, + { + "id": 7429, + "name": "Fungicide spray 2", + "type": "normal", + "duplicate": false + }, + { + "id": 7430, + "name": "Fungicide spray 1", + "type": "normal", + "duplicate": false + }, + { + "id": 7431, + "name": "Fungicide spray 0", + "type": "normal", + "duplicate": false + }, + { + "id": 7432, + "name": "Fungicide", + "type": "normal", + "duplicate": false + }, + { + "id": 7433, + "name": "Wooden spoon", + "type": "normal", + "duplicate": false + }, + { + "id": 7434, + "name": "Wooden spoon", + "type": "noted", + "duplicate": true + }, + { + "id": 7435, + "name": "Egg whisk", + "type": "normal", + "duplicate": false + }, + { + "id": 7436, + "name": "Egg whisk", + "type": "noted", + "duplicate": true + }, + { + "id": 7437, + "name": "Spork", + "type": "normal", + "duplicate": false + }, + { + "id": 7438, + "name": "Spork", + "type": "noted", + "duplicate": true + }, + { + "id": 7439, + "name": "Spatula", + "type": "normal", + "duplicate": false + }, + { + "id": 7440, + "name": "Spatula", + "type": "noted", + "duplicate": true + }, + { + "id": 7441, + "name": "Frying pan", + "type": "normal", + "duplicate": false + }, + { + "id": 7442, + "name": "Frying pan", + "type": "noted", + "duplicate": true + }, + { + "id": 7443, + "name": "Skewer", + "type": "normal", + "duplicate": false + }, + { + "id": 7444, + "name": "Skewer", + "type": "noted", + "duplicate": true + }, + { + "id": 7445, + "name": "Rolling pin", + "type": "normal", + "duplicate": false + }, + { + "id": 7446, + "name": "Rolling pin", + "type": "noted", + "duplicate": true + }, + { + "id": 7447, + "name": "Kitchen knife", + "type": "normal", + "duplicate": false + }, + { + "id": 7448, + "name": "Kitchen knife", + "type": "noted", + "duplicate": true + }, + { + "id": 7449, + "name": "Meat tenderiser", + "type": "normal", + "duplicate": false + }, + { + "id": 7450, + "name": "Meat tenderiser", + "type": "noted", + "duplicate": true + }, + { + "id": 7451, + "name": "Cleaver", + "type": "normal", + "duplicate": false + }, + { + "id": 7452, + "name": "Cleaver", + "type": "noted", + "duplicate": true + }, + { + "id": 7453, + "name": "Hardleather gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7454, + "name": "Bronze gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7455, + "name": "Iron gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7456, + "name": "Steel gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7457, + "name": "Black gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7458, + "name": "Mithril gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7459, + "name": "Adamant gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7460, + "name": "Rune gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7461, + "name": "Dragon gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7462, + "name": "Barrows gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7463, + "name": "Cornflour", + "type": "normal", + "duplicate": false + }, + { + "id": 7464, + "name": "Book on chickens", + "type": "normal", + "duplicate": false + }, + { + "id": 7465, + "name": "Vanilla pod", + "type": "normal", + "duplicate": false + }, + { + "id": 7466, + "name": "Cornflour", + "type": "normal", + "duplicate": false + }, + { + "id": 7467, + "name": "Cornflour", + "type": "noted", + "duplicate": true + }, + { + "id": 7468, + "name": "Pot of cornflour", + "type": "normal", + "duplicate": false + }, + { + "id": 7469, + "name": "Pot of cornflour", + "type": "noted", + "duplicate": true + }, + { + "id": 7470, + "name": "Cornflour mixture", + "type": "normal", + "duplicate": false + }, + { + "id": 7471, + "name": "Milky mixture", + "type": "normal", + "duplicate": false + }, + { + "id": 7472, + "name": "Cinnamon", + "type": "normal", + "duplicate": false + }, + { + "id": 7473, + "name": "Brulee", + "type": "normal", + "duplicate": false + }, + { + "id": 7474, + "name": "Brulee", + "type": "normal", + "duplicate": false + }, + { + "id": 7475, + "name": "Brulee", + "type": "normal", + "duplicate": false + }, + { + "id": 7476, + "name": "Brulee supreme", + "type": "normal", + "duplicate": false + }, + { + "id": 7477, + "name": "Evil chicken's egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7478, + "name": "Dragon token", + "type": "normal", + "duplicate": false + }, + { + "id": 7479, + "name": "Spicy stew", + "type": "normal", + "duplicate": false + }, + { + "id": 7480, + "name": "Red spice (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7481, + "name": "Red spice (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7482, + "name": "Red spice (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7483, + "name": "Red spice (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7484, + "name": "Orange spice (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7485, + "name": "Orange spice (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7486, + "name": "Orange spice (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7487, + "name": "Orange spice (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7488, + "name": "Brown spice (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7489, + "name": "Brown spice (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7490, + "name": "Brown spice (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7491, + "name": "Brown spice (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7492, + "name": "Yellow spice (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7493, + "name": "Yellow spice (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7494, + "name": "Yellow spice (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7495, + "name": "Yellow spice (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7496, + "name": "Empty spice shaker", + "type": "normal", + "duplicate": false + }, + { + "id": 7497, + "name": "Dirty blast", + "type": "normal", + "duplicate": false + }, + { + "id": 7498, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 7508, + "name": "Asgoldian ale", + "type": "normal", + "duplicate": false + }, + { + "id": 7509, + "name": "Dwarven rock cake", + "type": "normal", + "duplicate": false + }, + { + "id": 7510, + "name": "Dwarven rock cake", + "type": "normal", + "duplicate": false + }, + { + "id": 7511, + "name": "Slop of compromise", + "type": "normal", + "duplicate": false + }, + { + "id": 7512, + "name": "Soggy bread", + "type": "normal", + "duplicate": false + }, + { + "id": 7513, + "name": "Spicy maggots", + "type": "normal", + "duplicate": false + }, + { + "id": 7514, + "name": "Dyed orange", + "type": "normal", + "duplicate": false + }, + { + "id": 7515, + "name": "Breadcrumbs", + "type": "normal", + "duplicate": false + }, + { + "id": 7516, + "name": "Kelp", + "type": "normal", + "duplicate": false + }, + { + "id": 7517, + "name": "Ground kelp", + "type": "normal", + "duplicate": false + }, + { + "id": 7518, + "name": "Crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7519, + "name": "Crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7520, + "name": "Burnt crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7521, + "name": "Cooked crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7522, + "name": "Cooked crab meat", + "type": "noted", + "duplicate": true + }, + { + "id": 7523, + "name": "Cooked crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7524, + "name": "Cooked crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7525, + "name": "Cooked crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7526, + "name": "Cooked crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7527, + "name": "Ground crab meat", + "type": "normal", + "duplicate": false + }, + { + "id": 7528, + "name": "Ground cod", + "type": "normal", + "duplicate": false + }, + { + "id": 7529, + "name": "Raw fishcake", + "type": "normal", + "duplicate": false + }, + { + "id": 7530, + "name": "Cooked fishcake", + "type": "normal", + "duplicate": false + }, + { + "id": 7531, + "name": "Burnt fishcake", + "type": "normal", + "duplicate": false + }, + { + "id": 7532, + "name": "Mudskipper hide", + "type": "normal", + "duplicate": false + }, + { + "id": 7533, + "name": "Rock", + "type": "normal", + "duplicate": false + }, + { + "id": 7534, + "name": "Fishbowl helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 7535, + "name": "Diving apparatus", + "type": "normal", + "duplicate": false + }, + { + "id": 7536, + "name": "Fresh crab claw", + "type": "normal", + "duplicate": false + }, + { + "id": 7537, + "name": "Crab claw", + "type": "normal", + "duplicate": false + }, + { + "id": 7538, + "name": "Fresh crab shell", + "type": "normal", + "duplicate": false + }, + { + "id": 7539, + "name": "Crab helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 7540, + "name": "Broken crab claw", + "type": "normal", + "duplicate": false + }, + { + "id": 7541, + "name": "Broken crab shell", + "type": "normal", + "duplicate": false + }, + { + "id": 7542, + "name": "Cake of guidance", + "type": "normal", + "duplicate": false + }, + { + "id": 7543, + "name": "Raw guide cake", + "type": "normal", + "duplicate": false + }, + { + "id": 7544, + "name": "Enchanted egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7545, + "name": "Enchanted milk", + "type": "normal", + "duplicate": false + }, + { + "id": 7546, + "name": "Enchanted flour", + "type": "normal", + "duplicate": false + }, + { + "id": 7547, + "name": "Druid pouch", + "type": "normal", + "duplicate": true + }, + { + "id": 7548, + "name": "Potato seed", + "type": "normal", + "duplicate": true + }, + { + "id": 7549, + "name": "Potato seed", + "type": "noted", + "duplicate": true + }, + { + "id": 7550, + "name": "Onion seed", + "type": "normal", + "duplicate": true + }, + { + "id": 7551, + "name": "Onion seed", + "type": "noted", + "duplicate": true + }, + { + "id": 7552, + "name": "Mithril arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 7553, + "name": "Mithril arrow", + "type": "noted", + "duplicate": true + }, + { + "id": 7554, + "name": "Fire rune", + "type": "normal", + "duplicate": true + }, + { + "id": 7555, + "name": "Fire rune", + "type": "noted", + "duplicate": true + }, + { + "id": 7556, + "name": "Water rune", + "type": "normal", + "duplicate": true + }, + { + "id": 7557, + "name": "Water rune", + "type": "noted", + "duplicate": true + }, + { + "id": 7558, + "name": "Air rune", + "type": "normal", + "duplicate": true + }, + { + "id": 7559, + "name": "Air rune", + "type": "noted", + "duplicate": true + }, + { + "id": 7560, + "name": "Chaos rune", + "type": "normal", + "duplicate": true + }, + { + "id": 7561, + "name": "Chaos rune", + "type": "noted", + "duplicate": true + }, + { + "id": 7562, + "name": "Tomato seed", + "type": "normal", + "duplicate": true + }, + { + "id": 7563, + "name": "Tomato seed", + "type": "noted", + "duplicate": true + }, + { + "id": 7564, + "name": "Balloon toad", + "type": "normal", + "duplicate": false + }, + { + "id": 7565, + "name": "Balloon toad", + "type": "normal", + "duplicate": false + }, + { + "id": 7566, + "name": "Raw jubbly", + "type": "normal", + "duplicate": false + }, + { + "id": 7567, + "name": "Raw jubbly", + "type": "noted", + "duplicate": true + }, + { + "id": 7568, + "name": "Cooked jubbly", + "type": "normal", + "duplicate": false + }, + { + "id": 7569, + "name": "Cooked jubbly", + "type": "noted", + "duplicate": true + }, + { + "id": 7570, + "name": "Burnt jubbly", + "type": "normal", + "duplicate": false + }, + { + "id": 7571, + "name": "Burnt jubbly", + "type": "noted", + "duplicate": true + }, + { + "id": 7572, + "name": "Red banana", + "type": "normal", + "duplicate": false + }, + { + "id": 7573, + "name": "Tchiki monkey nuts", + "type": "normal", + "duplicate": false + }, + { + "id": 7574, + "name": "Sliced red banana", + "type": "normal", + "duplicate": false + }, + { + "id": 7575, + "name": "Tchiki nut paste", + "type": "normal", + "duplicate": false + }, + { + "id": 7576, + "name": "Snake corpse", + "type": "normal", + "duplicate": false + }, + { + "id": 7577, + "name": "Raw stuffed snake", + "type": "normal", + "duplicate": false + }, + { + "id": 7578, + "name": "Odd stuffed snake", + "type": "normal", + "duplicate": false + }, + { + "id": 7579, + "name": "Stuffed snake", + "type": "normal", + "duplicate": false + }, + { + "id": 7580, + "name": "Snake over-cooked", + "type": "normal", + "duplicate": false + }, + { + "id": 7581, + "name": "Overgrown hellcat", + "type": "normal", + "duplicate": false + }, + { + "id": 7582, + "name": "Hell cat", + "type": "normal", + "duplicate": false + }, + { + "id": 7583, + "name": "Hell-kitten", + "type": "normal", + "duplicate": false + }, + { + "id": 7584, + "name": "Lazy hell cat", + "type": "normal", + "duplicate": false + }, + { + "id": 7585, + "name": "Wily hellcat", + "type": "normal", + "duplicate": false + }, + { + "id": 7586, + "name": "Dummy", + "type": "normal", + "duplicate": false + }, + { + "id": 7587, + "name": "Coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 7588, + "name": "Coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 7589, + "name": "Coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 7590, + "name": "Coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 7591, + "name": "Coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 7592, + "name": "Zombie shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 7593, + "name": "Zombie trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 7594, + "name": "Zombie mask", + "type": "normal", + "duplicate": false + }, + { + "id": 7595, + "name": "Zombie gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 7596, + "name": "Zombie boots", + "type": "normal", + "duplicate": false + }, + { + "id": 7597, + "name": "Item", + "type": "normal", + "duplicate": false + }, + { + "id": 7598, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7599, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7600, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7601, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7602, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7603, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7604, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7605, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7606, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7607, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7608, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7609, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7610, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7611, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7612, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7613, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7614, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7615, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7616, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7617, + "name": "Item", + "type": "normal", + "duplicate": true + }, + { + "id": 7618, + "name": "Item", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + { + "id": 7622, + "name": "Bucket of rubble", + "type": "normal", + "duplicate": false + }, + { + "id": 7623, + "name": "Bucket of rubble", + "type": "noted", + "duplicate": true + }, + { + "id": 7624, + "name": "Bucket of rubble", + "type": "normal", + "duplicate": false + }, + { + "id": 7625, + "name": "Bucket of rubble", + "type": "noted", + "duplicate": true + }, + { + "id": 7626, + "name": "Bucket of rubble", + "type": "normal", + "duplicate": false + }, + { + "id": 7627, + "name": "Bucket of rubble", + "type": "noted", + "duplicate": true + }, + { + "id": 7628, + "name": "Plaster fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 7629, + "name": "Dusty scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 7630, + "name": "Crate", + "type": "normal", + "duplicate": false + }, + { + "id": 7631, + "name": "Crate", + "type": "noted", + "duplicate": true + }, + { + "id": 7632, + "name": "Temple library key", + "type": "normal", + "duplicate": false + }, + { + "id": 7633, + "name": "The sleeping seven", + "type": "normal", + "duplicate": false + }, + { + "id": 7634, + "name": "Histories of the hallowland", + "type": "normal", + "duplicate": false + }, + { + "id": 7635, + "name": "Modern day morytania", + "type": "normal", + "duplicate": false + }, + { + "id": 7636, + "name": "Rod dust", + "type": "normal", + "duplicate": false + }, + { + "id": 7637, + "name": "Silvthrill rod", + "type": "normal", + "duplicate": false + }, + { + "id": 7638, + "name": "Silvthrill rod", + "type": "normal", + "duplicate": false + }, + { + "id": 7639, + "name": "Rod of ivandis (10)", + "type": "normal", + "duplicate": false + }, + { + "id": 7640, + "name": "Rod of ivandis (9)", + "type": "normal", + "duplicate": false + }, + { + "id": 7641, + "name": "Rod of ivandis (8)", + "type": "normal", + "duplicate": false + }, + { + "id": 7642, + "name": "Rod of ivandis (7)", + "type": "normal", + "duplicate": false + }, + { + "id": 7643, + "name": "Rod of ivandis (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 7644, + "name": "Rod of ivandis (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 7645, + "name": "Rod of ivandis (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7646, + "name": "Rod of ivandis (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7647, + "name": "Rod of ivandis (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7648, + "name": "Rod of ivandis (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7649, + "name": "Rod mould", + "type": "normal", + "duplicate": false + }, + { + "id": 7650, + "name": "Silver dust", + "type": "normal", + "duplicate": false + }, + { + "id": 7651, + "name": "Silver dust", + "type": "noted", + "duplicate": true + }, + { + "id": 7652, + "name": "Guthix balance (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 7653, + "name": "Guthix balance (unf)", + "type": "noted", + "duplicate": true + }, + { + "id": 7654, + "name": "Guthix balance (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 7655, + "name": "Guthix balance (unf)", + "type": "noted", + "duplicate": true + }, + { + "id": 7656, + "name": "Guthix balance (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 7657, + "name": "Guthix balance (unf)", + "type": "noted", + "duplicate": true + }, + { + "id": 7658, + "name": "Guthix balance (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 7659, + "name": "Guthix balance (unf)", + "type": "noted", + "duplicate": true + }, + { + "id": 7660, + "name": "Guthix balance(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7661, + "name": "Guthix balance(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7662, + "name": "Guthix balance(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7663, + "name": "Guthix balance(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7664, + "name": "Guthix balance(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7665, + "name": "Guthix balance(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7666, + "name": "Guthix balance(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7667, + "name": "Guthix balance(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7668, + "name": "Gadderhammer", + "type": "normal", + "duplicate": false + }, + { + "id": 7669, + "name": "Gadderhammer", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 7671, + "name": "Boxing gloves", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 7673, + "name": "Boxing gloves", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 7675, + "name": "Wooden sword", + "type": "normal", + "duplicate": false + }, + { + "id": 7676, + "name": "Wooden shield", + "type": "normal", + "duplicate": false + }, + { + "id": 7677, + "name": "Treasure stone", + "type": "normal", + "duplicate": false + }, + { + "id": 7678, + "name": "Prize key", + "type": "normal", + "duplicate": false + }, + { + "id": 7679, + "name": "Pugel", + "type": "normal", + "duplicate": false + }, + { + "id": 7680, + "name": "Pugel", + "type": "noted", + "duplicate": true + }, + { + "id": 7681, + "name": "Game book", + "type": "normal", + "duplicate": false + }, + { + "id": 7682, + "name": "Hoop", + "type": "normal", + "duplicate": false + }, + { + "id": 7683, + "name": "Hoop", + "type": "noted", + "duplicate": true + }, + { + "id": 7684, + "name": "Dart", + "type": "normal", + "duplicate": false + }, + { + "id": 7685, + "name": "Dart", + "type": "noted", + "duplicate": true + }, + { + "id": 7686, + "name": "Bow and arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 7687, + "name": "Bow and arrow", + "type": "noted", + "duplicate": true + }, + { + "id": 7688, + "name": "Kettle", + "type": "normal", + "duplicate": false + }, + { + "id": 7689, + "name": "Kettle", + "type": "noted", + "duplicate": true + }, + { + "id": 7690, + "name": "Full kettle", + "type": "normal", + "duplicate": false + }, + { + "id": 7691, + "name": "Hot kettle", + "type": "normal", + "duplicate": false + }, + { + "id": 7692, + "name": "Pot of tea (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7693, + "name": "Pot of tea (4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7694, + "name": "Pot of tea (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7695, + "name": "Pot of tea (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7696, + "name": "Pot of tea (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7697, + "name": "Pot of tea (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7698, + "name": "Pot of tea (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7699, + "name": "Pot of tea (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7700, + "name": "Teapot with leaves", + "type": "normal", + "duplicate": false + }, + { + "id": 7701, + "name": "Teapot with leaves", + "type": "noted", + "duplicate": true + }, + { + "id": 7702, + "name": "Teapot", + "type": "normal", + "duplicate": false + }, + { + "id": 7703, + "name": "Teapot", + "type": "noted", + "duplicate": true + }, + { + "id": 7704, + "name": "Pot of tea (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7705, + "name": "Pot of tea (4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7706, + "name": "Pot of tea (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7707, + "name": "Pot of tea (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7708, + "name": "Pot of tea (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7709, + "name": "Pot of tea (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7710, + "name": "Pot of tea (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7711, + "name": "Pot of tea (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7712, + "name": "Teapot with leaves", + "type": "normal", + "duplicate": false + }, + { + "id": 7713, + "name": "Teapot with leaves", + "type": "noted", + "duplicate": true + }, + { + "id": 7714, + "name": "Teapot", + "type": "normal", + "duplicate": false + }, + { + "id": 7715, + "name": "Teapot", + "type": "noted", + "duplicate": true + }, + { + "id": 7716, + "name": "Pot of tea (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 7717, + "name": "Pot of tea (4)", + "type": "noted", + "duplicate": true + }, + { + "id": 7718, + "name": "Pot of tea (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 7719, + "name": "Pot of tea (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 7720, + "name": "Pot of tea (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 7721, + "name": "Pot of tea (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 7722, + "name": "Pot of tea (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 7723, + "name": "Pot of tea (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 7724, + "name": "Teapot with leaves", + "type": "normal", + "duplicate": false + }, + { + "id": 7725, + "name": "Teapot with leaves", + "type": "noted", + "duplicate": true + }, + { + "id": 7726, + "name": "Teapot", + "type": "normal", + "duplicate": false + }, + { + "id": 7727, + "name": "Teapot", + "type": "noted", + "duplicate": true + }, + { + "id": 7728, + "name": "Empty cup", + "type": "normal", + "duplicate": false + }, + { + "id": 7729, + "name": "Empty cup", + "type": "noted", + "duplicate": true + }, + { + "id": 7730, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7731, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7732, + "name": "Porcelain cup", + "type": "normal", + "duplicate": false + }, + { + "id": 7733, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7734, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7735, + "name": "Porcelain cup", + "type": "normal", + "duplicate": false + }, + { + "id": 7736, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7737, + "name": "Cup of tea", + "type": "normal", + "duplicate": false + }, + { + "id": 7738, + "name": "Tea leaves", + "type": "normal", + "duplicate": false + }, + { + "id": 7739, + "name": "Tea leaves", + "type": "noted", + "duplicate": true + }, + { + "id": 7740, + "name": "Beer", + "type": "normal", + "duplicate": false + }, + { + "id": 7741, + "name": "Beer", + "type": "noted", + "duplicate": true + }, + { + "id": 7742, + "name": "Beer glass", + "type": "normal", + "duplicate": false + }, + { + "id": 7743, + "name": "Beer glass", + "type": "noted", + "duplicate": true + }, + { + "id": 7744, + "name": "Asgarnian ale", + "type": "normal", + "duplicate": false + }, + { + "id": 7745, + "name": "Asgarnian ale", + "type": "noted", + "duplicate": true + }, + { + "id": 7746, + "name": "Greenman's ale", + "type": "normal", + "duplicate": false + }, + { + "id": 7747, + "name": "Greenman's ale", + "type": "noted", + "duplicate": true + }, + { + "id": 7748, + "name": "Dragon bitter", + "type": "normal", + "duplicate": false + }, + { + "id": 7749, + "name": "Dragon bitter", + "type": "noted", + "duplicate": true + }, + { + "id": 7750, + "name": "Moonlight mead", + "type": "normal", + "duplicate": false + }, + { + "id": 7751, + "name": "Moonlight mead", + "type": "noted", + "duplicate": true + }, + { + "id": 7752, + "name": "Cider", + "type": "normal", + "duplicate": false + }, + { + "id": 7753, + "name": "Cider", + "type": "noted", + "duplicate": true + }, + { + "id": 7754, + "name": "Chef's delight", + "type": "normal", + "duplicate": false + }, + { + "id": 7755, + "name": "Chef's delight", + "type": "noted", + "duplicate": true + }, + { + "id": 7756, + "name": "Paintbrush", + "type": "normal", + "duplicate": false + }, + { + "id": 7757, + "name": "Paintbrush", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 7759, + "name": "Toy soldier", + "type": "normal", + "duplicate": false + }, + { + "id": 7760, + "name": "Toy soldier", + "type": "noted", + "duplicate": true + }, + { + "id": 7761, + "name": "Toy soldier (wound)", + "type": "normal", + "duplicate": false + }, + { + "id": 7762, + "name": "Toy soldier (wound)", + "type": "noted", + "duplicate": true + }, + { + "id": 7763, + "name": "Toy doll", + "type": "normal", + "duplicate": false + }, + { + "id": 7764, + "name": "Toy doll", + "type": "noted", + "duplicate": true + }, + { + "id": 7765, + "name": "Toy doll (wound)", + "type": "normal", + "duplicate": false + }, + { + "id": 7766, + "name": "Toy doll (wound)", + "type": "noted", + "duplicate": true + }, + { + "id": 7767, + "name": "Toy mouse", + "type": "normal", + "duplicate": false + }, + { + "id": 7768, + "name": "Toy mouse", + "type": "noted", + "duplicate": true + }, + { + "id": 7769, + "name": "Toy mouse (wound)", + "type": "normal", + "duplicate": false + }, + { + "id": 7770, + "name": "Toy mouse (wound)", + "type": "noted", + "duplicate": true + }, + { + "id": 7771, + "name": "Toy cat", + "type": "normal", + "duplicate": false + }, + { + "id": 7772, + "name": "Toy cat", + "type": "noted", + "duplicate": true + }, + { + "id": 7773, + "name": "Branch", + "type": "normal", + "duplicate": false + }, + { + "id": 7774, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 7775, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 7776, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 7777, + "name": "Long vine", + "type": "normal", + "duplicate": false + }, + { + "id": 7778, + "name": "Short vine", + "type": "normal", + "duplicate": false + }, + { + "id": 7779, + "name": "Fishing tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7780, + "name": "Fishing tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7781, + "name": "Fishing tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7782, + "name": "Agility tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7783, + "name": "Agility tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7784, + "name": "Agility tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7785, + "name": "Thieving tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7786, + "name": "Thieving tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7787, + "name": "Thieving tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7788, + "name": "Slayer tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7789, + "name": "Slayer tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7790, + "name": "Slayer tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7791, + "name": "Mining tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7792, + "name": "Mining tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7793, + "name": "Mining tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7794, + "name": "Firemaking tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7795, + "name": "Firemaking tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7796, + "name": "Firemaking tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7797, + "name": "Woodcutting tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7798, + "name": "Woodcutting tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7799, + "name": "Woodcutting tome", + "type": "normal", + "duplicate": false + }, + { + "id": 7800, + "name": "Snail shell", + "type": "normal", + "duplicate": false + }, + { + "id": 7801, + "name": "Snake hide", + "type": "normal", + "duplicate": false + }, + { + "id": 7802, + "name": "Snake hide", + "type": "noted", + "duplicate": true + }, + { + "id": 7803, + "name": "Yin yang amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 7804, + "name": "Zaros mjolnir", + "type": "normal", + "duplicate": false + }, + { + "id": 7805, + "name": "Zaros mjolnir", + "type": "noted", + "duplicate": true + }, + { + "id": 7806, + "name": "Anger sword", + "type": "normal", + "duplicate": false + }, + { + "id": 7807, + "name": "Anger battleaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 7808, + "name": "Anger mace", + "type": "normal", + "duplicate": false + }, + { + "id": 7809, + "name": "Anger spear", + "type": "normal", + "duplicate": false + }, + { + "id": 7810, + "name": "Jug of vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7811, + "name": "Pot of vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7812, + "name": "Goblin skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7813, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7814, + "name": "Goblin skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7815, + "name": "Bear ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7816, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7817, + "name": "Bear ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7818, + "name": "Ram skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7819, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7820, + "name": "Ram skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7821, + "name": "Unicorn bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7822, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7823, + "name": "Unicorn bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7824, + "name": "Giant rat bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7825, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7826, + "name": "Giant rat bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7827, + "name": "Giant bat wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7828, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7829, + "name": "Giant bat wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7830, + "name": "Wolf bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7831, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7832, + "name": "Wolf bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7833, + "name": "Bat wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7834, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7835, + "name": "Bat wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7836, + "name": "Rat bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7837, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7838, + "name": "Rat bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7839, + "name": "Baby dragon bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7840, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7841, + "name": "Baby dragon bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7842, + "name": "Ogre ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7843, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7844, + "name": "Ogre ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7845, + "name": "Jogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7846, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7847, + "name": "Jogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7848, + "name": "Zogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7849, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7850, + "name": "Zogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7851, + "name": "Mogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7852, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7853, + "name": "Mogre bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7854, + "name": "Monkey paw", + "type": "normal", + "duplicate": false + }, + { + "id": 7855, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7856, + "name": "Monkey paw", + "type": "normal", + "duplicate": false + }, + { + "id": 7857, + "name": "Dagannoth ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7858, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7859, + "name": "Dagannoth ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7860, + "name": "Snake spine", + "type": "normal", + "duplicate": false + }, + { + "id": 7861, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7862, + "name": "Snake spine", + "type": "normal", + "duplicate": false + }, + { + "id": 7863, + "name": "Zombie bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7864, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7865, + "name": "Zombie bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7866, + "name": "Werewolf bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7867, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7868, + "name": "Werewolf bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7869, + "name": "Moss giant bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7870, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7871, + "name": "Moss giant bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7872, + "name": "Fire giant bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7873, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7874, + "name": "Fire giant bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7875, + "name": "Ice giant ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7876, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7877, + "name": "Ice giant ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7878, + "name": "Terrorbird wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7879, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7880, + "name": "Terrorbird wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7881, + "name": "Ghoul bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7882, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7883, + "name": "Ghoul bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7884, + "name": "Troll bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7885, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7886, + "name": "Troll bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7887, + "name": "Seagull wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7888, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7889, + "name": "Seagull wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7890, + "name": "Undead cow ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7891, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7892, + "name": "Undead cow ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 7893, + "name": "Experiment bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7894, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7895, + "name": "Experiment bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7896, + "name": "Rabbit bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7897, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7898, + "name": "Rabbit bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7899, + "name": "Basilisk bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7900, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7901, + "name": "Basilisk bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7902, + "name": "Desert lizard bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7903, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7904, + "name": "Desert lizard bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7905, + "name": "Cave goblin skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7906, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7907, + "name": "Cave goblin skull", + "type": "normal", + "duplicate": false + }, + { + "id": 7908, + "name": "Big frog leg", + "type": "normal", + "duplicate": false + }, + { + "id": 7909, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7910, + "name": "Big frog leg", + "type": "normal", + "duplicate": false + }, + { + "id": 7911, + "name": "Vulture wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7912, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7913, + "name": "Vulture wing", + "type": "normal", + "duplicate": false + }, + { + "id": 7914, + "name": "Jackal bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7915, + "name": "Bone in vinegar", + "type": "normal", + "duplicate": false + }, + { + "id": 7916, + "name": "Jackal bone", + "type": "normal", + "duplicate": false + }, + { + "id": 7917, + "name": "Ram skull helm", + "type": "normal", + "duplicate": false + }, + { + "id": 7918, + "name": "Bonesack", + "type": "normal", + "duplicate": false + }, + { + "id": 7919, + "name": "Bottle of wine", + "type": "normal", + "duplicate": false + }, + { + "id": 7920, + "name": "Bottle of wine", + "type": "noted", + "duplicate": true + }, + { + "id": 7921, + "name": "Empty wine bottle", + "type": "normal", + "duplicate": false + }, + { + "id": 7922, + "name": "Al kharid flyer", + "type": "normal", + "duplicate": false + }, + { + "id": 7923, + "name": "Ogre arrow shaft", + "type": "normal", + "duplicate": true + }, + { + "id": 7924, + "name": "Ogre arrow shaft", + "type": "normal", + "duplicate": true + }, + { + "id": 7925, + "name": "Ogre arrow shaft", + "type": "normal", + "duplicate": true + }, + { + "id": 7926, + "name": "Ogre arrow shaft", + "type": "normal", + "duplicate": true + }, + { + "id": 7927, + "name": "Easter ring", + "type": "normal", + "duplicate": false + }, + { + "id": 7928, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7929, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7930, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7931, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7932, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7933, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 7934, + "name": "Field ration", + "type": "normal", + "duplicate": false + }, + { + "id": 7935, + "name": "Field ration", + "type": "noted", + "duplicate": true + }, + { + "id": 7936, + "name": "Pure essence", + "type": "normal", + "duplicate": false + }, + { + "id": 7937, + "name": "Pure essence", + "type": "noted", + "duplicate": true + }, + { + "id": 7938, + "name": "Dark essence fragments", + "type": "normal", + "duplicate": false + }, + { + "id": 7939, + "name": "Tortoise shell", + "type": "normal", + "duplicate": false + }, + { + "id": 7940, + "name": "Tortoise shell", + "type": "noted", + "duplicate": true + }, + { + "id": 7941, + "name": "Iron sheet", + "type": "normal", + "duplicate": false + }, + { + "id": 7942, + "name": "Fresh monkfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7943, + "name": "Fresh monkfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7944, + "name": "Raw monkfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7945, + "name": "Raw monkfish", + "type": "noted", + "duplicate": true + }, + { + "id": 7946, + "name": "Monkfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7947, + "name": "Monkfish", + "type": "noted", + "duplicate": true + }, + { + "id": 7948, + "name": "Burnt monkfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7949, + "name": "Burnt monkfish", + "type": "noted", + "duplicate": true + }, + { + "id": 7950, + "name": "Bone seeds", + "type": "normal", + "duplicate": false + }, + { + "id": 7951, + "name": "Herman's book", + "type": "normal", + "duplicate": false + }, + { + "id": 7952, + "name": "Axe handle", + "type": "normal", + "duplicate": false + }, + { + "id": 7953, + "name": "Axe handle", + "type": "noted", + "duplicate": true + }, + { + "id": 7954, + "name": "Burnt shrimp", + "type": "normal", + "duplicate": false + }, + { + "id": 7955, + "name": "Burnt shrimp", + "type": "noted", + "duplicate": true + }, + { + "id": 7956, + "name": "Casket", + "type": "normal", + "duplicate": false + }, + { + "id": 7957, + "name": "White apron", + "type": "normal", + "duplicate": false + }, + { + "id": 7958, + "name": "Mining prop", + "type": "normal", + "duplicate": false + }, + { + "id": 7959, + "name": "Heavy box", + "type": "normal", + "duplicate": false + }, + { + "id": 7960, + "name": "Empty box", + "type": "normal", + "duplicate": false + }, + { + "id": 7961, + "name": "Burnt diary", + "type": "normal", + "duplicate": false + }, + { + "id": 7962, + "name": "Burnt diary", + "type": "normal", + "duplicate": false + }, + { + "id": 7963, + "name": "Burnt diary", + "type": "normal", + "duplicate": false + }, + { + "id": 7964, + "name": "Burnt diary", + "type": "normal", + "duplicate": false + }, + { + "id": 7965, + "name": "Burnt diary", + "type": "normal", + "duplicate": false + }, + { + "id": 7966, + "name": "Letter", + "type": "normal", + "duplicate": false + }, + { + "id": 7967, + "name": "Engine", + "type": "normal", + "duplicate": false + }, + { + "id": 7968, + "name": "Scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 7969, + "name": "Pulley beam", + "type": "normal", + "duplicate": false + }, + { + "id": 7970, + "name": "Long pulley beam", + "type": "normal", + "duplicate": false + }, + { + "id": 7971, + "name": "Longer pulley beam", + "type": "normal", + "duplicate": false + }, + { + "id": 7972, + "name": "Lift manual", + "type": "normal", + "duplicate": false + }, + { + "id": 7973, + "name": "Beam", + "type": "normal", + "duplicate": false + }, + { + "id": 7974, + "name": "Servant bell", + "type": "normal", + "duplicate": false + }, + { + "id": 7975, + "name": "Crawling hand", + "type": "normal", + "duplicate": false + }, + { + "id": 7976, + "name": "Cockatrice head", + "type": "normal", + "duplicate": false + }, + { + "id": 7977, + "name": "Basilisk head", + "type": "normal", + "duplicate": false + }, + { + "id": 7978, + "name": "Kurask head", + "type": "normal", + "duplicate": false + }, + { + "id": 7979, + "name": "Abyssal head", + "type": "normal", + "duplicate": false + }, + { + "id": 7980, + "name": "Kbd heads", + "type": "normal", + "duplicate": false + }, + { + "id": 7981, + "name": "Kq head", + "type": "normal", + "duplicate": false + }, + { + "id": 7982, + "name": "Stuffed crawling hand", + "type": "normal", + "duplicate": false + }, + { + "id": 7983, + "name": "Stuffed cockatrice head", + "type": "normal", + "duplicate": false + }, + { + "id": 7984, + "name": "Stuffed basilisk head", + "type": "normal", + "duplicate": false + }, + { + "id": 7985, + "name": "Stuffed kurask head", + "type": "normal", + "duplicate": false + }, + { + "id": 7986, + "name": "Stuffed abyssal head", + "type": "normal", + "duplicate": false + }, + { + "id": 7987, + "name": "Stuffed kbd heads", + "type": "normal", + "duplicate": false + }, + { + "id": 7988, + "name": "Stuffed kq head", + "type": "normal", + "duplicate": false + }, + { + "id": 7989, + "name": "Big bass", + "type": "normal", + "duplicate": false + }, + { + "id": 7990, + "name": "Stuffed big bass", + "type": "normal", + "duplicate": false + }, + { + "id": 7991, + "name": "Big swordfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7992, + "name": "Stuffed big swordfish", + "type": "normal", + "duplicate": false + }, + { + "id": 7993, + "name": "Big shark", + "type": "normal", + "duplicate": false + }, + { + "id": 7994, + "name": "Stuffed big shark", + "type": "normal", + "duplicate": false + }, + { + "id": 7995, + "name": "Arthur portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 7996, + "name": "Elena portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 7997, + "name": "Keldagrim portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 7998, + "name": "Misc. portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 7999, + "name": "Desert painting", + "type": "normal", + "duplicate": false + }, + { + "id": 8000, + "name": "Isafdar painting", + "type": "normal", + "duplicate": false + }, + { + "id": 8001, + "name": "Karamja painting", + "type": "normal", + "duplicate": false + }, + { + "id": 8002, + "name": "Lumbridge painting", + "type": "normal", + "duplicate": false + }, + { + "id": 8003, + "name": "Morytania painting", + "type": "normal", + "duplicate": false + }, + { + "id": 8004, + "name": "Small map", + "type": "normal", + "duplicate": false + }, + { + "id": 8005, + "name": "Medium map", + "type": "normal", + "duplicate": false + }, + { + "id": 8006, + "name": "Large map", + "type": "normal", + "duplicate": false + }, + { + "id": 8007, + "name": "Varrock teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8008, + "name": "Lumbridge teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8009, + "name": "Falador teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8010, + "name": "Camelot teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8011, + "name": "Ardougne teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8012, + "name": "Watchtower teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 8013, + "name": "Teleport to house", + "type": "normal", + "duplicate": false + }, + { + "id": 8014, + "name": "Bones to bananas", + "type": "normal", + "duplicate": false + }, + { + "id": 8015, + "name": "Bones to peaches", + "type": "normal", + "duplicate": false + }, + { + "id": 8016, + "name": "Enchant sapphire or opal", + "type": "normal", + "duplicate": false + }, + { + "id": 8017, + "name": "Enchant emerald or jade", + "type": "normal", + "duplicate": false + }, + { + "id": 8018, + "name": "Enchant ruby or topaz", + "type": "normal", + "duplicate": false + }, + { + "id": 8019, + "name": "Enchant diamond", + "type": "normal", + "duplicate": false + }, + { + "id": 8020, + "name": "Enchant dragonstone", + "type": "normal", + "duplicate": false + }, + { + "id": 8021, + "name": "Enchant onyx", + "type": "normal", + "duplicate": false + }, + { + "id": 8022, + "name": "Telekinetic grab", + "type": "normal", + "duplicate": false + }, + { + "id": 8023, + "name": "Boxing ring", + "type": "normal", + "duplicate": false + }, + { + "id": 8024, + "name": "Fencing ring", + "type": "normal", + "duplicate": false + }, + { + "id": 8025, + "name": "Combat ring", + "type": "normal", + "duplicate": false + }, + { + "id": 8026, + "name": "Ranging pedestals", + "type": "normal", + "duplicate": false + }, + { + "id": 8027, + "name": "Balance beam", + "type": "normal", + "duplicate": false + }, + { + "id": 8028, + "name": "Glove rack", + "type": "normal", + "duplicate": false + }, + { + "id": 8029, + "name": "Weapons rack", + "type": "normal", + "duplicate": false + }, + { + "id": 8030, + "name": "Extra weapons rack", + "type": "normal", + "duplicate": false + }, + { + "id": 8031, + "name": "Wooden bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8032, + "name": "Oak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8033, + "name": "Large oak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8034, + "name": "Teak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8035, + "name": "Large teak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8036, + "name": "4-poster", + "type": "normal", + "duplicate": false + }, + { + "id": 8037, + "name": "Gilded 4-poster", + "type": "normal", + "duplicate": false + }, + { + "id": 8038, + "name": "Shoe box", + "type": "normal", + "duplicate": false + }, + { + "id": 8039, + "name": "Oak drawers", + "type": "normal", + "duplicate": false + }, + { + "id": 8040, + "name": "Oak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8041, + "name": "Teak drawers", + "type": "normal", + "duplicate": false + }, + { + "id": 8042, + "name": "Teak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8043, + "name": "Mahogany wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8044, + "name": "Gilded wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8045, + "name": "Shaving stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8046, + "name": "Oak shaving stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8047, + "name": "Oak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8048, + "name": "Teak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8049, + "name": "Fancy teak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8050, + "name": "Mahogany dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8051, + "name": "Gilded dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8052, + "name": "Oak clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8053, + "name": "Teak clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8054, + "name": "Gilded clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8055, + "name": "Saradomin symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 8056, + "name": "Zamorak symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 8057, + "name": "Guthix symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 8058, + "name": "Saradomin icon", + "type": "normal", + "duplicate": false + }, + { + "id": 8059, + "name": "Zamorak icon", + "type": "normal", + "duplicate": false + }, + { + "id": 8060, + "name": "Guthix icon", + "type": "normal", + "duplicate": false + }, + { + "id": 8061, + "name": "Bob icon", + "type": "normal", + "duplicate": false + }, + { + "id": 8062, + "name": "Oak altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8063, + "name": "Teak altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8064, + "name": "Cloth-covered altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8065, + "name": "Mahogany altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8066, + "name": "Limestone altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8067, + "name": "Marble altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8068, + "name": "Gilded altar", + "type": "normal", + "duplicate": false + }, + { + "id": 8069, + "name": "Wooden torches", + "type": "normal", + "duplicate": false + }, + { + "id": 8070, + "name": "Steel torches", + "type": "normal", + "duplicate": false + }, + { + "id": 8071, + "name": "Steel candlesticks", + "type": "normal", + "duplicate": false + }, + { + "id": 8072, + "name": "Gold candlesticks", + "type": "normal", + "duplicate": false + }, + { + "id": 8073, + "name": "Incense burners", + "type": "normal", + "duplicate": false + }, + { + "id": 8074, + "name": "Mahogany burners", + "type": "normal", + "duplicate": false + }, + { + "id": 8075, + "name": "Marble burners", + "type": "normal", + "duplicate": false + }, + { + "id": 8076, + "name": "Shuttered window", + "type": "normal", + "duplicate": false + }, + { + "id": 8077, + "name": "Decorative window", + "type": "normal", + "duplicate": false + }, + { + "id": 8078, + "name": "Stained glass", + "type": "normal", + "duplicate": false + }, + { + "id": 8079, + "name": "Windchimes", + "type": "normal", + "duplicate": false + }, + { + "id": 8080, + "name": "Bells", + "type": "normal", + "duplicate": false + }, + { + "id": 8081, + "name": "Organ", + "type": "normal", + "duplicate": false + }, + { + "id": 8082, + "name": "Small statues", + "type": "normal", + "duplicate": false + }, + { + "id": 8083, + "name": "Medium statues", + "type": "normal", + "duplicate": false + }, + { + "id": 8084, + "name": "Large statues", + "type": "normal", + "duplicate": false + }, + { + "id": 8085, + "name": "Suit of armour", + "type": "normal", + "duplicate": false + }, + { + "id": 8086, + "name": "Small portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 8087, + "name": "Minor head", + "type": "normal", + "duplicate": false + }, + { + "id": 8088, + "name": "Medium head", + "type": "normal", + "duplicate": false + }, + { + "id": 8089, + "name": "Major head", + "type": "normal", + "duplicate": false + }, + { + "id": 8090, + "name": "Mounted sword", + "type": "normal", + "duplicate": false + }, + { + "id": 8091, + "name": "Small landscape", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 8093, + "name": "Large portrait", + "type": "normal", + "duplicate": false + }, + { + "id": 8094, + "name": "Large landscape", + "type": "normal", + "duplicate": false + }, + { + "id": 8095, + "name": "Rune display case", + "type": "normal", + "duplicate": false + }, + { + "id": 8096, + "name": "Low-level plants", + "type": "normal", + "duplicate": false + }, + { + "id": 8097, + "name": "Mid-level plants", + "type": "normal", + "duplicate": false + }, + { + "id": 8098, + "name": "High-level plants", + "type": "normal", + "duplicate": false + }, + { + "id": 8099, + "name": "Rope bell-pull", + "type": "normal", + "duplicate": false + }, + { + "id": 8100, + "name": "Bell-pull", + "type": "normal", + "duplicate": false + }, + { + "id": 8101, + "name": "Posh bell-pull", + "type": "normal", + "duplicate": false + }, + { + "id": 8102, + "name": "Oak decoration", + "type": "normal", + "duplicate": false + }, + { + "id": 8103, + "name": "Teak decoration", + "type": "normal", + "duplicate": false + }, + { + "id": 8104, + "name": "Gilded decoration", + "type": "normal", + "duplicate": false + }, + { + "id": 8105, + "name": "Round shield", + "type": "normal", + "duplicate": false + }, + { + "id": 8106, + "name": "Square shield", + "type": "normal", + "duplicate": false + }, + { + "id": 8107, + "name": "Kite shield", + "type": "normal", + "duplicate": false + }, + { + "id": 8108, + "name": "Wooden bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8109, + "name": "Oak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8110, + "name": "Carved oak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8111, + "name": "Teak dining bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8112, + "name": "Carved teak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8113, + "name": "Mahogany bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8114, + "name": "Gilded bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8115, + "name": "Wood dining table", + "type": "normal", + "duplicate": false + }, + { + "id": 8116, + "name": "Oak dining table", + "type": "normal", + "duplicate": false + }, + { + "id": 8117, + "name": "Carved oak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8118, + "name": "Teak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8119, + "name": "Carved teak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8120, + "name": "Mahogany table", + "type": "normal", + "duplicate": false + }, + { + "id": 8121, + "name": "Opulent table", + "type": "normal", + "duplicate": false + }, + { + "id": 8122, + "name": "Oak door", + "type": "normal", + "duplicate": false + }, + { + "id": 8123, + "name": "Steel-plated door", + "type": "normal", + "duplicate": false + }, + { + "id": 8124, + "name": "Marble door", + "type": "normal", + "duplicate": false + }, + { + "id": 8125, + "name": "Decorative blood", + "type": "normal", + "duplicate": false + }, + { + "id": 8126, + "name": "Decorative pipe", + "type": "normal", + "duplicate": false + }, + { + "id": 8127, + "name": "Hanging skeleton", + "type": "normal", + "duplicate": false + }, + { + "id": 8128, + "name": "Candles", + "type": "normal", + "duplicate": false + }, + { + "id": 8129, + "name": "Torches", + "type": "normal", + "duplicate": false + }, + { + "id": 8130, + "name": "Skull torches", + "type": "normal", + "duplicate": false + }, + { + "id": 8131, + "name": "Skeleton guard", + "type": "normal", + "duplicate": false + }, + { + "id": 8132, + "name": "Guard dog", + "type": "normal", + "duplicate": false + }, + { + "id": 8133, + "name": "Hobgoblin guard", + "type": "normal", + "duplicate": false + }, + { + "id": 8134, + "name": "Baby red dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 8135, + "name": "Huge spider", + "type": "normal", + "duplicate": false + }, + { + "id": 8136, + "name": "Troll guard", + "type": "normal", + "duplicate": false + }, + { + "id": 8137, + "name": "Hellhound", + "type": "normal", + "duplicate": false + }, + { + "id": 8138, + "name": "Demon", + "type": "normal", + "duplicate": false + }, + { + "id": 8139, + "name": "Kalphite soldier", + "type": "normal", + "duplicate": false + }, + { + "id": 8140, + "name": "Tok-xil", + "type": "normal", + "duplicate": false + }, + { + "id": 8141, + "name": "Dagannoth", + "type": "normal", + "duplicate": false + }, + { + "id": 8142, + "name": "Steel dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 8143, + "name": "Spike trap", + "type": "normal", + "duplicate": false + }, + { + "id": 8144, + "name": "Man trap", + "type": "normal", + "duplicate": false + }, + { + "id": 8145, + "name": "Tangle vine", + "type": "normal", + "duplicate": false + }, + { + "id": 8146, + "name": "Marble trap", + "type": "normal", + "duplicate": false + }, + { + "id": 8147, + "name": "Teleport trap", + "type": "normal", + "duplicate": false + }, + { + "id": 8148, + "name": "Wooden crate", + "type": "normal", + "duplicate": false + }, + { + "id": 8149, + "name": "Oak chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8150, + "name": "Teak chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8151, + "name": "Mahogany chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8152, + "name": "Magic chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8153, + "name": "Clay attack stone", + "type": "normal", + "duplicate": false + }, + { + "id": 8154, + "name": "Attack stone", + "type": "normal", + "duplicate": false + }, + { + "id": 8155, + "name": "Marble att. stone", + "type": "normal", + "duplicate": false + }, + { + "id": 8156, + "name": "Magical balance 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8157, + "name": "Magical balance 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8158, + "name": "Magical balance 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8159, + "name": "Jester", + "type": "normal", + "duplicate": false + }, + { + "id": 8160, + "name": "Treasure hunt", + "type": "normal", + "duplicate": false + }, + { + "id": 8161, + "name": "Hangman game", + "type": "normal", + "duplicate": false + }, + { + "id": 8162, + "name": "Hoop and stick", + "type": "normal", + "duplicate": false + }, + { + "id": 8163, + "name": "Dartboard", + "type": "normal", + "duplicate": false + }, + { + "id": 8164, + "name": "Archery target", + "type": "normal", + "duplicate": false + }, + { + "id": 8165, + "name": "Oak prize chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8166, + "name": "Teak prize chest", + "type": "normal", + "duplicate": false + }, + { + "id": 8167, + "name": "Mahogany chest", + "type": "normal", + "duplicate": true + }, + { + "id": 8168, + "name": "Exit portal", + "type": "normal", + "duplicate": false + }, + { + "id": 8169, + "name": "Decorative rock", + "type": "normal", + "duplicate": false + }, + { + "id": 8170, + "name": "Pond", + "type": "normal", + "duplicate": false + }, + { + "id": 8171, + "name": "Imp statue", + "type": "normal", + "duplicate": false + }, + { + "id": 8172, + "name": "Dungeon entrance", + "type": "normal", + "duplicate": false + }, + { + "id": 8173, + "name": "Tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8174, + "name": "Nice tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8175, + "name": "Oak tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8176, + "name": "Willow tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8177, + "name": "Maple tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8178, + "name": "Yew tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8179, + "name": "Magic tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8180, + "name": "Plant", + "type": "normal", + "duplicate": false + }, + { + "id": 8181, + "name": "Small fern", + "type": "normal", + "duplicate": false + }, + { + "id": 8182, + "name": "Fern", + "type": "normal", + "duplicate": false + }, + { + "id": 8183, + "name": "Dock leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 8184, + "name": "Thistle", + "type": "normal", + "duplicate": false + }, + { + "id": 8185, + "name": "Reeds", + "type": "normal", + "duplicate": false + }, + { + "id": 8186, + "name": "Fern", + "type": "normal", + "duplicate": true + }, + { + "id": 8187, + "name": "Bush", + "type": "normal", + "duplicate": false + }, + { + "id": 8188, + "name": "Tall plant", + "type": "normal", + "duplicate": false + }, + { + "id": 8189, + "name": "Short plant", + "type": "normal", + "duplicate": false + }, + { + "id": 8190, + "name": "Large-leaf plant", + "type": "normal", + "duplicate": false + }, + { + "id": 8191, + "name": "Huge plant", + "type": "normal", + "duplicate": false + }, + { + "id": 8192, + "name": "Gazebo", + "type": "normal", + "duplicate": false + }, + { + "id": 8193, + "name": "Small fountain", + "type": "normal", + "duplicate": false + }, + { + "id": 8194, + "name": "Large fountain", + "type": "normal", + "duplicate": false + }, + { + "id": 8195, + "name": "Posh fountain", + "type": "normal", + "duplicate": false + }, + { + "id": 8196, + "name": "Boundary stones", + "type": "normal", + "duplicate": false + }, + { + "id": 8197, + "name": "Wooden fence", + "type": "normal", + "duplicate": false + }, + { + "id": 8198, + "name": "Stone wall", + "type": "normal", + "duplicate": false + }, + { + "id": 8199, + "name": "Iron railings", + "type": "normal", + "duplicate": false + }, + { + "id": 8200, + "name": "Picket fence", + "type": "normal", + "duplicate": false + }, + { + "id": 8201, + "name": "Garden fence", + "type": "normal", + "duplicate": false + }, + { + "id": 8202, + "name": "Marble wall", + "type": "normal", + "duplicate": false + }, + { + "id": 8203, + "name": "Thorny hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8204, + "name": "Nice hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8205, + "name": "Small box hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8206, + "name": "Topiary hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8207, + "name": "Fancy hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8208, + "name": "Tall fancy hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8209, + "name": "Tall box hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8210, + "name": "Rosemary", + "type": "normal", + "duplicate": true + }, + { + "id": 8211, + "name": "Daffodils", + "type": "normal", + "duplicate": false + }, + { + "id": 8212, + "name": "Bluebells", + "type": "normal", + "duplicate": false + }, + { + "id": 8213, + "name": "Sunflower", + "type": "normal", + "duplicate": false + }, + { + "id": 8214, + "name": "Marigolds", + "type": "normal", + "duplicate": true + }, + { + "id": 8215, + "name": "Roses", + "type": "normal", + "duplicate": false + }, + { + "id": 8216, + "name": "Firepit", + "type": "normal", + "duplicate": false + }, + { + "id": 8217, + "name": "Firepit with hook", + "type": "normal", + "duplicate": false + }, + { + "id": 8218, + "name": "Firepit with pot", + "type": "normal", + "duplicate": false + }, + { + "id": 8219, + "name": "Small oven", + "type": "normal", + "duplicate": false + }, + { + "id": 8220, + "name": "Large oven", + "type": "normal", + "duplicate": false + }, + { + "id": 8221, + "name": "Steel range", + "type": "normal", + "duplicate": false + }, + { + "id": 8222, + "name": "Fancy range", + "type": "normal", + "duplicate": false + }, + { + "id": 8223, + "name": "Wooden shelves 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8224, + "name": "Wooden shelves 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8225, + "name": "Wooden shelves 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8226, + "name": "Oak shelves 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8227, + "name": "Oak shelves 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8228, + "name": "Teak shelves 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8229, + "name": "Teak shelves 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8230, + "name": "Pump and drain", + "type": "normal", + "duplicate": false + }, + { + "id": 8231, + "name": "Pump and tub", + "type": "normal", + "duplicate": false + }, + { + "id": 8232, + "name": "Sink", + "type": "normal", + "duplicate": false + }, + { + "id": 8233, + "name": "Wooden larder", + "type": "normal", + "duplicate": false + }, + { + "id": 8234, + "name": "Oak larder", + "type": "normal", + "duplicate": false + }, + { + "id": 8235, + "name": "Teak larder", + "type": "normal", + "duplicate": false + }, + { + "id": 8236, + "name": "Cat blanket", + "type": "normal", + "duplicate": false + }, + { + "id": 8237, + "name": "Cat basket", + "type": "normal", + "duplicate": false + }, + { + "id": 8238, + "name": "Cushioned basket", + "type": "normal", + "duplicate": false + }, + { + "id": 8239, + "name": "Beer barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 8240, + "name": "Cider barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 8241, + "name": "Asgarnian ale", + "type": "normal", + "duplicate": true + }, + { + "id": 8242, + "name": "Greenman's ale", + "type": "normal", + "duplicate": true + }, + { + "id": 8243, + "name": "Dragon bitter", + "type": "normal", + "duplicate": true + }, + { + "id": 8244, + "name": "Chef's delight", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 8246, + "name": "Wood kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8247, + "name": "Oak kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8248, + "name": "Teak kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8249, + "name": "Oak staircase", + "type": "normal", + "duplicate": false + }, + { + "id": 8250, + "name": "Oak staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8251, + "name": "Oak staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8252, + "name": "Teak staircase", + "type": "normal", + "duplicate": false + }, + { + "id": 8253, + "name": "Teak staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8254, + "name": "Teak staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8255, + "name": "Marble staircase", + "type": "normal", + "duplicate": false + }, + { + "id": 8256, + "name": "Marble staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8257, + "name": "Marble staircase", + "type": "normal", + "duplicate": true + }, + { + "id": 8258, + "name": "Spiral staircase", + "type": "normal", + "duplicate": false + }, + { + "id": 8259, + "name": "Marble spiral", + "type": "normal", + "duplicate": false + }, + { + "id": 8260, + "name": "Crawling hand", + "type": "normal", + "duplicate": true + }, + { + "id": 8261, + "name": "Cockatrice head", + "type": "normal", + "duplicate": true + }, + { + "id": 8262, + "name": "Basilisk head", + "type": "normal", + "duplicate": true + }, + { + "id": 8263, + "name": "Kurask head", + "type": "normal", + "duplicate": true + }, + { + "id": 8264, + "name": "Abyssal head", + "type": "normal", + "duplicate": true + }, + { + "id": 8265, + "name": "Kbd heads", + "type": "normal", + "duplicate": true + }, + { + "id": 8266, + "name": "Kq head", + "type": "normal", + "duplicate": true + }, + { + "id": 8267, + "name": "Mounted bass", + "type": "normal", + "duplicate": false + }, + { + "id": 8268, + "name": "Mounted swordfish", + "type": "normal", + "duplicate": false + }, + { + "id": 8269, + "name": "Mounted shark", + "type": "normal", + "duplicate": false + }, + { + "id": 8270, + "name": "Mithril armour", + "type": "normal", + "duplicate": false + }, + { + "id": 8271, + "name": "Adamantite armour", + "type": "normal", + "duplicate": false + }, + { + "id": 8272, + "name": "Runite armour", + "type": "normal", + "duplicate": false + }, + { + "id": 8273, + "name": "Cw armour 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8274, + "name": "Cw armour 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8275, + "name": "Cw armour 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8276, + "name": "Rune case 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8277, + "name": "Rune case 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8278, + "name": "Rune case 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8279, + "name": "Silverlight", + "type": "normal", + "duplicate": true + }, + { + "id": 8280, + "name": "Excalibur", + "type": "normal", + "duplicate": true + }, + { + "id": 8281, + "name": "Darklight", + "type": "normal", + "duplicate": true + }, + { + "id": 8282, + "name": "Anti-dragon shield", + "type": "normal", + "duplicate": true + }, + { + "id": 8283, + "name": "Amulet of glory", + "type": "normal", + "duplicate": true + }, + { + "id": 8284, + "name": "Cape of legends", + "type": "normal", + "duplicate": true + }, + { + "id": 8285, + "name": "King arthur", + "type": "normal", + "duplicate": false + }, + { + "id": 8286, + "name": "Elena", + "type": "normal", + "duplicate": false + }, + { + "id": 8287, + "name": "Giant dwarf", + "type": "normal", + "duplicate": false + }, + { + "id": 8288, + "name": "Miscellanians", + "type": "normal", + "duplicate": false + }, + { + "id": 8289, + "name": "Lumbridge", + "type": "normal", + "duplicate": false + }, + { + "id": 8290, + "name": "The desert", + "type": "normal", + "duplicate": false + }, + { + "id": 8291, + "name": "Morytania", + "type": "normal", + "duplicate": false + }, + { + "id": 8292, + "name": "Karamja", + "type": "normal", + "duplicate": false + }, + { + "id": 8293, + "name": "Isafdar", + "type": "normal", + "duplicate": false + }, + { + "id": 8294, + "name": "Small map", + "type": "normal", + "duplicate": true + }, + { + "id": 8295, + "name": "Medium map", + "type": "normal", + "duplicate": true + }, + { + "id": 8296, + "name": "Large map", + "type": "normal", + "duplicate": true + }, + { + "id": 8297, + "name": "Oak cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8298, + "name": "Oak and steel cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8299, + "name": "Steel cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8300, + "name": "Spiked cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8301, + "name": "Bone cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8302, + "name": "Spikes", + "type": "normal", + "duplicate": false + }, + { + "id": 8303, + "name": "Tentacle pool", + "type": "normal", + "duplicate": false + }, + { + "id": 8304, + "name": "Flame pit", + "type": "normal", + "duplicate": false + }, + { + "id": 8305, + "name": "Rocnar", + "type": "normal", + "duplicate": false + }, + { + "id": 8306, + "name": "Oak ladder", + "type": "normal", + "duplicate": false + }, + { + "id": 8307, + "name": "Teak ladder", + "type": "normal", + "duplicate": false + }, + { + "id": 8308, + "name": "Mahogany ladder", + "type": "normal", + "duplicate": false + }, + { + "id": 8309, + "name": "Crude wooden chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8310, + "name": "Wooden chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8311, + "name": "Rocking chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8312, + "name": "Oak chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8313, + "name": "Oak armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8314, + "name": "Teak armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8315, + "name": "Mahogany armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8316, + "name": "Brown rug", + "type": "normal", + "duplicate": false + }, + { + "id": 8317, + "name": "Rug", + "type": "normal", + "duplicate": false + }, + { + "id": 8318, + "name": "Opulent rug", + "type": "normal", + "duplicate": false + }, + { + "id": 8319, + "name": "Wooden bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8320, + "name": "Oak bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8321, + "name": "Mahogany bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8322, + "name": "Torn curtains", + "type": "normal", + "duplicate": false + }, + { + "id": 8323, + "name": "Curtains", + "type": "normal", + "duplicate": false + }, + { + "id": 8324, + "name": "Opulent curtains", + "type": "normal", + "duplicate": false + }, + { + "id": 8325, + "name": "Clay fireplace", + "type": "normal", + "duplicate": false + }, + { + "id": 8326, + "name": "Stone fireplace", + "type": "normal", + "duplicate": false + }, + { + "id": 8327, + "name": "Marble fireplace", + "type": "normal", + "duplicate": false + }, + { + "id": 8328, + "name": "Teak portal", + "type": "normal", + "duplicate": false + }, + { + "id": 8329, + "name": "Mahogany portal", + "type": "normal", + "duplicate": false + }, + { + "id": 8330, + "name": "Marble portal", + "type": "normal", + "duplicate": false + }, + { + "id": 8331, + "name": "Teleport focus", + "type": "normal", + "duplicate": false + }, + { + "id": 8332, + "name": "Greater focus", + "type": "normal", + "duplicate": false + }, + { + "id": 8333, + "name": "Scrying pool", + "type": "normal", + "duplicate": false + }, + { + "id": 8334, + "name": "Oak lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8335, + "name": "Eagle lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8336, + "name": "Demon lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8337, + "name": "Teak eagle lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8338, + "name": "Teak demon lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8339, + "name": "Mahogany eagle", + "type": "normal", + "duplicate": false + }, + { + "id": 8340, + "name": "Mahogany demon", + "type": "normal", + "duplicate": false + }, + { + "id": 8341, + "name": "Globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8342, + "name": "Ornamental globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8343, + "name": "Lunar globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8344, + "name": "Celestial globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8345, + "name": "Armillary sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 8346, + "name": "Small orrery", + "type": "normal", + "duplicate": false + }, + { + "id": 8347, + "name": "Large orrery", + "type": "normal", + "duplicate": false + }, + { + "id": 8348, + "name": "Oak telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8349, + "name": "Teak telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8350, + "name": "Mahogany telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8351, + "name": "Crystal ball", + "type": "normal", + "duplicate": false + }, + { + "id": 8352, + "name": "Elemental sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 8353, + "name": "Crystal of power", + "type": "normal", + "duplicate": false + }, + { + "id": 8354, + "name": "Alchemical chart", + "type": "normal", + "duplicate": false + }, + { + "id": 8355, + "name": "Astronomical chart", + "type": "normal", + "duplicate": false + }, + { + "id": 8356, + "name": "Infernal chart", + "type": "normal", + "duplicate": false + }, + { + "id": 8357, + "name": "Oak throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8358, + "name": "Teak throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8359, + "name": "Mahogany throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8360, + "name": "Gilded throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8361, + "name": "Skeleton throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8362, + "name": "Crystal throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8363, + "name": "Demonic throne", + "type": "normal", + "duplicate": false + }, + { + "id": 8364, + "name": "Oak lever", + "type": "normal", + "duplicate": false + }, + { + "id": 8365, + "name": "Teak lever", + "type": "normal", + "duplicate": false + }, + { + "id": 8366, + "name": "Mahogany lever", + "type": "normal", + "duplicate": false + }, + { + "id": 8367, + "name": "Trapdoor", + "type": "normal", + "duplicate": false + }, + { + "id": 8368, + "name": "Trapdoor", + "type": "normal", + "duplicate": true + }, + { + "id": 8369, + "name": "Trapdoor", + "type": "normal", + "duplicate": true + }, + { + "id": 8370, + "name": "Floor decoration", + "type": "normal", + "duplicate": false + }, + { + "id": 8371, + "name": "Steel cage", + "type": "normal", + "duplicate": true + }, + { + "id": 8372, + "name": "Trapdoor", + "type": "normal", + "duplicate": true + }, + { + "id": 8373, + "name": "Lesser magic cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8374, + "name": "Greater magic cage", + "type": "normal", + "duplicate": false + }, + { + "id": 8375, + "name": "Wooden workbench", + "type": "normal", + "duplicate": false + }, + { + "id": 8376, + "name": "Oak workbench", + "type": "normal", + "duplicate": false + }, + { + "id": 8377, + "name": "Steel framed bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8378, + "name": "Bench with vice", + "type": "normal", + "duplicate": false + }, + { + "id": 8379, + "name": "Bench with lathe", + "type": "normal", + "duplicate": false + }, + { + "id": 8380, + "name": "Crafting table 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8381, + "name": "Crafting table 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8382, + "name": "Crafting table 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8383, + "name": "Crafting table 4", + "type": "normal", + "duplicate": false + }, + { + "id": 8384, + "name": "Tool store 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8385, + "name": "Tool store 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8386, + "name": "Tool store 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8387, + "name": "Tool store 4", + "type": "normal", + "duplicate": false + }, + { + "id": 8388, + "name": "Tool store 5", + "type": "normal", + "duplicate": false + }, + { + "id": 8389, + "name": "Repair bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8390, + "name": "Whetstone", + "type": "normal", + "duplicate": false + }, + { + "id": 8391, + "name": "Armour stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8392, + "name": "Pluming stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8393, + "name": "Shield easel", + "type": "normal", + "duplicate": false + }, + { + "id": 8394, + "name": "Banner easel", + "type": "normal", + "duplicate": false + }, + { + "id": 8395, + "name": "Parlour", + "type": "normal", + "duplicate": false + }, + { + "id": 8396, + "name": "Kitchen", + "type": "normal", + "duplicate": false + }, + { + "id": 8397, + "name": "Dining room", + "type": "normal", + "duplicate": false + }, + { + "id": 8398, + "name": "Bedroom", + "type": "normal", + "duplicate": false + }, + { + "id": 8399, + "name": "Games room", + "type": "normal", + "duplicate": false + }, + { + "id": 8400, + "name": "Combat room", + "type": "normal", + "duplicate": false + }, + { + "id": 8401, + "name": "Hall", + "type": "normal", + "duplicate": false + }, + { + "id": 8402, + "name": "Hall", + "type": "normal", + "duplicate": true + }, + { + "id": 8403, + "name": "Hall", + "type": "normal", + "duplicate": true + }, + { + "id": 8404, + "name": "Hall", + "type": "normal", + "duplicate": true + }, + { + "id": 8405, + "name": "Chapel", + "type": "normal", + "duplicate": false + }, + { + "id": 8406, + "name": "Workshop", + "type": "normal", + "duplicate": false + }, + { + "id": 8407, + "name": "Study", + "type": "normal", + "duplicate": false + }, + { + "id": 8408, + "name": "Portal chamber", + "type": "normal", + "duplicate": false + }, + { + "id": 8409, + "name": "Throne room", + "type": "normal", + "duplicate": false + }, + { + "id": 8410, + "name": "Oubliette", + "type": "normal", + "duplicate": false + }, + { + "id": 8411, + "name": "Dungeon corridor", + "type": "normal", + "duplicate": false + }, + { + "id": 8412, + "name": "Dungeon cross", + "type": "normal", + "duplicate": false + }, + { + "id": 8413, + "name": "Dungeon stairs", + "type": "normal", + "duplicate": false + }, + { + "id": 8414, + "name": "Treasure room", + "type": "normal", + "duplicate": false + }, + { + "id": 8415, + "name": "Garden", + "type": "normal", + "duplicate": false + }, + { + "id": 8416, + "name": "Formal garden", + "type": "normal", + "duplicate": false + }, + { + "id": 8417, + "name": "Bagged dead tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8418, + "name": "Bagged dead tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8419, + "name": "Bagged nice tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8420, + "name": "Bagged nice tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8421, + "name": "Bagged oak tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8422, + "name": "Bagged oak tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8423, + "name": "Bagged willow tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8424, + "name": "Bagged willow tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8425, + "name": "Bagged maple tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8426, + "name": "Bagged maple tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8427, + "name": "Bagged yew tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8428, + "name": "Bagged yew tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8429, + "name": "Bagged magic tree", + "type": "normal", + "duplicate": false + }, + { + "id": 8430, + "name": "Bagged magic tree", + "type": "noted", + "duplicate": true + }, + { + "id": 8431, + "name": "Bagged plant 1", + "type": "normal", + "duplicate": false + }, + { + "id": 8432, + "name": "Bagged plant 1", + "type": "noted", + "duplicate": true + }, + { + "id": 8433, + "name": "Bagged plant 2", + "type": "normal", + "duplicate": false + }, + { + "id": 8434, + "name": "Bagged plant 2", + "type": "noted", + "duplicate": true + }, + { + "id": 8435, + "name": "Bagged plant 3", + "type": "normal", + "duplicate": false + }, + { + "id": 8436, + "name": "Bagged plant 3", + "type": "noted", + "duplicate": true + }, + { + "id": 8437, + "name": "Thorny hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8438, + "name": "Thorny hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8439, + "name": "Nice hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8440, + "name": "Nice hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8441, + "name": "Small box hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8442, + "name": "Small box hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8443, + "name": "Topiary hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8444, + "name": "Topiary hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8445, + "name": "Fancy hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8446, + "name": "Fancy hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8447, + "name": "Tall fancy hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8448, + "name": "Tall fancy hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8449, + "name": "Tall box hedge", + "type": "normal", + "duplicate": false + }, + { + "id": 8450, + "name": "Tall box hedge", + "type": "noted", + "duplicate": true + }, + { + "id": 8451, + "name": "Bagged flower", + "type": "normal", + "duplicate": false + }, + { + "id": 8452, + "name": "Bagged flower", + "type": "noted", + "duplicate": true + }, + { + "id": 8453, + "name": "Bagged daffodils", + "type": "normal", + "duplicate": false + }, + { + "id": 8454, + "name": "Bagged daffodils", + "type": "noted", + "duplicate": true + }, + { + "id": 8455, + "name": "Bagged bluebells", + "type": "normal", + "duplicate": false + }, + { + "id": 8456, + "name": "Bagged bluebells", + "type": "noted", + "duplicate": true + }, + { + "id": 8457, + "name": "Bagged sunflower", + "type": "normal", + "duplicate": false + }, + { + "id": 8458, + "name": "Bagged sunflower", + "type": "noted", + "duplicate": true + }, + { + "id": 8459, + "name": "Bagged marigolds", + "type": "normal", + "duplicate": false + }, + { + "id": 8460, + "name": "Bagged marigolds", + "type": "noted", + "duplicate": true + }, + { + "id": 8461, + "name": "Bagged roses", + "type": "normal", + "duplicate": false + }, + { + "id": 8462, + "name": "Bagged roses", + "type": "noted", + "duplicate": true + }, + { + "id": 8463, + "name": "Construction guide", + "type": "normal", + "duplicate": false + }, + { + "id": 8464, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8465, + "name": "Dragon bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 8466, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8467, + "name": "Dragon bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 8468, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8469, + "name": "Dragon bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 8470, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8471, + "name": "Dragon bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 8472, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8473, + "name": "Dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8474, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8475, + "name": "Dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8476, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8477, + "name": "Dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8478, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8479, + "name": "Dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8480, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8481, + "name": "Dragon bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 8482, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8483, + "name": "Dragon bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 8484, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8485, + "name": "Dragon bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 8486, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8487, + "name": "Dragon bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 8488, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8489, + "name": "Opal dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8490, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8491, + "name": "Opal dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8492, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8493, + "name": "Opal dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8494, + "name": "Rune heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8495, + "name": "Opal dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8496, + "name": "Crude chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8497, + "name": "Crude chair", + "type": "noted", + "duplicate": true + }, + { + "id": 8498, + "name": "Wooden chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8499, + "name": "Wooden chair", + "type": "noted", + "duplicate": true + }, + { + "id": 8500, + "name": "Rocking chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8501, + "name": "Rocking chair", + "type": "noted", + "duplicate": true + }, + { + "id": 8502, + "name": "Oak chair", + "type": "normal", + "duplicate": false + }, + { + "id": 8503, + "name": "Oak chair", + "type": "noted", + "duplicate": true + }, + { + "id": 8504, + "name": "Oak armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8505, + "name": "Oak armchair", + "type": "noted", + "duplicate": true + }, + { + "id": 8506, + "name": "Teak armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8507, + "name": "Teak armchair", + "type": "noted", + "duplicate": true + }, + { + "id": 8508, + "name": "Mahogany armchair", + "type": "normal", + "duplicate": false + }, + { + "id": 8509, + "name": "Mahogany armchair", + "type": "noted", + "duplicate": true + }, + { + "id": 8510, + "name": "Bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8511, + "name": "Bookcase", + "type": "noted", + "duplicate": true + }, + { + "id": 8512, + "name": "Oak bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8513, + "name": "Oak bookcase", + "type": "noted", + "duplicate": true + }, + { + "id": 8514, + "name": "Mahogany bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 8515, + "name": "Mahogany bookcase", + "type": "noted", + "duplicate": true + }, + { + "id": 8516, + "name": "Beer barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 8517, + "name": "Beer barrel", + "type": "noted", + "duplicate": true + }, + { + "id": 8518, + "name": "Cider barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 8519, + "name": "Cider barrel", + "type": "noted", + "duplicate": true + }, + { + "id": 8520, + "name": "Asgarnian ale", + "type": "normal", + "duplicate": false + }, + { + "id": 8521, + "name": "Asgarnian ale", + "type": "noted", + "duplicate": true + }, + { + "id": 8522, + "name": "Greenman's ale", + "type": "normal", + "duplicate": false + }, + { + "id": 8523, + "name": "Greenman's ale", + "type": "noted", + "duplicate": true + }, + { + "id": 8524, + "name": "Dragon bitter", + "type": "normal", + "duplicate": false + }, + { + "id": 8525, + "name": "Dragon bitter", + "type": "noted", + "duplicate": true + }, + { + "id": 8526, + "name": "Chef's delight", + "type": "normal", + "duplicate": false + }, + { + "id": 8527, + "name": "Chef's delight", + "type": "noted", + "duplicate": true + }, + { + "id": 8528, + "name": "Kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8529, + "name": "Kitchen table", + "type": "noted", + "duplicate": true + }, + { + "id": 8530, + "name": "Oak kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8531, + "name": "Oak kitchen table", + "type": "noted", + "duplicate": true + }, + { + "id": 8532, + "name": "Teak kitchen table", + "type": "normal", + "duplicate": false + }, + { + "id": 8533, + "name": "Teak kitchen table", + "type": "noted", + "duplicate": true + }, + { + "id": 8534, + "name": "Oak lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8535, + "name": "Oak lectern", + "type": "noted", + "duplicate": true + }, + { + "id": 8536, + "name": "Eagle lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8537, + "name": "Eagle lectern", + "type": "noted", + "duplicate": true + }, + { + "id": 8538, + "name": "Demon lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8539, + "name": "Demon lectern", + "type": "noted", + "duplicate": true + }, + { + "id": 8540, + "name": "Teak eagle lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8541, + "name": "Teak eagle lectern", + "type": "noted", + "duplicate": true + }, + { + "id": 8542, + "name": "Teak demon lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 8543, + "name": "Teak demon lectern", + "type": "noted", + "duplicate": true + }, + { + "id": 8544, + "name": "Mahogany eagle", + "type": "normal", + "duplicate": false + }, + { + "id": 8545, + "name": "Mahogany eagle", + "type": "noted", + "duplicate": true + }, + { + "id": 8546, + "name": "Mahogany demon", + "type": "normal", + "duplicate": false + }, + { + "id": 8547, + "name": "Mahogany demon", + "type": "noted", + "duplicate": true + }, + { + "id": 8548, + "name": "Wood dining table", + "type": "normal", + "duplicate": false + }, + { + "id": 8549, + "name": "Wood dining table", + "type": "noted", + "duplicate": true + }, + { + "id": 8550, + "name": "Oak dining table", + "type": "normal", + "duplicate": false + }, + { + "id": 8551, + "name": "Oak dining table", + "type": "noted", + "duplicate": true + }, + { + "id": 8552, + "name": "Carved oak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8553, + "name": "Carved oak table", + "type": "noted", + "duplicate": true + }, + { + "id": 8554, + "name": "Teak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8555, + "name": "Teak table", + "type": "noted", + "duplicate": true + }, + { + "id": 8556, + "name": "Carved teak table", + "type": "normal", + "duplicate": false + }, + { + "id": 8557, + "name": "Carved teak table", + "type": "noted", + "duplicate": true + }, + { + "id": 8558, + "name": "Mahogany table", + "type": "normal", + "duplicate": false + }, + { + "id": 8559, + "name": "Mahogany table", + "type": "noted", + "duplicate": true + }, + { + "id": 8560, + "name": "Opulent table", + "type": "normal", + "duplicate": false + }, + { + "id": 8561, + "name": "Opulent table", + "type": "noted", + "duplicate": true + }, + { + "id": 8562, + "name": "Wooden bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8563, + "name": "Wooden bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8564, + "name": "Oak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8565, + "name": "Oak bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8566, + "name": "Carved oak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8567, + "name": "Carved oak bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8568, + "name": "Teak dining bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8569, + "name": "Teak dining bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8570, + "name": "Carved teak bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8571, + "name": "Carved teak bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8572, + "name": "Mahogany bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8573, + "name": "Mahogany bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8574, + "name": "Gilded bench", + "type": "normal", + "duplicate": false + }, + { + "id": 8575, + "name": "Gilded bench", + "type": "noted", + "duplicate": true + }, + { + "id": 8576, + "name": "Wooden bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8577, + "name": "Wooden bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8578, + "name": "Oak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8579, + "name": "Oak bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8580, + "name": "Large oak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8581, + "name": "Large oak bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8582, + "name": "Teak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8583, + "name": "Teak bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8584, + "name": "Large teak bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8585, + "name": "Large teak bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8586, + "name": "Four-poster bed", + "type": "normal", + "duplicate": false + }, + { + "id": 8587, + "name": "Four-poster bed", + "type": "noted", + "duplicate": true + }, + { + "id": 8588, + "name": "Gilded four-poster", + "type": "normal", + "duplicate": false + }, + { + "id": 8589, + "name": "Gilded four-poster", + "type": "noted", + "duplicate": true + }, + { + "id": 8590, + "name": "Oak clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8591, + "name": "Oak clock", + "type": "noted", + "duplicate": true + }, + { + "id": 8592, + "name": "Teak clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8593, + "name": "Teak clock", + "type": "noted", + "duplicate": true + }, + { + "id": 8594, + "name": "Gilded clock", + "type": "normal", + "duplicate": false + }, + { + "id": 8595, + "name": "Gilded clock", + "type": "noted", + "duplicate": true + }, + { + "id": 8596, + "name": "Shaving stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8597, + "name": "Shaving stand", + "type": "noted", + "duplicate": true + }, + { + "id": 8598, + "name": "Oak shaving stand", + "type": "normal", + "duplicate": false + }, + { + "id": 8599, + "name": "Oak shaving stand", + "type": "noted", + "duplicate": true + }, + { + "id": 8600, + "name": "Oak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8601, + "name": "Oak dresser", + "type": "noted", + "duplicate": true + }, + { + "id": 8602, + "name": "Teak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8603, + "name": "Teak dresser", + "type": "noted", + "duplicate": true + }, + { + "id": 8604, + "name": "Fancy teak dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8605, + "name": "Fancy teak dresser", + "type": "noted", + "duplicate": true + }, + { + "id": 8606, + "name": "Mahogany dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8607, + "name": "Mahogany dresser", + "type": "noted", + "duplicate": true + }, + { + "id": 8608, + "name": "Gilded dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 8609, + "name": "Gilded dresser", + "type": "noted", + "duplicate": true + }, + { + "id": 8610, + "name": "Shoe box", + "type": "normal", + "duplicate": false + }, + { + "id": 8611, + "name": "Shoe box", + "type": "noted", + "duplicate": true + }, + { + "id": 8612, + "name": "Oak drawers", + "type": "normal", + "duplicate": false + }, + { + "id": 8613, + "name": "Oak drawers", + "type": "noted", + "duplicate": true + }, + { + "id": 8614, + "name": "Oak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8615, + "name": "Oak wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 8616, + "name": "Teak drawers", + "type": "normal", + "duplicate": false + }, + { + "id": 8617, + "name": "Teak drawers", + "type": "noted", + "duplicate": true + }, + { + "id": 8618, + "name": "Teak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8619, + "name": "Teak wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 8620, + "name": "Mahogany wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8621, + "name": "Mahogany wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 8622, + "name": "Gilded wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 8623, + "name": "Gilded wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 8624, + "name": "Crystal ball", + "type": "normal", + "duplicate": false + }, + { + "id": 8625, + "name": "Crystal ball", + "type": "noted", + "duplicate": true + }, + { + "id": 8626, + "name": "Elemental sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 8627, + "name": "Elemental sphere", + "type": "noted", + "duplicate": true + }, + { + "id": 8628, + "name": "Crystal of power", + "type": "normal", + "duplicate": false + }, + { + "id": 8629, + "name": "Crystal of power", + "type": "noted", + "duplicate": true + }, + { + "id": 8630, + "name": "Globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8631, + "name": "Globe", + "type": "noted", + "duplicate": true + }, + { + "id": 8632, + "name": "Ornamental globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8633, + "name": "Ornamental globe", + "type": "noted", + "duplicate": true + }, + { + "id": 8634, + "name": "Lunar globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8635, + "name": "Lunar globe", + "type": "noted", + "duplicate": true + }, + { + "id": 8636, + "name": "Celestial globe", + "type": "normal", + "duplicate": false + }, + { + "id": 8637, + "name": "Celestial globe", + "type": "noted", + "duplicate": true + }, + { + "id": 8638, + "name": "Armillary sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 8639, + "name": "Armillary sphere", + "type": "noted", + "duplicate": true + }, + { + "id": 8640, + "name": "Small orrery", + "type": "normal", + "duplicate": false + }, + { + "id": 8641, + "name": "Small orrery", + "type": "noted", + "duplicate": true + }, + { + "id": 8642, + "name": "Large orrery", + "type": "normal", + "duplicate": false + }, + { + "id": 8643, + "name": "Large orrery", + "type": "noted", + "duplicate": true + }, + { + "id": 8644, + "name": "Oak telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8645, + "name": "Oak telescope", + "type": "noted", + "duplicate": true + }, + { + "id": 8646, + "name": "Teak telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8647, + "name": "Teak telescope", + "type": "noted", + "duplicate": true + }, + { + "id": 8648, + "name": "Mahogany telescope", + "type": "normal", + "duplicate": false + }, + { + "id": 8649, + "name": "Mahogany telescope", + "type": "noted", + "duplicate": true + }, + { + "id": 8650, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8651, + "name": "Jade dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8652, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8653, + "name": "Jade dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8654, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8655, + "name": "Jade dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8656, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8657, + "name": "Jade dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8658, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8659, + "name": "Pearl dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8660, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8661, + "name": "Pearl dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8662, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8663, + "name": "Pearl dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8664, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8665, + "name": "Pearl dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8666, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8667, + "name": "Topaz dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8668, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8669, + "name": "Topaz dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8670, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8671, + "name": "Topaz dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8672, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8673, + "name": "Topaz dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8674, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8675, + "name": "Sapphire dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8676, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8677, + "name": "Sapphire dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8678, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8679, + "name": "Sapphire dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8680, + "name": "Banner", + "type": "normal", + "duplicate": false + }, + { + "id": 8681, + "name": "Sapphire dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8682, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8683, + "name": "Emerald dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8684, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8685, + "name": "Emerald dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8686, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8687, + "name": "Emerald dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8688, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8689, + "name": "Emerald dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8690, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8691, + "name": "Ruby dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8692, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8693, + "name": "Ruby dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8694, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8695, + "name": "Ruby dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8696, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8697, + "name": "Ruby dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8698, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8699, + "name": "Diamond dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8700, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8701, + "name": "Diamond dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8702, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8703, + "name": "Diamond dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8704, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8705, + "name": "Diamond dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8706, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8707, + "name": "Dragonstone dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8708, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8709, + "name": "Dragonstone dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8710, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8711, + "name": "Dragonstone dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8712, + "name": "Steel heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 8713, + "name": "Dragonstone dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8714, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8715, + "name": "Onyx dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8716, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8717, + "name": "Onyx dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8718, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8719, + "name": "Onyx dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8720, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8721, + "name": "Onyx dragon bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8722, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8723, + "name": "Opal dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8724, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8725, + "name": "Opal dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8726, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8727, + "name": "Opal dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8728, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8729, + "name": "Opal dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8730, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8731, + "name": "Jade dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8732, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8733, + "name": "Jade dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8734, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8735, + "name": "Jade dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8736, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8737, + "name": "Jade dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8738, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8739, + "name": "Pearl dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8740, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8741, + "name": "Pearl dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8742, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8743, + "name": "Pearl dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8744, + "name": "Rune kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8745, + "name": "Pearl dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8746, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8747, + "name": "Topaz dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8748, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8749, + "name": "Topaz dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8750, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8751, + "name": "Topaz dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8752, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8753, + "name": "Topaz dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8754, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8755, + "name": "Sapphire dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8756, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8757, + "name": "Sapphire dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8758, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8759, + "name": "Sapphire dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8760, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8761, + "name": "Sapphire dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8762, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8763, + "name": "Emerald dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8764, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8765, + "name": "Emerald dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8766, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8767, + "name": "Emerald dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8768, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8769, + "name": "Emerald dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8770, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8771, + "name": "Ruby dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8772, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8773, + "name": "Ruby dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8774, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8775, + "name": "Ruby dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8776, + "name": "Steel kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 8777, + "name": "Ruby dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 8778, + "name": "Oak plank", + "type": "normal", + "duplicate": false + }, + { + "id": 8779, + "name": "Oak plank", + "type": "noted", + "duplicate": true + }, + { + "id": 8780, + "name": "Teak plank", + "type": "normal", + "duplicate": false + }, + { + "id": 8781, + "name": "Teak plank", + "type": "noted", + "duplicate": true + }, + { + "id": 8782, + "name": "Mahogany plank", + "type": "normal", + "duplicate": false + }, + { + "id": 8783, + "name": "Mahogany plank", + "type": "noted", + "duplicate": true + }, + { + "id": 8784, + "name": "Gold leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 8785, + "name": "Gold leaf", + "type": "noted", + "duplicate": true + }, + { + "id": 8786, + "name": "Marble block", + "type": "normal", + "duplicate": false + }, + { + "id": 8787, + "name": "Marble block", + "type": "noted", + "duplicate": true + }, + { + "id": 8788, + "name": "Magic stone", + "type": "normal", + "duplicate": false + }, + { + "id": 8789, + "name": "Magic stone", + "type": "noted", + "duplicate": true + }, + { + "id": 8790, + "name": "Bolt of cloth", + "type": "normal", + "duplicate": false + }, + { + "id": 8791, + "name": "Bolt of cloth", + "type": "noted", + "duplicate": true + }, + { + "id": 8792, + "name": "Clockwork", + "type": "normal", + "duplicate": false + }, + { + "id": 8793, + "name": "Clockwork", + "type": "noted", + "duplicate": true + }, + { + "id": 8794, + "name": "Saw", + "type": "normal", + "duplicate": false + }, + { + "id": 8795, + "name": "Saw", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 8836, + "name": "Mahogany logs", + "type": "noted", + "duplicate": true + }, + { + "id": 8837, + "name": "Timber beam", + "type": "normal", + "duplicate": false + }, + { + "id": 8838, + "name": "Timber beam", + "type": "noted", + "duplicate": true + }, + { + "id": 8839, + "name": "Void knight top", + "type": "normal", + "duplicate": false + }, + { + "id": 8840, + "name": "Void knight robe", + "type": "normal", + "duplicate": false + }, + { + "id": 8841, + "name": "Void knight mace", + "type": "normal", + "duplicate": false + }, + { + "id": 8842, + "name": "Void knight gloves", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 8844, + "name": "Bronze defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8845, + "name": "Iron defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8846, + "name": "Steel defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8847, + "name": "Black defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8848, + "name": "Mithril defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8849, + "name": "Adamant defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8850, + "name": "Rune defender", + "type": "normal", + "duplicate": false + }, + { + "id": 8851, + "name": "Warrior guild token", + "type": "normal", + "duplicate": false + }, + { + "id": 8852, + "name": "Warrior guild token", + "type": "normal", + "duplicate": true + }, + { + "id": 8853, + "name": "Warrior guild token", + "type": "normal", + "duplicate": true + }, + { + "id": 8854, + "name": "Warrior guild token", + "type": "normal", + "duplicate": true + }, + { + "id": 8855, + "name": "Warrior guild token", + "type": "normal", + "duplicate": true + }, + { + "id": 8856, + "name": "Defensive shield", + "type": "normal", + "duplicate": false + }, + { + "id": 8857, + "name": "Shot", + "type": "normal", + "duplicate": false + }, + { + "id": 8858, + "name": "18lb shot", + "type": "normal", + "duplicate": false + }, + { + "id": 8859, + "name": "22lb shot", + "type": "normal", + "duplicate": false + }, + { + "id": 8860, + "name": "One barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 8861, + "name": "Two barrels", + "type": "normal", + "duplicate": false + }, + { + "id": 8862, + "name": "Three barrels", + "type": "normal", + "duplicate": false + }, + { + "id": 8863, + "name": "Four barrels", + "type": "normal", + "duplicate": false + }, + { + "id": 8864, + "name": "Five barrels", + "type": "normal", + "duplicate": false + }, + { + "id": 8865, + "name": "Ground ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 8866, + "name": "Steel key", + "type": "normal", + "duplicate": false + }, + { + "id": 8867, + "name": "Bronze key", + "type": "normal", + "duplicate": false + }, + { + "id": 8868, + "name": "Silver key", + "type": "normal", + "duplicate": false + }, + { + "id": 8869, + "name": "Iron key", + "type": "normal", + "duplicate": false + }, + { + "id": 8870, + "name": "Zanik", + "type": "normal", + "duplicate": false + }, + { + "id": 8871, + "name": "Crate with zanik", + "type": "normal", + "duplicate": false + }, + { + "id": 8872, + "name": "Bone dagger", + "type": "normal", + "duplicate": false + }, + { + "id": 8873, + "name": "Bone dagger", + "type": "noted", + "duplicate": true + }, + { + "id": 8874, + "name": "Bone dagger (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 8875, + "name": "Bone dagger (p)", + "type": "noted", + "duplicate": true + }, + { + "id": 8876, + "name": "Bone dagger (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 8877, + "name": "Bone dagger (p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 8878, + "name": "Bone dagger (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 8879, + "name": "Bone dagger (p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 8880, + "name": "Dorgeshuun crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 8881, + "name": "Dorgeshuun crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 8882, + "name": "Bone bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 8883, + "name": "Bone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8884, + "name": "Bone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8885, + "name": "Bone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8886, + "name": "Bone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 8887, + "name": "Zanik", + "type": "normal", + "duplicate": false + }, + { + "id": 8888, + "name": "Zanik (ham)", + "type": "normal", + "duplicate": false + }, + { + "id": 8889, + "name": "Zanik (showdown)", + "type": "normal", + "duplicate": false + }, + { + "id": 8890, + "name": "Coins", + "type": "normal", + "duplicate": false + }, + { + "id": 8891, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8892, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8893, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8894, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8895, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8896, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8897, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8898, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8899, + "name": "Coins", + "type": "normal", + "duplicate": true + }, + { + "id": 8900, + "name": "Cave horror", + "type": "normal", + "duplicate": false + }, + { + "id": 8901, + "name": "Black mask (10)", + "type": "normal", + "duplicate": false + }, + { + "id": 8902, + "name": "Black mask (10)", + "type": "noted", + "duplicate": true + }, + { + "id": 8903, + "name": "Black mask (9)", + "type": "normal", + "duplicate": false + }, + { + "id": 8904, + "name": "Black mask (9)", + "type": "noted", + "duplicate": true + }, + { + "id": 8905, + "name": "Black mask (8)", + "type": "normal", + "duplicate": false + }, + { + "id": 8906, + "name": "Black mask (8)", + "type": "noted", + "duplicate": true + }, + { + "id": 8907, + "name": "Black mask (7)", + "type": "normal", + "duplicate": false + }, + { + "id": 8908, + "name": "Black mask (7)", + "type": "noted", + "duplicate": true + }, + { + "id": 8909, + "name": "Black mask (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 8910, + "name": "Black mask (6)", + "type": "noted", + "duplicate": true + }, + { + "id": 8911, + "name": "Black mask (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 8912, + "name": "Black mask (5)", + "type": "noted", + "duplicate": true + }, + { + "id": 8913, + "name": "Black mask (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 8914, + "name": "Black mask (4)", + "type": "noted", + "duplicate": true + }, + { + "id": 8915, + "name": "Black mask (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 8916, + "name": "Black mask (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 8917, + "name": "Black mask (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 8918, + "name": "Black mask (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 8919, + "name": "Black mask (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 8920, + "name": "Black mask (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 8921, + "name": "Black mask", + "type": "normal", + "duplicate": false + }, + { + "id": 8922, + "name": "Black mask", + "type": "noted", + "duplicate": true + }, + { + "id": 8923, + "name": "Witchwood icon", + "type": "normal", + "duplicate": false + }, + { + "id": 8924, + "name": "Bandana eyepatch", + "type": "normal", + "duplicate": false + }, + { + "id": 8925, + "name": "Bandana eyepatch", + "type": "normal", + "duplicate": false + }, + { + "id": 8926, + "name": "Bandana eyepatch", + "type": "normal", + "duplicate": false + }, + { + "id": 8927, + "name": "Bandana eyepatch", + "type": "normal", + "duplicate": false + }, + { + "id": 8928, + "name": "Hat eyepatch", + "type": "normal", + "duplicate": false + }, + { + "id": 8929, + "name": "Crabclaw hook", + "type": "normal", + "duplicate": false + }, + { + "id": 8930, + "name": "Pipe section", + "type": "normal", + "duplicate": false + }, + { + "id": 8931, + "name": "Pipe section", + "type": "noted", + "duplicate": true + }, + { + "id": 8932, + "name": "Lumber patch", + "type": "normal", + "duplicate": false + }, + { + "id": 8933, + "name": "Lumber patch", + "type": "noted", + "duplicate": true + }, + { + "id": 8934, + "name": "Scrapey tree logs", + "type": "normal", + "duplicate": false + }, + { + "id": 8935, + "name": "Scrapey tree logs", + "type": "noted", + "duplicate": true + }, + { + "id": 8936, + "name": "Blue flowers", + "type": "normal", + "duplicate": false + }, + { + "id": 8937, + "name": "Blue flowers", + "type": "noted", + "duplicate": true + }, + { + "id": 8938, + "name": "Red flowers", + "type": "normal", + "duplicate": false + }, + { + "id": 8939, + "name": "Red flowers", + "type": "noted", + "duplicate": true + }, + { + "id": 8940, + "name": "Rum", + "type": "normal", + "duplicate": false + }, + { + "id": 8941, + "name": "Rum", + "type": "normal", + "duplicate": false + }, + { + "id": 8942, + "name": "Monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8943, + "name": "Blue monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8944, + "name": "Blue monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8945, + "name": "Blue monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8946, + "name": "Red monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8947, + "name": "Red monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8948, + "name": "Red monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 8949, + "name": "Pirate bandana", + "type": "normal", + "duplicate": false + }, + { + "id": 8950, + "name": "Pirate hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8951, + "name": "Pieces of eight", + "type": "normal", + "duplicate": false + }, + { + "id": 8952, + "name": "Blue naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8953, + "name": "Green naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8954, + "name": "Red naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8955, + "name": "Brown naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8956, + "name": "Black naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8957, + "name": "Purple naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8958, + "name": "Grey naval shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 8959, + "name": "Blue tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8960, + "name": "Green tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8961, + "name": "Red tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8962, + "name": "Brown tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8963, + "name": "Black tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8964, + "name": "Purple tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8965, + "name": "Grey tricorn hat", + "type": "normal", + "duplicate": false + }, + { + "id": 8966, + "name": "Cutthroat flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8967, + "name": "Gilded smile flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8968, + "name": "Bronze fist flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8969, + "name": "Lucky shot flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8970, + "name": "Treasure flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8971, + "name": "Phasmatys flag", + "type": "normal", + "duplicate": false + }, + { + "id": 8972, + "name": "Bowl of red water", + "type": "normal", + "duplicate": false + }, + { + "id": 8973, + "name": "Bowl of red water", + "type": "noted", + "duplicate": true + }, + { + "id": 8974, + "name": "Bowl of blue water", + "type": "normal", + "duplicate": false + }, + { + "id": 8975, + "name": "Bowl of blue water", + "type": "noted", + "duplicate": true + }, + { + "id": 8976, + "name": "Bitternut", + "type": "normal", + "duplicate": false + }, + { + "id": 8977, + "name": "Scrapey bark", + "type": "normal", + "duplicate": false + }, + { + "id": 8978, + "name": "Scrapey bark", + "type": "noted", + "duplicate": true + }, + { + "id": 8979, + "name": "Bridge section", + "type": "normal", + "duplicate": false + }, + { + "id": 8980, + "name": "Bridge section", + "type": "noted", + "duplicate": true + }, + { + "id": 8981, + "name": "Sweetgrubs", + "type": "normal", + "duplicate": false + }, + { + "id": 8982, + "name": "Sweetgrubs", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 8984, + "name": "Pieces of eight", + "type": "normal", + "duplicate": true + }, + { + "id": 8985, + "name": "Pieces of eight", + "type": "normal", + "duplicate": true + }, + { + "id": 8986, + "name": "Bucket", + "type": "normal", + "duplicate": false + }, + { + "id": 8987, + "name": "Torch", + "type": "normal", + "duplicate": false + }, + { + "id": 8988, + "name": "The stuff", + "type": "normal", + "duplicate": false + }, + { + "id": 8989, + "name": "Brewin' guide", + "type": "normal", + "duplicate": false + }, + { + "id": 8990, + "name": "Brewin' guide", + "type": "normal", + "duplicate": false + }, + { + "id": 8991, + "name": "Blue navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8992, + "name": "Green navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8993, + "name": "Red navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8994, + "name": "Brown navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8995, + "name": "Black navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8996, + "name": "Purple navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8997, + "name": "Grey navy slacks", + "type": "normal", + "duplicate": false + }, + { + "id": 8998, + "name": "Bandana eyepatch", + "type": "noted", + "duplicate": true + }, + { + "id": 8999, + "name": "Bandana eyepatch", + "type": "noted", + "duplicate": true + }, + { + "id": 9000, + "name": "Bandana eyepatch", + "type": "noted", + "duplicate": true + }, + { + "id": 9001, + "name": "Bandana eyepatch", + "type": "noted", + "duplicate": true + }, + { + "id": 9002, + "name": "Hat eyepatch", + "type": "noted", + "duplicate": true + }, + { + "id": 9003, + "name": "Security book", + "type": "normal", + "duplicate": false + }, + { + "id": 9004, + "name": "Stronghold notes", + "type": "normal", + "duplicate": false + }, + { + "id": 9005, + "name": "Fancy boots", + "type": "normal", + "duplicate": false + }, + { + "id": 9006, + "name": "Fighting boots", + "type": "normal", + "duplicate": false + }, + { + "id": 9007, + "name": "Right skull half", + "type": "normal", + "duplicate": false + }, + { + "id": 9008, + "name": "Left skull half", + "type": "normal", + "duplicate": false + }, + { + "id": 9009, + "name": "Strange skull", + "type": "normal", + "duplicate": false + }, + { + "id": 9010, + "name": "Top of sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 9011, + "name": "Bottom of sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 9012, + "name": "Runed sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 9013, + "name": "Skull sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 9014, + "name": "Security book", + "type": "noted", + "duplicate": true + }, + { + "id": 9015, + "name": "Stronghold notes", + "type": "noted", + "duplicate": true + }, + { + "id": 9016, + "name": "Gorak claws", + "type": "normal", + "duplicate": false + }, + { + "id": 9017, + "name": "Star flower", + "type": "normal", + "duplicate": false + }, + { + "id": 9018, + "name": "Gorak claw powder", + "type": "normal", + "duplicate": false + }, + { + "id": 9019, + "name": "Magic essence (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9020, + "name": "Queen's secateurs", + "type": "normal", + "duplicate": false + }, + { + "id": 9021, + "name": "Magic essence(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 9022, + "name": "Magic essence(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 9023, + "name": "Magic essence(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 9024, + "name": "Magic essence(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 9025, + "name": "Nuff's certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 9026, + "name": "Ivory comb", + "type": "normal", + "duplicate": false + }, + { + "id": 9027, + "name": "Ivory comb", + "type": "noted", + "duplicate": true + }, + { + "id": 9028, + "name": "Golden scarab", + "type": "normal", + "duplicate": false + }, + { + "id": 9029, + "name": "Golden scarab", + "type": "noted", + "duplicate": true + }, + { + "id": 9030, + "name": "Stone scarab", + "type": "normal", + "duplicate": false + }, + { + "id": 9031, + "name": "Stone scarab", + "type": "noted", + "duplicate": true + }, + { + "id": 9032, + "name": "Pottery scarab", + "type": "normal", + "duplicate": false + }, + { + "id": 9033, + "name": "Pottery scarab", + "type": "noted", + "duplicate": true + }, + { + "id": 9034, + "name": "Golden statuette", + "type": "normal", + "duplicate": false + }, + { + "id": 9035, + "name": "Golden statuette", + "type": "noted", + "duplicate": true + }, + { + "id": 9036, + "name": "Pottery statuette", + "type": "normal", + "duplicate": false + }, + { + "id": 9037, + "name": "Pottery statuette", + "type": "noted", + "duplicate": true + }, + { + "id": 9038, + "name": "Stone statuette", + "type": "normal", + "duplicate": false + }, + { + "id": 9039, + "name": "Stone statuette", + "type": "noted", + "duplicate": true + }, + { + "id": 9040, + "name": "Gold seal", + "type": "normal", + "duplicate": false + }, + { + "id": 9041, + "name": "Gold seal", + "type": "noted", + "duplicate": true + }, + { + "id": 9042, + "name": "Stone seal", + "type": "normal", + "duplicate": false + }, + { + "id": 9043, + "name": "Stone seal", + "type": "noted", + "duplicate": true + }, + { + "id": 9044, + "name": "Pharaoh's sceptre (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 9045, + "name": "Pharaoh's sceptre (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 9046, + "name": "Pharaoh's sceptre (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 9047, + "name": "Pharaoh's sceptre (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 9048, + "name": "Pharaoh's sceptre (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 9049, + "name": "Pharaoh's sceptre (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 9050, + "name": "Pharaoh's sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 9051, + "name": "Pharaoh's sceptre", + "type": "noted", + "duplicate": true + }, + { + "id": 9052, + "name": "Locust meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9053, + "name": "Locust meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9054, + "name": "Red goblin mail", + "type": "normal", + "duplicate": false + }, + { + "id": 9055, + "name": "Black goblin mail", + "type": "normal", + "duplicate": false + }, + { + "id": 9056, + "name": "Yellow goblin mail", + "type": "normal", + "duplicate": false + }, + { + "id": 9057, + "name": "Green goblin mail", + "type": "normal", + "duplicate": false + }, + { + "id": 9058, + "name": "Purple goblin mail", + "type": "normal", + "duplicate": false + }, + { + "id": 9059, + "name": "Pink goblin mail", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + { + "id": 9064, + "name": "Emerald lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 9065, + "name": "Emerald lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 9066, + "name": "Emerald lens", + "type": "normal", + "duplicate": false + }, + { + "id": 9067, + "name": "Dream log", + "type": "normal", + "duplicate": false + }, + { + "id": 9068, + "name": "Moonclan helm", + "type": "normal", + "duplicate": false + }, + { + "id": 9069, + "name": "Moonclan hat", + "type": "normal", + "duplicate": false + }, + { + "id": 9070, + "name": "Moonclan armour", + "type": "normal", + "duplicate": false + }, + { + "id": 9071, + "name": "Moonclan skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 9072, + "name": "Moonclan gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 9073, + "name": "Moonclan boots", + "type": "normal", + "duplicate": false + }, + { + "id": 9074, + "name": "Moonclan cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9075, + "name": "Astral rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9076, + "name": "Lunar ore", + "type": "normal", + "duplicate": false + }, + { + "id": 9077, + "name": "Lunar bar", + "type": "normal", + "duplicate": false + }, + { + "id": 9078, + "name": "Moonclan manual", + "type": "normal", + "duplicate": false + }, + { + "id": 9079, + "name": "Suqah tooth", + "type": "normal", + "duplicate": false + }, + { + "id": 9080, + "name": "Suqah hide", + "type": "normal", + "duplicate": false + }, + { + "id": 9081, + "name": "Suqah leather", + "type": "normal", + "duplicate": false + }, + { + "id": 9082, + "name": "Ground tooth", + "type": "normal", + "duplicate": false + }, + { + "id": 9083, + "name": "Seal of passage", + "type": "normal", + "duplicate": false + }, + { + "id": 9084, + "name": "Lunar staff", + "type": "normal", + "duplicate": false + }, + { + "id": 9085, + "name": "Empty vial", + "type": "normal", + "duplicate": false + }, + { + "id": 9086, + "name": "Vial of water", + "type": "normal", + "duplicate": false + }, + { + "id": 9087, + "name": "Waking sleep vial", + "type": "normal", + "duplicate": false + }, + { + "id": 9088, + "name": "Guam vial", + "type": "normal", + "duplicate": false + }, + { + "id": 9089, + "name": "Marr vial", + "type": "normal", + "duplicate": false + }, + { + "id": 9090, + "name": "Guam-marr vial", + "type": "normal", + "duplicate": false + }, + { + "id": 9091, + "name": "Lunar staff - pt1", + "type": "normal", + "duplicate": false + }, + { + "id": 9092, + "name": "Lunar staff - pt2", + "type": "normal", + "duplicate": false + }, + { + "id": 9093, + "name": "Lunar staff - pt3", + "type": "normal", + "duplicate": false + }, + { + "id": 9094, + "name": "Kindling", + "type": "normal", + "duplicate": false + }, + { + "id": 9095, + "name": "Soaked kindling", + "type": "normal", + "duplicate": false + }, + { + "id": 9096, + "name": "Lunar helm", + "type": "normal", + "duplicate": false + }, + { + "id": 9097, + "name": "Lunar torso", + "type": "normal", + "duplicate": false + }, + { + "id": 9098, + "name": "Lunar legs", + "type": "normal", + "duplicate": false + }, + { + "id": 9099, + "name": "Lunar gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 9100, + "name": "Lunar boots", + "type": "normal", + "duplicate": false + }, + { + "id": 9101, + "name": "Lunar cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9102, + "name": "Lunar amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 9103, + "name": "A special tiara", + "type": "normal", + "duplicate": false + }, + { + "id": 9104, + "name": "Lunar ring", + "type": "normal", + "duplicate": false + }, + { + "id": 9105, + "name": "Suqah monster", + "type": "normal", + "duplicate": false + }, + { + "id": 9106, + "name": "Astral tiara", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 9139, + "name": "Blurite bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9140, + "name": "Iron bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9141, + "name": "Steel bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9142, + "name": "Mithril bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9143, + "name": "Adamant bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9144, + "name": "Runite bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9145, + "name": "Silver bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9146, + "name": "Blurite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9147, + "name": "Blurite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9148, + "name": "Blurite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9149, + "name": "Blurite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9150, + "name": "Iron bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9151, + "name": "Iron bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9152, + "name": "Iron bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9153, + "name": "Iron bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9154, + "name": "Steel bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9155, + "name": "Steel bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9156, + "name": "Steel bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9157, + "name": "Steel bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9158, + "name": "Mithril bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9159, + "name": "Mithril bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9160, + "name": "Mithril bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9161, + "name": "Mithril bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9162, + "name": "Adamant bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9163, + "name": "Adamant bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9164, + "name": "Adamant bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9165, + "name": "Adamant bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9166, + "name": "Runite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9167, + "name": "Runite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9168, + "name": "Runite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9169, + "name": "Runite bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9170, + "name": "Silver bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9171, + "name": "Silver bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9172, + "name": "Silver bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9173, + "name": "Silver bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9174, + "name": "Bronze crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9175, + "name": "Bronze crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9176, + "name": "Blurite crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9177, + "name": "Iron crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9178, + "name": "Iron crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9179, + "name": "Steel crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9180, + "name": "Steel crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9181, + "name": "Mithril crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9182, + "name": "Mithril crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9183, + "name": "Adamant crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9184, + "name": "Adamant crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9185, + "name": "Rune crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 9186, + "name": "Rune crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 9187, + "name": "Jade bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9188, + "name": "Topaz bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9189, + "name": "Sapphire bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9190, + "name": "Emerald bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9191, + "name": "Ruby bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9192, + "name": "Diamond bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9193, + "name": "Dragonstone bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9194, + "name": "Onyx bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 9195, + "name": "Jade bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9196, + "name": "Jade bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9197, + "name": "Jade bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9198, + "name": "Jade bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9199, + "name": "Opal bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9200, + "name": "Opal bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9201, + "name": "Opal bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9202, + "name": "Opal bolt tips", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + null, + { + "id": 9207, + "name": "Topaz bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9208, + "name": "Topaz bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9209, + "name": "Topaz bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9210, + "name": "Topaz bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9211, + "name": "Sapphire bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9212, + "name": "Sapphire bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9213, + "name": "Sapphire bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9214, + "name": "Sapphire bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9215, + "name": "Emerald bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9216, + "name": "Emerald bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9217, + "name": "Emerald bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9218, + "name": "Emerald bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9219, + "name": "Ruby bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9220, + "name": "Ruby bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9221, + "name": "Ruby bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9222, + "name": "Ruby bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9223, + "name": "Diamond bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9224, + "name": "Diamond bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9225, + "name": "Diamond bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9226, + "name": "Diamond bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9227, + "name": "Dragonstone bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9228, + "name": "Dragonstone bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9229, + "name": "Dragonstone bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9230, + "name": "Dragonstone bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9231, + "name": "Onyx bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9232, + "name": "Onyx bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9233, + "name": "Onyx bolt tips", + "type": "normal", + "duplicate": true + }, + { + "id": 9234, + "name": "Onyx bolt tips", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 9236, + "name": "Opal bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9237, + "name": "Jade bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9238, + "name": "Pearl bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9239, + "name": "Topaz bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9240, + "name": "Sapphire bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9241, + "name": "Emerald bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9242, + "name": "Ruby bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9243, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9244, + "name": "Dragonstone bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9245, + "name": "Onyx bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 9246, + "name": "Opal bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9247, + "name": "Opal bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9248, + "name": "Opal bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9249, + "name": "Opal bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9250, + "name": "Pearl bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9251, + "name": "Pearl bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9252, + "name": "Pearl bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9253, + "name": "Pearl bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9254, + "name": "Jade bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9255, + "name": "Jade bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9256, + "name": "Jade bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9257, + "name": "Jade bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9258, + "name": "Topaz bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9259, + "name": "Topaz bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9260, + "name": "Topaz bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9261, + "name": "Topaz bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9262, + "name": "Sapphire bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9263, + "name": "Sapphire bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9264, + "name": "Sapphire bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9265, + "name": "Sapphire bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9266, + "name": "Emerald bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9267, + "name": "Emerald bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9268, + "name": "Emerald bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9269, + "name": "Emerald bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9270, + "name": "Ruby bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9271, + "name": "Ruby bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9272, + "name": "Ruby bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9273, + "name": "Ruby bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9274, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9275, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9276, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9277, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9278, + "name": "Dragonstone bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9279, + "name": "Dragonstone bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9280, + "name": "Dragonstone bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9281, + "name": "Dragonstone bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9282, + "name": "Onyx bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9283, + "name": "Onyx bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9284, + "name": "Onyx bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9285, + "name": "Onyx bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 9286, + "name": "Blurite bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9287, + "name": "Iron bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9288, + "name": "Steel bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9289, + "name": "Mithril bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9290, + "name": "Adamant bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9291, + "name": "Runite bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9292, + "name": "Silver bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 9293, + "name": "Blurite bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9294, + "name": "Iron bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9295, + "name": "Steel bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9296, + "name": "Mithril bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9297, + "name": "Adamant bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9298, + "name": "Runite bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9299, + "name": "Silver bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 9300, + "name": "Blurite bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9301, + "name": "Iron bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9302, + "name": "Steel bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9303, + "name": "Mithril bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9304, + "name": "Adamant bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9305, + "name": "Runite bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9306, + "name": "Silver bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 9307, + "name": "Blurite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9308, + "name": "Blurite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9309, + "name": "Blurite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9310, + "name": "Blurite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9311, + "name": "Iron bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9312, + "name": "Iron bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9313, + "name": "Iron bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9314, + "name": "Iron bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9315, + "name": "Steel bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9316, + "name": "Steel bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9317, + "name": "Steel bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9318, + "name": "Steel bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9319, + "name": "Mithril bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9320, + "name": "Mithril bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9321, + "name": "Mithril bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9322, + "name": "Mithril bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9323, + "name": "Adamant bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9324, + "name": "Adamant bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9325, + "name": "Adamant bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9326, + "name": "Adamant bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9327, + "name": "Runite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9328, + "name": "Runite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9329, + "name": "Runite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9330, + "name": "Runite bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9331, + "name": "Silver bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9332, + "name": "Silver bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9333, + "name": "Silver bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9334, + "name": "Silver bolts (p)", + "type": "normal", + "duplicate": true + }, + { + "id": 9335, + "name": "Jade bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9336, + "name": "Topaz bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9337, + "name": "Sapphire bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9338, + "name": "Emerald bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9339, + "name": "Ruby bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9340, + "name": "Diamond bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9341, + "name": "Dragonstone bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9342, + "name": "Onyx bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 9343, + "name": "Jade bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9344, + "name": "Jade bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9345, + "name": "Jade bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9346, + "name": "Jade bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9347, + "name": "Topaz bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9348, + "name": "Topaz bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9349, + "name": "Topaz bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9350, + "name": "Topaz bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9351, + "name": "Sapphire bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9352, + "name": "Sapphire bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9353, + "name": "Sapphire bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9354, + "name": "Sapphire bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9355, + "name": "Emerald bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9356, + "name": "Emerald bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9357, + "name": "Emerald bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9358, + "name": "Emerald bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9359, + "name": "Ruby bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9360, + "name": "Ruby bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9361, + "name": "Ruby bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9362, + "name": "Ruby bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9363, + "name": "Diamond bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9364, + "name": "Diamond bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9365, + "name": "Diamond bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9366, + "name": "Diamond bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9367, + "name": "Dragonstone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9368, + "name": "Dragonstone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9369, + "name": "Dragonstone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9370, + "name": "Dragonstone bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9371, + "name": "Onyx bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9372, + "name": "Onyx bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9373, + "name": "Onyx bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9374, + "name": "Onyx bolts", + "type": "normal", + "duplicate": true + }, + { + "id": 9375, + "name": "Bronze bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9376, + "name": "Blurite bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9377, + "name": "Iron bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9378, + "name": "Steel bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9379, + "name": "Mithril bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9380, + "name": "Adamant bolts(unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9381, + "name": "Runite bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9382, + "name": "Silver bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 9383, + "name": "Bronze bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9384, + "name": "Bronze bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9385, + "name": "Bronze bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9386, + "name": "Bronze bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9387, + "name": "Blurite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9388, + "name": "Blurite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9389, + "name": "Blurite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9390, + "name": "Blurite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9391, + "name": "Iron bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9392, + "name": "Iron bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9393, + "name": "Iron bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9394, + "name": "Iron bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9395, + "name": "Steel bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9396, + "name": "Steel bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9397, + "name": "Steel bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9398, + "name": "Steel bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9399, + "name": "Mithril bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9400, + "name": "Mithril bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9401, + "name": "Mithril bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9402, + "name": "Mithril bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9403, + "name": "Adamant bolts(unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9404, + "name": "Adamant bolts(unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9405, + "name": "Adamant bolts(unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9406, + "name": "Adamant bolts(unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9407, + "name": "Runite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9408, + "name": "Runite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9409, + "name": "Runite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9410, + "name": "Runite bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9411, + "name": "Silver bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9412, + "name": "Silver bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9413, + "name": "Silver bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9414, + "name": "Silver bolts (unf)", + "type": "normal", + "duplicate": true + }, + { + "id": 9415, + "name": "Grapple", + "type": "normal", + "duplicate": false + }, + { + "id": 9416, + "name": "Mith grapple tip", + "type": "normal", + "duplicate": false + }, + { + "id": 9417, + "name": "Mith grapple tip", + "type": "noted", + "duplicate": true + }, + { + "id": 9418, + "name": "Mith grapple", + "type": "normal", + "duplicate": false + }, + { + "id": 9419, + "name": "Mith grapple", + "type": "normal", + "duplicate": false + }, + { + "id": 9420, + "name": "Bronze limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9421, + "name": "Bronze limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9422, + "name": "Blurite limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9423, + "name": "Iron limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9424, + "name": "Iron limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9425, + "name": "Steel limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9426, + "name": "Steel limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9427, + "name": "Mithril limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9428, + "name": "Mithril limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9429, + "name": "Adamantite limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9430, + "name": "Adamantite limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9431, + "name": "Runite limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 9432, + "name": "Runite limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 9433, + "name": "Bolt pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 9434, + "name": "Bolt mould", + "type": "normal", + "duplicate": false + }, + { + "id": 9435, + "name": "Bolt mould", + "type": "noted", + "duplicate": true + }, + { + "id": 9436, + "name": "Sinew", + "type": "normal", + "duplicate": false + }, + { + "id": 9437, + "name": "Sinew", + "type": "noted", + "duplicate": true + }, + { + "id": 9438, + "name": "Crossbow string", + "type": "normal", + "duplicate": false + }, + { + "id": 9439, + "name": "Crossbow string", + "type": "noted", + "duplicate": true + }, + { + "id": 9440, + "name": "Wooden stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9441, + "name": "Wooden stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9442, + "name": "Oak stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9443, + "name": "Oak stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9444, + "name": "Willow stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9445, + "name": "Willow stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9446, + "name": "Teak stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9447, + "name": "Teak stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9448, + "name": "Maple stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9449, + "name": "Maple stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9450, + "name": "Mahogany stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9451, + "name": "Mahogany stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9452, + "name": "Yew stock", + "type": "normal", + "duplicate": false + }, + { + "id": 9453, + "name": "Yew stock", + "type": "noted", + "duplicate": true + }, + { + "id": 9454, + "name": "Bronze crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9455, + "name": "Bronze crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9456, + "name": "Blurite crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9457, + "name": "Iron crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9458, + "name": "Iron crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9459, + "name": "Steel crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9460, + "name": "Steel crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9461, + "name": "Mithril crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9462, + "name": "Mithril crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9463, + "name": "Adamant crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9464, + "name": "Adamant crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9465, + "name": "Runite crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 9466, + "name": "Runite crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 9467, + "name": "Blurite bar", + "type": "normal", + "duplicate": false + }, + { + "id": 9468, + "name": "Sawdust", + "type": "normal", + "duplicate": false + }, + { + "id": 9469, + "name": "Grand seed pod", + "type": "normal", + "duplicate": false + }, + { + "id": 9470, + "name": "Gnome scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 9471, + "name": "Gnome scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 9472, + "name": "Gnome goggles", + "type": "normal", + "duplicate": false + }, + { + "id": 9473, + "name": "Gnome goggles", + "type": "noted", + "duplicate": true + }, + { + "id": 9474, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 9475, + "name": "Mint cake", + "type": "normal", + "duplicate": false + }, + { + "id": 9476, + "name": "Mint cake", + "type": "noted", + "duplicate": true + }, + { + "id": 9477, + "name": "Aluft aloft box", + "type": "normal", + "duplicate": false + }, + { + "id": 9478, + "name": "Half made batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9479, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9480, + "name": "Half made batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9481, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9482, + "name": "Half made batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9483, + "name": "Half made batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9484, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9485, + "name": "Half made batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9486, + "name": "Unfinished batta", + "type": "normal", + "duplicate": false + }, + { + "id": 9487, + "name": "Wizard blizzard", + "type": "normal", + "duplicate": true + }, + { + "id": 9488, + "name": "Wizard blizzard", + "type": "noted", + "duplicate": true + }, + { + "id": 9489, + "name": "Wizard blizzard", + "type": "normal", + "duplicate": true + }, + { + "id": 9490, + "name": "Wizard blizzard", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 9508, + "name": "Wizard blizzard", + "type": "normal", + "duplicate": true + }, + { + "id": 9509, + "name": "Wizard blizzard", + "type": "noted", + "duplicate": true + }, + { + "id": 9510, + "name": "Short green guy", + "type": "normal", + "duplicate": true + }, + { + "id": 9511, + "name": "Short green guy", + "type": "noted", + "duplicate": true + }, + { + "id": 9512, + "name": "Pineapple punch", + "type": "normal", + "duplicate": true + }, + { + "id": 9513, + "name": "Pineapple punch", + "type": "noted", + "duplicate": true + }, + { + "id": 9514, + "name": "Fruit blast", + "type": "normal", + "duplicate": true + }, + { + "id": 9515, + "name": "Fruit blast", + "type": "noted", + "duplicate": true + }, + { + "id": 9516, + "name": "Drunk dragon", + "type": "normal", + "duplicate": true + }, + { + "id": 9517, + "name": "Drunk dragon", + "type": "noted", + "duplicate": true + }, + { + "id": 9518, + "name": "Choc saturday", + "type": "normal", + "duplicate": true + }, + { + "id": 9519, + "name": "Choc saturday", + "type": "noted", + "duplicate": true + }, + { + "id": 9520, + "name": "Blurberry special", + "type": "normal", + "duplicate": true + }, + { + "id": 9521, + "name": "Blurberry special", + "type": "noted", + "duplicate": true + }, + { + "id": 9522, + "name": "Batta tin", + "type": "normal", + "duplicate": true + }, + { + "id": 9523, + "name": "Batta tin", + "type": "noted", + "duplicate": true + }, + { + "id": 9524, + "name": "Batta tin", + "type": "normal", + "duplicate": true + }, + { + "id": 9525, + "name": "Batta tin", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 9527, + "name": "Fruit batta", + "type": "normal", + "duplicate": true + }, + { + "id": 9528, + "name": "Fruit batta", + "type": "noted", + "duplicate": true + }, + { + "id": 9529, + "name": "Toad batta", + "type": "normal", + "duplicate": true + }, + { + "id": 9530, + "name": "Toad batta", + "type": "noted", + "duplicate": true + }, + { + "id": 9531, + "name": "Worm batta", + "type": "normal", + "duplicate": true + }, + { + "id": 9532, + "name": "Worm batta", + "type": "noted", + "duplicate": true + }, + { + "id": 9533, + "name": "Vegetable batta", + "type": "normal", + "duplicate": true + }, + { + "id": 9534, + "name": "Vegetable batta", + "type": "noted", + "duplicate": true + }, + { + "id": 9535, + "name": "Cheese+tom batta", + "type": "normal", + "duplicate": true + }, + { + "id": 9536, + "name": "Cheese+tom batta", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 9538, + "name": "Toad crunchies", + "type": "normal", + "duplicate": true + }, + { + "id": 9539, + "name": "Toad crunchies", + "type": "noted", + "duplicate": true + }, + { + "id": 9540, + "name": "Spicy crunchies", + "type": "normal", + "duplicate": true + }, + { + "id": 9541, + "name": "Spicy crunchies", + "type": "noted", + "duplicate": true + }, + { + "id": 9542, + "name": "Worm crunchies", + "type": "normal", + "duplicate": true + }, + { + "id": 9543, + "name": "Worm crunchies", + "type": "noted", + "duplicate": true + }, + { + "id": 9544, + "name": "Chocchip crunchies", + "type": "normal", + "duplicate": true + }, + { + "id": 9545, + "name": "Chocchip crunchies", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 9547, + "name": "Worm hole", + "type": "normal", + "duplicate": true + }, + { + "id": 9548, + "name": "Worm hole", + "type": "noted", + "duplicate": true + }, + { + "id": 9549, + "name": "Veg ball", + "type": "normal", + "duplicate": true + }, + { + "id": 9550, + "name": "Veg ball", + "type": "noted", + "duplicate": true + }, + { + "id": 9551, + "name": "Tangled toads' legs", + "type": "normal", + "duplicate": false + }, + { + "id": 9552, + "name": "Tangled toads' legs", + "type": "noted", + "duplicate": true + }, + { + "id": 9553, + "name": "Chocolate bomb", + "type": "normal", + "duplicate": true + }, + { + "id": 9554, + "name": "Chocolate bomb", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + { + "id": 9558, + "name": "Half made bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9559, + "name": "Half made bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9560, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9561, + "name": "Half made bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9562, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9563, + "name": "Half made bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9564, + "name": "Unfinished bowl", + "type": "normal", + "duplicate": false + }, + { + "id": 9565, + "name": "Cocktail shaker", + "type": "noted", + "duplicate": true + }, + { + "id": 9566, + "name": "Mixed blizzard", + "type": "normal", + "duplicate": false + }, + { + "id": 9567, + "name": "Mixed sgg", + "type": "normal", + "duplicate": false + }, + { + "id": 9568, + "name": "Mixed blast", + "type": "normal", + "duplicate": false + }, + { + "id": 9569, + "name": "Mixed punch", + "type": "normal", + "duplicate": false + }, + { + "id": 9570, + "name": "Mixed special", + "type": "normal", + "duplicate": false + }, + { + "id": 9571, + "name": "Mixed saturday", + "type": "normal", + "duplicate": false + }, + { + "id": 9572, + "name": "Mixed saturday", + "type": "normal", + "duplicate": false + }, + { + "id": 9573, + "name": "Mixed saturday", + "type": "normal", + "duplicate": false + }, + { + "id": 9574, + "name": "Mixed dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 9575, + "name": "Mixed dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 9576, + "name": "Mixed dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 9577, + "name": "Half made crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9578, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9579, + "name": "Half made crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9580, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9581, + "name": "Half made crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9582, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9583, + "name": "Half made crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9584, + "name": "Unfinished crunchy", + "type": "normal", + "duplicate": false + }, + { + "id": 9585, + "name": "Batta tin", + "type": "noted", + "duplicate": true + }, + { + "id": 9586, + "name": "Crunchy tray", + "type": "noted", + "duplicate": true + }, + { + "id": 9587, + "name": "Gnomebowl mould", + "type": "noted", + "duplicate": true + }, + { + "id": 9588, + "name": "Raw crunchies", + "type": "noted", + "duplicate": true + }, + { + "id": 9589, + "name": "Dossier", + "type": "normal", + "duplicate": false + }, + { + "id": 9590, + "name": "Dossier", + "type": "normal", + "duplicate": false + }, + { + "id": 9591, + "name": "Broken cauldron", + "type": "normal", + "duplicate": false + }, + { + "id": 9592, + "name": "Magic glue", + "type": "normal", + "duplicate": false + }, + { + "id": 9593, + "name": "Weird gloop", + "type": "normal", + "duplicate": false + }, + { + "id": 9594, + "name": "Ground mud runes", + "type": "normal", + "duplicate": false + }, + { + "id": 9595, + "name": "Hazelmere's book", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 9597, + "name": "A red circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9598, + "name": "A red triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9599, + "name": "A red square", + "type": "normal", + "duplicate": false + }, + { + "id": 9600, + "name": "A red pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9601, + "name": "An orange circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9602, + "name": "An orange triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9603, + "name": "An orange square", + "type": "normal", + "duplicate": false + }, + { + "id": 9604, + "name": "Orange pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9605, + "name": "A yellow circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9606, + "name": "A yellow triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9607, + "name": "A yellow square", + "type": "normal", + "duplicate": false + }, + { + "id": 9608, + "name": "A yellow pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9609, + "name": "A green circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9610, + "name": "A green triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9611, + "name": "A green square", + "type": "normal", + "duplicate": false + }, + { + "id": 9612, + "name": "A green pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9613, + "name": "A blue circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9614, + "name": "A blue triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9615, + "name": "A blue square", + "type": "normal", + "duplicate": false + }, + { + "id": 9616, + "name": "A blue pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9617, + "name": "An indigo circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9618, + "name": "An indigo triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9619, + "name": "An indigo square", + "type": "normal", + "duplicate": false + }, + { + "id": 9620, + "name": "An indigo pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9621, + "name": "A violet circle", + "type": "normal", + "duplicate": false + }, + { + "id": 9622, + "name": "A violet triangle", + "type": "normal", + "duplicate": false + }, + { + "id": 9623, + "name": "A violet square", + "type": "normal", + "duplicate": false + }, + { + "id": 9624, + "name": "A violet pentagon", + "type": "normal", + "duplicate": false + }, + { + "id": 9625, + "name": "Crystal saw", + "type": "normal", + "duplicate": false + }, + { + "id": 9626, + "name": "Crystal saw seed", + "type": "normal", + "duplicate": false + }, + { + "id": 9627, + "name": "A handwritten book", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 9629, + "name": "Tyras helm", + "type": "normal", + "duplicate": false + }, + { + "id": 9630, + "name": "Tyras helm", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 9632, + "name": "Daeyalt ore", + "type": "normal", + "duplicate": false + }, + { + "id": 9633, + "name": "Message", + "type": "normal", + "duplicate": false + }, + { + "id": 9634, + "name": "Vyrewatch top", + "type": "normal", + "duplicate": false + }, + { + "id": 9635, + "name": "Vyrewatch top", + "type": "noted", + "duplicate": true + }, + { + "id": 9636, + "name": "Vyrewatch legs", + "type": "normal", + "duplicate": false + }, + { + "id": 9637, + "name": "Vyrewatch legs", + "type": "noted", + "duplicate": true + }, + { + "id": 9638, + "name": "Vyrewatch shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 9639, + "name": "Vyrewatch shoes", + "type": "noted", + "duplicate": true + }, + { + "id": 9640, + "name": "Citizen top", + "type": "normal", + "duplicate": false + }, + { + "id": 9641, + "name": "Citizen top", + "type": "noted", + "duplicate": true + }, + { + "id": 9642, + "name": "Citizen trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 9643, + "name": "Citizen trousers", + "type": "noted", + "duplicate": true + }, + { + "id": 9644, + "name": "Citizen shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 9645, + "name": "Citizen shoes", + "type": "noted", + "duplicate": true + }, + { + "id": 9646, + "name": "Castle sketch 1", + "type": "normal", + "duplicate": false + }, + { + "id": 9647, + "name": "Castle sketch 2", + "type": "normal", + "duplicate": false + }, + { + "id": 9648, + "name": "Castle sketch 3", + "type": "normal", + "duplicate": false + }, + { + "id": 9649, + "name": "Message", + "type": "normal", + "duplicate": false + }, + { + "id": 9650, + "name": "Blood tithe pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 9651, + "name": "Large ornate key", + "type": "normal", + "duplicate": false + }, + { + "id": 9652, + "name": "Haemalchemy volume 1", + "type": "normal", + "duplicate": false + }, + { + "id": 9653, + "name": "Sealed message", + "type": "normal", + "duplicate": false + }, + { + "id": 9654, + "name": "Door key", + "type": "normal", + "duplicate": false + }, + { + "id": 9655, + "name": "Ladder top", + "type": "normal", + "duplicate": false + }, + { + "id": 9656, + "name": "Tome of experience (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 9657, + "name": "Tome of experience (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 9658, + "name": "Tome of experience (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 9659, + "name": "Bucket of water", + "type": "normal", + "duplicate": false + }, + { + "id": 9660, + "name": "Bucket", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 9662, + "name": "Useless key", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 9665, + "name": "Torch", + "type": "normal", + "duplicate": false + }, + { + "id": 9666, + "name": "Proselyte harness m", + "type": "normal", + "duplicate": false + }, + { + "id": 9667, + "name": "Proselyte harness m", + "type": "noted", + "duplicate": true + }, + { + "id": 9668, + "name": "Initiate harness m", + "type": "normal", + "duplicate": false + }, + { + "id": 9669, + "name": "Initiate harness m", + "type": "noted", + "duplicate": true + }, + { + "id": 9670, + "name": "Proselyte harness f", + "type": "normal", + "duplicate": false + }, + { + "id": 9671, + "name": "Proselyte harness f", + "type": "noted", + "duplicate": true + }, + { + "id": 9672, + "name": "Proselyte sallet", + "type": "normal", + "duplicate": false + }, + { + "id": 9673, + "name": "Proselyte sallet", + "type": "noted", + "duplicate": true + }, + { + "id": 9674, + "name": "Proselyte hauberk", + "type": "normal", + "duplicate": false + }, + { + "id": 9675, + "name": "Proselyte hauberk", + "type": "noted", + "duplicate": true + }, + { + "id": 9676, + "name": "Proselyte cuisse", + "type": "normal", + "duplicate": false + }, + { + "id": 9677, + "name": "Proselyte cuisse", + "type": "noted", + "duplicate": true + }, + { + "id": 9678, + "name": "Proselyte tasset", + "type": "normal", + "duplicate": false + }, + { + "id": 9679, + "name": "Proselyte tasset", + "type": "noted", + "duplicate": true + }, + { + "id": 9680, + "name": "Sea slug glue", + "type": "normal", + "duplicate": false + }, + { + "id": 9681, + "name": "Commorb v2", + "type": "normal", + "duplicate": false + }, + { + "id": 9682, + "name": "Door transcription", + "type": "normal", + "duplicate": false + }, + { + "id": 9683, + "name": "Dead sea slug", + "type": "normal", + "duplicate": false + }, + { + "id": 9684, + "name": "Page 1", + "type": "normal", + "duplicate": false + }, + { + "id": 9685, + "name": "Page 2", + "type": "normal", + "duplicate": false + }, + { + "id": 9686, + "name": "Page 3", + "type": "normal", + "duplicate": false + }, + { + "id": 9687, + "name": "Fragment 1", + "type": "normal", + "duplicate": false + }, + { + "id": 9688, + "name": "Fragment 2", + "type": "normal", + "duplicate": false + }, + { + "id": 9689, + "name": "Fragment 3", + "type": "normal", + "duplicate": false + }, + { + "id": 9690, + "name": "Blank water rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9691, + "name": "Water rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9692, + "name": "Blank air rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9693, + "name": "Air rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9694, + "name": "Blank earth rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9695, + "name": "Earth rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9696, + "name": "Blank mind rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9697, + "name": "Mind rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9698, + "name": "Blank fire rune", + "type": "normal", + "duplicate": false + }, + { + "id": 9699, + "name": "Fire rune", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 9701, + "name": "Torch", + "type": "noted", + "duplicate": true + }, + { + "id": 9702, + "name": "Stick", + "type": "normal", + "duplicate": false + }, + { + "id": 9703, + "name": "Training sword", + "type": "normal", + "duplicate": false + }, + { + "id": 9704, + "name": "Training shield", + "type": "normal", + "duplicate": false + }, + { + "id": 9705, + "name": "Training bow", + "type": "normal", + "duplicate": false + }, + { + "id": 9706, + "name": "Training arrows", + "type": "normal", + "duplicate": false + }, + { + "id": 9707, + "name": "Training arrows", + "type": "normal", + "duplicate": true + }, + { + "id": 9708, + "name": "Training arrows", + "type": "normal", + "duplicate": true + }, + { + "id": 9709, + "name": "Training arrows", + "type": "normal", + "duplicate": true + }, + { + "id": 9710, + "name": "Training arrows", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + null, + { + "id": 9715, + "name": "Slashed book", + "type": "normal", + "duplicate": false + }, + { + "id": 9716, + "name": "Rock", + "type": "normal", + "duplicate": false + }, + { + "id": 9717, + "name": "Beaten book", + "type": "normal", + "duplicate": false + }, + { + "id": 9718, + "name": "Crane schematic", + "type": "normal", + "duplicate": false + }, + { + "id": 9719, + "name": "Lever schematic", + "type": "normal", + "duplicate": false + }, + { + "id": 9720, + "name": "Crane claw", + "type": "normal", + "duplicate": false + }, + { + "id": 9721, + "name": "Scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 9722, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 9723, + "name": "Pipe", + "type": "normal", + "duplicate": false + }, + { + "id": 9724, + "name": "Large cog", + "type": "normal", + "duplicate": false + }, + { + "id": 9725, + "name": "Medium cog", + "type": "normal", + "duplicate": false + }, + { + "id": 9726, + "name": "Small cog", + "type": "normal", + "duplicate": false + }, + { + "id": 9727, + "name": "Primed bar", + "type": "normal", + "duplicate": false + }, + { + "id": 9728, + "name": "Primed mind bar", + "type": "normal", + "duplicate": false + }, + { + "id": 9729, + "name": "Elemental helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 9730, + "name": "Elemental helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 9731, + "name": "Mind shield", + "type": "normal", + "duplicate": false + }, + { + "id": 9732, + "name": "Mind shield", + "type": "noted", + "duplicate": true + }, + { + "id": 9733, + "name": "Mind helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 9734, + "name": "Mind helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 9735, + "name": "Desert goat horn", + "type": "normal", + "duplicate": false + }, + { + "id": 9736, + "name": "Goat horn dust", + "type": "normal", + "duplicate": false + }, + { + "id": 9737, + "name": "Goat horn dust", + "type": "noted", + "duplicate": true + }, + { + "id": 9738, + "name": "Desert goat horn", + "type": "noted", + "duplicate": true + }, + { + "id": 9739, + "name": "Combat potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 9740, + "name": "Combat potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 9741, + "name": "Combat potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 9742, + "name": "Combat potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 9743, + "name": "Combat potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 9744, + "name": "Combat potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 9745, + "name": "Combat potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 9746, + "name": "Combat potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 9747, + "name": "Attack cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9748, + "name": "Attack cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9749, + "name": "Attack hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9750, + "name": "Strength cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9751, + "name": "Strength cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9752, + "name": "Strength hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9753, + "name": "Defence cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9754, + "name": "Defence cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9755, + "name": "Defence hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9756, + "name": "Ranging cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9757, + "name": "Ranging cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9758, + "name": "Ranging hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9759, + "name": "Prayer cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9760, + "name": "Prayer cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9761, + "name": "Prayer hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9762, + "name": "Magic cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9763, + "name": "Magic cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9764, + "name": "Magic hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9765, + "name": "Runecraft cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9766, + "name": "Runecraft cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9767, + "name": "Runecraft hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9768, + "name": "Hitpoints cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9769, + "name": "Hitpoints cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9770, + "name": "Hitpoints hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9771, + "name": "Agility cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9772, + "name": "Agility cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9773, + "name": "Agility hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9774, + "name": "Herblore cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9775, + "name": "Herblore cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9776, + "name": "Herblore hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9777, + "name": "Thieving cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9778, + "name": "Thieving cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9779, + "name": "Thieving hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9780, + "name": "Crafting cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9781, + "name": "Crafting cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9782, + "name": "Crafting hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9783, + "name": "Fletching cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9784, + "name": "Fletching cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9785, + "name": "Fletching hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9786, + "name": "Slayer cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9787, + "name": "Slayer cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9788, + "name": "Slayer hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9789, + "name": "Construct. cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9790, + "name": "Construct. cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9791, + "name": "Construct. hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9792, + "name": "Mining cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9793, + "name": "Mining cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9794, + "name": "Mining hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9795, + "name": "Smithing cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9796, + "name": "Smithing cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9797, + "name": "Smithing hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9798, + "name": "Fishing cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9799, + "name": "Fishing cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9800, + "name": "Fishing hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9801, + "name": "Cooking cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9802, + "name": "Cooking cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9803, + "name": "Cooking hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9804, + "name": "Firemaking cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9805, + "name": "Firemaking cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9806, + "name": "Firemaking hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9807, + "name": "Woodcutting cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9808, + "name": "Woodcut. cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9809, + "name": "Woodcutting hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9810, + "name": "Farming cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9811, + "name": "Farming cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9812, + "name": "Farming hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9813, + "name": "Quest point cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9814, + "name": "Quest point hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9815, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + { + "id": 9816, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + { + "id": 9817, + "name": "Oak cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9818, + "name": "Teak cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9819, + "name": "Mahogany cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9820, + "name": "Gilded cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9821, + "name": "Marble cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9822, + "name": "Magical cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9823, + "name": "Oak costume box", + "type": "normal", + "duplicate": false + }, + { + "id": 9824, + "name": "Teak costume box", + "type": "normal", + "duplicate": false + }, + { + "id": 9825, + "name": "Mahogany costume box", + "type": "normal", + "duplicate": false + }, + { + "id": 9826, + "name": "Oak armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9827, + "name": "Teak armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9828, + "name": "Mahogany armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9829, + "name": "Oak wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 9830, + "name": "Carved oak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9831, + "name": "Teak wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 9832, + "name": "Carved teak wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9833, + "name": "Mahogany wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 9834, + "name": "Gilded wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 9835, + "name": "Marble wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9836, + "name": "Oak toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9837, + "name": "Teak toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9838, + "name": "Mahogany toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9839, + "name": "Oak treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9840, + "name": "Teak treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9841, + "name": "Mahogany treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9842, + "name": "Costume room", + "type": "normal", + "duplicate": false + }, + { + "id": 9843, + "name": "Oak cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9844, + "name": "Teak cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9845, + "name": "Mahogany cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9846, + "name": "Gilded cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9847, + "name": "Marble cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9848, + "name": "Magic cape rack", + "type": "normal", + "duplicate": false + }, + { + "id": 9849, + "name": "Oak toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9850, + "name": "Teak toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9851, + "name": "Mahogany toy box", + "type": "normal", + "duplicate": false + }, + { + "id": 9852, + "name": "Oak magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9853, + "name": "Carved oak magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9854, + "name": "Teak magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9855, + "name": "Carved teak magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9856, + "name": "Mahogany magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9857, + "name": "Gilded magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9858, + "name": "Marble magic wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 9859, + "name": "Oak armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9860, + "name": "Teak armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9861, + "name": "Mahogany armour case", + "type": "normal", + "duplicate": false + }, + { + "id": 9862, + "name": "Oak treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9863, + "name": "Teak treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9864, + "name": "M. treasure chest", + "type": "normal", + "duplicate": false + }, + { + "id": 9865, + "name": "Oak fancy dress box", + "type": "normal", + "duplicate": false + }, + { + "id": 9866, + "name": "Teak fancy dress box", + "type": "normal", + "duplicate": false + }, + { + "id": 9867, + "name": "Mahogany fancy dress box", + "type": "normal", + "duplicate": false + }, + { + "id": 9868, + "name": "Oak cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9869, + "name": "Teak cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9870, + "name": "Mahogany cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9871, + "name": "Gilded cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9872, + "name": "Marble cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9873, + "name": "Magic cape rack", + "type": "noted", + "duplicate": true + }, + { + "id": 9874, + "name": "Oak toy box", + "type": "noted", + "duplicate": true + }, + { + "id": 9875, + "name": "Teak toy box", + "type": "noted", + "duplicate": true + }, + { + "id": 9876, + "name": "Mahogany toy box", + "type": "noted", + "duplicate": true + }, + { + "id": 9877, + "name": "Oak magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9878, + "name": "Carved oak magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9879, + "name": "Teak magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9880, + "name": "Carved teak magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9881, + "name": "Mahogany magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9882, + "name": "Gilded magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9883, + "name": "Marble magic wardrobe", + "type": "noted", + "duplicate": true + }, + { + "id": 9884, + "name": "Oak armour case", + "type": "noted", + "duplicate": true + }, + { + "id": 9885, + "name": "Teak armour case", + "type": "noted", + "duplicate": true + }, + { + "id": 9886, + "name": "Mahogany armour case", + "type": "noted", + "duplicate": true + }, + { + "id": 9887, + "name": "Oak treasure chest", + "type": "noted", + "duplicate": true + }, + { + "id": 9888, + "name": "Teak treasure chest", + "type": "noted", + "duplicate": true + }, + { + "id": 9889, + "name": "M. treasure chest", + "type": "noted", + "duplicate": true + }, + { + "id": 9890, + "name": "Oak fancy dress box", + "type": "noted", + "duplicate": true + }, + { + "id": 9891, + "name": "Teak fancy dress box", + "type": "noted", + "duplicate": true + }, + { + "id": 9892, + "name": "Mahogany fancy dress box", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 9901, + "name": "Goutweedy lump", + "type": "normal", + "duplicate": false + }, + { + "id": 9902, + "name": "Hardy gout tubers", + "type": "normal", + "duplicate": false + }, + { + "id": 9903, + "name": "Farming manual", + "type": "normal", + "duplicate": false + }, + { + "id": 9904, + "name": "Sailing book", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 9906, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9907, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9908, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9909, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9910, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9911, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9912, + "name": "Ghost buster 500", + "type": "normal", + "duplicate": false + }, + { + "id": 9913, + "name": "White destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9914, + "name": "Red destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9915, + "name": "Blue destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9916, + "name": "Green destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9917, + "name": "Yellow destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9918, + "name": "Black destabiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 9919, + "name": "Evil root", + "type": "normal", + "duplicate": false + }, + { + "id": 9920, + "name": "Jack lantern mask", + "type": "normal", + "duplicate": false + }, + { + "id": 9921, + "name": "Skeleton boots", + "type": "normal", + "duplicate": false + }, + { + "id": 9922, + "name": "Skeleton gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 9923, + "name": "Skeleton leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 9924, + "name": "Skeleton shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 9925, + "name": "Skeleton mask", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + { + "id": 9932, + "name": "Auguste's sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 9933, + "name": "Balloon structure", + "type": "normal", + "duplicate": false + }, + { + "id": 9934, + "name": "Origami balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9935, + "name": "Yellow balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9936, + "name": "Blue balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9937, + "name": "Red balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9938, + "name": "Orange balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9939, + "name": "Green balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9940, + "name": "Purple balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9941, + "name": "Pink balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9942, + "name": "Black balloon", + "type": "normal", + "duplicate": false + }, + { + "id": 9943, + "name": "Sandbag", + "type": "normal", + "duplicate": false + }, + { + "id": 9944, + "name": "Bomber jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 9945, + "name": "Bomber cap", + "type": "normal", + "duplicate": false + }, + { + "id": 9946, + "name": "Cap and goggles", + "type": "normal", + "duplicate": false + }, + { + "id": 9947, + "name": "Old red disk", + "type": "normal", + "duplicate": false + }, + { + "id": 9948, + "name": "Hunter cape", + "type": "normal", + "duplicate": false + }, + { + "id": 9949, + "name": "Hunter cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 9950, + "name": "Hunter hood", + "type": "normal", + "duplicate": false + }, + { + "id": 9951, + "name": "Footprint", + "type": "normal", + "duplicate": false + }, + { + "id": 9952, + "name": "Imp", + "type": "normal", + "duplicate": false + }, + { + "id": 9953, + "name": "Kebbit", + "type": "normal", + "duplicate": false + }, + { + "id": 9954, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9955, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9956, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9957, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9958, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9959, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9960, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9961, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9962, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9963, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9964, + "name": "Kebbit", + "type": "normal", + "duplicate": true + }, + { + "id": 9965, + "name": "Crimson swift", + "type": "normal", + "duplicate": false + }, + { + "id": 9966, + "name": "Copper longtail", + "type": "normal", + "duplicate": false + }, + { + "id": 9967, + "name": "Cerulean twitch", + "type": "normal", + "duplicate": false + }, + { + "id": 9968, + "name": "Golden warbler", + "type": "normal", + "duplicate": false + }, + { + "id": 9969, + "name": "Tropical wagtail", + "type": "normal", + "duplicate": false + }, + { + "id": 9970, + "name": "Butterfly", + "type": "normal", + "duplicate": false + }, + { + "id": 9971, + "name": "Butterfly", + "type": "normal", + "duplicate": true + }, + { + "id": 9972, + "name": "Butterfly", + "type": "normal", + "duplicate": true + }, + { + "id": 9973, + "name": "Butterfly", + "type": "normal", + "duplicate": true + }, + { + "id": 9974, + "name": "Giant eagle", + "type": "normal", + "duplicate": false + }, + { + "id": 9975, + "name": "Rabbit", + "type": "normal", + "duplicate": false + }, + { + "id": 9976, + "name": "Chinchompa", + "type": "normal", + "duplicate": true + }, + { + "id": 9977, + "name": "Red chinchompa", + "type": "normal", + "duplicate": true + }, + { + "id": 9978, + "name": "Raw bird meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9979, + "name": "Raw bird meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9980, + "name": "Roast bird meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9981, + "name": "Roast bird meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9982, + "name": "Burnt bird meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9983, + "name": "Burnt bird meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9984, + "name": "Skewered bird meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9985, + "name": "Skewered bird meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9986, + "name": "Raw beast meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9987, + "name": "Raw beast meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9988, + "name": "Roast beast meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9989, + "name": "Roast beast meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9990, + "name": "Burnt beast meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9991, + "name": "Burnt beast meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9992, + "name": "Skewered beast", + "type": "normal", + "duplicate": false + }, + { + "id": 9993, + "name": "Skewered beast", + "type": "noted", + "duplicate": true + }, + { + "id": 9994, + "name": "Spicy tomato", + "type": "normal", + "duplicate": false + }, + { + "id": 9995, + "name": "Spicy tomato", + "type": "noted", + "duplicate": true + }, + { + "id": 9996, + "name": "Spicy minced meat", + "type": "normal", + "duplicate": false + }, + { + "id": 9997, + "name": "Spicy minced meat", + "type": "noted", + "duplicate": true + }, + { + "id": 9998, + "name": "Hunter potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 9999, + "name": "Hunter potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10000, + "name": "Hunter potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10001, + "name": "Hunter potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10002, + "name": "Hunter potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10003, + "name": "Hunter potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10004, + "name": "Hunter potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10005, + "name": "Hunter potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10006, + "name": "Bird snare", + "type": "normal", + "duplicate": false + }, + { + "id": 10007, + "name": "Bird snare", + "type": "noted", + "duplicate": true + }, + { + "id": 10008, + "name": "Box trap", + "type": "normal", + "duplicate": false + }, + { + "id": 10009, + "name": "Box trap", + "type": "noted", + "duplicate": true + }, + { + "id": 10010, + "name": "Butterfly net", + "type": "normal", + "duplicate": false + }, + { + "id": 10011, + "name": "Butterfly net", + "type": "noted", + "duplicate": true + }, + { + "id": 10012, + "name": "Butterfly jar", + "type": "normal", + "duplicate": false + }, + { + "id": 10013, + "name": "Butterfly jar", + "type": "noted", + "duplicate": true + }, + { + "id": 10014, + "name": "Black warlock", + "type": "normal", + "duplicate": false + }, + { + "id": 10015, + "name": "Black warlock", + "type": "noted", + "duplicate": true + }, + { + "id": 10016, + "name": "Snowy knight", + "type": "normal", + "duplicate": false + }, + { + "id": 10017, + "name": "Snowy knight", + "type": "noted", + "duplicate": true + }, + { + "id": 10018, + "name": "Sapphire glacialis", + "type": "normal", + "duplicate": false + }, + { + "id": 10019, + "name": "Sapphire glacialis", + "type": "noted", + "duplicate": true + }, + { + "id": 10020, + "name": "Ruby harvest", + "type": "normal", + "duplicate": false + }, + { + "id": 10021, + "name": "Ruby harvest", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 10023, + "name": "Falconer's glove", + "type": "normal", + "duplicate": false + }, + { + "id": 10024, + "name": "Falconer's glove", + "type": "normal", + "duplicate": false + }, + { + "id": 10025, + "name": "Magic box", + "type": "normal", + "duplicate": false + }, + { + "id": 10026, + "name": "Magic box", + "type": "noted", + "duplicate": true + }, + { + "id": 10027, + "name": "Imp-in-a-box(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10028, + "name": "Imp-in-a-box(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10029, + "name": "Teasing stick", + "type": "normal", + "duplicate": false + }, + { + "id": 10030, + "name": "Teasing stick", + "type": "noted", + "duplicate": true + }, + { + "id": 10031, + "name": "Rabbit snare", + "type": "normal", + "duplicate": false + }, + { + "id": 10032, + "name": "Rabbit snare", + "type": "noted", + "duplicate": true + }, + { + "id": 10033, + "name": "Chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 10034, + "name": "Red chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 10035, + "name": "Kyatt legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10036, + "name": "Kyatt legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10037, + "name": "Kyatt top", + "type": "normal", + "duplicate": false + }, + { + "id": 10038, + "name": "Kyatt top", + "type": "noted", + "duplicate": true + }, + { + "id": 10039, + "name": "Kyatt hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10040, + "name": "Kyatt hat", + "type": "noted", + "duplicate": true + }, + { + "id": 10041, + "name": "Larupia legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10042, + "name": "Larupia legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10043, + "name": "Larupia top", + "type": "normal", + "duplicate": false + }, + { + "id": 10044, + "name": "Larupia top", + "type": "noted", + "duplicate": true + }, + { + "id": 10045, + "name": "Larupia hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10046, + "name": "Larupia hat", + "type": "noted", + "duplicate": true + }, + { + "id": 10047, + "name": "Graahk legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10048, + "name": "Graahk legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10049, + "name": "Graahk top", + "type": "normal", + "duplicate": false + }, + { + "id": 10050, + "name": "Graahk top", + "type": "noted", + "duplicate": true + }, + { + "id": 10051, + "name": "Graahk headdress", + "type": "normal", + "duplicate": false + }, + { + "id": 10052, + "name": "Graahk headdress", + "type": "noted", + "duplicate": true + }, + { + "id": 10053, + "name": "Wood camo top", + "type": "normal", + "duplicate": false + }, + { + "id": 10054, + "name": "Wood camo top", + "type": "noted", + "duplicate": true + }, + { + "id": 10055, + "name": "Wood camo legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10056, + "name": "Wood camo legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10057, + "name": "Jungle camo top", + "type": "normal", + "duplicate": false + }, + { + "id": 10058, + "name": "Jungle camo top", + "type": "noted", + "duplicate": true + }, + { + "id": 10059, + "name": "Jungle camo legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10060, + "name": "Jungle camo legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10061, + "name": "Desert camo top", + "type": "normal", + "duplicate": false + }, + { + "id": 10062, + "name": "Desert camo top", + "type": "noted", + "duplicate": true + }, + { + "id": 10063, + "name": "Desert camo legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10064, + "name": "Desert camo legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10065, + "name": "Polar camo top", + "type": "normal", + "duplicate": false + }, + { + "id": 10066, + "name": "Polar camo top", + "type": "noted", + "duplicate": true + }, + { + "id": 10067, + "name": "Polar camo legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10068, + "name": "Polar camo legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10069, + "name": "Spotted cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10070, + "name": "Spotted cape", + "type": "noted", + "duplicate": true + }, + { + "id": 10071, + "name": "Spottier cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10072, + "name": "Spottier cape", + "type": "noted", + "duplicate": true + }, + { + "id": 10073, + "name": "Spotted cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10074, + "name": "Spottier cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10075, + "name": "Gloves of silence", + "type": "normal", + "duplicate": false + }, + { + "id": 10076, + "name": "Gloves of silence", + "type": "noted", + "duplicate": true + }, + { + "id": 10077, + "name": "Spiky vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10078, + "name": "Spiky vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10079, + "name": "Green spiky vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10080, + "name": "Green spiky vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10081, + "name": "Blue spiky vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10082, + "name": "Blue spiky vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10083, + "name": "Red spiky vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10084, + "name": "Red spiky vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10085, + "name": "Black spiky vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10086, + "name": "Black spiky vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10087, + "name": "Stripy feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10088, + "name": "Red feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10089, + "name": "Blue feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10090, + "name": "Yellow feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10091, + "name": "Orange feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10092, + "name": "Ferret", + "type": "normal", + "duplicate": false + }, + { + "id": 10093, + "name": "Tatty larupia fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10094, + "name": "Tatty larupia fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10095, + "name": "Larupia fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10096, + "name": "Larupia fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10097, + "name": "Tatty graahk fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10098, + "name": "Tatty graahk fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10099, + "name": "Graahk fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10100, + "name": "Graahk fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10101, + "name": "Tatty kyatt fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10102, + "name": "Tatty kyatt fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10103, + "name": "Kyatt fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10104, + "name": "Kyatt fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10105, + "name": "Kebbit spike", + "type": "normal", + "duplicate": false + }, + { + "id": 10106, + "name": "Kebbit spike", + "type": "noted", + "duplicate": true + }, + { + "id": 10107, + "name": "Long kebbit spike", + "type": "normal", + "duplicate": false + }, + { + "id": 10108, + "name": "Long kebbit spike", + "type": "noted", + "duplicate": true + }, + { + "id": 10109, + "name": "Kebbit teeth", + "type": "normal", + "duplicate": false + }, + { + "id": 10110, + "name": "Kebbit teeth", + "type": "noted", + "duplicate": true + }, + { + "id": 10111, + "name": "Kebbit teeth dust", + "type": "normal", + "duplicate": false + }, + { + "id": 10112, + "name": "Kebbit teeth dust", + "type": "noted", + "duplicate": true + }, + { + "id": 10113, + "name": "Kebbit claws", + "type": "normal", + "duplicate": false + }, + { + "id": 10114, + "name": "Kebbit claws", + "type": "noted", + "duplicate": true + }, + { + "id": 10115, + "name": "Dark kebbit fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10116, + "name": "Dark kebbit fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10117, + "name": "Polar kebbit fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10118, + "name": "Polar kebbit fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10119, + "name": "Feldip weasel fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10120, + "name": "Feldip weasel fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10121, + "name": "Common kebbit fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10122, + "name": "Common kebbit fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10123, + "name": "Desert devil fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10124, + "name": "Desert devil fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10125, + "name": "Spotted kebbit fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10126, + "name": "Spotted kebbit fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10127, + "name": "Dashing kebbit fur", + "type": "normal", + "duplicate": false + }, + { + "id": 10128, + "name": "Dashing kebbit fur", + "type": "noted", + "duplicate": true + }, + { + "id": 10129, + "name": "Barb-tail harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 10130, + "name": "Barb-tail harpoon", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 10132, + "name": "Strung rabbit foot", + "type": "normal", + "duplicate": false + }, + { + "id": 10133, + "name": "Strung rabbit foot", + "type": "noted", + "duplicate": true + }, + { + "id": 10134, + "name": "Rabbit foot", + "type": "normal", + "duplicate": false + }, + { + "id": 10135, + "name": "Rabbit foot", + "type": "noted", + "duplicate": true + }, + { + "id": 10136, + "name": "Rainbow fish", + "type": "normal", + "duplicate": false + }, + { + "id": 10137, + "name": "Rainbow fish", + "type": "noted", + "duplicate": true + }, + { + "id": 10138, + "name": "Raw rainbow fish", + "type": "normal", + "duplicate": false + }, + { + "id": 10139, + "name": "Raw rainbow fish", + "type": "noted", + "duplicate": true + }, + { + "id": 10140, + "name": "Burnt rainbow fish", + "type": "normal", + "duplicate": false + }, + { + "id": 10141, + "name": "Burnt rainbow fish", + "type": "noted", + "duplicate": true + }, + { + "id": 10142, + "name": "Guam tar", + "type": "normal", + "duplicate": false + }, + { + "id": 10143, + "name": "Marrentill tar", + "type": "normal", + "duplicate": false + }, + { + "id": 10144, + "name": "Tarromin tar", + "type": "normal", + "duplicate": false + }, + { + "id": 10145, + "name": "Harralander tar", + "type": "normal", + "duplicate": false + }, + { + "id": 10146, + "name": "Orange salamander", + "type": "normal", + "duplicate": false + }, + { + "id": 10147, + "name": "Red salamander", + "type": "normal", + "duplicate": false + }, + { + "id": 10148, + "name": "Black salamander", + "type": "normal", + "duplicate": false + }, + { + "id": 10149, + "name": "Swamp lizard", + "type": "normal", + "duplicate": false + }, + { + "id": 10150, + "name": "Noose wand", + "type": "normal", + "duplicate": false + }, + { + "id": 10151, + "name": "Noose wand", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + { + "id": 10156, + "name": "Hunters' crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 10157, + "name": "Hunters' crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 10158, + "name": "Kebbit bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 10159, + "name": "Long kebbit bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 10160, + "name": "Orange salamander", + "type": "noted", + "duplicate": true + }, + { + "id": 10161, + "name": "Red salamander", + "type": "noted", + "duplicate": true + }, + { + "id": 10162, + "name": "Black salamander", + "type": "noted", + "duplicate": true + }, + { + "id": 10163, + "name": "Swamp lizard", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 10165, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + { + "id": 10166, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + { + "id": 10167, + "name": "Eagle feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10168, + "name": "Eagle feather", + "type": "normal", + "duplicate": true + }, + { + "id": 10169, + "name": "Eagle feather", + "type": "normal", + "duplicate": true + }, + { + "id": 10170, + "name": "Eagle feather", + "type": "normal", + "duplicate": true + }, + { + "id": 10171, + "name": "Eagle cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10172, + "name": "Fake beak", + "type": "normal", + "duplicate": false + }, + { + "id": 10173, + "name": "Bird book", + "type": "normal", + "duplicate": false + }, + { + "id": 10174, + "name": "Metal feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10175, + "name": "Golden feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10176, + "name": "Silver feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10177, + "name": "Bronze feather", + "type": "normal", + "duplicate": false + }, + { + "id": 10178, + "name": "Odd bird seed", + "type": "normal", + "duplicate": false + }, + { + "id": 10179, + "name": "Feathered journal", + "type": "normal", + "duplicate": false + }, + { + "id": 10180, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10181, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10182, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10183, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10184, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10185, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10186, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10187, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10188, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10189, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10190, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10191, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10192, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10193, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10194, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10195, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10196, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10197, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10198, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10199, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10200, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10201, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10202, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10203, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10204, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10205, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10206, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10207, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10208, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10209, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10210, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10211, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10212, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10213, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10214, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10215, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10216, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10217, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10218, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10219, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10220, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10221, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10222, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10223, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10224, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10225, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10226, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10227, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10228, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10229, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10230, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10231, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10232, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10233, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 10234, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10235, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10236, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10237, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10238, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10239, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10240, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10241, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10242, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10243, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10244, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10245, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10246, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10247, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10248, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10249, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10250, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10251, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10252, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10253, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 10254, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10255, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10256, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10257, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10258, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10259, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10260, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10261, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10262, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10263, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10264, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10265, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10266, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10267, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10268, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10269, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10270, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10271, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10272, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10273, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10274, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10275, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10276, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10277, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10278, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10279, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 10280, + "name": "Willow comp bow", + "type": "normal", + "duplicate": false + }, + { + "id": 10281, + "name": "Willow comp bow", + "type": "noted", + "duplicate": true + }, + { + "id": 10282, + "name": "Yew comp bow", + "type": "normal", + "duplicate": false + }, + { + "id": 10283, + "name": "Yew comp bow", + "type": "noted", + "duplicate": true + }, + { + "id": 10284, + "name": "Magic comp bow", + "type": "normal", + "duplicate": false + }, + { + "id": 10285, + "name": "Magic comp bow", + "type": "noted", + "duplicate": true + }, + { + "id": 10286, + "name": "Rune helm (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10287, + "name": "Rune helm (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10288, + "name": "Rune helm (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10289, + "name": "Rune helm (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10290, + "name": "Rune helm (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10291, + "name": "Rune helm (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10292, + "name": "Rune helm (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10293, + "name": "Rune helm (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10294, + "name": "Rune helm (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 10295, + "name": "Rune helm (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 10296, + "name": "Adamant helm (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10297, + "name": "Adamant helm (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10298, + "name": "Adamant helm (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10299, + "name": "Adamant helm (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10300, + "name": "Adamant helm (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10301, + "name": "Adamant helm (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10302, + "name": "Adamant helm (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10303, + "name": "Adamant helm (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10304, + "name": "Adamant helm (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 10305, + "name": "Adamant helm (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 10306, + "name": "Black helm (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10307, + "name": "Black helm (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10308, + "name": "Black helm (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10309, + "name": "Black helm (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10310, + "name": "Black helm (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10311, + "name": "Black helm (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10312, + "name": "Black helm (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10313, + "name": "Black helm (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10314, + "name": "Black helm (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 10315, + "name": "Black helm (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 10316, + "name": "Bob's red shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10317, + "name": "Bob's red shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10318, + "name": "Bob's blue shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10319, + "name": "Bob's blue shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10320, + "name": "Bob's green shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10321, + "name": "Bob's green shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10322, + "name": "Bob's black shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10323, + "name": "Bob's black shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10324, + "name": "Bob's purple shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10325, + "name": "Bob's purple shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10326, + "name": "Purple firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 10327, + "name": "White firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 10328, + "name": "White logs", + "type": "normal", + "duplicate": false + }, + { + "id": 10329, + "name": "Purple logs", + "type": "normal", + "duplicate": false + }, + { + "id": 10330, + "name": "3rd age range top", + "type": "normal", + "duplicate": false + }, + { + "id": 10331, + "name": "3rd age range top", + "type": "noted", + "duplicate": true + }, + { + "id": 10332, + "name": "3rd age range legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10333, + "name": "3rd age range legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10334, + "name": "3rd age range coif", + "type": "normal", + "duplicate": false + }, + { + "id": 10335, + "name": "3rd age range coif", + "type": "noted", + "duplicate": true + }, + { + "id": 10336, + "name": "3rd age vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 10337, + "name": "3rd age vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 10338, + "name": "3rd age robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 10339, + "name": "3rd age robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 10340, + "name": "3rd age robe", + "type": "normal", + "duplicate": false + }, + { + "id": 10341, + "name": "3rd age robe", + "type": "noted", + "duplicate": true + }, + { + "id": 10342, + "name": "3rd age mage hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10343, + "name": "3rd age mage hat", + "type": "noted", + "duplicate": true + }, + { + "id": 10344, + "name": "3rd age amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 10345, + "name": "3rd age amulet", + "type": "noted", + "duplicate": true + }, + { + "id": 10346, + "name": "3rd age platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 10347, + "name": "3rd age platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 10348, + "name": "3rd age platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 10349, + "name": "3rd age platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 10350, + "name": "3rd age full helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 10351, + "name": "3rd age full helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 10352, + "name": "3rd age kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 10353, + "name": "3rd age kiteshield", + "type": "noted", + "duplicate": true + }, + { + "id": 10354, + "name": "Amulet of glory (t4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10355, + "name": "Amulet of glory (t4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10356, + "name": "Amulet of glory (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10357, + "name": "Amulet of glory (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10358, + "name": "Amulet of glory (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10359, + "name": "Amulet of glory (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10360, + "name": "Amulet of glory (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10361, + "name": "Amulet of glory (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10362, + "name": "Amulet of glory (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 10363, + "name": "Amulet of glory (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 10364, + "name": "Strength amulet (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 10365, + "name": "Strength amulet (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 10366, + "name": "Amulet of magic (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 10367, + "name": "Amulet of magic (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 10368, + "name": "Zamorak bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 10369, + "name": "Zamorak bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 10370, + "name": "Zamorak d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 10371, + "name": "Zamorak d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 10372, + "name": "Zamorak chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 10373, + "name": "Zamorak chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 10374, + "name": "Zamorak coif", + "type": "normal", + "duplicate": false + }, + { + "id": 10375, + "name": "Zamorak coif", + "type": "noted", + "duplicate": true + }, + { + "id": 10376, + "name": "Guthix bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 10377, + "name": "Guthix bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 10378, + "name": "Guthix d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 10379, + "name": "Guthix d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 10380, + "name": "Guthix chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 10381, + "name": "Guthix chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 10382, + "name": "Guthix coif", + "type": "normal", + "duplicate": false + }, + { + "id": 10383, + "name": "Guthix coif", + "type": "noted", + "duplicate": true + }, + { + "id": 10384, + "name": "Saradomin bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 10385, + "name": "Saradomin bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 10386, + "name": "Saradomin d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 10387, + "name": "Saradomin d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 10388, + "name": "Saradomin chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 10389, + "name": "Saradomin chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 10390, + "name": "Saradomin coif", + "type": "normal", + "duplicate": false + }, + { + "id": 10391, + "name": "Saradomin coif", + "type": "noted", + "duplicate": true + }, + { + "id": 10392, + "name": "A powdered wig", + "type": "normal", + "duplicate": false + }, + { + "id": 10393, + "name": "A powdered wig", + "type": "noted", + "duplicate": true + }, + { + "id": 10394, + "name": "Flared trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 10395, + "name": "Flared trousers", + "type": "noted", + "duplicate": true + }, + { + "id": 10396, + "name": "Pantaloons", + "type": "normal", + "duplicate": false + }, + { + "id": 10397, + "name": "Pantaloons", + "type": "noted", + "duplicate": true + }, + { + "id": 10398, + "name": "Sleeping cap", + "type": "normal", + "duplicate": false + }, + { + "id": 10399, + "name": "Sleeping cap", + "type": "noted", + "duplicate": true + }, + { + "id": 10400, + "name": "Black elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10401, + "name": "Black elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10402, + "name": "Black elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10403, + "name": "Black elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10404, + "name": "Red elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10405, + "name": "Red elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10406, + "name": "Red elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10407, + "name": "Red elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10408, + "name": "Blue elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10409, + "name": "Blue elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10410, + "name": "Blue elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10411, + "name": "Blue elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10412, + "name": "Green elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10413, + "name": "Green elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10414, + "name": "Green elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10415, + "name": "Green elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10416, + "name": "Purple elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10417, + "name": "Purple elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10418, + "name": "Purple elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10419, + "name": "Purple elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10420, + "name": "White elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 10421, + "name": "White elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 10422, + "name": "White elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10423, + "name": "White elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10424, + "name": "Red elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 10425, + "name": "Red elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 10426, + "name": "Red elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10427, + "name": "Red elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10428, + "name": "Blue elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 10429, + "name": "Blue elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 10430, + "name": "Blue elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10431, + "name": "Blue elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10432, + "name": "Green elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 10433, + "name": "Green elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 10434, + "name": "Green elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10435, + "name": "Green elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10436, + "name": "Purple elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 10437, + "name": "Purple elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 10438, + "name": "Purple elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10439, + "name": "Purple elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 10440, + "name": "Saradomin crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 10441, + "name": "Saradomin crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 10442, + "name": "Guthix crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 10443, + "name": "Guthix crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 10444, + "name": "Zamorak crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 10445, + "name": "Zamorak crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 10446, + "name": "Saradomin cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 10447, + "name": "Saradomin cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 10448, + "name": "Guthix cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 10449, + "name": "Guthix cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 10450, + "name": "Zamorak cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 10451, + "name": "Zamorak cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 10452, + "name": "Saradomin mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 10453, + "name": "Saradomin mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 10454, + "name": "Guthix mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 10455, + "name": "Guthix mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 10456, + "name": "Zamorak mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 10457, + "name": "Zamorak mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 10458, + "name": "Saradomin robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 10459, + "name": "Saradomin robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 10460, + "name": "Zamorak robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 10461, + "name": "Zamorak robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 10462, + "name": "Guthix robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 10463, + "name": "Guthix robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 10464, + "name": "Saradomin robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10465, + "name": "Saradomin robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10466, + "name": "Guthix robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10467, + "name": "Guthix robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10468, + "name": "Zamorak robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10469, + "name": "Zamorak robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 10470, + "name": "Saradomin stole", + "type": "normal", + "duplicate": false + }, + { + "id": 10471, + "name": "Saradomin stole", + "type": "noted", + "duplicate": true + }, + { + "id": 10472, + "name": "Guthix stole", + "type": "normal", + "duplicate": false + }, + { + "id": 10473, + "name": "Guthix stole", + "type": "noted", + "duplicate": true + }, + { + "id": 10474, + "name": "Zamorak stole", + "type": "normal", + "duplicate": false + }, + { + "id": 10475, + "name": "Zamorak stole", + "type": "noted", + "duplicate": true + }, + { + "id": 10476, + "name": "Purple sweets", + "type": "normal", + "duplicate": false + }, + { + "id": 10477, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10478, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10479, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10480, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10481, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10482, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + { + "id": 10483, + "name": "Purple sweets", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 10485, + "name": "Scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 10486, + "name": "Empty sack", + "type": "normal", + "duplicate": false + }, + { + "id": 10487, + "name": "Undead chicken", + "type": "normal", + "duplicate": false + }, + { + "id": 10488, + "name": "Selected iron", + "type": "normal", + "duplicate": false + }, + { + "id": 10489, + "name": "Bar magnet", + "type": "normal", + "duplicate": false + }, + { + "id": 10490, + "name": "Undead twigs", + "type": "normal", + "duplicate": false + }, + { + "id": 10491, + "name": "Blessed axe", + "type": "normal", + "duplicate": false + }, + { + "id": 10492, + "name": "Research notes", + "type": "normal", + "duplicate": false + }, + { + "id": 10493, + "name": "Translated notes", + "type": "normal", + "duplicate": false + }, + { + "id": 10494, + "name": "A pattern", + "type": "normal", + "duplicate": false + }, + { + "id": 10495, + "name": "A container", + "type": "normal", + "duplicate": false + }, + { + "id": 10496, + "name": "Polished buttons", + "type": "normal", + "duplicate": false + }, + { + "id": 10497, + "name": "Polished buttons", + "type": "noted", + "duplicate": true + }, + { + "id": 10498, + "name": "Ava's attractor", + "type": "normal", + "duplicate": false + }, + { + "id": 10499, + "name": "Ava's accumulator", + "type": "normal", + "duplicate": false + }, + { + "id": 10500, + "name": "Crone-made amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 10501, + "name": "Snowball", + "type": "normal", + "duplicate": false + }, + { + "id": 10502, + "name": "Snowball", + "type": "normal", + "duplicate": true + }, + { + "id": 10503, + "name": "Snowball", + "type": "normal", + "duplicate": true + }, + { + "id": 10504, + "name": "Snowball", + "type": "normal", + "duplicate": true + }, + { + "id": 10505, + "name": "Snowball", + "type": "normal", + "duplicate": true + }, + { + "id": 10506, + "name": "Gublinch shards", + "type": "normal", + "duplicate": false + }, + { + "id": 10507, + "name": "Reindeer hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10508, + "name": "Wintumber tree", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 10510, + "name": "Fremennik sea boots", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 10512, + "name": "Scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 10513, + "name": "Crackers", + "type": "normal", + "duplicate": false + }, + { + "id": 10514, + "name": "Tofu", + "type": "normal", + "duplicate": false + }, + { + "id": 10515, + "name": "Worms", + "type": "normal", + "duplicate": false + }, + { + "id": 10516, + "name": "Attacker horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10517, + "name": "Attacker horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10518, + "name": "Attacker horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10519, + "name": "Attacker horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10520, + "name": "Attacker horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10521, + "name": "Collection bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10522, + "name": "Collection bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10523, + "name": "Collection bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10524, + "name": "Collection bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10525, + "name": "Collection bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10526, + "name": "Healer horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10527, + "name": "Healer horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10528, + "name": "Healer horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10529, + "name": "Healer horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10530, + "name": "Healer horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10531, + "name": "Green egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10532, + "name": "Red egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10533, + "name": "Blue egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10534, + "name": "Yellow egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10535, + "name": "Poisoned egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10536, + "name": "Spiked/pois. egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10537, + "name": "Omega egg", + "type": "normal", + "duplicate": false + }, + { + "id": 10538, + "name": "Defender horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10539, + "name": "Poisoned tofu", + "type": "normal", + "duplicate": false + }, + { + "id": 10540, + "name": "Poisoned worms", + "type": "normal", + "duplicate": false + }, + { + "id": 10541, + "name": "Poisoned meat", + "type": "normal", + "duplicate": false + }, + { + "id": 10542, + "name": "Healing vial(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10543, + "name": "Healing vial(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10544, + "name": "Healing vial(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10545, + "name": "Healing vial(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10546, + "name": "Healing vial", + "type": "normal", + "duplicate": false + }, + { + "id": 10547, + "name": "Healer hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10548, + "name": "Fighter hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10549, + "name": "Runner hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10550, + "name": "Ranger hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10551, + "name": "Fighter torso", + "type": "normal", + "duplicate": false + }, + { + "id": 10552, + "name": "Runner boots", + "type": "normal", + "duplicate": false + }, + { + "id": 10553, + "name": "Penance gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 10554, + "name": "Penance gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 10555, + "name": "Penance skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10556, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 10557, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 10558, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 10559, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 10560, + "name": "Collector horn", + "type": "normal", + "duplicate": false + }, + { + "id": 10561, + "name": "Spikes", + "type": "normal", + "duplicate": false + }, + { + "id": 10562, + "name": "Queen help book", + "type": "normal", + "duplicate": false + }, + { + "id": 10563, + "name": "No eggs", + "type": "normal", + "duplicate": false + }, + { + "id": 10564, + "name": "Granite body", + "type": "normal", + "duplicate": false + }, + { + "id": 10565, + "name": "Granite body", + "type": "noted", + "duplicate": true + }, + { + "id": 10566, + "name": "Fire cape", + "type": "normal", + "duplicate": false + }, + { + "id": 10567, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 10569, + "name": "Minnow", + "type": "normal", + "duplicate": true + }, + { + "id": 10570, + "name": "Minnow", + "type": "normal", + "duplicate": true + }, + { + "id": 10571, + "name": "Minnow", + "type": "normal", + "duplicate": true + }, + { + "id": 10572, + "name": "Minnow", + "type": "normal", + "duplicate": true + }, + { + "id": 10573, + "name": "Noxifer seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10574, + "name": "Golpar seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10575, + "name": "Noxifer seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10576, + "name": "Golpar seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10577, + "name": "Noxifer seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10578, + "name": "Golpar seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10579, + "name": "Noxifer seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10580, + "name": "Golpar seed", + "type": "normal", + "duplicate": true + }, + { + "id": 10581, + "name": "Keris", + "type": "normal", + "duplicate": false + }, + { + "id": 10582, + "name": "Keris(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 10583, + "name": "Keris(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 10584, + "name": "Keris(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 10585, + "name": "Parchment", + "type": "normal", + "duplicate": false + }, + { + "id": 10586, + "name": "Combat lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 10587, + "name": "Tarn's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 10588, + "name": "Salve amulet (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 10589, + "name": "Granite helm", + "type": "normal", + "duplicate": false + }, + { + "id": 10590, + "name": "Granite helm", + "type": "noted", + "duplicate": true + }, + { + "id": 10591, + "name": "Terror dog", + "type": "normal", + "duplicate": false + }, + { + "id": 10592, + "name": "Penguin bongos", + "type": "normal", + "duplicate": false + }, + { + "id": 10593, + "name": "Cowbells", + "type": "normal", + "duplicate": false + }, + { + "id": 10594, + "name": "Clockwork book", + "type": "normal", + "duplicate": false + }, + { + "id": 10595, + "name": "Clockwork suit", + "type": "normal", + "duplicate": false + }, + { + "id": 10596, + "name": "Clockwork suit", + "type": "normal", + "duplicate": false + }, + { + "id": 10597, + "name": "Mission report", + "type": "normal", + "duplicate": false + }, + { + "id": 10598, + "name": "Mission report", + "type": "normal", + "duplicate": false + }, + { + "id": 10599, + "name": "Mission report", + "type": "normal", + "duplicate": false + }, + { + "id": 10600, + "name": "Kgp id card", + "type": "normal", + "duplicate": false + }, + { + "id": 10601, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + { + "id": 10602, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 10666, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + null, + null, + { + "id": 10669, + "name": "Spirit flakes", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 10808, + "name": "Arctic pyre logs", + "type": "normal", + "duplicate": false + }, + { + "id": 10809, + "name": "Arctic pyre logs", + "type": "noted", + "duplicate": true + }, + { + "id": 10810, + "name": "Arctic pine logs", + "type": "normal", + "duplicate": false + }, + { + "id": 10811, + "name": "Arctic pine logs", + "type": "noted", + "duplicate": true + }, + { + "id": 10812, + "name": "Split log", + "type": "normal", + "duplicate": false + }, + { + "id": 10813, + "name": "Split log", + "type": "noted", + "duplicate": true + }, + { + "id": 10814, + "name": "Hair", + "type": "normal", + "duplicate": false + }, + { + "id": 10815, + "name": "Hair", + "type": "noted", + "duplicate": true + }, + { + "id": 10816, + "name": "Raw yak meat", + "type": "normal", + "duplicate": false + }, + { + "id": 10817, + "name": "Raw yak meat", + "type": "noted", + "duplicate": true + }, + { + "id": 10818, + "name": "Yak-hide", + "type": "normal", + "duplicate": false + }, + { + "id": 10819, + "name": "Yak-hide", + "type": "noted", + "duplicate": true + }, + { + "id": 10820, + "name": "Cured yak-hide", + "type": "normal", + "duplicate": false + }, + { + "id": 10821, + "name": "Cured yak-hide", + "type": "noted", + "duplicate": true + }, + { + "id": 10822, + "name": "Yak-hide armour", + "type": "normal", + "duplicate": false + }, + { + "id": 10823, + "name": "Yak-hide armour", + "type": "noted", + "duplicate": true + }, + { + "id": 10824, + "name": "Yak-hide armour", + "type": "normal", + "duplicate": false + }, + { + "id": 10825, + "name": "Yak-hide armour", + "type": "noted", + "duplicate": true + }, + { + "id": 10826, + "name": "Neitiznot shield", + "type": "normal", + "duplicate": false + }, + { + "id": 10827, + "name": "Neitiznot shield", + "type": "noted", + "duplicate": true + }, + { + "id": 10828, + "name": "Helm of neitiznot", + "type": "normal", + "duplicate": false + }, + { + "id": 10829, + "name": "Documents", + "type": "normal", + "duplicate": false + }, + { + "id": 10830, + "name": "Royal decree", + "type": "normal", + "duplicate": false + }, + { + "id": 10831, + "name": "Empty tax bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10832, + "name": "Light tax bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10833, + "name": "Normal tax bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10834, + "name": "Hefty tax bag", + "type": "normal", + "duplicate": false + }, + { + "id": 10835, + "name": "Bulging taxbag", + "type": "normal", + "duplicate": false + }, + { + "id": 10836, + "name": "Silly jester hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10837, + "name": "Silly jester top", + "type": "normal", + "duplicate": false + }, + { + "id": 10838, + "name": "Silly jester tights", + "type": "normal", + "duplicate": false + }, + { + "id": 10839, + "name": "Silly jester boots", + "type": "normal", + "duplicate": false + }, + { + "id": 10840, + "name": "A jester stick", + "type": "normal", + "duplicate": false + }, + { + "id": 10841, + "name": "Apricot cream pie", + "type": "normal", + "duplicate": false + }, + { + "id": 10842, + "name": "Decapitated head", + "type": "normal", + "duplicate": false + }, + { + "id": 10843, + "name": "Helm of neitiznot", + "type": "noted", + "duplicate": true + }, + { + "id": 10844, + "name": "Spring sq'irk", + "type": "normal", + "duplicate": false + }, + { + "id": 10845, + "name": "Summer sq'irk", + "type": "normal", + "duplicate": false + }, + { + "id": 10846, + "name": "Autumn sq'irk", + "type": "normal", + "duplicate": false + }, + { + "id": 10847, + "name": "Winter sq'irk", + "type": "normal", + "duplicate": false + }, + { + "id": 10848, + "name": "Spring sq'irkjuice", + "type": "normal", + "duplicate": false + }, + { + "id": 10849, + "name": "Summer sq'irkjuice", + "type": "normal", + "duplicate": false + }, + { + "id": 10850, + "name": "Autumn sq'irkjuice", + "type": "normal", + "duplicate": false + }, + { + "id": 10851, + "name": "Winter sq'irkjuice", + "type": "normal", + "duplicate": false + }, + { + "id": 10852, + "name": "Summer garden", + "type": "normal", + "duplicate": false + }, + { + "id": 10853, + "name": "Spring garden", + "type": "normal", + "duplicate": false + }, + { + "id": 10854, + "name": "Autumn garden", + "type": "normal", + "duplicate": false + }, + { + "id": 10855, + "name": "Winter garden", + "type": "normal", + "duplicate": false + }, + { + "id": 10856, + "name": "Sin seer's note", + "type": "normal", + "duplicate": false + }, + { + "id": 10857, + "name": "Severed leg", + "type": "normal", + "duplicate": false + }, + { + "id": 10858, + "name": "Shadow sword", + "type": "normal", + "duplicate": false + }, + { + "id": 10859, + "name": "Tea flask", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 10862, + "name": "Hard hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10863, + "name": "Builder's shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 10864, + "name": "Builder's trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 10865, + "name": "Builder's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 10866, + "name": "Rivets", + "type": "normal", + "duplicate": false + }, + { + "id": 10867, + "name": "Rivets", + "type": "normal", + "duplicate": true + }, + { + "id": 10868, + "name": "Rivets", + "type": "normal", + "duplicate": true + }, + { + "id": 10869, + "name": "Rivets", + "type": "normal", + "duplicate": true + }, + { + "id": 10870, + "name": "Binding fluid", + "type": "normal", + "duplicate": false + }, + { + "id": 10871, + "name": "Pipe", + "type": "normal", + "duplicate": false + }, + { + "id": 10872, + "name": "Pipe ring", + "type": "normal", + "duplicate": false + }, + { + "id": 10873, + "name": "Metal sheet", + "type": "normal", + "duplicate": false + }, + { + "id": 10874, + "name": "Coloured ball", + "type": "normal", + "duplicate": false + }, + { + "id": 10875, + "name": "Valve wheel", + "type": "normal", + "duplicate": false + }, + { + "id": 10876, + "name": "Metal bar", + "type": "normal", + "duplicate": false + }, + { + "id": 10877, + "name": "Plain satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 10878, + "name": "Green satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 10879, + "name": "Red satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 10880, + "name": "Black satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 10881, + "name": "Gold satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 10882, + "name": "Rune satchel", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 10884, + "name": "Fuse", + "type": "normal", + "duplicate": false + }, + { + "id": 10885, + "name": "Keg", + "type": "normal", + "duplicate": false + }, + { + "id": 10886, + "name": "Prayer book", + "type": "normal", + "duplicate": false + }, + { + "id": 10887, + "name": "Barrelchest anchor", + "type": "normal", + "duplicate": false + }, + { + "id": 10888, + "name": "Barrelchest anchor", + "type": "normal", + "duplicate": false + }, + { + "id": 10889, + "name": "Blessed lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 10890, + "name": "Prayer book", + "type": "normal", + "duplicate": false + }, + { + "id": 10891, + "name": "Wooden cat", + "type": "normal", + "duplicate": false + }, + { + "id": 10892, + "name": "Wooden cat", + "type": "noted", + "duplicate": true + }, + { + "id": 10893, + "name": "Cranial clamp", + "type": "normal", + "duplicate": false + }, + { + "id": 10894, + "name": "Brain tongs", + "type": "normal", + "duplicate": false + }, + { + "id": 10895, + "name": "Bell jar", + "type": "normal", + "duplicate": false + }, + { + "id": 10896, + "name": "Wolf whistle", + "type": "normal", + "duplicate": false + }, + { + "id": 10897, + "name": "Shipping order", + "type": "normal", + "duplicate": false + }, + { + "id": 10898, + "name": "Keg", + "type": "normal", + "duplicate": false + }, + { + "id": 10899, + "name": "Crate part", + "type": "normal", + "duplicate": false + }, + { + "id": 10900, + "name": "Crate part", + "type": "normal", + "duplicate": true + }, + { + "id": 10901, + "name": "Crate part", + "type": "normal", + "duplicate": true + }, + { + "id": 10902, + "name": "Crate part", + "type": "normal", + "duplicate": true + }, + { + "id": 10903, + "name": "Crate part", + "type": "normal", + "duplicate": true + }, + { + "id": 10904, + "name": "Skull staple", + "type": "normal", + "duplicate": false + }, + { + "id": 10905, + "name": "Skull staple", + "type": "normal", + "duplicate": true + }, + { + "id": 10906, + "name": "Skull staple", + "type": "normal", + "duplicate": true + }, + { + "id": 10907, + "name": "Skull staple", + "type": "normal", + "duplicate": true + }, + { + "id": 10908, + "name": "Skull staple", + "type": "normal", + "duplicate": true + }, + { + "id": 10909, + "name": "Mixture - step 1(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10910, + "name": "Mixture - step 1(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10911, + "name": "Mixture - step 1(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10912, + "name": "Mixture - step 1(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10913, + "name": "Mixture - step 1(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10914, + "name": "Mixture - step 1(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10915, + "name": "Mixture - step 1(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10916, + "name": "Mixture - step 1(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10917, + "name": "Mixture - step 2(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10918, + "name": "Mixture - step 2(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10919, + "name": "Mixture - step 2(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10920, + "name": "Mixture - step 2(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10921, + "name": "Mixture - step 2(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10922, + "name": "Mixture - step 2(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10923, + "name": "Mixture - step 2(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10924, + "name": "Mixture - step 2(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10925, + "name": "Sanfew serum(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 10926, + "name": "Sanfew serum(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 10927, + "name": "Sanfew serum(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 10928, + "name": "Sanfew serum(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 10929, + "name": "Sanfew serum(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 10930, + "name": "Sanfew serum(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 10931, + "name": "Sanfew serum(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 10932, + "name": "Sanfew serum(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 10933, + "name": "Lumberjack boots", + "type": "normal", + "duplicate": false + }, + { + "id": 10934, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 10935, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 10936, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 10937, + "name": "Nail beast nails", + "type": "normal", + "duplicate": false + }, + { + "id": 10938, + "name": "Nail beast nails", + "type": "noted", + "duplicate": true + }, + { + "id": 10939, + "name": "Lumberjack top", + "type": "normal", + "duplicate": false + }, + { + "id": 10940, + "name": "Lumberjack legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10941, + "name": "Lumberjack hat", + "type": "normal", + "duplicate": false + }, + { + "id": 10942, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 10943, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + { + "id": 10944, + "name": "Reward token", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 10946, + "name": "Pushup", + "type": "normal", + "duplicate": false + }, + { + "id": 10947, + "name": "Run", + "type": "normal", + "duplicate": false + }, + { + "id": 10948, + "name": "Situp", + "type": "normal", + "duplicate": false + }, + { + "id": 10949, + "name": "Starjump", + "type": "normal", + "duplicate": false + }, + { + "id": 10950, + "name": "Skull staples", + "type": "normal", + "duplicate": false + }, + { + "id": 10951, + "name": "Skull staples", + "type": "normal", + "duplicate": false + }, + { + "id": 10952, + "name": "Slayer bell", + "type": "normal", + "duplicate": false + }, + { + "id": 10953, + "name": "Slayer bell", + "type": "noted", + "duplicate": true + }, + { + "id": 10954, + "name": "Frog-leather body", + "type": "normal", + "duplicate": false + }, + { + "id": 10955, + "name": "Frog-leather body", + "type": "noted", + "duplicate": true + }, + { + "id": 10956, + "name": "Frog-leather chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 10957, + "name": "Frog-leather chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 10958, + "name": "Frog-leather boots", + "type": "normal", + "duplicate": false + }, + { + "id": 10959, + "name": "Frog-leather boots", + "type": "noted", + "duplicate": true + }, + { + "id": 10960, + "name": "Green gloop soup", + "type": "normal", + "duplicate": false + }, + { + "id": 10961, + "name": "Frogspawn gumbo", + "type": "normal", + "duplicate": false + }, + { + "id": 10962, + "name": "Frogburger", + "type": "normal", + "duplicate": false + }, + { + "id": 10963, + "name": "Coated frogs' legs", + "type": "normal", + "duplicate": false + }, + { + "id": 10964, + "name": "Bat shish", + "type": "normal", + "duplicate": false + }, + { + "id": 10965, + "name": "Fingers", + "type": "normal", + "duplicate": false + }, + { + "id": 10966, + "name": "Grubs à la mode", + "type": "normal", + "duplicate": false + }, + { + "id": 10967, + "name": "Roast frog", + "type": "normal", + "duplicate": false + }, + { + "id": 10968, + "name": "Mushrooms", + "type": "normal", + "duplicate": false + }, + { + "id": 10969, + "name": "Fillets", + "type": "normal", + "duplicate": false + }, + { + "id": 10970, + "name": "Loach", + "type": "normal", + "duplicate": false + }, + { + "id": 10971, + "name": "Eel sushi", + "type": "normal", + "duplicate": false + }, + { + "id": 10972, + "name": "Dorgesh-kaan sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 10973, + "name": "Light orb", + "type": "normal", + "duplicate": false + }, + { + "id": 10974, + "name": "Light orb", + "type": "noted", + "duplicate": true + }, + { + "id": 10975, + "name": "Spanner", + "type": "normal", + "duplicate": false + }, + { + "id": 10976, + "name": "Long bone", + "type": "normal", + "duplicate": false + }, + { + "id": 10977, + "name": "Curved bone", + "type": "normal", + "duplicate": false + }, + { + "id": 10978, + "name": "Swamp weed", + "type": "normal", + "duplicate": false + }, + { + "id": 10979, + "name": "Swamp weed", + "type": "noted", + "duplicate": true + }, + { + "id": 10980, + "name": "Empty light orb", + "type": "normal", + "duplicate": false + }, + { + "id": 10981, + "name": "Cave goblin wire", + "type": "normal", + "duplicate": false + }, + { + "id": 10982, + "name": "Cave goblin wire", + "type": "noted", + "duplicate": true + }, + { + "id": 10983, + "name": "Cog", + "type": "normal", + "duplicate": false + }, + { + "id": 10984, + "name": "Cog", + "type": "normal", + "duplicate": false + }, + { + "id": 10985, + "name": "Fuse", + "type": "normal", + "duplicate": false + }, + { + "id": 10986, + "name": "Fuse", + "type": "normal", + "duplicate": false + }, + { + "id": 10987, + "name": "Meter", + "type": "normal", + "duplicate": false + }, + { + "id": 10988, + "name": "Meter", + "type": "normal", + "duplicate": false + }, + { + "id": 10989, + "name": "Capacitor", + "type": "normal", + "duplicate": false + }, + { + "id": 10990, + "name": "Capacitor", + "type": "normal", + "duplicate": false + }, + { + "id": 10991, + "name": "Lever", + "type": "normal", + "duplicate": false + }, + { + "id": 10992, + "name": "Lever", + "type": "normal", + "duplicate": false + }, + { + "id": 10993, + "name": "Powerbox", + "type": "normal", + "duplicate": false + }, + { + "id": 10994, + "name": "Powerbox", + "type": "normal", + "duplicate": false + }, + { + "id": 10995, + "name": "Perfect shell", + "type": "normal", + "duplicate": false + }, + { + "id": 10996, + "name": "Perfect snail shell", + "type": "normal", + "duplicate": false + }, + { + "id": 10997, + "name": "Molanisk", + "type": "normal", + "duplicate": false + }, + { + "id": 10998, + "name": "Cave goblin", + "type": "normal", + "duplicate": false + }, + { + "id": 10999, + "name": "Goblin book", + "type": "normal", + "duplicate": false + }, + { + "id": 11000, + "name": "Goblin book", + "type": "noted", + "duplicate": true + }, + { + "id": 11001, + "name": "Dagon'hai history", + "type": "normal", + "duplicate": false + }, + { + "id": 11002, + "name": "Sin'keth's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 11003, + "name": "An empty folder", + "type": "normal", + "duplicate": false + }, + { + "id": 11004, + "name": "An empty folder", + "type": "normal", + "duplicate": true + }, + { + "id": 11005, + "name": "An empty folder", + "type": "normal", + "duplicate": true + }, + { + "id": 11006, + "name": "Used folder", + "type": "normal", + "duplicate": false + }, + { + "id": 11007, + "name": "Full folder", + "type": "normal", + "duplicate": false + }, + { + "id": 11008, + "name": "Rat's paper", + "type": "normal", + "duplicate": false + }, + { + "id": 11009, + "name": "Letter to surok", + "type": "normal", + "duplicate": false + }, + { + "id": 11010, + "name": "Surok's letter", + "type": "normal", + "duplicate": false + }, + { + "id": 11011, + "name": "Zaff's instructions", + "type": "normal", + "duplicate": false + }, + { + "id": 11012, + "name": "Wand", + "type": "normal", + "duplicate": false + }, + { + "id": 11013, + "name": "Infused wand", + "type": "normal", + "duplicate": false + }, + { + "id": 11014, + "name": "Beacon ring", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + { + "id": 11019, + "name": "Chicken feet", + "type": "normal", + "duplicate": false + }, + { + "id": 11020, + "name": "Chicken wings", + "type": "normal", + "duplicate": false + }, + { + "id": 11021, + "name": "Chicken head", + "type": "normal", + "duplicate": false + }, + { + "id": 11022, + "name": "Chicken legs", + "type": "normal", + "duplicate": false + }, + { + "id": 11023, + "name": "Magic egg", + "type": "normal", + "duplicate": false + }, + { + "id": 11024, + "name": "Rabbit mould", + "type": "normal", + "duplicate": false + }, + { + "id": 11025, + "name": "Chocolate chunks", + "type": "normal", + "duplicate": false + }, + { + "id": 11026, + "name": "Chocolate kebbit", + "type": "normal", + "duplicate": false + }, + { + "id": 11027, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 11028, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 11029, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 11030, + "name": "Easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 11031, + "name": "Damp planks", + "type": "normal", + "duplicate": false + }, + { + "id": 11032, + "name": "Crude carving", + "type": "normal", + "duplicate": false + }, + { + "id": 11033, + "name": "Cruder carving", + "type": "normal", + "duplicate": false + }, + { + "id": 11034, + "name": "Sven's last map", + "type": "normal", + "duplicate": false + }, + { + "id": 11035, + "name": "Windswept logs", + "type": "normal", + "duplicate": false + }, + { + "id": 11036, + "name": "Parchment", + "type": "normal", + "duplicate": false + }, + { + "id": 11037, + "name": "Brine sabre", + "type": "normal", + "duplicate": false + }, + { + "id": 11038, + "name": "Brine sabre", + "type": "noted", + "duplicate": true + }, + { + "id": 11039, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 11040, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 11041, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 11042, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 11043, + "name": "Key", + "type": "normal", + "duplicate": false + }, + { + "id": 11044, + "name": "Rotten barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 11045, + "name": "Rotten barrel", + "type": "normal", + "duplicate": false + }, + { + "id": 11046, + "name": "Rope", + "type": "normal", + "duplicate": false + }, + { + "id": 11047, + "name": "Brine rat", + "type": "normal", + "duplicate": false + }, + { + "id": 11048, + "name": "Armour shard", + "type": "normal", + "duplicate": false + }, + { + "id": 11049, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11050, + "name": "Axe head", + "type": "normal", + "duplicate": false + }, + { + "id": 11051, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11052, + "name": "Helmet fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 11053, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11054, + "name": "Shield fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 11055, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11056, + "name": "Sword fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 11057, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11058, + "name": "Mace", + "type": "normal", + "duplicate": false + }, + { + "id": 11059, + "name": "Artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 11060, + "name": "Goblin village sphere", + "type": "normal", + "duplicate": false + }, + { + "id": 11061, + "name": "Ancient mace", + "type": "normal", + "duplicate": false + }, + { + "id": 11062, + "name": "Zanik (slice)", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 11064, + "name": "Ancient mace", + "type": "noted", + "duplicate": true + }, + { + "id": 11065, + "name": "Bracelet mould", + "type": "normal", + "duplicate": false + }, + { + "id": 11066, + "name": "Bracelet mould", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 11068, + "name": "Gold bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11069, + "name": "Gold bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11070, + "name": "Gold bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11071, + "name": "Sapphire bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11072, + "name": "Sapphire bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11073, + "name": "Sapphire bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11074, + "name": "Bracelet of clay", + "type": "normal", + "duplicate": false + }, + { + "id": 11075, + "name": "Bracelet of clay", + "type": "noted", + "duplicate": true + }, + { + "id": 11076, + "name": "Emerald bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11077, + "name": "Emerald bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11078, + "name": "Emerald bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11079, + "name": "Castle wars bracelet(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11080, + "name": "Castle wars bracelet(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11081, + "name": "Castle wars bracelet(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11082, + "name": "Castle wars bracelet(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11083, + "name": "Castle wars bracelet(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11084, + "name": "Castle wars bracelet(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11085, + "name": "Ruby bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11086, + "name": "Ruby bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11087, + "name": "Ruby bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11088, + "name": "Inoculation bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11089, + "name": "Inoculation bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11090, + "name": "Phoenix necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 11091, + "name": "Phoenix necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 11092, + "name": "Diamond bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11093, + "name": "Diamond bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11094, + "name": "Diamond bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11095, + "name": "Abyssal bracelet(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11096, + "name": "Abyssal bracelet(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11097, + "name": "Abyssal bracelet(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11098, + "name": "Abyssal bracelet(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 11099, + "name": "Abyssal bracelet(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11100, + "name": "Abyssal bracelet(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11101, + "name": "Abyssal bracelet(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11102, + "name": "Abyssal bracelet(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11103, + "name": "Abyssal bracelet(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11104, + "name": "Abyssal bracelet(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11105, + "name": "Skills necklace(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11106, + "name": "Skills necklace(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 11107, + "name": "Skills necklace(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11108, + "name": "Skills necklace(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11109, + "name": "Skills necklace(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11110, + "name": "Skills necklace(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11111, + "name": "Skills necklace(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11112, + "name": "Skills necklace(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11113, + "name": "Skills necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 11114, + "name": "Skills necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 11115, + "name": "Dragonstone bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11116, + "name": "Dragonstone bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11117, + "name": "Dragon bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11118, + "name": "Combat bracelet(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11119, + "name": "Combat bracelet(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 11120, + "name": "Combat bracelet(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11121, + "name": "Combat bracelet(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11122, + "name": "Combat bracelet(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11123, + "name": "Combat bracelet(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11124, + "name": "Combat bracelet(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11125, + "name": "Combat bracelet(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11126, + "name": "Combat bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11127, + "name": "Combat bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11128, + "name": "Berserker necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 11129, + "name": "Berserker necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 11130, + "name": "Onyx bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11131, + "name": "Onyx bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 11132, + "name": "Onyx bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 11133, + "name": "Regen bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 11134, + "name": "Regen bracelet", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 11136, + "name": "Karamja gloves 1", + "type": "normal", + "duplicate": false + }, + { + "id": 11137, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11138, + "name": "Karamja gloves 2", + "type": "normal", + "duplicate": false + }, + { + "id": 11139, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11140, + "name": "Karamja gloves 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11141, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 11151, + "name": "Dream vial (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 11152, + "name": "Dream vial (water)", + "type": "normal", + "duplicate": false + }, + { + "id": 11153, + "name": "Dream vial (herb)", + "type": "normal", + "duplicate": false + }, + { + "id": 11154, + "name": "Dream potion", + "type": "normal", + "duplicate": false + }, + { + "id": 11155, + "name": "Ground astral rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11156, + "name": "Astral rune shards", + "type": "normal", + "duplicate": false + }, + { + "id": 11157, + "name": "Dreamy lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11158, + "name": "Cyrisus's chest", + "type": "normal", + "duplicate": false + }, + { + "id": 11159, + "name": "Hunter kit", + "type": "normal", + "duplicate": false + }, + { + "id": 11160, + "name": "Flighted ogre arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11161, + "name": "Flighted ogre arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11162, + "name": "Flighted ogre arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11163, + "name": "Flighted ogre arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11164, + "name": "Restored shield", + "type": "normal", + "duplicate": false + }, + { + "id": 11165, + "name": "Phoenix crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 11166, + "name": "Phoenix crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 11167, + "name": "Phoenix crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 11168, + "name": "Phoenix crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 11169, + "name": "Newspaper", + "type": "normal", + "duplicate": false + }, + { + "id": 11170, + "name": "Newspaper", + "type": "noted", + "duplicate": true + }, + { + "id": 11171, + "name": "Newspaper", + "type": "normal", + "duplicate": false + }, + { + "id": 11172, + "name": "Newspaper", + "type": "noted", + "duplicate": true + }, + { + "id": 11173, + "name": "Half certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 11174, + "name": "Half certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 11175, + "name": "Uncleaned find", + "type": "normal", + "duplicate": false + }, + { + "id": 11176, + "name": "Arrowheads", + "type": "normal", + "duplicate": false + }, + { + "id": 11177, + "name": "Jewellery", + "type": "normal", + "duplicate": false + }, + { + "id": 11178, + "name": "Pottery", + "type": "normal", + "duplicate": false + }, + { + "id": 11179, + "name": "Old coin", + "type": "normal", + "duplicate": false + }, + { + "id": 11180, + "name": "Ancient coin", + "type": "normal", + "duplicate": false + }, + { + "id": 11181, + "name": "Ancient symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 11182, + "name": "Old symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 11183, + "name": "Old chipped vase", + "type": "normal", + "duplicate": false + }, + { + "id": 11184, + "name": "Museum map", + "type": "normal", + "duplicate": false + }, + { + "id": 11185, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11186, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11187, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11188, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11189, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11190, + "name": "Digsite pendant (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11191, + "name": "Digsite pendant (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11192, + "name": "Digsite pendant (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11193, + "name": "Digsite pendant (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11194, + "name": "Digsite pendant (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11195, + "name": "Clean necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 11196, + "name": "Griffin feather", + "type": "normal", + "duplicate": false + }, + { + "id": 11197, + "name": "Miazrqa's pendant", + "type": "normal", + "duplicate": false + }, + { + "id": 11198, + "name": "Music sheet", + "type": "normal", + "duplicate": false + }, + { + "id": 11199, + "name": "Rupert's helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 11200, + "name": "Dwarven helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 11201, + "name": "Dwarven helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 11202, + "name": "Shrinking recipe", + "type": "normal", + "duplicate": false + }, + { + "id": 11203, + "name": "To-do list", + "type": "normal", + "duplicate": false + }, + { + "id": 11204, + "name": "Shrink-me-quick", + "type": "normal", + "duplicate": false + }, + { + "id": 11205, + "name": "Shrunk ogleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 11206, + "name": "Shrunk ogleroot", + "type": "normal", + "duplicate": true + }, + { + "id": 11207, + "name": "Shrunk ogleroot", + "type": "normal", + "duplicate": true + }, + { + "id": 11208, + "name": "Shrunk ogleroot", + "type": "normal", + "duplicate": true + }, + { + "id": 11209, + "name": "Shrunk ogleroot", + "type": "normal", + "duplicate": true + }, + { + "id": 11210, + "name": "Golden goblin", + "type": "normal", + "duplicate": false + }, + { + "id": 11211, + "name": "Magic beans", + "type": "normal", + "duplicate": false + }, + { + "id": 11212, + "name": "Dragon arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11213, + "name": "Dragon arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11214, + "name": "Dragon arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11215, + "name": "Dragon arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11216, + "name": "Dragon arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11217, + "name": "Dragon fire arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11218, + "name": "Dragon fire arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11219, + "name": "Dragon fire arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11220, + "name": "Dragon fire arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11221, + "name": "Dragon fire arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 11222, + "name": "Dragon fire arrow (lit)", + "type": "normal", + "duplicate": false + }, + { + "id": 11223, + "name": "Dragon fire arrow (lit)", + "type": "normal", + "duplicate": true + }, + { + "id": 11224, + "name": "Dragon fire arrow (lit)", + "type": "normal", + "duplicate": true + }, + { + "id": 11225, + "name": "Dragon fire arrow (lit)", + "type": "normal", + "duplicate": true + }, + { + "id": 11226, + "name": "Dragon fire arrow (lit)", + "type": "normal", + "duplicate": true + }, + { + "id": 11227, + "name": "Dragon arrow(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11228, + "name": "Dragon arrow(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11229, + "name": "Dragon arrow(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11230, + "name": "Dragon dart", + "type": "normal", + "duplicate": false + }, + { + "id": 11231, + "name": "Dragon dart(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11232, + "name": "Dragon dart tip", + "type": "normal", + "duplicate": false + }, + { + "id": 11233, + "name": "Dragon dart(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11234, + "name": "Dragon dart(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11235, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + { + "id": 11236, + "name": "Dark bow", + "type": "noted", + "duplicate": true + }, + { + "id": 11237, + "name": "Dragon arrowtips", + "type": "normal", + "duplicate": false + }, + { + "id": 11238, + "name": "Baby impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11239, + "name": "Baby impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11240, + "name": "Young impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11241, + "name": "Young impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11242, + "name": "Gourmet impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11243, + "name": "Gourmet impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11244, + "name": "Earth impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11245, + "name": "Earth impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11246, + "name": "Essence impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11247, + "name": "Essence impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11248, + "name": "Eclectic impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11249, + "name": "Eclectic impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11250, + "name": "Nature impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11251, + "name": "Nature impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11252, + "name": "Magpie impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11253, + "name": "Magpie impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11254, + "name": "Ninja impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11255, + "name": "Ninja impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11256, + "name": "Dragon impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11257, + "name": "Dragon impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11258, + "name": "Jar generator", + "type": "normal", + "duplicate": false + }, + { + "id": 11259, + "name": "Magic butterfly net", + "type": "normal", + "duplicate": false + }, + { + "id": 11260, + "name": "Impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 11261, + "name": "Impling jar", + "type": "noted", + "duplicate": true + }, + { + "id": 11262, + "name": "Imp repellent", + "type": "normal", + "duplicate": false + }, + { + "id": 11263, + "name": "Imp repellent", + "type": "noted", + "duplicate": true + }, + { + "id": 11264, + "name": "Anchovy oil", + "type": "normal", + "duplicate": false + }, + { + "id": 11265, + "name": "Anchovy oil", + "type": "noted", + "duplicate": true + }, + { + "id": 11266, + "name": "Anchovy paste", + "type": "normal", + "duplicate": false + }, + { + "id": 11267, + "name": "Dummy", + "type": "normal", + "duplicate": true + }, + { + "id": 11268, + "name": "Dummy", + "type": "normal", + "duplicate": true + }, + { + "id": 11269, + "name": "Dummy", + "type": "normal", + "duplicate": true + }, + { + "id": 11270, + "name": "Dummy", + "type": "noted", + "duplicate": true + }, + { + "id": 11271, + "name": "Dummy", + "type": "normal", + "duplicate": true + }, + { + "id": 11272, + "name": "Dummy", + "type": "noted", + "duplicate": true + }, + { + "id": 11273, + "name": "Impling scroll", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 11275, + "name": "Mith grapple", + "type": "noted", + "duplicate": true + }, + { + "id": 11276, + "name": "Mith grapple", + "type": "noted", + "duplicate": true + }, + null, + null, + { + "id": 11279, + "name": "Elvarg's head", + "type": "normal", + "duplicate": false + }, + { + "id": 11280, + "name": "Cavalier mask", + "type": "normal", + "duplicate": false + }, + { + "id": 11281, + "name": "Cavalier mask", + "type": "noted", + "duplicate": true + }, + { + "id": 11282, + "name": "Beret mask", + "type": "normal", + "duplicate": false + }, + { + "id": 11283, + "name": "Dragonfire shield", + "type": "normal", + "duplicate": false + }, + { + "id": 11284, + "name": "Dragonfire shield", + "type": "normal", + "duplicate": false + }, + { + "id": 11285, + "name": "Dragonfire shield", + "type": "noted", + "duplicate": true + }, + { + "id": 11286, + "name": "Draconic visage", + "type": "normal", + "duplicate": false + }, + { + "id": 11287, + "name": "Draconic visage", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 11323, + "name": "Barbarian rod", + "type": "normal", + "duplicate": false + }, + { + "id": 11324, + "name": "Roe", + "type": "normal", + "duplicate": false + }, + { + "id": 11325, + "name": "Roe", + "type": "noted", + "duplicate": true + }, + { + "id": 11326, + "name": "Caviar", + "type": "normal", + "duplicate": false + }, + { + "id": 11327, + "name": "Caviar", + "type": "noted", + "duplicate": true + }, + { + "id": 11328, + "name": "Leaping trout", + "type": "normal", + "duplicate": false + }, + { + "id": 11329, + "name": "Leaping trout", + "type": "noted", + "duplicate": true + }, + { + "id": 11330, + "name": "Leaping salmon", + "type": "normal", + "duplicate": false + }, + { + "id": 11331, + "name": "Leaping salmon", + "type": "noted", + "duplicate": true + }, + { + "id": 11332, + "name": "Leaping sturgeon", + "type": "normal", + "duplicate": false + }, + { + "id": 11333, + "name": "Leaping sturgeon", + "type": "noted", + "duplicate": true + }, + { + "id": 11334, + "name": "Fish offcuts", + "type": "normal", + "duplicate": false + }, + { + "id": 11335, + "name": "Dragon full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 11336, + "name": "Dragon full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 11337, + "name": "Mangled bones", + "type": "normal", + "duplicate": false + }, + { + "id": 11338, + "name": "Chewed bones", + "type": "normal", + "duplicate": false + }, + { + "id": 11339, + "name": "My notes", + "type": "normal", + "duplicate": false + }, + { + "id": 11340, + "name": "Barbarian skills", + "type": "normal", + "duplicate": false + }, + { + "id": 11341, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11342, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11343, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11344, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11345, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11346, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11347, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11348, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11349, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11350, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11351, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11352, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11353, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11354, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11355, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11356, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11357, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11358, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11359, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11360, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11361, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11362, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11363, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11364, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11365, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11366, + "name": "Ancient page", + "type": "normal", + "duplicate": false + }, + { + "id": 11367, + "name": "Bronze hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11368, + "name": "Bronze hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11369, + "name": "Iron hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11370, + "name": "Iron hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11371, + "name": "Steel hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11372, + "name": "Steel hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11373, + "name": "Mithril hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11374, + "name": "Mithril hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11375, + "name": "Adamant hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11376, + "name": "Adamant hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11377, + "name": "Rune hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11378, + "name": "Rune hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11379, + "name": "Bronze hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11380, + "name": "Bronze hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11381, + "name": "Bronze hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11382, + "name": "Bronze hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11383, + "name": "Bronze hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11384, + "name": "Bronze hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11385, + "name": "Bronze hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 11386, + "name": "Iron hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11387, + "name": "Iron hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11388, + "name": "Iron hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11389, + "name": "Iron hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11390, + "name": "Iron hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11391, + "name": "Iron hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11392, + "name": "Iron hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 11393, + "name": "Steel hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11394, + "name": "Steel hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11395, + "name": "Steel hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11396, + "name": "Steel hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11397, + "name": "Steel hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11398, + "name": "Steel hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11399, + "name": "Steel hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 11400, + "name": "Mithril hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11401, + "name": "Mithril hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11402, + "name": "Mithril hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11403, + "name": "Mithril hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11404, + "name": "Mithril hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11405, + "name": "Mithril hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11406, + "name": "Mithril hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 11407, + "name": "Adamant hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11408, + "name": "Adamant hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11409, + "name": "Adamant hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11410, + "name": "Adamant hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11411, + "name": "Adamant hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11412, + "name": "Adamant hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11413, + "name": "Adamant hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 11414, + "name": "Rune hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 11415, + "name": "Rune hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 11416, + "name": "Rune hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 11417, + "name": "Rune hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 11418, + "name": "Rune hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 11419, + "name": "Rune hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 11420, + "name": "Rune hasta(p++)", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + { + "id": 11427, + "name": "Fish vial", + "type": "normal", + "duplicate": false + }, + { + "id": 11428, + "name": "Fish vial", + "type": "normal", + "duplicate": false + }, + { + "id": 11429, + "name": "Attack mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11430, + "name": "Attack mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11431, + "name": "Attack mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11432, + "name": "Attack mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11433, + "name": "Antipoison mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11434, + "name": "Antipoison mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11435, + "name": "Antipoison mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11436, + "name": "Antipoison mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11437, + "name": "Relicym's mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11438, + "name": "Relicym's mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11439, + "name": "Relicym's mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11440, + "name": "Relicym's mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11441, + "name": "Strength mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11442, + "name": "Strength mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11443, + "name": "Strength mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11444, + "name": "Strength mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11445, + "name": "Combat mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11446, + "name": "Combat mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11447, + "name": "Combat mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11448, + "name": "Combat mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11449, + "name": "Restore mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11450, + "name": "Restore mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11451, + "name": "Restore mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11452, + "name": "Restore mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11453, + "name": "Energy mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11454, + "name": "Energy mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11455, + "name": "Energy mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11456, + "name": "Energy mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11457, + "name": "Defence mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11458, + "name": "Defence mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11459, + "name": "Defence mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11460, + "name": "Defence mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11461, + "name": "Agility mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11462, + "name": "Agility mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11463, + "name": "Agility mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11464, + "name": "Agility mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11465, + "name": "Prayer mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11466, + "name": "Prayer mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11467, + "name": "Prayer mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11468, + "name": "Prayer mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11469, + "name": "Superattack mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11470, + "name": "Superattack mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11471, + "name": "Superattack mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11472, + "name": "Superattack mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11473, + "name": "Anti-poison supermix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11474, + "name": "Anti-poison supermix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11475, + "name": "Anti-poison supermix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11476, + "name": "Anti-poison supermix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11477, + "name": "Fishing mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11478, + "name": "Fishing mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11479, + "name": "Fishing mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11480, + "name": "Fishing mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11481, + "name": "Super energy mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11482, + "name": "Super energy mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11483, + "name": "Super energy mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11484, + "name": "Super energy mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11485, + "name": "Super str. mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11486, + "name": "Super str. mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11487, + "name": "Super str. mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11488, + "name": "Super str. mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11489, + "name": "Magic essence mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11490, + "name": "Magic essence mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11491, + "name": "Magic essence mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11492, + "name": "Magic essence mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11493, + "name": "Super restore mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11494, + "name": "Super restore mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11495, + "name": "Super restore mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11496, + "name": "Super restore mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11497, + "name": "Super def. mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11498, + "name": "Super def. mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11499, + "name": "Super def. mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11500, + "name": "Super def. mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11501, + "name": "Antidote+ mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11502, + "name": "Antidote+ mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11503, + "name": "Antidote+ mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11504, + "name": "Antidote+ mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11505, + "name": "Antifire mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11506, + "name": "Antifire mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11507, + "name": "Antifire mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11508, + "name": "Antifire mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11509, + "name": "Ranging mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11510, + "name": "Ranging mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11511, + "name": "Ranging mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11512, + "name": "Ranging mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11513, + "name": "Magic mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11514, + "name": "Magic mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11515, + "name": "Magic mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11516, + "name": "Magic mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11517, + "name": "Hunting mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11518, + "name": "Hunting mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11519, + "name": "Hunting mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11520, + "name": "Hunting mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11521, + "name": "Zamorak mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11522, + "name": "Zamorak mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11523, + "name": "Zamorak mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11524, + "name": "Zamorak mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11525, + "name": "Feather", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 11640, + "name": "Book of knowledge", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 11655, + "name": "Astronomy book", + "type": "noted", + "duplicate": true + }, + { + "id": 11656, + "name": "Glassblowing book", + "type": "normal", + "duplicate": false + }, + { + "id": 11657, + "name": "Glassblowing book", + "type": "noted", + "duplicate": true + }, + null, + null, + null, + null, + null, + { + "id": 11663, + "name": "Void mage helm", + "type": "normal", + "duplicate": false + }, + { + "id": 11664, + "name": "Void ranger helm", + "type": "normal", + "duplicate": false + }, + { + "id": 11665, + "name": "Void melee helm", + "type": "normal", + "duplicate": false + }, + { + "id": 11666, + "name": "Void seal(8)", + "type": "normal", + "duplicate": false + }, + { + "id": 11667, + "name": "Void seal(7)", + "type": "normal", + "duplicate": false + }, + { + "id": 11668, + "name": "Void seal(6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11669, + "name": "Void seal(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11670, + "name": "Void seal(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11671, + "name": "Void seal(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11672, + "name": "Void seal(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11673, + "name": "Void seal(1)", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + { + "id": 11677, + "name": "Explorer's notes", + "type": "normal", + "duplicate": false + }, + { + "id": 11678, + "name": "Black knight helm", + "type": "normal", + "duplicate": false + }, + { + "id": 11679, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 11680, + "name": "Address form", + "type": "normal", + "duplicate": false + }, + { + "id": 11681, + "name": "Scrap paper", + "type": "normal", + "duplicate": false + }, + { + "id": 11682, + "name": "Hair clip", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + { + "id": 11686, + "name": "Fire rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11687, + "name": "Water rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11688, + "name": "Air rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11689, + "name": "Earth rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11690, + "name": "Mind rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11691, + "name": "Body rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11692, + "name": "Death rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11693, + "name": "Nature rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11694, + "name": "Chaos rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11695, + "name": "Law rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11696, + "name": "Cosmic rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11697, + "name": "Blood rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11698, + "name": "Soul rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11699, + "name": "Astral rune", + "type": "normal", + "duplicate": false + }, + { + "id": 11700, + "name": "Bronze arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11701, + "name": "Iron arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11702, + "name": "Steel arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11703, + "name": "Mithril arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 11704, + "name": "Raw pheasant", + "type": "normal", + "duplicate": false + }, + { + "id": 11705, + "name": "Beach boxing gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 11706, + "name": "Beach boxing gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 11707, + "name": "Cursed goblin hammer", + "type": "normal", + "duplicate": false + }, + { + "id": 11708, + "name": "Cursed goblin bow", + "type": "normal", + "duplicate": false + }, + { + "id": 11709, + "name": "Cursed goblin staff", + "type": "normal", + "duplicate": false + }, + { + "id": 11710, + "name": "Anti-dragon shield (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11711, + "name": "Magic secateurs (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11712, + "name": "Chaos rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11713, + "name": "Death rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11714, + "name": "Blood rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11715, + "name": "Air rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11716, + "name": "Water rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11717, + "name": "Earth rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11718, + "name": "Fire rune (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11719, + "name": "Rune pickaxe (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11720, + "name": "Mithril pickaxe (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11721, + "name": "Iron pickaxe (nz)", + "type": "normal", + "duplicate": false + }, + { + "id": 11722, + "name": "Super ranging (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11723, + "name": "Super ranging (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11724, + "name": "Super ranging (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11725, + "name": "Super ranging (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11726, + "name": "Super magic potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11727, + "name": "Super magic potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11728, + "name": "Super magic potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11729, + "name": "Super magic potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11730, + "name": "Overload (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11731, + "name": "Overload (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11732, + "name": "Overload (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11733, + "name": "Overload (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11734, + "name": "Absorption (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11735, + "name": "Absorption (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11736, + "name": "Absorption (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11737, + "name": "Absorption (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11738, + "name": "Herb box", + "type": "normal", + "duplicate": false + }, + { + "id": 11739, + "name": "Open herb box", + "type": "normal", + "duplicate": false + }, + { + "id": 11740, + "name": "Scroll of redirection", + "type": "normal", + "duplicate": false + }, + { + "id": 11741, + "name": "Rimmington teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11742, + "name": "Taverley teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11743, + "name": "Pollnivneach teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11744, + "name": "Rellekka teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11745, + "name": "Brimhaven teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11746, + "name": "Yanille teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11747, + "name": "Trollheim teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 11748, + "name": "New crystal bow (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11749, + "name": "Crystal bow full (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11750, + "name": "Crystal bow 9/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11751, + "name": "Crystal bow 8/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11752, + "name": "Crystal bow 7/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11753, + "name": "Crystal bow 6/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11754, + "name": "Crystal bow 5/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11755, + "name": "Crystal bow 4/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11756, + "name": "Crystal bow 3/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11757, + "name": "Crystal bow 2/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11758, + "name": "Crystal bow 1/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11759, + "name": "New crystal shield (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11760, + "name": "Crystal shield full (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11761, + "name": "Crystal shield 9/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11762, + "name": "Crystal shield 8/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11763, + "name": "Crystal shield 7/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11764, + "name": "Crystal shield 6/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11765, + "name": "Crystal shield 5/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11766, + "name": "Crystal shield 4/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11767, + "name": "Crystal shield 3/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11768, + "name": "Crystal shield 2/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11769, + "name": "Crystal shield 1/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11770, + "name": "Seers ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11771, + "name": "Archers ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11772, + "name": "Warrior ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11773, + "name": "Berserker ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11774, + "name": "Black mask (10) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11775, + "name": "Black mask (9) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11776, + "name": "Black mask (8) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11777, + "name": "Black mask (7) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11778, + "name": "Black mask (6) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11779, + "name": "Black mask (5) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11780, + "name": "Black mask (4) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11781, + "name": "Black mask (3) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11782, + "name": "Black mask (2) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11783, + "name": "Black mask (1) (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11784, + "name": "Black mask (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11785, + "name": "Armadyl crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 11786, + "name": "Armadyl crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 11787, + "name": "Steam battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 11788, + "name": "Steam battlestaff", + "type": "noted", + "duplicate": true + }, + { + "id": 11789, + "name": "Mystic steam staff", + "type": "normal", + "duplicate": false + }, + { + "id": 11790, + "name": "Mystic steam staff", + "type": "noted", + "duplicate": true + }, + { + "id": 11791, + "name": "Staff of the dead", + "type": "normal", + "duplicate": false + }, + { + "id": 11792, + "name": "Staff of the dead", + "type": "noted", + "duplicate": true + }, + { + "id": 11793, + "name": "Agility jump", + "type": "normal", + "duplicate": true + }, + { + "id": 11794, + "name": "Godsword shards 1 & 2", + "type": "normal", + "duplicate": false + }, + { + "id": 11795, + "name": "Godsword shards 1 & 2", + "type": "noted", + "duplicate": true + }, + { + "id": 11796, + "name": "Godsword shards 1 & 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11797, + "name": "Godsword shards 1 & 3", + "type": "noted", + "duplicate": true + }, + { + "id": 11798, + "name": "Godsword blade", + "type": "normal", + "duplicate": false + }, + { + "id": 11799, + "name": "Godsword blade", + "type": "noted", + "duplicate": true + }, + { + "id": 11800, + "name": "Godsword shards 2 & 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11801, + "name": "Godsword shards 2 & 3", + "type": "noted", + "duplicate": true + }, + { + "id": 11802, + "name": "Armadyl godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 11803, + "name": "Armadyl godsword", + "type": "noted", + "duplicate": true + }, + { + "id": 11804, + "name": "Bandos godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 11805, + "name": "Bandos godsword", + "type": "noted", + "duplicate": true + }, + { + "id": 11806, + "name": "Saradomin godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 11807, + "name": "Saradomin godsword", + "type": "noted", + "duplicate": true + }, + { + "id": 11808, + "name": "Zamorak godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 11809, + "name": "Zamorak godsword", + "type": "noted", + "duplicate": true + }, + { + "id": 11810, + "name": "Armadyl hilt", + "type": "normal", + "duplicate": false + }, + { + "id": 11811, + "name": "Armadyl hilt", + "type": "noted", + "duplicate": true + }, + { + "id": 11812, + "name": "Bandos hilt", + "type": "normal", + "duplicate": false + }, + { + "id": 11813, + "name": "Bandos hilt", + "type": "noted", + "duplicate": true + }, + { + "id": 11814, + "name": "Saradomin hilt", + "type": "normal", + "duplicate": false + }, + { + "id": 11815, + "name": "Saradomin hilt", + "type": "noted", + "duplicate": true + }, + { + "id": 11816, + "name": "Zamorak hilt", + "type": "normal", + "duplicate": false + }, + { + "id": 11817, + "name": "Zamorak hilt", + "type": "noted", + "duplicate": true + }, + { + "id": 11818, + "name": "Godsword shard 1", + "type": "normal", + "duplicate": false + }, + { + "id": 11819, + "name": "Godsword shard 1", + "type": "noted", + "duplicate": true + }, + { + "id": 11820, + "name": "Godsword shard 2", + "type": "normal", + "duplicate": false + }, + { + "id": 11821, + "name": "Godsword shard 2", + "type": "noted", + "duplicate": true + }, + { + "id": 11822, + "name": "Godsword shard 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11823, + "name": "Godsword shard 3", + "type": "noted", + "duplicate": true + }, + { + "id": 11824, + "name": "Zamorakian spear", + "type": "normal", + "duplicate": false + }, + { + "id": 11825, + "name": "Zamorakian spear", + "type": "noted", + "duplicate": true + }, + { + "id": 11826, + "name": "Armadyl helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 11827, + "name": "Armadyl helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 11828, + "name": "Armadyl chestplate", + "type": "normal", + "duplicate": false + }, + { + "id": 11829, + "name": "Armadyl chestplate", + "type": "noted", + "duplicate": true + }, + { + "id": 11830, + "name": "Armadyl chainskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 11831, + "name": "Armadyl chainskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 11832, + "name": "Bandos chestplate", + "type": "normal", + "duplicate": false + }, + { + "id": 11833, + "name": "Bandos chestplate", + "type": "noted", + "duplicate": true + }, + { + "id": 11834, + "name": "Bandos tassets", + "type": "normal", + "duplicate": false + }, + { + "id": 11835, + "name": "Bandos tassets", + "type": "noted", + "duplicate": true + }, + { + "id": 11836, + "name": "Bandos boots", + "type": "normal", + "duplicate": false + }, + { + "id": 11837, + "name": "Bandos boots", + "type": "noted", + "duplicate": true + }, + { + "id": 11838, + "name": "Saradomin sword", + "type": "normal", + "duplicate": false + }, + { + "id": 11839, + "name": "Saradomin sword", + "type": "noted", + "duplicate": true + }, + { + "id": 11840, + "name": "Dragon boots", + "type": "normal", + "duplicate": false + }, + { + "id": 11841, + "name": "Dragon boots", + "type": "noted", + "duplicate": true + }, + { + "id": 11842, + "name": "Knight's notes", + "type": "normal", + "duplicate": false + }, + { + "id": 11843, + "name": "Knight's notes", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + { + "id": 11847, + "name": "Black h'ween mask", + "type": "normal", + "duplicate": false + }, + { + "id": 11848, + "name": "Rancid turkey", + "type": "normal", + "duplicate": false + }, + { + "id": 11849, + "name": "Mark of grace", + "type": "normal", + "duplicate": false + }, + { + "id": 11850, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 11851, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 11852, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 11853, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 11854, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 11855, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 11856, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 11857, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 11858, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 11859, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 11860, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 11861, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 11862, + "name": "Black partyhat", + "type": "normal", + "duplicate": false + }, + { + "id": 11863, + "name": "Rainbow partyhat", + "type": "normal", + "duplicate": false + }, + { + "id": 11864, + "name": "Slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 11865, + "name": "Slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 11866, + "name": "Slayer ring (8)", + "type": "normal", + "duplicate": false + }, + { + "id": 11867, + "name": "Slayer ring (7)", + "type": "normal", + "duplicate": false + }, + { + "id": 11868, + "name": "Slayer ring (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11869, + "name": "Slayer ring (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11870, + "name": "Slayer ring (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11871, + "name": "Slayer ring (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11872, + "name": "Slayer ring (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11873, + "name": "Slayer ring (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11874, + "name": "Broad arrowheads", + "type": "normal", + "duplicate": false + }, + { + "id": 11875, + "name": "Broad bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 11876, + "name": "Unfinished broad bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 11877, + "name": "Empty vial pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11878, + "name": "Empty vial pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11879, + "name": "Water-filled vial pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11880, + "name": "Water-filled vial pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11881, + "name": "Feather pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11882, + "name": "Feather pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11883, + "name": "Bait pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11884, + "name": "Bait pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11885, + "name": "Broad arrowhead pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11886, + "name": "Broad arrowhead pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11887, + "name": "Unfinished broad bolt pack", + "type": "normal", + "duplicate": false + }, + { + "id": 11888, + "name": "Unfinished broad bolt pack", + "type": "noted", + "duplicate": true + }, + { + "id": 11889, + "name": "Zamorakian hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 11890, + "name": "Zamorakian hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 11891, + "name": "Saradomin banner", + "type": "normal", + "duplicate": false + }, + { + "id": 11892, + "name": "Zamorak banner", + "type": "normal", + "duplicate": false + }, + { + "id": 11893, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11894, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11895, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11896, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11897, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11898, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11899, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11900, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11901, + "name": "Decorative armour", + "type": "normal", + "duplicate": false + }, + { + "id": 11902, + "name": "Leaf-bladed sword", + "type": "normal", + "duplicate": false + }, + { + "id": 11903, + "name": "Leaf-bladed sword", + "type": "noted", + "duplicate": true + }, + { + "id": 11904, + "name": "Entomologist's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 11905, + "name": "Trident of the seas (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 11906, + "name": "Trident of the seas (full)", + "type": "noted", + "duplicate": true + }, + { + "id": 11907, + "name": "Trident of the seas", + "type": "normal", + "duplicate": false + }, + { + "id": 11908, + "name": "Uncharged trident", + "type": "normal", + "duplicate": false + }, + { + "id": 11909, + "name": "Uncharged trident", + "type": "noted", + "duplicate": true + }, + { + "id": 11910, + "name": "Chocolate strawberry", + "type": "normal", + "duplicate": false + }, + { + "id": 11911, + "name": "Chocolate strawberry", + "type": "noted", + "duplicate": true + }, + { + "id": 11912, + "name": "Box of chocolate strawberries", + "type": "normal", + "duplicate": false + }, + { + "id": 11913, + "name": "Box of chocolate strawberries", + "type": "noted", + "duplicate": true + }, + { + "id": 11914, + "name": "Box of chocolate strawberries", + "type": "normal", + "duplicate": false + }, + { + "id": 11915, + "name": "Box of chocolate strawberries", + "type": "noted", + "duplicate": true + }, + { + "id": 11916, + "name": "Slice of birthday cake", + "type": "normal", + "duplicate": false + }, + { + "id": 11917, + "name": "Slice of birthday cake", + "type": "normal", + "duplicate": false + }, + { + "id": 11918, + "name": "Birthday present", + "type": "normal", + "duplicate": false + }, + { + "id": 11919, + "name": "Cow mask", + "type": "normal", + "duplicate": false + }, + { + "id": 11920, + "name": "Dragon pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 11921, + "name": "Dragon pickaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 11922, + "name": "Lava dragon bonemeal", + "type": "normal", + "duplicate": false + }, + { + "id": 11923, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 11924, + "name": "Malediction ward", + "type": "normal", + "duplicate": false + }, + { + "id": 11925, + "name": "Malediction ward", + "type": "noted", + "duplicate": true + }, + { + "id": 11926, + "name": "Odium ward", + "type": "normal", + "duplicate": false + }, + { + "id": 11927, + "name": "Odium ward", + "type": "noted", + "duplicate": true + }, + { + "id": 11928, + "name": "Odium shard 1", + "type": "normal", + "duplicate": false + }, + { + "id": 11929, + "name": "Odium shard 2", + "type": "normal", + "duplicate": false + }, + { + "id": 11930, + "name": "Odium shard 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11931, + "name": "Malediction shard 1", + "type": "normal", + "duplicate": false + }, + { + "id": 11932, + "name": "Malediction shard 2", + "type": "normal", + "duplicate": false + }, + { + "id": 11933, + "name": "Malediction shard 3", + "type": "normal", + "duplicate": false + }, + { + "id": 11934, + "name": "Raw dark crab", + "type": "normal", + "duplicate": false + }, + { + "id": 11935, + "name": "Raw dark crab", + "type": "noted", + "duplicate": true + }, + { + "id": 11936, + "name": "Dark crab", + "type": "normal", + "duplicate": false + }, + { + "id": 11937, + "name": "Dark crab", + "type": "noted", + "duplicate": true + }, + { + "id": 11938, + "name": "Burnt dark crab", + "type": "normal", + "duplicate": false + }, + { + "id": 11939, + "name": "Burnt dark crab", + "type": "noted", + "duplicate": true + }, + { + "id": 11940, + "name": "Dark fishing bait", + "type": "normal", + "duplicate": false + }, + { + "id": 11941, + "name": "Looting bag", + "type": "normal", + "duplicate": false + }, + { + "id": 11942, + "name": "Ecumenical key", + "type": "normal", + "duplicate": false + }, + { + "id": 11943, + "name": "Lava dragon bones", + "type": "normal", + "duplicate": false + }, + { + "id": 11944, + "name": "Lava dragon bones", + "type": "noted", + "duplicate": true + }, + { + "id": 11945, + "name": "Odium shard 1", + "type": "noted", + "duplicate": true + }, + { + "id": 11946, + "name": "Odium shard 2", + "type": "noted", + "duplicate": true + }, + { + "id": 11947, + "name": "Odium shard 3", + "type": "noted", + "duplicate": true + }, + { + "id": 11948, + "name": "Malediction shard 1", + "type": "noted", + "duplicate": true + }, + { + "id": 11949, + "name": "Malediction shard 2", + "type": "noted", + "duplicate": true + }, + { + "id": 11950, + "name": "Malediction shard 3", + "type": "noted", + "duplicate": true + }, + { + "id": 11951, + "name": "Extended antifire(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11952, + "name": "Extended antifire(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 11953, + "name": "Extended antifire(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11954, + "name": "Extended antifire(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11955, + "name": "Extended antifire(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11956, + "name": "Extended antifire(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11957, + "name": "Extended antifire(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11958, + "name": "Extended antifire(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11959, + "name": "Black chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 11960, + "name": "Extended antifire mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11961, + "name": "Extended antifire mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11962, + "name": "Extended antifire mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11963, + "name": "Extended antifire mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11964, + "name": "Amulet of glory (t6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11965, + "name": "Amulet of glory (t6)", + "type": "noted", + "duplicate": true + }, + { + "id": 11966, + "name": "Amulet of glory (t5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11967, + "name": "Amulet of glory (t5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11968, + "name": "Skills necklace(6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11969, + "name": "Skills necklace(6)", + "type": "noted", + "duplicate": true + }, + { + "id": 11970, + "name": "Skills necklace(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11971, + "name": "Skills necklace(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11972, + "name": "Combat bracelet(6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11973, + "name": "Combat bracelet(6)", + "type": "noted", + "duplicate": true + }, + { + "id": 11974, + "name": "Combat bracelet(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11975, + "name": "Combat bracelet(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11976, + "name": "Amulet of glory(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11977, + "name": "Amulet of glory(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11978, + "name": "Amulet of glory(6)", + "type": "normal", + "duplicate": false + }, + { + "id": 11979, + "name": "Amulet of glory(6)", + "type": "noted", + "duplicate": true + }, + { + "id": 11980, + "name": "Ring of wealth (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 11981, + "name": "Ring of wealth (5)", + "type": "noted", + "duplicate": true + }, + { + "id": 11982, + "name": "Ring of wealth (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 11983, + "name": "Ring of wealth (4)", + "type": "noted", + "duplicate": true + }, + { + "id": 11984, + "name": "Ring of wealth (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 11985, + "name": "Ring of wealth (3)", + "type": "noted", + "duplicate": true + }, + { + "id": 11986, + "name": "Ring of wealth (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 11987, + "name": "Ring of wealth (2)", + "type": "noted", + "duplicate": true + }, + { + "id": 11988, + "name": "Ring of wealth (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 11989, + "name": "Ring of wealth (1)", + "type": "noted", + "duplicate": true + }, + { + "id": 11990, + "name": "Fedora", + "type": "normal", + "duplicate": false + }, + { + "id": 11991, + "name": "Fedora", + "type": "noted", + "duplicate": true + }, + { + "id": 11992, + "name": "Lava scale", + "type": "normal", + "duplicate": false + }, + { + "id": 11993, + "name": "Lava scale", + "type": "noted", + "duplicate": true + }, + { + "id": 11994, + "name": "Lava scale shard", + "type": "normal", + "duplicate": false + }, + { + "id": 11995, + "name": "Pet chaos elemental", + "type": "normal", + "duplicate": false + }, + { + "id": 11996, + "name": "Holiday tool", + "type": "normal", + "duplicate": false + }, + { + "id": 11997, + "name": "Easter", + "type": "normal", + "duplicate": false + }, + { + "id": 11998, + "name": "Smoke battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 11999, + "name": "Smoke battlestaff", + "type": "noted", + "duplicate": true + }, + { + "id": 12000, + "name": "Mystic smoke staff", + "type": "normal", + "duplicate": false + }, + { + "id": 12001, + "name": "Mystic smoke staff", + "type": "noted", + "duplicate": true + }, + { + "id": 12002, + "name": "Occult necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 12003, + "name": "Occult necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 12004, + "name": "Kraken tentacle", + "type": "normal", + "duplicate": false + }, + { + "id": 12005, + "name": "Kraken tentacle", + "type": "noted", + "duplicate": true + }, + { + "id": 12006, + "name": "Abyssal tentacle", + "type": "normal", + "duplicate": false + }, + { + "id": 12007, + "name": "Jar of dirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12008, + "name": "Jar of dirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12009, + "name": "Soft clay pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12010, + "name": "Soft clay pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12011, + "name": "Pay-dirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12012, + "name": "Golden nugget", + "type": "normal", + "duplicate": false + }, + { + "id": 12013, + "name": "Prospector helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 12014, + "name": "Prospector jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 12015, + "name": "Prospector legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12016, + "name": "Prospector boots", + "type": "normal", + "duplicate": false + }, + { + "id": 12017, + "name": "Salve amulet(i)", + "type": "normal", + "duplicate": false + }, + { + "id": 12018, + "name": "Salve amulet(ei)", + "type": "normal", + "duplicate": false + }, + { + "id": 12019, + "name": "Coal bag", + "type": "normal", + "duplicate": true + }, + { + "id": 12020, + "name": "Gem bag", + "type": "normal", + "duplicate": true + }, + { + "id": 12021, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12022, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12023, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12024, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12025, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12026, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12027, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12028, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12029, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12030, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12031, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12032, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12033, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12034, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12035, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12036, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12037, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12038, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12039, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12040, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12041, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12042, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12043, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12044, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12045, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12046, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12047, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12048, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12049, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12050, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12051, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12052, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12053, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12054, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12055, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12056, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12057, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12058, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12059, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12060, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12061, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12062, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12063, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12064, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12065, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12066, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12067, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12068, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12069, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12070, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12071, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12072, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 12073, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 12074, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12075, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12076, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12077, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12078, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12079, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12080, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12081, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12082, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12083, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12084, + "name": "Casket (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 12085, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12086, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12087, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12088, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12089, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12090, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12091, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12092, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12093, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12094, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12095, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12096, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12097, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12098, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12099, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12100, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12101, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12102, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12103, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12104, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12105, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12106, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12107, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12108, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12109, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12110, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12111, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12112, + "name": "Casket (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12113, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12114, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12115, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12116, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12117, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12118, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12119, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12120, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12121, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12122, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12123, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12124, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12125, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12126, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12127, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12128, + "name": "Challenge scroll (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 12129, + "name": "Casket (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12130, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12131, + "name": "Casket (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12132, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12133, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12134, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12135, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12136, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12137, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12138, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12139, + "name": "Challenge scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12140, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12141, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12142, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12143, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12144, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12145, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12146, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12147, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12148, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12149, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12150, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12151, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12152, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12153, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12154, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12155, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12156, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12157, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12158, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12159, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12160, + "name": "Casket (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 12161, + "name": "Puzzle box (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 12162, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12163, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12164, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12165, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12166, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12167, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12168, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12169, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12170, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12171, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12172, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12173, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12174, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12175, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12176, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12177, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12178, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12179, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12180, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12181, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12182, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12183, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12184, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12185, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12186, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12187, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12188, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12189, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12190, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12191, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12192, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 12193, + "name": "Ancient robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 12194, + "name": "Ancient robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 12195, + "name": "Ancient robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12196, + "name": "Ancient robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 12197, + "name": "Ancient cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 12198, + "name": "Ancient cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 12199, + "name": "Ancient crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 12200, + "name": "Ancient crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 12201, + "name": "Ancient stole", + "type": "normal", + "duplicate": false + }, + { + "id": 12202, + "name": "Ancient stole", + "type": "noted", + "duplicate": true + }, + { + "id": 12203, + "name": "Ancient mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 12204, + "name": "Ancient mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 12205, + "name": "Bronze platebody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12206, + "name": "Bronze platebody (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12207, + "name": "Bronze platelegs (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12208, + "name": "Bronze platelegs (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12209, + "name": "Bronze plateskirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12210, + "name": "Bronze plateskirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12211, + "name": "Bronze full helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12212, + "name": "Bronze full helm (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12213, + "name": "Bronze kiteshield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12214, + "name": "Bronze kiteshield (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12215, + "name": "Bronze platebody (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12216, + "name": "Bronze platebody (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12217, + "name": "Bronze platelegs (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12218, + "name": "Bronze platelegs (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12219, + "name": "Bronze plateskirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12220, + "name": "Bronze plateskirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12221, + "name": "Bronze full helm (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12222, + "name": "Bronze full helm (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12223, + "name": "Bronze kiteshield (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12224, + "name": "Bronze kiteshield (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12225, + "name": "Iron platebody (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12226, + "name": "Iron platebody (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12227, + "name": "Iron platelegs (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12228, + "name": "Iron platelegs (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12229, + "name": "Iron plateskirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12230, + "name": "Iron plateskirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12231, + "name": "Iron full helm (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12232, + "name": "Iron full helm (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12233, + "name": "Iron kiteshield (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12234, + "name": "Iron kiteshield (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12235, + "name": "Iron platebody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12236, + "name": "Iron platebody (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12237, + "name": "Iron platelegs (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12238, + "name": "Iron platelegs (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12239, + "name": "Iron plateskirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12240, + "name": "Iron plateskirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12241, + "name": "Iron full helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12242, + "name": "Iron full helm (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12243, + "name": "Iron kiteshield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12244, + "name": "Iron kiteshield (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12245, + "name": "Beanie", + "type": "normal", + "duplicate": false + }, + { + "id": 12246, + "name": "Beanie", + "type": "noted", + "duplicate": true + }, + { + "id": 12247, + "name": "Red beret", + "type": "normal", + "duplicate": false + }, + { + "id": 12248, + "name": "Red beret", + "type": "noted", + "duplicate": true + }, + { + "id": 12249, + "name": "Imp mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12250, + "name": "Imp mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12251, + "name": "Goblin mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12252, + "name": "Goblin mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12253, + "name": "Armadyl robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 12254, + "name": "Armadyl robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 12255, + "name": "Armadyl robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12256, + "name": "Armadyl robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 12257, + "name": "Armadyl stole", + "type": "normal", + "duplicate": false + }, + { + "id": 12258, + "name": "Armadyl stole", + "type": "noted", + "duplicate": true + }, + { + "id": 12259, + "name": "Armadyl mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 12260, + "name": "Armadyl mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 12261, + "name": "Armadyl cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 12262, + "name": "Armadyl cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 12263, + "name": "Armadyl crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 12264, + "name": "Armadyl crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 12265, + "name": "Bandos robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 12266, + "name": "Bandos robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 12267, + "name": "Bandos robe legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12268, + "name": "Bandos robe legs", + "type": "noted", + "duplicate": true + }, + { + "id": 12269, + "name": "Bandos stole", + "type": "normal", + "duplicate": false + }, + { + "id": 12270, + "name": "Bandos stole", + "type": "noted", + "duplicate": true + }, + { + "id": 12271, + "name": "Bandos mitre", + "type": "normal", + "duplicate": false + }, + { + "id": 12272, + "name": "Bandos mitre", + "type": "noted", + "duplicate": true + }, + { + "id": 12273, + "name": "Bandos cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 12274, + "name": "Bandos cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 12275, + "name": "Bandos crozier", + "type": "normal", + "duplicate": false + }, + { + "id": 12276, + "name": "Bandos crozier", + "type": "noted", + "duplicate": true + }, + { + "id": 12277, + "name": "Mithril platebody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12278, + "name": "Mithril platebody (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12279, + "name": "Mithril platelegs (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12280, + "name": "Mithril platelegs (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12281, + "name": "Mithril kiteshield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12282, + "name": "Mithril kiteshield (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12283, + "name": "Mithril full helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12284, + "name": "Mithril full helm (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12285, + "name": "Mithril plateskirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12286, + "name": "Mithril plateskirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12287, + "name": "Mithril platebody (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12288, + "name": "Mithril platebody (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12289, + "name": "Mithril platelegs (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12290, + "name": "Mithril platelegs (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12291, + "name": "Mithril kiteshield (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12292, + "name": "Mithril kiteshield (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12293, + "name": "Mithril full helm (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12294, + "name": "Mithril full helm (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12295, + "name": "Mithril plateskirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12296, + "name": "Mithril plateskirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12297, + "name": "Black pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 12298, + "name": "Black pickaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 12299, + "name": "White headband", + "type": "normal", + "duplicate": false + }, + { + "id": 12300, + "name": "White headband", + "type": "noted", + "duplicate": true + }, + { + "id": 12301, + "name": "Blue headband", + "type": "normal", + "duplicate": false + }, + { + "id": 12302, + "name": "Blue headband", + "type": "noted", + "duplicate": true + }, + { + "id": 12303, + "name": "Gold headband", + "type": "normal", + "duplicate": false + }, + { + "id": 12304, + "name": "Gold headband", + "type": "noted", + "duplicate": true + }, + { + "id": 12305, + "name": "Pink headband", + "type": "normal", + "duplicate": false + }, + { + "id": 12306, + "name": "Pink headband", + "type": "noted", + "duplicate": true + }, + { + "id": 12307, + "name": "Green headband", + "type": "normal", + "duplicate": false + }, + { + "id": 12308, + "name": "Green headband", + "type": "noted", + "duplicate": true + }, + { + "id": 12309, + "name": "Pink boater", + "type": "normal", + "duplicate": false + }, + { + "id": 12310, + "name": "Pink boater", + "type": "noted", + "duplicate": true + }, + { + "id": 12311, + "name": "Purple boater", + "type": "normal", + "duplicate": false + }, + { + "id": 12312, + "name": "Purple boater", + "type": "noted", + "duplicate": true + }, + { + "id": 12313, + "name": "White boater", + "type": "normal", + "duplicate": false + }, + { + "id": 12314, + "name": "White boater", + "type": "noted", + "duplicate": true + }, + { + "id": 12315, + "name": "Pink elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12316, + "name": "Pink elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12317, + "name": "Pink elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12318, + "name": "Pink elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 12319, + "name": "Crier hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12320, + "name": "Crier hat", + "type": "noted", + "duplicate": true + }, + { + "id": 12321, + "name": "White cavalier", + "type": "normal", + "duplicate": false + }, + { + "id": 12322, + "name": "White cavalier", + "type": "noted", + "duplicate": true + }, + { + "id": 12323, + "name": "Red cavalier", + "type": "normal", + "duplicate": false + }, + { + "id": 12324, + "name": "Red cavalier", + "type": "noted", + "duplicate": true + }, + { + "id": 12325, + "name": "Navy cavalier", + "type": "normal", + "duplicate": false + }, + { + "id": 12326, + "name": "Navy cavalier", + "type": "noted", + "duplicate": true + }, + { + "id": 12327, + "name": "Red d'hide body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12328, + "name": "Red d'hide body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12329, + "name": "Red d'hide chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12330, + "name": "Red d'hide chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12331, + "name": "Red d'hide body (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12332, + "name": "Red d'hide body (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12333, + "name": "Red d'hide chaps (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12334, + "name": "Red d'hide chaps (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12335, + "name": "Briefcase", + "type": "normal", + "duplicate": false + }, + { + "id": 12336, + "name": "Briefcase", + "type": "noted", + "duplicate": true + }, + { + "id": 12337, + "name": "Sagacious spectacles", + "type": "normal", + "duplicate": false + }, + { + "id": 12338, + "name": "Sagacious spectacles", + "type": "noted", + "duplicate": true + }, + { + "id": 12339, + "name": "Pink elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 12340, + "name": "Pink elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 12341, + "name": "Pink elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12342, + "name": "Pink elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12343, + "name": "Gold elegant blouse", + "type": "normal", + "duplicate": false + }, + { + "id": 12344, + "name": "Gold elegant blouse", + "type": "noted", + "duplicate": true + }, + { + "id": 12345, + "name": "Gold elegant skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12346, + "name": "Gold elegant skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12347, + "name": "Gold elegant shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12348, + "name": "Gold elegant shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12349, + "name": "Gold elegant legs", + "type": "normal", + "duplicate": false + }, + { + "id": 12350, + "name": "Gold elegant legs", + "type": "noted", + "duplicate": true + }, + { + "id": 12351, + "name": "Musketeer hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12352, + "name": "Musketeer hat", + "type": "noted", + "duplicate": true + }, + { + "id": 12353, + "name": "Monocle", + "type": "normal", + "duplicate": false + }, + { + "id": 12354, + "name": "Monocle", + "type": "noted", + "duplicate": true + }, + { + "id": 12355, + "name": "Big pirate hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12356, + "name": "Big pirate hat", + "type": "noted", + "duplicate": true + }, + { + "id": 12357, + "name": "Katana", + "type": "normal", + "duplicate": false + }, + { + "id": 12358, + "name": "Katana", + "type": "noted", + "duplicate": true + }, + { + "id": 12359, + "name": "Leprechaun hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12360, + "name": "Leprechaun hat", + "type": "noted", + "duplicate": true + }, + { + "id": 12361, + "name": "Cat mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12362, + "name": "Cat mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12363, + "name": "Bronze dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12364, + "name": "Bronze dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12365, + "name": "Iron dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12366, + "name": "Iron dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12367, + "name": "Steel dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12368, + "name": "Steel dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12369, + "name": "Mithril dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12370, + "name": "Mithril dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12371, + "name": "Lava dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12372, + "name": "Lava dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12373, + "name": "Dragon cane", + "type": "normal", + "duplicate": false + }, + { + "id": 12374, + "name": "Dragon cane", + "type": "noted", + "duplicate": true + }, + { + "id": 12375, + "name": "Black cane", + "type": "normal", + "duplicate": false + }, + { + "id": 12376, + "name": "Black cane", + "type": "noted", + "duplicate": true + }, + { + "id": 12377, + "name": "Adamant cane", + "type": "normal", + "duplicate": false + }, + { + "id": 12378, + "name": "Adamant cane", + "type": "noted", + "duplicate": true + }, + { + "id": 12379, + "name": "Rune cane", + "type": "normal", + "duplicate": false + }, + { + "id": 12380, + "name": "Rune cane", + "type": "noted", + "duplicate": true + }, + { + "id": 12381, + "name": "Black d'hide body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12382, + "name": "Black d'hide body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12383, + "name": "Black d'hide chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12384, + "name": "Black d'hide chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12385, + "name": "Black d'hide body (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12386, + "name": "Black d'hide body (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12387, + "name": "Black d'hide chaps (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12388, + "name": "Black d'hide chaps (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12389, + "name": "Gilded scimitar", + "type": "normal", + "duplicate": false + }, + { + "id": 12390, + "name": "Gilded scimitar", + "type": "noted", + "duplicate": true + }, + { + "id": 12391, + "name": "Gilded boots", + "type": "normal", + "duplicate": false + }, + { + "id": 12392, + "name": "Gilded boots", + "type": "noted", + "duplicate": true + }, + { + "id": 12393, + "name": "Royal gown top", + "type": "normal", + "duplicate": false + }, + { + "id": 12394, + "name": "Royal gown top", + "type": "noted", + "duplicate": true + }, + { + "id": 12395, + "name": "Royal gown bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 12396, + "name": "Royal gown bottom", + "type": "noted", + "duplicate": true + }, + { + "id": 12397, + "name": "Royal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 12398, + "name": "Royal crown", + "type": "noted", + "duplicate": true + }, + { + "id": 12399, + "name": "Partyhat & specs", + "type": "normal", + "duplicate": false + }, + { + "id": 12400, + "name": "Partyhat & specs", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 12402, + "name": "Nardah teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12403, + "name": "Digsite teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12404, + "name": "Feldip hills teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12405, + "name": "Lunar isle teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12406, + "name": "Mort'ton teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12407, + "name": "Pest control teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12408, + "name": "Piscatoris teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12409, + "name": "Tai bwo wannai teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12410, + "name": "Iorwerth camp teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12411, + "name": "Mos le'harmless teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12412, + "name": "Pirate hat & patch", + "type": "normal", + "duplicate": false + }, + { + "id": 12413, + "name": "Pirate hat & patch", + "type": "noted", + "duplicate": true + }, + { + "id": 12414, + "name": "Dragon chainbody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12415, + "name": "Dragon platelegs (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12416, + "name": "Dragon plateskirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12417, + "name": "Dragon full helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12418, + "name": "Dragon sq shield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12419, + "name": "Light infinity hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12420, + "name": "Light infinity top", + "type": "normal", + "duplicate": false + }, + { + "id": 12421, + "name": "Light infinity bottoms", + "type": "normal", + "duplicate": false + }, + { + "id": 12422, + "name": "3rd age wand", + "type": "normal", + "duplicate": false + }, + { + "id": 12423, + "name": "3rd age wand", + "type": "noted", + "duplicate": true + }, + { + "id": 12424, + "name": "3rd age bow", + "type": "normal", + "duplicate": false + }, + { + "id": 12425, + "name": "3rd age bow", + "type": "noted", + "duplicate": true + }, + { + "id": 12426, + "name": "3rd age longsword", + "type": "normal", + "duplicate": false + }, + { + "id": 12427, + "name": "3rd age longsword", + "type": "noted", + "duplicate": true + }, + { + "id": 12428, + "name": "Penguin mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12429, + "name": "Penguin mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12430, + "name": "Afro", + "type": "normal", + "duplicate": false + }, + { + "id": 12431, + "name": "Afro", + "type": "noted", + "duplicate": true + }, + { + "id": 12432, + "name": "Top hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12433, + "name": "Top hat", + "type": "noted", + "duplicate": true + }, + { + "id": 12434, + "name": "Top hat & monocle", + "type": "normal", + "duplicate": false + }, + { + "id": 12435, + "name": "Top hat & monocle", + "type": "noted", + "duplicate": true + }, + { + "id": 12436, + "name": "Amulet of fury (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 12437, + "name": "3rd age cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 12438, + "name": "3rd age cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 12439, + "name": "Royal sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 12440, + "name": "Royal sceptre", + "type": "noted", + "duplicate": true + }, + { + "id": 12441, + "name": "Musketeer tabard", + "type": "normal", + "duplicate": false + }, + { + "id": 12442, + "name": "Musketeer tabard", + "type": "noted", + "duplicate": true + }, + { + "id": 12443, + "name": "Musketeer pants", + "type": "normal", + "duplicate": false + }, + { + "id": 12444, + "name": "Musketeer pants", + "type": "noted", + "duplicate": true + }, + { + "id": 12445, + "name": "Black skirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12446, + "name": "Black skirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12447, + "name": "Black skirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12448, + "name": "Black skirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12449, + "name": "Black wizard robe (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12450, + "name": "Black wizard robe (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12451, + "name": "Black wizard robe (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12452, + "name": "Black wizard robe (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12453, + "name": "Black wizard hat (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 12454, + "name": "Black wizard hat (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 12455, + "name": "Black wizard hat (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 12456, + "name": "Black wizard hat (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 12457, + "name": "Dark infinity hat", + "type": "normal", + "duplicate": false + }, + { + "id": 12458, + "name": "Dark infinity top", + "type": "normal", + "duplicate": false + }, + { + "id": 12459, + "name": "Dark infinity bottoms", + "type": "normal", + "duplicate": false + }, + { + "id": 12460, + "name": "Ancient platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 12461, + "name": "Ancient platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 12462, + "name": "Ancient platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 12463, + "name": "Ancient platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 12464, + "name": "Ancient plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12465, + "name": "Ancient plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12466, + "name": "Ancient full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12467, + "name": "Ancient full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 12468, + "name": "Ancient kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 12469, + "name": "Ancient kiteshield", + "type": "noted", + "duplicate": true + }, + { + "id": 12470, + "name": "Armadyl platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 12471, + "name": "Armadyl platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 12472, + "name": "Armadyl platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 12473, + "name": "Armadyl platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 12474, + "name": "Armadyl plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12475, + "name": "Armadyl plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12476, + "name": "Armadyl full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12477, + "name": "Armadyl full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 12478, + "name": "Armadyl kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 12479, + "name": "Armadyl kiteshield", + "type": "noted", + "duplicate": true + }, + { + "id": 12480, + "name": "Bandos platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 12481, + "name": "Bandos platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 12482, + "name": "Bandos platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 12483, + "name": "Bandos platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 12484, + "name": "Bandos plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 12485, + "name": "Bandos plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 12486, + "name": "Bandos full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12487, + "name": "Bandos full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 12488, + "name": "Bandos kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 12489, + "name": "Bandos kiteshield", + "type": "noted", + "duplicate": true + }, + { + "id": 12490, + "name": "Ancient bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 12491, + "name": "Ancient bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 12492, + "name": "Ancient d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 12493, + "name": "Ancient d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 12494, + "name": "Ancient chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 12495, + "name": "Ancient chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 12496, + "name": "Ancient coif", + "type": "normal", + "duplicate": false + }, + { + "id": 12497, + "name": "Ancient coif", + "type": "noted", + "duplicate": true + }, + { + "id": 12498, + "name": "Bandos bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 12499, + "name": "Bandos bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 12500, + "name": "Bandos d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 12501, + "name": "Bandos d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 12502, + "name": "Bandos chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 12503, + "name": "Bandos chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 12504, + "name": "Bandos coif", + "type": "normal", + "duplicate": false + }, + { + "id": 12505, + "name": "Bandos coif", + "type": "noted", + "duplicate": true + }, + { + "id": 12506, + "name": "Armadyl bracers", + "type": "normal", + "duplicate": false + }, + { + "id": 12507, + "name": "Armadyl bracers", + "type": "noted", + "duplicate": true + }, + { + "id": 12508, + "name": "Armadyl d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 12509, + "name": "Armadyl d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 12510, + "name": "Armadyl chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 12511, + "name": "Armadyl chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 12512, + "name": "Armadyl coif", + "type": "normal", + "duplicate": false + }, + { + "id": 12513, + "name": "Armadyl coif", + "type": "noted", + "duplicate": true + }, + { + "id": 12514, + "name": "Explorer backpack", + "type": "normal", + "duplicate": false + }, + { + "id": 12515, + "name": "Explorer backpack", + "type": "noted", + "duplicate": true + }, + { + "id": 12516, + "name": "Pith helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 12517, + "name": "Pith helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 12518, + "name": "Green dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12519, + "name": "Green dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12520, + "name": "Blue dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12521, + "name": "Blue dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12522, + "name": "Red dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12523, + "name": "Red dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12524, + "name": "Black dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12525, + "name": "Black dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 12526, + "name": "Fury ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12527, + "name": "Fury ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12528, + "name": "Dark infinity colour kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12529, + "name": "Dark infinity colour kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12530, + "name": "Light infinity colour kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12531, + "name": "Light infinity colour kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12532, + "name": "Dragon sq shield ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12533, + "name": "Dragon sq shield ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12534, + "name": "Dragon chainbody ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12535, + "name": "Dragon chainbody ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12536, + "name": "Dragon legs/skirt ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12537, + "name": "Dragon legs/skirt ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12538, + "name": "Dragon full helm ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12539, + "name": "Dragon full helm ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12540, + "name": "Deerstalker", + "type": "normal", + "duplicate": false + }, + { + "id": 12541, + "name": "Deerstalker", + "type": "noted", + "duplicate": true + }, + { + "id": 12542, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12543, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12544, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12545, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12546, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12547, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12548, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12549, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12550, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12551, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12552, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12553, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12554, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12555, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12556, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12557, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12558, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12559, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12560, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12561, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12562, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12563, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12564, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12565, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12566, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12567, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12568, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12569, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12570, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12571, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12572, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12573, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12574, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12575, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12576, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12577, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12578, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12579, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12580, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12581, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12582, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12583, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12584, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12585, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12586, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12587, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12588, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12589, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12590, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12591, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 12592, + "name": "Black pick head", + "type": "normal", + "duplicate": false + }, + { + "id": 12593, + "name": "Black pick head", + "type": "noted", + "duplicate": true + }, + { + "id": 12594, + "name": "Broken pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 12595, + "name": "Broken pickaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 12596, + "name": "Rangers' tunic", + "type": "normal", + "duplicate": false + }, + { + "id": 12597, + "name": "Rangers' tunic", + "type": "noted", + "duplicate": true + }, + { + "id": 12598, + "name": "Holy sandals", + "type": "normal", + "duplicate": false + }, + { + "id": 12599, + "name": "Holy sandals", + "type": "noted", + "duplicate": true + }, + { + "id": 12600, + "name": "Druidic wreath", + "type": "normal", + "duplicate": false + }, + { + "id": 12601, + "name": "Ring of the gods", + "type": "normal", + "duplicate": false + }, + { + "id": 12602, + "name": "Ring of the gods", + "type": "noted", + "duplicate": true + }, + { + "id": 12603, + "name": "Tyrannical ring", + "type": "normal", + "duplicate": false + }, + { + "id": 12604, + "name": "Tyrannical ring", + "type": "noted", + "duplicate": true + }, + { + "id": 12605, + "name": "Treasonous ring", + "type": "normal", + "duplicate": false + }, + { + "id": 12606, + "name": "Treasonous ring", + "type": "noted", + "duplicate": true + }, + { + "id": 12607, + "name": "Damaged book", + "type": "normal", + "duplicate": false + }, + { + "id": 12608, + "name": "Book of war", + "type": "normal", + "duplicate": false + }, + { + "id": 12609, + "name": "Damaged book", + "type": "normal", + "duplicate": false + }, + { + "id": 12610, + "name": "Book of law", + "type": "normal", + "duplicate": false + }, + { + "id": 12611, + "name": "Damaged book", + "type": "normal", + "duplicate": false + }, + { + "id": 12612, + "name": "Book of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 12613, + "name": "Bandos page 1", + "type": "normal", + "duplicate": false + }, + { + "id": 12614, + "name": "Bandos page 2", + "type": "normal", + "duplicate": false + }, + { + "id": 12615, + "name": "Bandos page 3", + "type": "normal", + "duplicate": false + }, + { + "id": 12616, + "name": "Bandos page 4", + "type": "normal", + "duplicate": false + }, + { + "id": 12617, + "name": "Armadyl page 1", + "type": "normal", + "duplicate": false + }, + { + "id": 12618, + "name": "Armadyl page 2", + "type": "normal", + "duplicate": false + }, + { + "id": 12619, + "name": "Armadyl page 3", + "type": "normal", + "duplicate": false + }, + { + "id": 12620, + "name": "Armadyl page 4", + "type": "normal", + "duplicate": false + }, + { + "id": 12621, + "name": "Ancient page 1", + "type": "normal", + "duplicate": false + }, + { + "id": 12622, + "name": "Ancient page 2", + "type": "normal", + "duplicate": false + }, + { + "id": 12623, + "name": "Ancient page 3", + "type": "normal", + "duplicate": false + }, + { + "id": 12624, + "name": "Ancient page 4", + "type": "normal", + "duplicate": false + }, + { + "id": 12625, + "name": "Stamina potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 12626, + "name": "Stamina potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 12627, + "name": "Stamina potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 12628, + "name": "Stamina potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 12629, + "name": "Stamina potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12630, + "name": "Stamina potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 12631, + "name": "Stamina potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12632, + "name": "Stamina potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 12633, + "name": "Stamina mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12634, + "name": "Stamina mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 12635, + "name": "Stamina mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12636, + "name": "Stamina mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 12637, + "name": "Saradomin halo", + "type": "normal", + "duplicate": false + }, + { + "id": 12638, + "name": "Zamorak halo", + "type": "normal", + "duplicate": false + }, + { + "id": 12639, + "name": "Guthix halo", + "type": "normal", + "duplicate": false + }, + { + "id": 12640, + "name": "Amylase crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 12641, + "name": "Amylase pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12642, + "name": "Lumberyard teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12643, + "name": "Pet dagannoth supreme", + "type": "normal", + "duplicate": false + }, + { + "id": 12644, + "name": "Pet dagannoth prime", + "type": "normal", + "duplicate": false + }, + { + "id": 12645, + "name": "Pet dagannoth rex", + "type": "normal", + "duplicate": false + }, + { + "id": 12646, + "name": "Baby mole", + "type": "normal", + "duplicate": false + }, + { + "id": 12647, + "name": "Kalphite princess", + "type": "normal", + "duplicate": false + }, + { + "id": 12648, + "name": "Pet smoke devil", + "type": "normal", + "duplicate": false + }, + { + "id": 12649, + "name": "Pet kree'arra", + "type": "normal", + "duplicate": false + }, + { + "id": 12650, + "name": "Pet general graardor", + "type": "normal", + "duplicate": false + }, + { + "id": 12651, + "name": "Pet zilyana", + "type": "normal", + "duplicate": false + }, + { + "id": 12652, + "name": "Pet k'ril tsutsaroth", + "type": "normal", + "duplicate": false + }, + { + "id": 12653, + "name": "Prince black dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 12654, + "name": "Kalphite princess", + "type": "normal", + "duplicate": false + }, + { + "id": 12655, + "name": "Pet kraken", + "type": "normal", + "duplicate": false + }, + { + "id": 12656, + "name": "Junk", + "type": "normal", + "duplicate": false + }, + { + "id": 12657, + "name": "Junk", + "type": "normal", + "duplicate": false + }, + { + "id": 12658, + "name": "Iban's staff (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 12659, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12660, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12661, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12662, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12663, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12664, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12665, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12666, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12667, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12668, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12669, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12670, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12671, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12672, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12673, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12674, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 12675, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12676, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12677, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12678, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12679, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12680, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12681, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12682, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12683, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12684, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12685, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12686, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12687, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12688, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12689, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12690, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 12691, + "name": "Tyrannical ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 12692, + "name": "Treasonous ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 12693, + "name": "Kree'arra", + "type": "normal", + "duplicate": false + }, + { + "id": 12694, + "name": "Chaos elemental", + "type": "normal", + "duplicate": false + }, + { + "id": 12695, + "name": "Super combat potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 12696, + "name": "Super combat potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 12697, + "name": "Super combat potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 12698, + "name": "Super combat potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 12699, + "name": "Super combat potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12700, + "name": "Super combat potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 12701, + "name": "Super combat potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12702, + "name": "Super combat potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 12703, + "name": "Pet penance queen", + "type": "normal", + "duplicate": false + }, + { + "id": 12704, + "name": "Oak house", + "type": "normal", + "duplicate": false + }, + { + "id": 12705, + "name": "Teak house", + "type": "normal", + "duplicate": false + }, + { + "id": 12706, + "name": "Mahogany house", + "type": "normal", + "duplicate": false + }, + { + "id": 12707, + "name": "Consecrated house", + "type": "normal", + "duplicate": false + }, + { + "id": 12708, + "name": "Desecrated house", + "type": "normal", + "duplicate": false + }, + { + "id": 12709, + "name": "Nature house", + "type": "normal", + "duplicate": false + }, + { + "id": 12710, + "name": "Grassland habitat", + "type": "normal", + "duplicate": false + }, + { + "id": 12711, + "name": "Forest habitat", + "type": "normal", + "duplicate": false + }, + { + "id": 12712, + "name": "Desert habitat", + "type": "normal", + "duplicate": false + }, + { + "id": 12713, + "name": "Polar habitat", + "type": "normal", + "duplicate": false + }, + { + "id": 12714, + "name": "Volcanic habitat", + "type": "normal", + "duplicate": false + }, + { + "id": 12715, + "name": "Oak scratching post", + "type": "normal", + "duplicate": false + }, + { + "id": 12716, + "name": "Teak scratching post", + "type": "normal", + "duplicate": false + }, + { + "id": 12717, + "name": "Mahogany scratching post", + "type": "normal", + "duplicate": false + }, + { + "id": 12718, + "name": "Simple arena", + "type": "normal", + "duplicate": false + }, + { + "id": 12719, + "name": "Advanced arena", + "type": "normal", + "duplicate": false + }, + { + "id": 12720, + "name": "Glorious arena", + "type": "normal", + "duplicate": false + }, + { + "id": 12721, + "name": "Pet list", + "type": "normal", + "duplicate": false + }, + { + "id": 12722, + "name": "Oak feeder", + "type": "normal", + "duplicate": false + }, + { + "id": 12723, + "name": "Teak feeder", + "type": "normal", + "duplicate": false + }, + { + "id": 12724, + "name": "Mahogany feeder", + "type": "normal", + "duplicate": false + }, + { + "id": 12725, + "name": "Menagerie", + "type": "normal", + "duplicate": false + }, + { + "id": 12726, + "name": "Menagerie", + "type": "normal", + "duplicate": true + }, + { + "id": 12727, + "name": "Event rpg", + "type": "normal", + "duplicate": false + }, + { + "id": 12728, + "name": "Air rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12729, + "name": "Air rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12730, + "name": "Water rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12731, + "name": "Water rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12732, + "name": "Earth rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12733, + "name": "Earth rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12734, + "name": "Fire rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12735, + "name": "Fire rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12736, + "name": "Mind rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12737, + "name": "Mind rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12738, + "name": "Chaos rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12739, + "name": "Chaos rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12740, + "name": "Bird snare pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12741, + "name": "Bird snare pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12742, + "name": "Box trap pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12743, + "name": "Box trap pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12744, + "name": "Magic imp box pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12745, + "name": "Magic imp box pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12746, + "name": "Archaic emblem (tier 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12747, + "name": "Archaic emblem (tier 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12748, + "name": "Archaic emblem (tier 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12749, + "name": "Archaic emblem (tier 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 12750, + "name": "Archaic emblem (tier 4)", + "type": "normal", + "duplicate": false + }, + { + "id": 12751, + "name": "Archaic emblem (tier 5)", + "type": "normal", + "duplicate": false + }, + { + "id": 12752, + "name": "Archaic emblem (tier 6)", + "type": "normal", + "duplicate": false + }, + { + "id": 12753, + "name": "Archaic emblem (tier 7)", + "type": "normal", + "duplicate": false + }, + { + "id": 12754, + "name": "Archaic emblem (tier 8)", + "type": "normal", + "duplicate": false + }, + { + "id": 12755, + "name": "Archaic emblem (tier 9)", + "type": "normal", + "duplicate": false + }, + { + "id": 12756, + "name": "Archaic emblem (tier 10)", + "type": "normal", + "duplicate": false + }, + { + "id": 12757, + "name": "Blue dark bow paint", + "type": "normal", + "duplicate": false + }, + { + "id": 12758, + "name": "Blue dark bow paint", + "type": "noted", + "duplicate": true + }, + { + "id": 12759, + "name": "Green dark bow paint", + "type": "normal", + "duplicate": false + }, + { + "id": 12760, + "name": "Green dark bow paint", + "type": "noted", + "duplicate": true + }, + { + "id": 12761, + "name": "Yellow dark bow paint", + "type": "normal", + "duplicate": false + }, + { + "id": 12762, + "name": "Yellow dark bow paint", + "type": "noted", + "duplicate": true + }, + { + "id": 12763, + "name": "White dark bow paint", + "type": "normal", + "duplicate": false + }, + { + "id": 12764, + "name": "White dark bow paint", + "type": "noted", + "duplicate": true + }, + { + "id": 12765, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + { + "id": 12766, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + { + "id": 12767, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + { + "id": 12768, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + { + "id": 12769, + "name": "Frozen whip mix", + "type": "normal", + "duplicate": false + }, + { + "id": 12770, + "name": "Frozen whip mix", + "type": "noted", + "duplicate": true + }, + { + "id": 12771, + "name": "Volcanic whip mix", + "type": "normal", + "duplicate": false + }, + { + "id": 12772, + "name": "Volcanic whip mix", + "type": "noted", + "duplicate": true + }, + { + "id": 12773, + "name": "Volcanic abyssal whip", + "type": "normal", + "duplicate": false + }, + { + "id": 12774, + "name": "Frozen abyssal whip", + "type": "normal", + "duplicate": false + }, + { + "id": 12775, + "name": "Annakarl teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12776, + "name": "Carrallangar teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12777, + "name": "Dareeyak teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12778, + "name": "Ghorrock teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12779, + "name": "Kharyrll teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12780, + "name": "Lassar teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12781, + "name": "Paddewwa teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12782, + "name": "Senntisten teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12783, + "name": "Ring of wealth scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 12784, + "name": "Ring of wealth scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 12785, + "name": "Ring of wealth (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 12786, + "name": "Magic shortbow scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 12787, + "name": "Magic shortbow scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 12788, + "name": "Magic shortbow (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 12789, + "name": "Clue box", + "type": "normal", + "duplicate": false + }, + { + "id": 12790, + "name": "Clue box", + "type": "noted", + "duplicate": true + }, + { + "id": 12791, + "name": "Rune pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 12792, + "name": "Nest box (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 12793, + "name": "Nest box (seeds)", + "type": "normal", + "duplicate": false + }, + { + "id": 12794, + "name": "Nest box (ring)", + "type": "normal", + "duplicate": false + }, + { + "id": 12795, + "name": "Steam battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 12796, + "name": "Mystic steam staff", + "type": "normal", + "duplicate": false + }, + { + "id": 12797, + "name": "Dragon pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 12798, + "name": "Steam staff upgrade kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12799, + "name": "Steam staff upgrade kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12800, + "name": "Dragon pickaxe upgrade kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12801, + "name": "Dragon pickaxe upgrade kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12802, + "name": "Ward upgrade kit", + "type": "normal", + "duplicate": false + }, + { + "id": 12803, + "name": "Ward upgrade kit", + "type": "noted", + "duplicate": true + }, + { + "id": 12804, + "name": "Saradomin's tear", + "type": "normal", + "duplicate": false + }, + { + "id": 12805, + "name": "Saradomin's tear", + "type": "noted", + "duplicate": true + }, + { + "id": 12806, + "name": "Malediction ward", + "type": "normal", + "duplicate": false + }, + { + "id": 12807, + "name": "Odium ward", + "type": "normal", + "duplicate": false + }, + { + "id": 12808, + "name": "Sara's blessed sword (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 12809, + "name": "Saradomin's blessed sword", + "type": "normal", + "duplicate": false + }, + { + "id": 12810, + "name": "Ironman helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12811, + "name": "Ironman platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 12812, + "name": "Ironman platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 12813, + "name": "Ultimate ironman helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12814, + "name": "Ultimate ironman platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 12815, + "name": "Ultimate ironman platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 12816, + "name": "Pet dark core", + "type": "normal", + "duplicate": false + }, + { + "id": 12817, + "name": "Elysian spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 12818, + "name": "Elysian spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 12819, + "name": "Elysian sigil", + "type": "normal", + "duplicate": false + }, + { + "id": 12820, + "name": "Elysian sigil", + "type": "noted", + "duplicate": true + }, + { + "id": 12821, + "name": "Spectral spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 12822, + "name": "Spectral spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 12823, + "name": "Spectral sigil", + "type": "normal", + "duplicate": false + }, + { + "id": 12824, + "name": "Spectral sigil", + "type": "noted", + "duplicate": true + }, + { + "id": 12825, + "name": "Arcane spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 12826, + "name": "Arcane spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 12827, + "name": "Arcane sigil", + "type": "normal", + "duplicate": false + }, + { + "id": 12828, + "name": "Arcane sigil", + "type": "noted", + "duplicate": true + }, + { + "id": 12829, + "name": "Spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 12830, + "name": "Spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 12831, + "name": "Blessed spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 12832, + "name": "Blessed spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 12833, + "name": "Holy elixir", + "type": "normal", + "duplicate": false + }, + { + "id": 12834, + "name": "Holy elixir", + "type": "noted", + "duplicate": true + }, + { + "id": 12835, + "name": "Community pumpkin", + "type": "normal", + "duplicate": false + }, + { + "id": 12836, + "name": "Grim reaper's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 12837, + "name": "Grim robe", + "type": "normal", + "duplicate": false + }, + { + "id": 12838, + "name": "Will and testament", + "type": "normal", + "duplicate": false + }, + { + "id": 12839, + "name": "Human bones", + "type": "normal", + "duplicate": false + }, + { + "id": 12840, + "name": "Servant's skull", + "type": "normal", + "duplicate": false + }, + { + "id": 12841, + "name": "Hourglass", + "type": "normal", + "duplicate": false + }, + { + "id": 12842, + "name": "Scythe sharpener", + "type": "normal", + "duplicate": false + }, + { + "id": 12843, + "name": "Human eye", + "type": "normal", + "duplicate": false + }, + { + "id": 12844, + "name": "Voice potion", + "type": "normal", + "duplicate": false + }, + { + "id": 12845, + "name": "Grim reaper hood", + "type": "normal", + "duplicate": false + }, + { + "id": 12846, + "name": "Target teleport scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 12847, + "name": "Target teleport scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 12848, + "name": "Granite maul", + "type": "normal", + "duplicate": false + }, + { + "id": 12849, + "name": "Granite clamp", + "type": "normal", + "duplicate": false + }, + { + "id": 12850, + "name": "Granite clamp", + "type": "noted", + "duplicate": true + }, + { + "id": 12851, + "name": "Amulet of the damned (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 12852, + "name": "Amulet of the damned (full)", + "type": "noted", + "duplicate": true + }, + { + "id": 12853, + "name": "Amulet of the damned", + "type": "normal", + "duplicate": false + }, + { + "id": 12854, + "name": "Flamtaer bag", + "type": "normal", + "duplicate": false + }, + { + "id": 12855, + "name": "Hunter's honour", + "type": "normal", + "duplicate": false + }, + { + "id": 12856, + "name": "Rogue's revenge", + "type": "normal", + "duplicate": false + }, + { + "id": 12857, + "name": "Olive oil pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12858, + "name": "Olive oil pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12859, + "name": "Eye of newt pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12860, + "name": "Eye of newt pack", + "type": "noted", + "duplicate": true + }, + { + "id": 12861, + "name": "Thanksgiving dinner", + "type": "normal", + "duplicate": false + }, + { + "id": 12862, + "name": "Thanksgiving dinner", + "type": "normal", + "duplicate": true + }, + { + "id": 12863, + "name": "Dwarf cannon set", + "type": "normal", + "duplicate": false + }, + { + "id": 12864, + "name": "Dwarf cannon set", + "type": "noted", + "duplicate": true + }, + { + "id": 12865, + "name": "Green dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 12866, + "name": "Green dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 12867, + "name": "Blue dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 12868, + "name": "Blue dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 12869, + "name": "Red dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 12870, + "name": "Red dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 12871, + "name": "Black dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 12872, + "name": "Black dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 12873, + "name": "Guthan's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12874, + "name": "Guthan's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12875, + "name": "Verac's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12876, + "name": "Verac's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12877, + "name": "Dharok's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12878, + "name": "Dharok's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12879, + "name": "Torag's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12880, + "name": "Torag's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12881, + "name": "Ahrim's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12882, + "name": "Ahrim's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12883, + "name": "Karil's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 12884, + "name": "Karil's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 12885, + "name": "Jar of sand", + "type": "normal", + "duplicate": false + }, + { + "id": 12886, + "name": "Jar of sand", + "type": "noted", + "duplicate": true + }, + { + "id": 12887, + "name": "Santa mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12888, + "name": "Santa jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 12889, + "name": "Santa pantaloons", + "type": "normal", + "duplicate": false + }, + { + "id": 12890, + "name": "Santa gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 12891, + "name": "Santa boots", + "type": "normal", + "duplicate": false + }, + { + "id": 12892, + "name": "Antisanta mask", + "type": "normal", + "duplicate": false + }, + { + "id": 12893, + "name": "Antisanta jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 12894, + "name": "Antisanta pantaloons", + "type": "normal", + "duplicate": false + }, + { + "id": 12895, + "name": "Antisanta gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 12896, + "name": "Antisanta boots", + "type": "normal", + "duplicate": false + }, + { + "id": 12897, + "name": "Antisanta's coal box", + "type": "normal", + "duplicate": false + }, + { + "id": 12898, + "name": "Antisanta's coal box (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 12899, + "name": "Trident of the swamp", + "type": "normal", + "duplicate": false + }, + { + "id": 12900, + "name": "Uncharged toxic trident", + "type": "normal", + "duplicate": false + }, + { + "id": 12901, + "name": "Uncharged toxic trident", + "type": "noted", + "duplicate": true + }, + { + "id": 12902, + "name": "Toxic staff (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 12903, + "name": "Toxic staff (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 12904, + "name": "Toxic staff of the dead", + "type": "normal", + "duplicate": false + }, + { + "id": 12905, + "name": "Anti-venom(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 12906, + "name": "Anti-venom(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 12907, + "name": "Anti-venom(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 12908, + "name": "Anti-venom(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 12909, + "name": "Anti-venom(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12910, + "name": "Anti-venom(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 12911, + "name": "Anti-venom(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12912, + "name": "Anti-venom(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 12913, + "name": "Anti-venom+(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 12914, + "name": "Anti-venom+(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 12915, + "name": "Anti-venom+(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 12916, + "name": "Anti-venom+(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 12917, + "name": "Anti-venom+(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 12918, + "name": "Anti-venom+(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 12919, + "name": "Anti-venom+(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 12920, + "name": "Anti-venom+(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 12921, + "name": "Pet snakeling", + "type": "normal", + "duplicate": false + }, + { + "id": 12922, + "name": "Tanzanite fang", + "type": "normal", + "duplicate": false + }, + { + "id": 12923, + "name": "Tanzanite fang", + "type": "noted", + "duplicate": true + }, + { + "id": 12924, + "name": "Toxic blowpipe (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 12925, + "name": "Toxic blowpipe (empty)", + "type": "noted", + "duplicate": true + }, + { + "id": 12926, + "name": "Toxic blowpipe", + "type": "normal", + "duplicate": false + }, + { + "id": 12927, + "name": "Serpentine visage", + "type": "normal", + "duplicate": false + }, + { + "id": 12928, + "name": "Serpentine visage", + "type": "noted", + "duplicate": true + }, + { + "id": 12929, + "name": "Serpentine helm (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 12930, + "name": "Serpentine helm (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 12931, + "name": "Serpentine helm", + "type": "normal", + "duplicate": false + }, + { + "id": 12932, + "name": "Magic fang", + "type": "normal", + "duplicate": false + }, + { + "id": 12933, + "name": "Magic fang", + "type": "noted", + "duplicate": true + }, + { + "id": 12934, + "name": "Zulrah's scales", + "type": "normal", + "duplicate": false + }, + { + "id": 12935, + "name": "Ohn's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 12936, + "name": "Jar of swamp", + "type": "normal", + "duplicate": false + }, + { + "id": 12937, + "name": "Jar of swamp", + "type": "noted", + "duplicate": true + }, + { + "id": 12938, + "name": "Zul-andra teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 12939, + "name": "Pet snakeling", + "type": "normal", + "duplicate": false + }, + { + "id": 12940, + "name": "Pet snakeling", + "type": "normal", + "duplicate": false + }, + { + "id": 12941, + "name": "Oak sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12942, + "name": "Willow sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12943, + "name": "Maple sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12944, + "name": "Yew sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12945, + "name": "Magic sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12946, + "name": "Apple sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12947, + "name": "Banana sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12948, + "name": "Orange sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12949, + "name": "Curry sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12950, + "name": "Pineapple sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12951, + "name": "Papaya sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12952, + "name": "Palm sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12953, + "name": "Calquat sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 12954, + "name": "Dragon defender", + "type": "normal", + "duplicate": false + }, + { + "id": 12955, + "name": "Free to play starter pack", + "type": "normal", + "duplicate": false + }, + { + "id": 12956, + "name": "Cow top", + "type": "normal", + "duplicate": false + }, + { + "id": 12957, + "name": "Cow trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 12958, + "name": "Cow gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 12959, + "name": "Cow shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 12960, + "name": "Bronze set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12961, + "name": "Bronze set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12962, + "name": "Bronze set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12963, + "name": "Bronze set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12964, + "name": "Bronze trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12965, + "name": "Bronze trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12966, + "name": "Bronze trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12967, + "name": "Bronze trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12968, + "name": "Bronze gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12969, + "name": "Bronze gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12970, + "name": "Bronze gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12971, + "name": "Bronze gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12972, + "name": "Iron set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12973, + "name": "Iron set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12974, + "name": "Iron set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12975, + "name": "Iron set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12976, + "name": "Iron trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12977, + "name": "Iron trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12978, + "name": "Iron trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12979, + "name": "Iron trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12980, + "name": "Iron gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12981, + "name": "Iron gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12982, + "name": "Iron gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12983, + "name": "Iron gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12984, + "name": "Steel set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12985, + "name": "Steel set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12986, + "name": "Steel set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12987, + "name": "Steel set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12988, + "name": "Black set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12989, + "name": "Black set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12990, + "name": "Black set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12991, + "name": "Black set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12992, + "name": "Black trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12993, + "name": "Black trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12994, + "name": "Black trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12995, + "name": "Black trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 12996, + "name": "Black gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 12997, + "name": "Black gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 12998, + "name": "Black gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 12999, + "name": "Black gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13000, + "name": "Mithril set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13001, + "name": "Mithril set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13002, + "name": "Mithril set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13003, + "name": "Mithril set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13004, + "name": "Mithril trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13005, + "name": "Mithril trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13006, + "name": "Mithril trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13007, + "name": "Mithril trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13008, + "name": "Mithril gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13009, + "name": "Mithril gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13010, + "name": "Mithril gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13011, + "name": "Mithril gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13012, + "name": "Adamant set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13013, + "name": "Adamant set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13014, + "name": "Adamant set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13015, + "name": "Adamant set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13016, + "name": "Adamant trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13017, + "name": "Adamant trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13018, + "name": "Adamant trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13019, + "name": "Adamant trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13020, + "name": "Adamant gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13021, + "name": "Adamant gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13022, + "name": "Adamant gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13023, + "name": "Adamant gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13024, + "name": "Rune armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13025, + "name": "Rune armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13026, + "name": "Rune armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13027, + "name": "Rune armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13028, + "name": "Rune trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13029, + "name": "Rune trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13030, + "name": "Rune trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13031, + "name": "Rune trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13032, + "name": "Rune gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13033, + "name": "Rune gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13034, + "name": "Rune gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13035, + "name": "Rune gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13036, + "name": "Gilded armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13037, + "name": "Gilded armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13038, + "name": "Gilded armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13039, + "name": "Gilded armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13040, + "name": "Saradomin armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13041, + "name": "Saradomin armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13042, + "name": "Saradomin armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13043, + "name": "Saradomin armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13044, + "name": "Zamorak armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13045, + "name": "Zamorak armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13046, + "name": "Zamorak armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13047, + "name": "Zamorak armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13048, + "name": "Guthix armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13049, + "name": "Guthix armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13050, + "name": "Guthix armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13051, + "name": "Guthix armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13052, + "name": "Armadyl rune armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13053, + "name": "Armadyl rune armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13054, + "name": "Armadyl rune armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13055, + "name": "Armadyl rune armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13056, + "name": "Bandos rune armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13057, + "name": "Bandos rune armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13058, + "name": "Bandos rune armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13059, + "name": "Bandos rune armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13060, + "name": "Ancient rune armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 13061, + "name": "Ancient rune armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 13062, + "name": "Ancient rune armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 13063, + "name": "Ancient rune armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 13064, + "name": "Combat potion set", + "type": "normal", + "duplicate": false + }, + { + "id": 13065, + "name": "Combat potion set", + "type": "noted", + "duplicate": true + }, + { + "id": 13066, + "name": "Super potion set", + "type": "normal", + "duplicate": false + }, + { + "id": 13067, + "name": "Super potion set", + "type": "noted", + "duplicate": true + }, + { + "id": 13068, + "name": "Quest point cape (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 13069, + "name": "Achievement diary cape (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 13070, + "name": "Achievement diary hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13071, + "name": "Chompy chick", + "type": "normal", + "duplicate": false + }, + { + "id": 13072, + "name": "Elite void top", + "type": "normal", + "duplicate": false + }, + { + "id": 13073, + "name": "Elite void robe", + "type": "normal", + "duplicate": false + }, + { + "id": 13074, + "name": "Pharaoh's sceptre (8)", + "type": "normal", + "duplicate": false + }, + { + "id": 13075, + "name": "Pharaoh's sceptre (7)", + "type": "normal", + "duplicate": false + }, + { + "id": 13076, + "name": "Pharaoh's sceptre (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 13077, + "name": "Pharaoh's sceptre (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13078, + "name": "Pharaoh's sceptre (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13079, + "name": "Enchanted lyre(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13080, + "name": "New crystal halberd full (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13081, + "name": "Crystal halberd full (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13082, + "name": "Crystal halberd 9/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13083, + "name": "Crystal halberd 8/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13084, + "name": "Crystal halberd 7/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13085, + "name": "Crystal halberd 6/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13086, + "name": "Crystal halberd 5/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13087, + "name": "Crystal halberd 4/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13088, + "name": "Crystal halberd 3/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13089, + "name": "Crystal halberd 2/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13090, + "name": "Crystal halberd 1/10 (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13091, + "name": "New crystal halberd full", + "type": "normal", + "duplicate": false + }, + { + "id": 13092, + "name": "Crystal halberd full", + "type": "normal", + "duplicate": false + }, + { + "id": 13093, + "name": "Crystal halberd 9/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13094, + "name": "Crystal halberd 8/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13095, + "name": "Crystal halberd 7/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13096, + "name": "Crystal halberd 6/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13097, + "name": "Crystal halberd 5/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13098, + "name": "Crystal halberd 4/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13099, + "name": "Crystal halberd 3/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13100, + "name": "Crystal halberd 2/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13101, + "name": "Crystal halberd 1/10", + "type": "normal", + "duplicate": false + }, + { + "id": 13102, + "name": "Teleport crystal (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13103, + "name": "Karamja gloves 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13104, + "name": "Varrock armour 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13105, + "name": "Varrock armour 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13106, + "name": "Varrock armour 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13107, + "name": "Varrock armour 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13108, + "name": "Wilderness sword 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13109, + "name": "Wilderness sword 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13110, + "name": "Wilderness sword 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13111, + "name": "Wilderness sword 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13112, + "name": "Morytania legs 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13113, + "name": "Morytania legs 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13114, + "name": "Morytania legs 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13115, + "name": "Morytania legs 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13116, + "name": "Bonecrusher", + "type": "normal", + "duplicate": false + }, + { + "id": 13117, + "name": "Falador shield 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13118, + "name": "Falador shield 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13119, + "name": "Falador shield 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13120, + "name": "Falador shield 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13121, + "name": "Ardougne cloak 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13122, + "name": "Ardougne cloak 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13123, + "name": "Ardougne cloak 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13124, + "name": "Ardougne cloak 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13125, + "name": "Explorer's ring 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13126, + "name": "Explorer's ring 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13127, + "name": "Explorer's ring 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13128, + "name": "Explorer's ring 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13129, + "name": "Fremennik sea boots 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13130, + "name": "Fremennik sea boots 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13131, + "name": "Fremennik sea boots 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13132, + "name": "Fremennik sea boots 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13133, + "name": "Desert amulet 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13134, + "name": "Desert amulet 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13135, + "name": "Desert amulet 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13136, + "name": "Desert amulet 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13137, + "name": "Kandarin headgear 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13138, + "name": "Kandarin headgear 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13139, + "name": "Kandarin headgear 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13140, + "name": "Kandarin headgear 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13141, + "name": "Western banner 1", + "type": "normal", + "duplicate": false + }, + { + "id": 13142, + "name": "Western banner 2", + "type": "normal", + "duplicate": false + }, + { + "id": 13143, + "name": "Western banner 3", + "type": "normal", + "duplicate": false + }, + { + "id": 13144, + "name": "Western banner 4", + "type": "normal", + "duplicate": false + }, + { + "id": 13145, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 13146, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 13147, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 13148, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 13149, + "name": "Holy book page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13150, + "name": "Holy book page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13151, + "name": "Unholy book page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13152, + "name": "Unholy book page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13153, + "name": "Book of balance page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13154, + "name": "Book of balance page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13155, + "name": "Book of war page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13156, + "name": "Book of war page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13157, + "name": "Book of law page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13158, + "name": "Book of law page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13159, + "name": "Book of darkness page set", + "type": "normal", + "duplicate": false + }, + { + "id": 13160, + "name": "Book of darkness page set", + "type": "noted", + "duplicate": true + }, + { + "id": 13161, + "name": "Zamorak dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13162, + "name": "Zamorak dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13163, + "name": "Saradomin dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13164, + "name": "Saradomin dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13165, + "name": "Guthix dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13166, + "name": "Guthix dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13167, + "name": "Bandos dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13168, + "name": "Bandos dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13169, + "name": "Armadyl dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13170, + "name": "Armadyl dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13171, + "name": "Ancient dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 13172, + "name": "Ancient dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 13173, + "name": "Partyhat set", + "type": "normal", + "duplicate": false + }, + { + "id": 13174, + "name": "Partyhat set", + "type": "noted", + "duplicate": true + }, + { + "id": 13175, + "name": "Halloween mask set", + "type": "normal", + "duplicate": false + }, + { + "id": 13176, + "name": "Halloween mask set", + "type": "noted", + "duplicate": true + }, + { + "id": 13177, + "name": "Venenatis spiderling", + "type": "normal", + "duplicate": false + }, + { + "id": 13178, + "name": "Callisto cub", + "type": "normal", + "duplicate": false + }, + { + "id": 13179, + "name": "Vet'ion jr.", + "type": "normal", + "duplicate": false + }, + { + "id": 13180, + "name": "Vet'ion jr.", + "type": "normal", + "duplicate": false + }, + { + "id": 13181, + "name": "Scorpia's offspring", + "type": "normal", + "duplicate": false + }, + { + "id": 13182, + "name": "Bunny feet", + "type": "normal", + "duplicate": false + }, + { + "id": 13183, + "name": "Empty blaster", + "type": "normal", + "duplicate": false + }, + { + "id": 13184, + "name": "Incomplete blaster", + "type": "normal", + "duplicate": false + }, + { + "id": 13185, + "name": "Easter blaster", + "type": "normal", + "duplicate": false + }, + { + "id": 13186, + "name": "Volatile mineral", + "type": "normal", + "duplicate": false + }, + { + "id": 13187, + "name": "Package", + "type": "normal", + "duplicate": false + }, + { + "id": 13188, + "name": "Diango's claws", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 13190, + "name": "Old school bond", + "type": "normal", + "duplicate": false + }, + { + "id": 13191, + "name": "Old school bond", + "type": "normal", + "duplicate": true + }, + { + "id": 13192, + "name": "Old school bond (untradeable)", + "type": "normal", + "duplicate": false + }, + { + "id": 13193, + "name": "Bone bolt pack", + "type": "normal", + "duplicate": false + }, + { + "id": 13194, + "name": "Bone bolt pack", + "type": "noted", + "duplicate": true + }, + { + "id": 13195, + "name": "Oddskull", + "type": "normal", + "duplicate": false + }, + { + "id": 13196, + "name": "Tanzanite helm (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 13197, + "name": "Tanzanite helm", + "type": "normal", + "duplicate": false + }, + { + "id": 13198, + "name": "Magma helm (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 13199, + "name": "Magma helm", + "type": "normal", + "duplicate": false + }, + { + "id": 13200, + "name": "Tanzanite mutagen", + "type": "normal", + "duplicate": false + }, + { + "id": 13201, + "name": "Magma mutagen", + "type": "normal", + "duplicate": false + }, + { + "id": 13202, + "name": "Ring of the gods (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 13203, + "name": "Mask of balance", + "type": "normal", + "duplicate": false + }, + { + "id": 13204, + "name": "Platinum token", + "type": "normal", + "duplicate": false + }, + { + "id": 13205, + "name": "Rotten egg", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 13215, + "name": "Tiger toy", + "type": "normal", + "duplicate": false + }, + { + "id": 13216, + "name": "Lion toy", + "type": "normal", + "duplicate": false + }, + { + "id": 13217, + "name": "Snow leopard toy", + "type": "normal", + "duplicate": false + }, + { + "id": 13218, + "name": "Amur leopard toy", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 13220, + "name": "Amethyst javelin heads", + "type": "normal", + "duplicate": true + }, + { + "id": 13221, + "name": "Music cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13222, + "name": "Music cape(t)", + "type": "normal", + "duplicate": false + }, + { + "id": 13223, + "name": "Music hood", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 13225, + "name": "Tzrek-jad", + "type": "normal", + "duplicate": false + }, + { + "id": 13226, + "name": "Herb sack", + "type": "normal", + "duplicate": false + }, + { + "id": 13227, + "name": "Eternal crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 13228, + "name": "Eternal crystal", + "type": "noted", + "duplicate": true + }, + { + "id": 13229, + "name": "Pegasian crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 13230, + "name": "Pegasian crystal", + "type": "noted", + "duplicate": true + }, + { + "id": 13231, + "name": "Primordial crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 13232, + "name": "Primordial crystal", + "type": "noted", + "duplicate": true + }, + { + "id": 13233, + "name": "Smouldering stone", + "type": "normal", + "duplicate": false + }, + { + "id": 13234, + "name": "Smouldering stone", + "type": "noted", + "duplicate": true + }, + { + "id": 13235, + "name": "Eternal boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13236, + "name": "Eternal boots", + "type": "noted", + "duplicate": true + }, + { + "id": 13237, + "name": "Pegasian boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13238, + "name": "Pegasian boots", + "type": "noted", + "duplicate": true + }, + { + "id": 13239, + "name": "Primordial boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13240, + "name": "Primordial boots", + "type": "noted", + "duplicate": true + }, + { + "id": 13241, + "name": "Infernal axe", + "type": "normal", + "duplicate": false + }, + { + "id": 13242, + "name": "Infernal axe (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 13243, + "name": "Infernal pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 13244, + "name": "Infernal pickaxe (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 13245, + "name": "Jar of souls", + "type": "normal", + "duplicate": false + }, + { + "id": 13246, + "name": "Jar of souls", + "type": "noted", + "duplicate": true + }, + { + "id": 13247, + "name": "Hellpuppy", + "type": "normal", + "duplicate": false + }, + { + "id": 13248, + "name": "Key master's key", + "type": "normal", + "duplicate": false + }, + { + "id": 13249, + "name": "Key master teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 13250, + "name": "Plant pot pack", + "type": "normal", + "duplicate": false + }, + { + "id": 13251, + "name": "Plant pot pack", + "type": "noted", + "duplicate": true + }, + { + "id": 13252, + "name": "Sack pack", + "type": "normal", + "duplicate": false + }, + { + "id": 13253, + "name": "Sack pack", + "type": "noted", + "duplicate": true + }, + { + "id": 13254, + "name": "Basket pack", + "type": "normal", + "duplicate": false + }, + { + "id": 13255, + "name": "Basket pack", + "type": "noted", + "duplicate": true + }, + { + "id": 13256, + "name": "Saradomin's light", + "type": "normal", + "duplicate": false + }, + { + "id": 13257, + "name": "Saradomin's light", + "type": "noted", + "duplicate": true + }, + { + "id": 13258, + "name": "Angler hat", + "type": "normal", + "duplicate": false + }, + { + "id": 13259, + "name": "Angler top", + "type": "normal", + "duplicate": false + }, + { + "id": 13260, + "name": "Angler waders", + "type": "normal", + "duplicate": false + }, + { + "id": 13261, + "name": "Angler boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13262, + "name": "Abyssal orphan", + "type": "normal", + "duplicate": false + }, + { + "id": 13263, + "name": "Abyssal bludgeon", + "type": "normal", + "duplicate": false + }, + { + "id": 13264, + "name": "Abyssal bludgeon", + "type": "noted", + "duplicate": true + }, + { + "id": 13265, + "name": "Abyssal dagger", + "type": "normal", + "duplicate": false + }, + { + "id": 13266, + "name": "Abyssal dagger", + "type": "noted", + "duplicate": true + }, + { + "id": 13267, + "name": "Abyssal dagger (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 13268, + "name": "Abyssal dagger (p)", + "type": "noted", + "duplicate": true + }, + { + "id": 13269, + "name": "Abyssal dagger (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 13270, + "name": "Abyssal dagger (p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 13271, + "name": "Abyssal dagger (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 13272, + "name": "Abyssal dagger (p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 13273, + "name": "Unsired", + "type": "normal", + "duplicate": false + }, + { + "id": 13274, + "name": "Bludgeon spine", + "type": "normal", + "duplicate": false + }, + { + "id": 13275, + "name": "Bludgeon claw", + "type": "normal", + "duplicate": false + }, + { + "id": 13276, + "name": "Bludgeon axon", + "type": "normal", + "duplicate": false + }, + { + "id": 13277, + "name": "Jar of miasma", + "type": "normal", + "duplicate": false + }, + { + "id": 13278, + "name": "Jar of miasma", + "type": "noted", + "duplicate": true + }, + { + "id": 13279, + "name": "Overseer's book", + "type": "normal", + "duplicate": false + }, + { + "id": 13280, + "name": "Max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13281, + "name": "Max hood", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 13283, + "name": "Gravedigger mask", + "type": "normal", + "duplicate": false + }, + { + "id": 13284, + "name": "Gravedigger top", + "type": "normal", + "duplicate": false + }, + { + "id": 13285, + "name": "Gravedigger leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 13286, + "name": "Gravedigger boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13287, + "name": "Gravedigger gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13288, + "name": "Anti-panties", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 13302, + "name": "Bank key", + "type": "normal", + "duplicate": false + }, + { + "id": 13303, + "name": "Bank key", + "type": "normal", + "duplicate": false + }, + { + "id": 13304, + "name": "Bank key", + "type": "normal", + "duplicate": false + }, + { + "id": 13305, + "name": "Bank key", + "type": "normal", + "duplicate": false + }, + { + "id": 13306, + "name": "Bank key", + "type": "normal", + "duplicate": false + }, + { + "id": 13307, + "name": "Blood money", + "type": "normal", + "duplicate": false + }, + { + "id": 13308, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13309, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13310, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13311, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13312, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13313, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13314, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13315, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13316, + "name": "Blood money", + "type": "normal", + "duplicate": true + }, + { + "id": 13317, + "name": "Deadman's chest", + "type": "normal", + "duplicate": false + }, + { + "id": 13318, + "name": "Deadman's legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13319, + "name": "Deadman's cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13320, + "name": "Heron", + "type": "normal", + "duplicate": false + }, + { + "id": 13321, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 13322, + "name": "Beaver", + "type": "normal", + "duplicate": false + }, + { + "id": 13323, + "name": "Baby chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 13324, + "name": "Baby chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 13325, + "name": "Baby chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 13326, + "name": "Baby chinchompa", + "type": "normal", + "duplicate": false + }, + { + "id": 13327, + "name": "Rotten onion", + "type": "normal", + "duplicate": false + }, + { + "id": 13328, + "name": "Green banner", + "type": "normal", + "duplicate": false + }, + { + "id": 13329, + "name": "Fire max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13330, + "name": "Fire max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13331, + "name": "Saradomin max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13332, + "name": "Saradomin max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13333, + "name": "Zamorak max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13334, + "name": "Zamorak max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13335, + "name": "Guthix max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13336, + "name": "Guthix max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13337, + "name": "Accumulator max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13338, + "name": "Accumulator max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13339, + "name": "Sacred eel", + "type": "normal", + "duplicate": false + }, + { + "id": 13340, + "name": "Agility cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13341, + "name": "Agility cape(t)", + "type": "normal", + "duplicate": true + }, + { + "id": 13342, + "name": "Max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13343, + "name": "Black santa hat", + "type": "normal", + "duplicate": false + }, + { + "id": 13344, + "name": "Inverted santa hat", + "type": "normal", + "duplicate": false + }, + { + "id": 13345, + "name": "Anti-present", + "type": "normal", + "duplicate": false + }, + { + "id": 13346, + "name": "Present", + "type": "normal", + "duplicate": false + }, + { + "id": 13347, + "name": "Vial of tears (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 13348, + "name": "Vial of tears (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13349, + "name": "Vial of tears (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13350, + "name": "Vial of tears (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13351, + "name": "Vial of tears (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 13352, + "name": "Vial of sorrow", + "type": "normal", + "duplicate": false + }, + { + "id": 13353, + "name": "Gricoller's can", + "type": "normal", + "duplicate": false + }, + { + "id": 13354, + "name": "Lovakite bar", + "type": "normal", + "duplicate": false + }, + { + "id": 13355, + "name": "Juniper logs", + "type": "normal", + "duplicate": false + }, + { + "id": 13356, + "name": "Lovakite ore", + "type": "normal", + "duplicate": false + }, + { + "id": 13357, + "name": "Shayzien gloves (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13358, + "name": "Shayzien boots (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13359, + "name": "Shayzien helm (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13360, + "name": "Shayzien greaves (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13361, + "name": "Shayzien platebody (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13362, + "name": "Shayzien gloves (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13363, + "name": "Shayzien boots (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13364, + "name": "Shayzien helm (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13365, + "name": "Shayzien greaves (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13366, + "name": "Shayzien platebody (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13367, + "name": "Shayzien gloves (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13368, + "name": "Shayzien boots (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13369, + "name": "Shayzien helm (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13370, + "name": "Shayzien greaves (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13371, + "name": "Shayzien platebody (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13372, + "name": "Shayzien gloves (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13373, + "name": "Shayzien boots (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13374, + "name": "Shayzien helm (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13375, + "name": "Shayzien greaves (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13376, + "name": "Shayzien platebody (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13377, + "name": "Shayzien gloves (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13378, + "name": "Shayzien boots (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13379, + "name": "Shayzien helm (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13380, + "name": "Shayzien greaves (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13381, + "name": "Shayzien body (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13382, + "name": "Shayzien medpack", + "type": "normal", + "duplicate": false + }, + { + "id": 13383, + "name": "Xerician fabric", + "type": "normal", + "duplicate": false + }, + { + "id": 13384, + "name": "Xerician fabric", + "type": "noted", + "duplicate": true + }, + { + "id": 13385, + "name": "Xerician hat", + "type": "normal", + "duplicate": false + }, + { + "id": 13386, + "name": "Xerician hat", + "type": "noted", + "duplicate": true + }, + { + "id": 13387, + "name": "Xerician top", + "type": "normal", + "duplicate": false + }, + { + "id": 13388, + "name": "Xerician top", + "type": "noted", + "duplicate": true + }, + { + "id": 13389, + "name": "Xerician robe", + "type": "normal", + "duplicate": false + }, + { + "id": 13390, + "name": "Xerician robe", + "type": "noted", + "duplicate": true + }, + { + "id": 13391, + "name": "Lizardman fang", + "type": "normal", + "duplicate": false + }, + { + "id": 13392, + "name": "Xeric's talisman (inert)", + "type": "normal", + "duplicate": false + }, + { + "id": 13393, + "name": "Xeric's talisman", + "type": "normal", + "duplicate": false + }, + { + "id": 13394, + "name": "Gang meeting info", + "type": "normal", + "duplicate": false + }, + { + "id": 13395, + "name": "Intelligence", + "type": "normal", + "duplicate": false + }, + { + "id": 13396, + "name": "Training manual", + "type": "normal", + "duplicate": false + }, + { + "id": 13397, + "name": "Servery flour", + "type": "normal", + "duplicate": false + }, + { + "id": 13398, + "name": "Servery pastry dough", + "type": "normal", + "duplicate": false + }, + { + "id": 13399, + "name": "Servery raw meat", + "type": "normal", + "duplicate": false + }, + { + "id": 13400, + "name": "Servery dish", + "type": "normal", + "duplicate": false + }, + { + "id": 13401, + "name": "Servery pie shell", + "type": "normal", + "duplicate": false + }, + { + "id": 13402, + "name": "Servery uncooked pie", + "type": "normal", + "duplicate": false + }, + { + "id": 13403, + "name": "Servery meat pie", + "type": "normal", + "duplicate": false + }, + { + "id": 13404, + "name": "Servery pizza base", + "type": "normal", + "duplicate": false + }, + { + "id": 13405, + "name": "Servery tomato", + "type": "normal", + "duplicate": false + }, + { + "id": 13406, + "name": "Servery incomplete pizza", + "type": "normal", + "duplicate": false + }, + { + "id": 13407, + "name": "Servery cheese", + "type": "normal", + "duplicate": false + }, + { + "id": 13408, + "name": "Servery uncooked pizza", + "type": "normal", + "duplicate": false + }, + { + "id": 13409, + "name": "Servery plain pizza", + "type": "normal", + "duplicate": false + }, + { + "id": 13410, + "name": "Servery pineapple", + "type": "normal", + "duplicate": false + }, + { + "id": 13411, + "name": "Servery pineapple chunks", + "type": "normal", + "duplicate": false + }, + { + "id": 13412, + "name": "Servery pineapple pizza", + "type": "normal", + "duplicate": false + }, + { + "id": 13413, + "name": "Servery cooked meat", + "type": "normal", + "duplicate": false + }, + { + "id": 13414, + "name": "Servery potato", + "type": "normal", + "duplicate": false + }, + { + "id": 13415, + "name": "Servery incomplete stew", + "type": "normal", + "duplicate": false + }, + { + "id": 13416, + "name": "Servery incomplete stew", + "type": "normal", + "duplicate": false + }, + { + "id": 13417, + "name": "Servery uncooked stew", + "type": "normal", + "duplicate": false + }, + { + "id": 13418, + "name": "Servery stew", + "type": "normal", + "duplicate": false + }, + { + "id": 13419, + "name": "Sulphurous fertiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 13420, + "name": "Gricoller's fertiliser", + "type": "normal", + "duplicate": false + }, + { + "id": 13421, + "name": "Saltpetre", + "type": "normal", + "duplicate": false + }, + { + "id": 13422, + "name": "Saltpetre", + "type": "noted", + "duplicate": true + }, + { + "id": 13423, + "name": "Golovanova seed", + "type": "normal", + "duplicate": false + }, + { + "id": 13424, + "name": "Bologano seed", + "type": "normal", + "duplicate": false + }, + { + "id": 13425, + "name": "Logavano seed", + "type": "normal", + "duplicate": false + }, + { + "id": 13426, + "name": "Golovanova fruit", + "type": "normal", + "duplicate": false + }, + { + "id": 13427, + "name": "Bologano fruit", + "type": "normal", + "duplicate": false + }, + { + "id": 13428, + "name": "Logavano fruit", + "type": "normal", + "duplicate": false + }, + { + "id": 13429, + "name": "Fresh fish", + "type": "normal", + "duplicate": false + }, + { + "id": 13430, + "name": "Bucket of sandworms", + "type": "normal", + "duplicate": false + }, + { + "id": 13431, + "name": "Sandworms", + "type": "normal", + "duplicate": false + }, + { + "id": 13432, + "name": "Sandworms pack", + "type": "normal", + "duplicate": false + }, + { + "id": 13433, + "name": "Sandworms pack", + "type": "noted", + "duplicate": true + }, + { + "id": 13434, + "name": "Stolen pendant", + "type": "normal", + "duplicate": false + }, + { + "id": 13435, + "name": "Stolen garnet ring", + "type": "normal", + "duplicate": false + }, + { + "id": 13436, + "name": "Stolen circlet", + "type": "normal", + "duplicate": false + }, + { + "id": 13437, + "name": "Stolen family heirloom", + "type": "normal", + "duplicate": false + }, + { + "id": 13438, + "name": "Stolen jewelry box", + "type": "normal", + "duplicate": false + }, + { + "id": 13439, + "name": "Raw anglerfish", + "type": "normal", + "duplicate": false + }, + { + "id": 13440, + "name": "Raw anglerfish", + "type": "noted", + "duplicate": true + }, + { + "id": 13441, + "name": "Anglerfish", + "type": "normal", + "duplicate": false + }, + { + "id": 13442, + "name": "Anglerfish", + "type": "noted", + "duplicate": true + }, + { + "id": 13443, + "name": "Burnt anglerfish", + "type": "normal", + "duplicate": false + }, + { + "id": 13444, + "name": "Burnt anglerfish", + "type": "noted", + "duplicate": true + }, + { + "id": 13445, + "name": "Dense essence block", + "type": "normal", + "duplicate": false + }, + { + "id": 13446, + "name": "Dark essence block", + "type": "normal", + "duplicate": false + }, + { + "id": 13447, + "name": "Ensouled goblin head", + "type": "normal", + "duplicate": false + }, + { + "id": 13448, + "name": "Ensouled goblin head", + "type": "normal", + "duplicate": false + }, + { + "id": 13449, + "name": "Ensouled goblin head", + "type": "noted", + "duplicate": true + }, + { + "id": 13450, + "name": "Ensouled monkey head", + "type": "normal", + "duplicate": false + }, + { + "id": 13451, + "name": "Ensouled monkey head", + "type": "normal", + "duplicate": false + }, + { + "id": 13452, + "name": "Ensouled monkey head", + "type": "noted", + "duplicate": true + }, + { + "id": 13453, + "name": "Ensouled imp head", + "type": "normal", + "duplicate": false + }, + { + "id": 13454, + "name": "Ensouled imp head", + "type": "normal", + "duplicate": false + }, + { + "id": 13455, + "name": "Ensouled imp head", + "type": "noted", + "duplicate": true + }, + { + "id": 13456, + "name": "Ensouled minotaur head", + "type": "normal", + "duplicate": false + }, + { + "id": 13457, + "name": "Ensouled minotaur head", + "type": "normal", + "duplicate": false + }, + { + "id": 13458, + "name": "Ensouled minotaur head", + "type": "noted", + "duplicate": true + }, + { + "id": 13459, + "name": "Ensouled scorpion head", + "type": "normal", + "duplicate": false + }, + { + "id": 13460, + "name": "Ensouled scorpion head", + "type": "normal", + "duplicate": false + }, + { + "id": 13461, + "name": "Ensouled scorpion head", + "type": "noted", + "duplicate": true + }, + { + "id": 13462, + "name": "Ensouled bear head", + "type": "normal", + "duplicate": false + }, + { + "id": 13463, + "name": "Ensouled bear head", + "type": "normal", + "duplicate": false + }, + { + "id": 13464, + "name": "Ensouled bear head", + "type": "noted", + "duplicate": true + }, + { + "id": 13465, + "name": "Ensouled unicorn head", + "type": "normal", + "duplicate": false + }, + { + "id": 13466, + "name": "Ensouled unicorn head", + "type": "normal", + "duplicate": false + }, + { + "id": 13467, + "name": "Ensouled unicorn head", + "type": "noted", + "duplicate": true + }, + { + "id": 13468, + "name": "Ensouled dog head", + "type": "normal", + "duplicate": false + }, + { + "id": 13469, + "name": "Ensouled dog head", + "type": "normal", + "duplicate": false + }, + { + "id": 13470, + "name": "Ensouled dog head", + "type": "noted", + "duplicate": true + }, + { + "id": 13471, + "name": "Ensouled chaos druid head", + "type": "normal", + "duplicate": false + }, + { + "id": 13472, + "name": "Ensouled chaos druid head", + "type": "normal", + "duplicate": false + }, + { + "id": 13473, + "name": "Ensouled chaos druid head", + "type": "noted", + "duplicate": true + }, + { + "id": 13474, + "name": "Ensouled giant head", + "type": "normal", + "duplicate": false + }, + { + "id": 13475, + "name": "Ensouled giant head", + "type": "normal", + "duplicate": false + }, + { + "id": 13476, + "name": "Ensouled giant head", + "type": "noted", + "duplicate": true + }, + { + "id": 13477, + "name": "Ensouled ogre head", + "type": "normal", + "duplicate": false + }, + { + "id": 13478, + "name": "Ensouled ogre head", + "type": "normal", + "duplicate": false + }, + { + "id": 13479, + "name": "Ensouled ogre head", + "type": "noted", + "duplicate": true + }, + { + "id": 13480, + "name": "Ensouled elf head", + "type": "normal", + "duplicate": false + }, + { + "id": 13481, + "name": "Ensouled elf head", + "type": "normal", + "duplicate": false + }, + { + "id": 13482, + "name": "Ensouled elf head", + "type": "noted", + "duplicate": true + }, + { + "id": 13483, + "name": "Ensouled troll head", + "type": "normal", + "duplicate": false + }, + { + "id": 13484, + "name": "Ensouled troll head", + "type": "normal", + "duplicate": false + }, + { + "id": 13485, + "name": "Ensouled troll head", + "type": "noted", + "duplicate": true + }, + { + "id": 13486, + "name": "Ensouled horror head", + "type": "normal", + "duplicate": false + }, + { + "id": 13487, + "name": "Ensouled horror head", + "type": "normal", + "duplicate": false + }, + { + "id": 13488, + "name": "Ensouled horror head", + "type": "noted", + "duplicate": true + }, + { + "id": 13489, + "name": "Ensouled kalphite head", + "type": "normal", + "duplicate": false + }, + { + "id": 13490, + "name": "Ensouled kalphite head", + "type": "normal", + "duplicate": false + }, + { + "id": 13491, + "name": "Ensouled kalphite head", + "type": "noted", + "duplicate": true + }, + { + "id": 13492, + "name": "Ensouled dagannoth head", + "type": "normal", + "duplicate": false + }, + { + "id": 13493, + "name": "Ensouled dagannoth head", + "type": "normal", + "duplicate": false + }, + { + "id": 13494, + "name": "Ensouled dagannoth head", + "type": "noted", + "duplicate": true + }, + { + "id": 13495, + "name": "Ensouled bloodveld head", + "type": "normal", + "duplicate": false + }, + { + "id": 13496, + "name": "Ensouled bloodveld head", + "type": "normal", + "duplicate": false + }, + { + "id": 13497, + "name": "Ensouled bloodveld head", + "type": "noted", + "duplicate": true + }, + { + "id": 13498, + "name": "Ensouled tzhaar head", + "type": "normal", + "duplicate": false + }, + { + "id": 13499, + "name": "Ensouled tzhaar head", + "type": "normal", + "duplicate": false + }, + { + "id": 13500, + "name": "Ensouled tzhaar head", + "type": "noted", + "duplicate": true + }, + { + "id": 13501, + "name": "Ensouled demon head", + "type": "normal", + "duplicate": false + }, + { + "id": 13502, + "name": "Ensouled demon head", + "type": "normal", + "duplicate": false + }, + { + "id": 13503, + "name": "Ensouled demon head", + "type": "noted", + "duplicate": true + }, + { + "id": 13504, + "name": "Ensouled aviansie head", + "type": "normal", + "duplicate": false + }, + { + "id": 13505, + "name": "Ensouled aviansie head", + "type": "normal", + "duplicate": false + }, + { + "id": 13506, + "name": "Ensouled aviansie head", + "type": "noted", + "duplicate": true + }, + { + "id": 13507, + "name": "Ensouled abyssal head", + "type": "normal", + "duplicate": false + }, + { + "id": 13508, + "name": "Ensouled abyssal head", + "type": "normal", + "duplicate": false + }, + { + "id": 13509, + "name": "Ensouled abyssal head", + "type": "noted", + "duplicate": true + }, + { + "id": 13510, + "name": "Ensouled dragon head", + "type": "normal", + "duplicate": false + }, + { + "id": 13511, + "name": "Ensouled dragon head", + "type": "normal", + "duplicate": false + }, + { + "id": 13512, + "name": "Ensouled dragon head", + "type": "noted", + "duplicate": true + }, + { + "id": 13513, + "name": "Book of arcane knowledge", + "type": "normal", + "duplicate": false + }, + { + "id": 13514, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13515, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13516, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13517, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13518, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13519, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13520, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13521, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13522, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13523, + "name": "Dark manuscript", + "type": "normal", + "duplicate": false + }, + { + "id": 13524, + "name": "Rada's census", + "type": "normal", + "duplicate": false + }, + { + "id": 13525, + "name": "Ricktor's diary (7)", + "type": "normal", + "duplicate": false + }, + { + "id": 13526, + "name": "Eathram & rada extract", + "type": "normal", + "duplicate": false + }, + { + "id": 13527, + "name": "Killing of a king", + "type": "normal", + "duplicate": false + }, + { + "id": 13528, + "name": "Hosidius letter", + "type": "normal", + "duplicate": false + }, + { + "id": 13529, + "name": "Wintertodt parable", + "type": "normal", + "duplicate": false + }, + { + "id": 13530, + "name": "Twill accord", + "type": "normal", + "duplicate": false + }, + { + "id": 13531, + "name": "Byrne's coronation speech", + "type": "normal", + "duplicate": false + }, + { + "id": 13532, + "name": "Ideology of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 13533, + "name": "Rada's journey", + "type": "normal", + "duplicate": false + }, + { + "id": 13534, + "name": "Transvergence theory", + "type": "normal", + "duplicate": false + }, + { + "id": 13535, + "name": "Tristessa's tragedy", + "type": "normal", + "duplicate": false + }, + { + "id": 13536, + "name": "Treachery of royalty", + "type": "normal", + "duplicate": false + }, + { + "id": 13537, + "name": "Transportation incantations", + "type": "normal", + "duplicate": false + }, + { + "id": 13538, + "name": "Shayzien supply gloves (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13539, + "name": "Shayzien supply boots (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13540, + "name": "Shayzien supply helm (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13541, + "name": "Shayzien supply greaves (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13542, + "name": "Shayzien supply platebody (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13543, + "name": "Shayzien supply gloves (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13544, + "name": "Shayzien supply boots (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13545, + "name": "Shayzien supply helm (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13546, + "name": "Shayzien supply greaves (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13547, + "name": "Shayzien supply platebody (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13548, + "name": "Shayzien supply gloves (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13549, + "name": "Shayzien supply boots (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13550, + "name": "Shayzien supply helm (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13551, + "name": "Shayzien supply greaves (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13552, + "name": "Shayzien supply platebody (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13553, + "name": "Shayzien supply gloves (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13554, + "name": "Shayzien supply boots (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13555, + "name": "Shayzien supply helm (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13556, + "name": "Shayzien supply greaves (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13557, + "name": "Shayzien supply platebody (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13558, + "name": "Shayzien supply gloves (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13559, + "name": "Shayzien supply boots (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13560, + "name": "Shayzien supply helm (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13561, + "name": "Shayzien supply greaves (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13562, + "name": "Shayzien supply platebody (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13563, + "name": "Shayzien supply crate", + "type": "normal", + "duplicate": false + }, + { + "id": 13564, + "name": "Shayzien supply crate", + "type": "noted", + "duplicate": true + }, + { + "id": 13565, + "name": "Shayzien supply set (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 13566, + "name": "Shayzien supply set (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 13567, + "name": "Shayzien supply set (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 13568, + "name": "Shayzien supply set (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 13569, + "name": "Shayzien supply set (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 13570, + "name": "Juniper charcoal", + "type": "normal", + "duplicate": false + }, + { + "id": 13571, + "name": "Volcanic sulphur", + "type": "normal", + "duplicate": false + }, + { + "id": 13572, + "name": "Dynamite pot", + "type": "normal", + "duplicate": false + }, + { + "id": 13573, + "name": "Dynamite", + "type": "normal", + "duplicate": false + }, + { + "id": 13574, + "name": "Dynamite", + "type": "noted", + "duplicate": true + }, + { + "id": 13575, + "name": "Blasted ore", + "type": "normal", + "duplicate": false + }, + { + "id": 13576, + "name": "Dragon warhammer", + "type": "normal", + "duplicate": false + }, + { + "id": 13577, + "name": "Dragon warhammer", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 13579, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13580, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13581, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13582, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13583, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13584, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13585, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13586, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13587, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13588, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13589, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13590, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13591, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13592, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13593, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13594, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13595, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13596, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13597, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13598, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13599, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13600, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13601, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13602, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13603, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13604, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13605, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13606, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13607, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13608, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13609, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13610, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13611, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13612, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13613, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13614, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13615, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13616, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13617, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13618, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13619, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13620, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13621, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13622, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13623, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13624, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13625, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13626, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13627, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13628, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13629, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13630, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13631, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13632, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13633, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13634, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13635, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13636, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13637, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13638, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13639, + "name": "Seed box", + "type": "normal", + "duplicate": false + }, + { + "id": 13640, + "name": "Farmer's boro trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 13641, + "name": "Farmer's boro trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 13642, + "name": "Farmer's jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 13643, + "name": "Farmer's shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 13644, + "name": "Farmer's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13645, + "name": "Farmer's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13646, + "name": "Farmer's strawhat", + "type": "normal", + "duplicate": false + }, + { + "id": 13647, + "name": "Farmer's strawhat", + "type": "normal", + "duplicate": false + }, + { + "id": 13648, + "name": "Clue bottle (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 13649, + "name": "Clue bottle (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 13650, + "name": "Clue bottle (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 13651, + "name": "Clue bottle (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 13652, + "name": "Dragon claws", + "type": "normal", + "duplicate": false + }, + { + "id": 13653, + "name": "Bird nest", + "type": "normal", + "duplicate": false + }, + { + "id": 13654, + "name": "Nest box (seeds)", + "type": "normal", + "duplicate": false + }, + { + "id": 13655, + "name": "Gnome child hat", + "type": "normal", + "duplicate": false + }, + { + "id": 13656, + "name": "Present", + "type": "normal", + "duplicate": false + }, + { + "id": 13657, + "name": "Grape seed", + "type": "normal", + "duplicate": false + }, + { + "id": 13658, + "name": "Teleport card", + "type": "normal", + "duplicate": false + }, + { + "id": 13659, + "name": "Teleport card", + "type": "noted", + "duplicate": true + }, + { + "id": 13660, + "name": "Chronicle", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 13663, + "name": "Bunny top", + "type": "normal", + "duplicate": false + }, + { + "id": 13664, + "name": "Bunny legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13665, + "name": "Bunny paws", + "type": "normal", + "duplicate": false + }, + { + "id": 13666, + "name": "Deadman teleport tablet", + "type": "normal", + "duplicate": false + }, + { + "id": 13667, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 13668, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 13669, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13670, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 13671, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 13672, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 13673, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 13674, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 13675, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 13676, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 13677, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 13678, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 13679, + "name": "Cabbage cape", + "type": "normal", + "duplicate": false + }, + { + "id": 13680, + "name": "Cabbage rune", + "type": "normal", + "duplicate": false + }, + { + "id": 13681, + "name": "Cruciferous codex", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 13694, + "name": "Unpowered orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13695, + "name": "Fire orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13696, + "name": "Water orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13697, + "name": "Air orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13698, + "name": "Earth orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13699, + "name": "Fire rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13700, + "name": "Water rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13701, + "name": "Air rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13702, + "name": "Earth rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13703, + "name": "Mind rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13704, + "name": "Body rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13705, + "name": "Death rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13706, + "name": "Nature rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13707, + "name": "Chaos rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13708, + "name": "Law rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13709, + "name": "Cosmic rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13710, + "name": "Blood rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13711, + "name": "Soul rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13712, + "name": "Blue wizard robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13713, + "name": "Blue wizard hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13714, + "name": "Black robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13715, + "name": "Basket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13716, + "name": "Apples(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13717, + "name": "Oranges(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13718, + "name": "Strawberries(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13719, + "name": "Bananas(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13720, + "name": "Tomatoes(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13721, + "name": "Empty plant pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13722, + "name": "Unfired plant pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13723, + "name": "Filled plant pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13724, + "name": "Oak seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13725, + "name": "Willow seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13726, + "name": "Maple seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13727, + "name": "Yew seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13728, + "name": "Magic seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13729, + "name": "Spirit seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13730, + "name": "Oak seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13731, + "name": "Willow seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13732, + "name": "Maple seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13733, + "name": "Yew seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13734, + "name": "Magic seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13735, + "name": "Spirit seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13736, + "name": "Oak sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13737, + "name": "Willow sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13738, + "name": "Maple sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13739, + "name": "Yew sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13740, + "name": "Magic sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13741, + "name": "Spirit sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13742, + "name": "Compost", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13743, + "name": "Supercompost", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13744, + "name": "Plant cure", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13745, + "name": "Magic string", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13746, + "name": "Amulet of nature", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13747, + "name": "Pre-nature amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13748, + "name": "Crushed nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13749, + "name": "Empty sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13750, + "name": "Potatoes(10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13751, + "name": "Onions(10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13752, + "name": "Cabbages(10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13753, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13754, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13755, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13756, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13757, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13758, + "name": "Leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13759, + "name": "Acorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13760, + "name": "Willow seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13761, + "name": "Maple seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13762, + "name": "Yew seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13763, + "name": "Magic seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13764, + "name": "Spirit seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13765, + "name": "Guam seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13766, + "name": "Marrentill seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13767, + "name": "Tarromin seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13768, + "name": "Harralander seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13769, + "name": "Ranarr seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13770, + "name": "Toadflax seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13771, + "name": "Irit seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13772, + "name": "Avantoe seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13773, + "name": "Kwuarm seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13774, + "name": "Snapdragon seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13775, + "name": "Cadantine seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13776, + "name": "Lantadyme seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13777, + "name": "Dwarf weed seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13778, + "name": "Torstol seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13779, + "name": "Cactus seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13780, + "name": "Belladonna seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13781, + "name": "Mushroom spore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13782, + "name": "Grape seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13783, + "name": "Marigold seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13784, + "name": "Rosemary seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13785, + "name": "Nasturtium seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13786, + "name": "Woad seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13787, + "name": "Limpwurt seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13788, + "name": "Apple tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13789, + "name": "Banana tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13790, + "name": "Orange tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13791, + "name": "Curry tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13792, + "name": "Pineapple seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13793, + "name": "Papaya tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13794, + "name": "Palm tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13795, + "name": "Calquat tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13796, + "name": "Potato seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13797, + "name": "Onion seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13798, + "name": "Sweetcorn seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13799, + "name": "Watermelon seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13800, + "name": "Tomato seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13801, + "name": "Strawberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13802, + "name": "Cabbage seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13803, + "name": "Barley seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13804, + "name": "Jute seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13805, + "name": "Hammerstone seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13806, + "name": "Asgarnian seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13807, + "name": "Yanillian seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13808, + "name": "Krandorian seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13809, + "name": "Wildblood seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13810, + "name": "Redberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13811, + "name": "Cadavaberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13812, + "name": "Dwellberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13813, + "name": "Jangerberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13814, + "name": "Whiteberry seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13815, + "name": "Poison ivy seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13816, + "name": "Oak roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13817, + "name": "Willow roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13818, + "name": "Maple roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13819, + "name": "Yew roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13820, + "name": "Magic roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13821, + "name": "Spirit roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13822, + "name": "Weeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13823, + "name": "Hay sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13824, + "name": "Hay sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13825, + "name": "Scarecrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13826, + "name": "Apple seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13827, + "name": "Banana seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13828, + "name": "Orange seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13829, + "name": "Curry seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13830, + "name": "Pineapple seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13831, + "name": "Papaya seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13832, + "name": "Palm seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13833, + "name": "Calquat seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13834, + "name": "Apple seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13835, + "name": "Banana seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13836, + "name": "Orange seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13837, + "name": "Curry seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13838, + "name": "Pineapple seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13839, + "name": "Papaya seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13840, + "name": "Palm seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13841, + "name": "Calquat seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13842, + "name": "Apple sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13843, + "name": "Banana sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13844, + "name": "Orange sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13845, + "name": "Curry sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13846, + "name": "Pineapple sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13847, + "name": "Papaya sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13848, + "name": "Palm sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13849, + "name": "Calquat sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13850, + "name": "Curry leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13851, + "name": "Papaya fruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13852, + "name": "Coconut", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13853, + "name": "Half coconut", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13854, + "name": "Coconut shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13855, + "name": "Calquat fruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13856, + "name": "Watermelon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13857, + "name": "Watermelon slice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13858, + "name": "Sweetcorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13859, + "name": "Cooked sweetcorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13860, + "name": "Strawberry", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13861, + "name": "Apple mush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13862, + "name": "Hammerstone hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13863, + "name": "Asgarnian hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13864, + "name": "Yanillian hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13865, + "name": "Krandorian hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13866, + "name": "Wildblood hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13867, + "name": "Mushroom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13868, + "name": "Barley", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13869, + "name": "Barley malt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13870, + "name": "Marigolds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13871, + "name": "Nasturtiums", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13872, + "name": "Rosemary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13873, + "name": "Cactus spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13874, + "name": "Poison ivy berries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13875, + "name": "Gardening trowel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13876, + "name": "Spade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13877, + "name": "Secateurs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13878, + "name": "Watering can", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13879, + "name": "Gricoller's can", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13880, + "name": "Rake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13881, + "name": "Seed dibber", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13882, + "name": "Gardening boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13883, + "name": "Lockpick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13884, + "name": "Hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13885, + "name": "Bronze bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13886, + "name": "Blurite bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13887, + "name": "Iron bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13888, + "name": "Steel bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13889, + "name": "Silver bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13890, + "name": "Gold bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13891, + "name": "Mithril bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13892, + "name": "Adamantite bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13893, + "name": "Runite bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13894, + "name": "'perfect' gold bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13895, + "name": "Shield left half", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13896, + "name": "Shield right half", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13897, + "name": "Steel studs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13898, + "name": "Lovakite bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13899, + "name": "Dwarf cannon set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13900, + "name": "Green dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13901, + "name": "Blue dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13902, + "name": "Red dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13903, + "name": "Black dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13904, + "name": "Ahrim's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13905, + "name": "Dharok's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13906, + "name": "Guthan's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13907, + "name": "Karil's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13908, + "name": "Torag's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13909, + "name": "Verac's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13910, + "name": "Bronze set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13911, + "name": "Bronze set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13912, + "name": "Bronze trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13913, + "name": "Bronze trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13914, + "name": "Bronze gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13915, + "name": "Bronze gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13916, + "name": "Iron set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13917, + "name": "Iron set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13918, + "name": "Iron trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13919, + "name": "Iron trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13920, + "name": "Iron gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13921, + "name": "Iron gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13922, + "name": "Steel set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13923, + "name": "Steel set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13924, + "name": "Black set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13925, + "name": "Black set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13926, + "name": "Black trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13927, + "name": "Black trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13928, + "name": "Black gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13929, + "name": "Black gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13930, + "name": "Mithril set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13931, + "name": "Mithril set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13932, + "name": "Mithril trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13933, + "name": "Mithril trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13934, + "name": "Mithril gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13935, + "name": "Mithril gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13936, + "name": "Adamant set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13937, + "name": "Adamant set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13938, + "name": "Adamant trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13939, + "name": "Adamant trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13940, + "name": "Adamant gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13941, + "name": "Adamant gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13942, + "name": "Rune armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13943, + "name": "Rune armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13944, + "name": "Rune trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13945, + "name": "Rune trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13946, + "name": "Rune gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13947, + "name": "Rune gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13948, + "name": "Gilded armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13949, + "name": "Gilded armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13950, + "name": "Saradomin armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13951, + "name": "Saradomin armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13952, + "name": "Zamorak armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13953, + "name": "Zamorak armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13954, + "name": "Guthix armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13955, + "name": "Guthix armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13956, + "name": "Armadyl rune armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13957, + "name": "Armadyl rune armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13958, + "name": "Bandos rune armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13959, + "name": "Bandos rune armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13960, + "name": "Ancient rune armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13961, + "name": "Ancient rune armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13962, + "name": "Combat potion set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13963, + "name": "Super potion set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13964, + "name": "Holy book page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13965, + "name": "Unholy book page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13966, + "name": "Book of balance page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13967, + "name": "Book of war page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13968, + "name": "Book of law page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13969, + "name": "Book of darkness page set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13970, + "name": "Zamorak dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13971, + "name": "Saradomin dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13972, + "name": "Guthix dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13973, + "name": "Bandos dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13974, + "name": "Armadyl dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13975, + "name": "Ancient dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13976, + "name": "Partyhat set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13977, + "name": "Halloween mask set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13978, + "name": "Logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13979, + "name": "Red logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13980, + "name": "Green logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13981, + "name": "Blue logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13982, + "name": "Magic logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13983, + "name": "Yew logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13984, + "name": "Maple logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13985, + "name": "Willow logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13986, + "name": "Oak logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13987, + "name": "Bark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13988, + "name": "Juniper logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13989, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13990, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13991, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13992, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13993, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13994, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13995, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13996, + "name": "Bird's egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13997, + "name": "Bird's egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13998, + "name": "Bird's egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 13999, + "name": "Nest box (empty)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14000, + "name": "Nest box (seeds)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14001, + "name": "Nest box (ring)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14002, + "name": "Slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14003, + "name": "Slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14004, + "name": "Occult necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14005, + "name": "Kraken tentacle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14006, + "name": "Abyssal tentacle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14007, + "name": "Leaf-bladed sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14008, + "name": "Slayer ring (8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14009, + "name": "Broad arrowheads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14010, + "name": "Broad bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14011, + "name": "Unfinished broad bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14012, + "name": "Entomologist's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14013, + "name": "Trident of the seas (full)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14014, + "name": "Trident of the swamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14015, + "name": "Jar of dirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14016, + "name": "Jar of souls", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14017, + "name": "Herb sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14018, + "name": "Fungicide spray 10", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14019, + "name": "Fungicide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14020, + "name": "Slayer bell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14021, + "name": "Eternal crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14022, + "name": "Pegasian crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14023, + "name": "Primordial crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14024, + "name": "Smouldering stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14025, + "name": "Eternal boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14026, + "name": "Pegasian boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14027, + "name": "Primordial boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14028, + "name": "Infernal axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14029, + "name": "Infernal pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14030, + "name": "Key master teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14031, + "name": "Ice cooler", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14032, + "name": "Abyssal whip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14033, + "name": "Granite maul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14034, + "name": "Granite maul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14035, + "name": "Enchanted gem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14036, + "name": "Mirror shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14037, + "name": "Leaf-bladed spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14038, + "name": "Broad arrows", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14039, + "name": "Bag of salt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14040, + "name": "Rock hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14041, + "name": "Facemask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14042, + "name": "Earmuffs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14043, + "name": "Nose peg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14044, + "name": "Slayer's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14045, + "name": "Unlit bug lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14046, + "name": "Lit bug lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14047, + "name": "Insulated boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14048, + "name": "Pink boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14049, + "name": "Green boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14050, + "name": "Blue boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14051, + "name": "Cream boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14052, + "name": "Turquoise boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14053, + "name": "Pink robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14054, + "name": "Green robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14055, + "name": "Blue robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14056, + "name": "Cream robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14057, + "name": "Turquoise robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14058, + "name": "Pink robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14059, + "name": "Green robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14060, + "name": "Blue robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14061, + "name": "Cream robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14062, + "name": "Turquoise robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14063, + "name": "Pink hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14064, + "name": "Green hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14065, + "name": "Blue hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14066, + "name": "Cream hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14067, + "name": "Turquoise hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14068, + "name": "Empty vial pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14069, + "name": "Water-filled vial pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14070, + "name": "Feather pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14071, + "name": "Bait pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14072, + "name": "Broad arrowhead pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14073, + "name": "Unfinished broad bolt pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14074, + "name": "Air rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14075, + "name": "Water rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14076, + "name": "Earth rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14077, + "name": "Fire rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14078, + "name": "Mind rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14079, + "name": "Chaos rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14080, + "name": "Bird snare pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14081, + "name": "Box trap pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14082, + "name": "Magic imp box pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14083, + "name": "Olive oil pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14084, + "name": "Eye of newt pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14085, + "name": "Bone bolt pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14086, + "name": "Plant pot pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14087, + "name": "Sack pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14088, + "name": "Basket pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14089, + "name": "Granite helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14090, + "name": "Granite body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14091, + "name": "Granite legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14092, + "name": "Bronze chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14093, + "name": "Iron chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14094, + "name": "Steel chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14095, + "name": "Black chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14096, + "name": "Mithril chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14097, + "name": "Adamant chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14098, + "name": "Rune chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14099, + "name": "Dragon chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14100, + "name": "Bronze platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14101, + "name": "Iron platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14102, + "name": "Steel platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14103, + "name": "Mithril platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14104, + "name": "Adamant platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14105, + "name": "Black platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14106, + "name": "Rune platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14107, + "name": "Leather body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14108, + "name": "Hardleather body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14109, + "name": "Studded body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14110, + "name": "Green d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14111, + "name": "Blue d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14112, + "name": "Red d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14113, + "name": "Black d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14114, + "name": "Wooden shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14115, + "name": "Bronze sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14116, + "name": "Iron sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14117, + "name": "Steel sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14118, + "name": "Black sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14119, + "name": "Mithril sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14120, + "name": "Adamant sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14121, + "name": "Rune sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14122, + "name": "Dragon sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14123, + "name": "Bronze kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14124, + "name": "Iron kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14125, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14126, + "name": "Black kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14127, + "name": "Mithril kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14128, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14129, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14130, + "name": "Granite shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14131, + "name": "Splitbark helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14132, + "name": "Splitbark body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14133, + "name": "Splitbark legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14134, + "name": "Splitbark gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14135, + "name": "Splitbark boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14136, + "name": "Iron med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14137, + "name": "Bronze med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14138, + "name": "Steel med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14139, + "name": "Mithril med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14140, + "name": "Adamant med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14141, + "name": "Rune med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14142, + "name": "Dragon med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14143, + "name": "Black med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14144, + "name": "Iron full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14145, + "name": "Bronze full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14146, + "name": "Steel full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14147, + "name": "Mithril full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14148, + "name": "Adamant full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14149, + "name": "Rune full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14150, + "name": "Black full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14151, + "name": "Leather cowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14152, + "name": "Coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14153, + "name": "Mystic hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14154, + "name": "Mystic robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14155, + "name": "Mystic robe bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14156, + "name": "Mystic gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14157, + "name": "Mystic boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14158, + "name": "Mystic hat (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14159, + "name": "Mystic robe top (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14160, + "name": "Mystic robe bottom (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14161, + "name": "Mystic gloves (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14162, + "name": "Mystic boots (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14163, + "name": "Mystic hat (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14164, + "name": "Mystic robe top (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14165, + "name": "Mystic robe bottom (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14166, + "name": "Mystic gloves (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14167, + "name": "Mystic boots (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14168, + "name": "Iron platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14169, + "name": "Steel platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14170, + "name": "Mithril platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14171, + "name": "Adamant platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14172, + "name": "Bronze platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14173, + "name": "Black platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14174, + "name": "Rune platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14175, + "name": "Dragon platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14176, + "name": "Iron plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14177, + "name": "Steel plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14178, + "name": "Mithril plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14179, + "name": "Bronze plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14180, + "name": "Black plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14181, + "name": "Adamant plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14182, + "name": "Rune plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14183, + "name": "Dragon plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14184, + "name": "Leather chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14185, + "name": "Studded chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14186, + "name": "Green d'hide chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14187, + "name": "Blue d'hide chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14188, + "name": "Red d'hide chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14189, + "name": "Black d'hide chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14190, + "name": "Bronze boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14191, + "name": "Iron boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14192, + "name": "Steel boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14193, + "name": "Black boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14194, + "name": "Mithril boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14195, + "name": "Adamant boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14196, + "name": "Rune boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14197, + "name": "Leather gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14198, + "name": "Leather boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14199, + "name": "Leather vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14200, + "name": "Green d'hide vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14201, + "name": "Blue d'hide vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14202, + "name": "Red d'hide vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14203, + "name": "Black d'hide vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14204, + "name": "Music cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14205, + "name": "Music cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14206, + "name": "Music hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14207, + "name": "Attack cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14208, + "name": "Attack cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14209, + "name": "Attack hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14210, + "name": "Strength cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14211, + "name": "Strength cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14212, + "name": "Strength hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14213, + "name": "Defence cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14214, + "name": "Defence cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14215, + "name": "Defence hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14216, + "name": "Ranging cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14217, + "name": "Ranging cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14218, + "name": "Ranging hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14219, + "name": "Prayer cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14220, + "name": "Prayer cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14221, + "name": "Prayer hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14222, + "name": "Magic cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14223, + "name": "Magic cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14224, + "name": "Magic hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14225, + "name": "Runecraft cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14226, + "name": "Runecraft cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14227, + "name": "Runecraft hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14228, + "name": "Hunter cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14229, + "name": "Hunter cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14230, + "name": "Hunter hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14231, + "name": "Hitpoints cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14232, + "name": "Hitpoints cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14233, + "name": "Hitpoints hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14234, + "name": "Agility cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14235, + "name": "Agility cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14236, + "name": "Agility hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14237, + "name": "Herblore cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14238, + "name": "Herblore cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14239, + "name": "Herblore hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14240, + "name": "Thieving cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14241, + "name": "Thieving cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14242, + "name": "Thieving hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14243, + "name": "Crafting cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14244, + "name": "Crafting cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14245, + "name": "Crafting hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14246, + "name": "Fletching cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14247, + "name": "Fletching cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14248, + "name": "Fletching hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14249, + "name": "Slayer cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14250, + "name": "Slayer cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14251, + "name": "Slayer hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14252, + "name": "Construct. cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14253, + "name": "Construct. cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14254, + "name": "Construct. hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14255, + "name": "Mining cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14256, + "name": "Mining cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14257, + "name": "Mining hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14258, + "name": "Smithing cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14259, + "name": "Smithing cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14260, + "name": "Smithing hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14261, + "name": "Fishing cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14262, + "name": "Fishing cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14263, + "name": "Fishing hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14264, + "name": "Cooking cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14265, + "name": "Cooking cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14266, + "name": "Cooking hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14267, + "name": "Firemaking cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14268, + "name": "Firemaking cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14269, + "name": "Firemaking hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14270, + "name": "Woodcutting cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14271, + "name": "Woodcut. cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14272, + "name": "Woodcutting hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14273, + "name": "Farming cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14274, + "name": "Farming cape(t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14275, + "name": "Farming hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14276, + "name": "Quest point cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14277, + "name": "Quest point hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14278, + "name": "Quest point cape (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14279, + "name": "Achievement diary cape (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14280, + "name": "Achievement diary hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14281, + "name": "Max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14282, + "name": "Max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14283, + "name": "Fire max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14284, + "name": "Fire max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14285, + "name": "Saradomin max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14286, + "name": "Saradomin max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14287, + "name": "Zamorak max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14288, + "name": "Zamorak max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14289, + "name": "Guthix max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14290, + "name": "Guthix max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14291, + "name": "Accumulator max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14292, + "name": "Accumulator max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14293, + "name": "Knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14294, + "name": "Bear fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14295, + "name": "Fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14296, + "name": "Silk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14297, + "name": "Rope", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14298, + "name": "Flyer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14299, + "name": "Grey wolf fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14300, + "name": "Christmas cracker", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14301, + "name": "Skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14302, + "name": "Tile", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14303, + "name": "Disk of returning", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14304, + "name": "Brown toy horsey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14305, + "name": "White toy horsey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14306, + "name": "Black toy horsey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14307, + "name": "Grey toy horsey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14308, + "name": "White claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14309, + "name": "White battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14310, + "name": "White dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14311, + "name": "White dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14312, + "name": "White dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14313, + "name": "White dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14314, + "name": "White halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14315, + "name": "White mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14316, + "name": "White magic staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14317, + "name": "White sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14318, + "name": "White longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14319, + "name": "White 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14320, + "name": "White scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14321, + "name": "White warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14322, + "name": "Bronze claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14323, + "name": "Iron claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14324, + "name": "Steel claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14325, + "name": "Black claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14326, + "name": "Mithril claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14327, + "name": "Adamant claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14328, + "name": "Rune claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14329, + "name": "White chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14330, + "name": "White platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14331, + "name": "White boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14332, + "name": "White med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14333, + "name": "White full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14334, + "name": "White platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14335, + "name": "White plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14336, + "name": "White gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14337, + "name": "White sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14338, + "name": "White kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14339, + "name": "Initiate sallet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14340, + "name": "Initiate hauberk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14341, + "name": "Initiate cuisse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14342, + "name": "Bronze defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14343, + "name": "Iron defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14344, + "name": "Steel defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14345, + "name": "Black defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14346, + "name": "Mithril defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14347, + "name": "Adamant defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14348, + "name": "Rune defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14349, + "name": "Dragon defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14350, + "name": "Wooden spoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14351, + "name": "Egg whisk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14352, + "name": "Spork", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14353, + "name": "Spatula", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14354, + "name": "Frying pan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14355, + "name": "Skewer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14356, + "name": "Rolling pin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14357, + "name": "Kitchen knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14358, + "name": "Meat tenderiser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14359, + "name": "Cleaver", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14360, + "name": "Hardleather gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14361, + "name": "Bronze gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14362, + "name": "Iron gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14363, + "name": "Steel gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14364, + "name": "Black gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14365, + "name": "Mithril gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14366, + "name": "Adamant gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14367, + "name": "Rune gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14368, + "name": "Dragon gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14369, + "name": "Barrows gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14370, + "name": "White apron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14371, + "name": "Red cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14372, + "name": "Brass necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14373, + "name": "Blue skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14374, + "name": "Pink skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14375, + "name": "Black skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14376, + "name": "Wizard hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14377, + "name": "Black cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14378, + "name": "Blue cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14379, + "name": "Yellow cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14380, + "name": "Right eye patch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14381, + "name": "Green cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14382, + "name": "Purple cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14383, + "name": "Orange cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14384, + "name": "Zamorak monk bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14385, + "name": "Zamorak monk top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14386, + "name": "Bunny ears", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14387, + "name": "Red partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14388, + "name": "Yellow partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14389, + "name": "Blue partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14390, + "name": "Green partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14391, + "name": "Purple partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14392, + "name": "White partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14393, + "name": "Black partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14394, + "name": "Rainbow partyhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14395, + "name": "Santa hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14396, + "name": "Cape of legends", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14397, + "name": "Green halloween mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14398, + "name": "Blue halloween mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14399, + "name": "Red halloween mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14400, + "name": "Black h'ween mask", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 14402, + "name": "Teleport card", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14403, + "name": "Chronicle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14404, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14405, + "name": "Holy book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14406, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14407, + "name": "Unholy book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14408, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14409, + "name": "Book of balance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14410, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14411, + "name": "Book of war", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14412, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14413, + "name": "Book of law", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14414, + "name": "Damaged book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14415, + "name": "Book of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14416, + "name": "Saradomin page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14417, + "name": "Saradomin page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14418, + "name": "Saradomin page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14419, + "name": "Saradomin page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14420, + "name": "Zamorak page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14421, + "name": "Zamorak page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14422, + "name": "Zamorak page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14423, + "name": "Zamorak page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14424, + "name": "Guthix page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14425, + "name": "Guthix page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14426, + "name": "Guthix page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14427, + "name": "Guthix page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14428, + "name": "Bandos page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14429, + "name": "Bandos page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14430, + "name": "Bandos page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14431, + "name": "Bandos page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14432, + "name": "Armadyl page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14433, + "name": "Armadyl page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14434, + "name": "Armadyl page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14435, + "name": "Armadyl page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14436, + "name": "Ancient page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14437, + "name": "Ancient page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14438, + "name": "Ancient page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14439, + "name": "Ancient page 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14440, + "name": "Coins", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14441, + "name": "Platinum token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14442, + "name": "Bronze javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14443, + "name": "Iron javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14444, + "name": "Steel javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14445, + "name": "Mithril javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14446, + "name": "Adamant javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14447, + "name": "Rune javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14448, + "name": "Bronze javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14449, + "name": "Iron javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14450, + "name": "Steel javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14451, + "name": "Mithril javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14452, + "name": "Adamant javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14453, + "name": "Rune javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14454, + "name": "Bronze javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14455, + "name": "Iron javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14456, + "name": "Steel javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14457, + "name": "Mithril javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14458, + "name": "Adamant javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14459, + "name": "Rune javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14460, + "name": "Bronze javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14461, + "name": "Iron javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14462, + "name": "Steel javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14463, + "name": "Mithril javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14464, + "name": "Adamant javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14465, + "name": "Rune javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14466, + "name": "Bronze thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14467, + "name": "Iron thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14468, + "name": "Steel thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14469, + "name": "Mithril thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14470, + "name": "Adamant thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14471, + "name": "Rune thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14472, + "name": "Bronze knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14473, + "name": "Iron knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14474, + "name": "Steel knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14475, + "name": "Black knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14476, + "name": "Mithril knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14477, + "name": "Adamant knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14478, + "name": "Rune knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14479, + "name": "Bronze knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14480, + "name": "Iron knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14481, + "name": "Steel knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14482, + "name": "Black knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14483, + "name": "Mithril knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14484, + "name": "Adamant knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14485, + "name": "Rune knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14486, + "name": "Bronze knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14487, + "name": "Iron knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14488, + "name": "Steel knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14489, + "name": "Black knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14490, + "name": "Mithril knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14491, + "name": "Adamant knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14492, + "name": "Rune knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14493, + "name": "Bronze knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14494, + "name": "Iron knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14495, + "name": "Steel knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14496, + "name": "Black knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14497, + "name": "Mithril knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14498, + "name": "Adamant knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14499, + "name": "Rune knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14500, + "name": "Crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14501, + "name": "Bronze crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14502, + "name": "Blurite crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14503, + "name": "Iron crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14504, + "name": "Steel crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14505, + "name": "Mithril crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14506, + "name": "Adamant crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14507, + "name": "Rune crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14508, + "name": "Armadyl crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14509, + "name": "Bronze bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14510, + "name": "Barbed bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14511, + "name": "Blurite bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14512, + "name": "Iron bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14513, + "name": "Steel bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14514, + "name": "Mithril bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14515, + "name": "Adamant bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14516, + "name": "Runite bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14517, + "name": "Silver bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14518, + "name": "Bronze dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14519, + "name": "Iron dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14520, + "name": "Steel dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14521, + "name": "Black dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14522, + "name": "Mithril dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14523, + "name": "Adamant dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14524, + "name": "Rune dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14525, + "name": "Dragon dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14526, + "name": "Bronze dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14527, + "name": "Iron dart (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14528, + "name": "Steel dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14529, + "name": "Black dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14530, + "name": "Mithril dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14531, + "name": "Adamant dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14532, + "name": "Rune dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14533, + "name": "Dragon dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14534, + "name": "Poisoned dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14535, + "name": "Bronze dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14536, + "name": "Iron dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14537, + "name": "Steel dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14538, + "name": "Mithril dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14539, + "name": "Adamant dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14540, + "name": "Rune dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14541, + "name": "Dragon dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14542, + "name": "Bronze dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14543, + "name": "Iron dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14544, + "name": "Steel dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14545, + "name": "Black dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14546, + "name": "Mithril dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14547, + "name": "Adamant dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14548, + "name": "Rune dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14549, + "name": "Dragon dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14550, + "name": "Bronze dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14551, + "name": "Iron dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14552, + "name": "Steel dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14553, + "name": "Black dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14554, + "name": "Mithril dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14555, + "name": "Adamant dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14556, + "name": "Rune dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14557, + "name": "Dragon dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14558, + "name": "Longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14559, + "name": "Shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14560, + "name": "Oak shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14561, + "name": "Oak longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14562, + "name": "Signed oak bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14563, + "name": "Willow longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14564, + "name": "Willow shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14565, + "name": "Maple longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14566, + "name": "Maple shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14567, + "name": "Yew longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14568, + "name": "Yew shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14569, + "name": "Magic longbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14570, + "name": "Magic shortbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14571, + "name": "Seercull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14572, + "name": "Bronze arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14573, + "name": "Iron arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14574, + "name": "Steel arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14575, + "name": "Mithril arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14576, + "name": "Adamant arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14577, + "name": "Rune arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14578, + "name": "Dragon arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14579, + "name": "Bronze fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14580, + "name": "Bronze fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14581, + "name": "Iron fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14582, + "name": "Iron fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14583, + "name": "Steel fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14584, + "name": "Steel fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14585, + "name": "Mithril fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14586, + "name": "Mithril fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14587, + "name": "Adamant fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14588, + "name": "Adamant fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14589, + "name": "Rune fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14590, + "name": "Rune fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14591, + "name": "Dragon fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14592, + "name": "Dragon fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14593, + "name": "Bronze arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14594, + "name": "Iron arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14595, + "name": "Steel arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14596, + "name": "Mithril arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14597, + "name": "Adamant arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14598, + "name": "Rune arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14599, + "name": "Dragon arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14600, + "name": "Bronze arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14601, + "name": "Iron arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14602, + "name": "Steel arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14603, + "name": "Mithril arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14604, + "name": "Adamant arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14605, + "name": "Rune arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14606, + "name": "Dragon arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14607, + "name": "Bronze arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14608, + "name": "Iron arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14609, + "name": "Steel arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14610, + "name": "Mithril arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14611, + "name": "Adamant arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14612, + "name": "Rune arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14613, + "name": "Dragon arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14614, + "name": "Brass key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14615, + "name": "Tooth half of key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14616, + "name": "Loop half of key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14617, + "name": "Crystal key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14618, + "name": "Muddy key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14619, + "name": "Sinister key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14620, + "name": "Bronze halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14621, + "name": "Iron halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14622, + "name": "Steel halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14623, + "name": "Black halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14624, + "name": "Mithril halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14625, + "name": "Adamant halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14626, + "name": "Rune halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14627, + "name": "Dragon halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14628, + "name": "Farmer's fork", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14629, + "name": "Halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14630, + "name": "Warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14631, + "name": "Javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14632, + "name": "Scythe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14633, + "name": "Bronze dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14634, + "name": "Iron dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14635, + "name": "Steel dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14636, + "name": "Black dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14637, + "name": "Mithril dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14638, + "name": "Adamant dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14639, + "name": "Rune dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14640, + "name": "Dragon dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14641, + "name": "Bronze dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14642, + "name": "Iron dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14643, + "name": "Steel dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14644, + "name": "Black dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14645, + "name": "Mithril dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14646, + "name": "Adamant dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14647, + "name": "Rune dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14648, + "name": "Dragon dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14649, + "name": "Poisoned dagger(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14650, + "name": "Bronze dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14651, + "name": "Iron dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14652, + "name": "Steel dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14653, + "name": "Black dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14654, + "name": "Mithril dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14655, + "name": "Adamant dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14656, + "name": "Rune dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14657, + "name": "Dragon dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14658, + "name": "Poison dagger(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14659, + "name": "Bronze dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14660, + "name": "Iron dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14661, + "name": "Steel dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14662, + "name": "Black dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14663, + "name": "Mithril dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14664, + "name": "Adamant dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14665, + "name": "Rune dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14666, + "name": "Dragon dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14667, + "name": "Poison dagger(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14668, + "name": "Iron mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14669, + "name": "Bronze mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14670, + "name": "Steel mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14671, + "name": "Black mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14672, + "name": "Mithril mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14673, + "name": "Adamant mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14674, + "name": "Rune mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14675, + "name": "Dragon mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14676, + "name": "Staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14677, + "name": "Staff of air", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14678, + "name": "Staff of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14679, + "name": "Staff of earth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14680, + "name": "Staff of fire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14681, + "name": "Magic staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14682, + "name": "Battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14683, + "name": "Fire battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14684, + "name": "Water battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14685, + "name": "Air battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14686, + "name": "Earth battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14687, + "name": "Mystic fire staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14688, + "name": "Mystic water staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14689, + "name": "Mystic air staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14690, + "name": "Mystic earth staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14691, + "name": "Iban's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14692, + "name": "Iban's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14693, + "name": "Lava battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14694, + "name": "Mystic lava staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14695, + "name": "Mud battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14696, + "name": "Mystic mud staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14697, + "name": "Steam battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14698, + "name": "Mystic steam staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14699, + "name": "Steam battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14700, + "name": "Mystic steam staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14701, + "name": "Smoke battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14702, + "name": "Mystic smoke staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14703, + "name": "Staff of the dead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14704, + "name": "Toxic staff of the dead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14705, + "name": "Bronze axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14706, + "name": "Iron axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14707, + "name": "Steel axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14708, + "name": "Mithril axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14709, + "name": "Adamant axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14710, + "name": "Rune axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14711, + "name": "Dragon axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14712, + "name": "Black axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14713, + "name": "Bronze battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14714, + "name": "Iron battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14715, + "name": "Steel battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14716, + "name": "Black battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14717, + "name": "Mithril battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14718, + "name": "Adamant battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14719, + "name": "Rune battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14720, + "name": "Dragon battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14721, + "name": "Iron warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14722, + "name": "Bronze warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14723, + "name": "Steel warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14724, + "name": "Black warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14725, + "name": "Mithril warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14726, + "name": "Adamant warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14727, + "name": "Rune warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14728, + "name": "Dragon warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14729, + "name": "Stool", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14730, + "name": "Bronze sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14731, + "name": "Iron sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14732, + "name": "Steel sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14733, + "name": "Black sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14734, + "name": "Mithril sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14735, + "name": "Adamant sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14736, + "name": "Rune sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14737, + "name": "Bronze longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14738, + "name": "Iron longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14739, + "name": "Steel longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14740, + "name": "Black longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14741, + "name": "Mithril longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14742, + "name": "Adamant longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14743, + "name": "Rune longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14744, + "name": "Dragon longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14745, + "name": "Bronze 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14746, + "name": "Iron 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14747, + "name": "Steel 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14748, + "name": "Black 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14749, + "name": "Mithril 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14750, + "name": "Adamant 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14751, + "name": "Rune 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14752, + "name": "Bronze scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14753, + "name": "Iron scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14754, + "name": "Steel scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14755, + "name": "Black scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14756, + "name": "Mithril scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14757, + "name": "Adamant scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14758, + "name": "Rune scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14759, + "name": "Dragon scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14760, + "name": "Bronze pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14761, + "name": "Iron pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14762, + "name": "Steel pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14763, + "name": "Adamant pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14764, + "name": "Mithril pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14765, + "name": "Rune pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14766, + "name": "Dragon pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14767, + "name": "Dragon pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14768, + "name": "Bronze spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14769, + "name": "Iron spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14770, + "name": "Steel spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14771, + "name": "Mithril spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14772, + "name": "Adamant spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14773, + "name": "Rune spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14774, + "name": "Dragon spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14775, + "name": "Bronze spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14776, + "name": "Iron spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14777, + "name": "Steel spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14778, + "name": "Mithril spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14779, + "name": "Adamant spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14780, + "name": "Rune spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14781, + "name": "Dragon spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14782, + "name": "Bronze spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14783, + "name": "Iron spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14784, + "name": "Steel spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14785, + "name": "Mithril spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14786, + "name": "Adamant spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14787, + "name": "Rune spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14788, + "name": "Dragon spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14789, + "name": "Bronze spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14790, + "name": "Iron spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14791, + "name": "Steel spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14792, + "name": "Mithril spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14793, + "name": "Adamant spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14794, + "name": "Rune spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14795, + "name": "Dragon spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14796, + "name": "Bronze spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14797, + "name": "Iron spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14798, + "name": "Steel spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14799, + "name": "Black spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14800, + "name": "Mithril spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14801, + "name": "Adamant spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14802, + "name": "Rune spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14803, + "name": "Dragon spear(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14804, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14805, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14806, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14807, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14808, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14809, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14810, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14811, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14812, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14813, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14814, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14815, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14816, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14817, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14818, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14819, + "name": "Steel kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14820, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14821, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14822, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14823, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14824, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14825, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14826, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14827, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14828, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14829, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14830, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14831, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14832, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14833, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14834, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14835, + "name": "Banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14836, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14837, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14838, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14839, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14840, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14841, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14842, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14843, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14844, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14845, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14846, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14847, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14848, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14849, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14850, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14851, + "name": "Steel heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14852, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14853, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14854, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14855, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14856, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14857, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14858, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14859, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14860, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14861, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14862, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14863, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14864, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14865, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14866, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14867, + "name": "Rune kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14868, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14869, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14870, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14871, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14872, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14873, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14874, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14875, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14876, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14877, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14878, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14879, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14880, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14881, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14882, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14883, + "name": "Rune heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14884, + "name": "Varrock teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14885, + "name": "Lumbridge teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14886, + "name": "Falador teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14887, + "name": "Camelot teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14888, + "name": "Ardougne teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14889, + "name": "Watchtower teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14890, + "name": "Teleport to house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14891, + "name": "Bones to bananas", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14892, + "name": "Bones to peaches", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14893, + "name": "Enchant sapphire or opal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14894, + "name": "Enchant emerald or jade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14895, + "name": "Enchant ruby or topaz", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14896, + "name": "Enchant diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14897, + "name": "Enchant dragonstone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14898, + "name": "Enchant onyx", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14899, + "name": "Telekinetic grab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14900, + "name": "Crawling hand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14901, + "name": "Cockatrice head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14902, + "name": "Basilisk head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14903, + "name": "Kurask head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14904, + "name": "Abyssal head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14905, + "name": "Kbd heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14906, + "name": "Kq head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14907, + "name": "Stuffed crawling hand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14908, + "name": "Stuffed cockatrice head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14909, + "name": "Stuffed basilisk head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14910, + "name": "Stuffed kurask head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14911, + "name": "Stuffed abyssal head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14912, + "name": "Stuffed kbd heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14913, + "name": "Stuffed kq head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14914, + "name": "Big bass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14915, + "name": "Stuffed big bass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14916, + "name": "Big swordfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14917, + "name": "Stuffed big swordfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14918, + "name": "Big shark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14919, + "name": "Stuffed big shark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14920, + "name": "Game book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14921, + "name": "Toy soldier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14922, + "name": "Toy doll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14923, + "name": "Toy mouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14924, + "name": "Toy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14925, + "name": "Arthur portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14926, + "name": "Elena portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14927, + "name": "Keldagrim portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14928, + "name": "Misc. portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14929, + "name": "Desert painting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14930, + "name": "Isafdar painting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14931, + "name": "Karamja painting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14932, + "name": "Lumbridge painting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14933, + "name": "Morytania painting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14934, + "name": "Small map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14935, + "name": "Medium map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14936, + "name": "Large map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14937, + "name": "Servant bell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14938, + "name": "Plank", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14939, + "name": "Oak plank", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14940, + "name": "Teak plank", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14941, + "name": "Mahogany plank", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14942, + "name": "Gold leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14943, + "name": "Marble block", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14944, + "name": "Magic stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14945, + "name": "Bolt of cloth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14946, + "name": "Clockwork", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14947, + "name": "Saw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14948, + "name": "Crude chair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14949, + "name": "Wooden chair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14950, + "name": "Rocking chair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14951, + "name": "Oak chair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14952, + "name": "Oak armchair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14953, + "name": "Teak armchair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14954, + "name": "Mahogany armchair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14955, + "name": "Bookcase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14956, + "name": "Oak bookcase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14957, + "name": "Mahogany bookcase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14958, + "name": "Beer barrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14959, + "name": "Cider barrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14960, + "name": "Asgarnian ale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14961, + "name": "Greenman's ale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14962, + "name": "Dragon bitter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14963, + "name": "Chef's delight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14964, + "name": "Kitchen table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14965, + "name": "Oak kitchen table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14966, + "name": "Teak kitchen table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14967, + "name": "Wood dining table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14968, + "name": "Oak dining table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14969, + "name": "Carved oak table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14970, + "name": "Teak table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14971, + "name": "Carved teak table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14972, + "name": "Mahogany table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14973, + "name": "Opulent table", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14974, + "name": "Wooden bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14975, + "name": "Oak bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14976, + "name": "Carved oak bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14977, + "name": "Teak dining bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14978, + "name": "Carved teak bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14979, + "name": "Mahogany bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14980, + "name": "Gilded bench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14981, + "name": "Wooden bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14982, + "name": "Oak bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14983, + "name": "Large oak bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14984, + "name": "Teak bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14985, + "name": "Large teak bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14986, + "name": "Four-poster bed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14987, + "name": "Gilded four-poster", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14988, + "name": "Oak clock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14989, + "name": "Teak clock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14990, + "name": "Gilded clock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14991, + "name": "Shaving stand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14992, + "name": "Oak shaving stand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14993, + "name": "Oak dresser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14994, + "name": "Teak dresser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14995, + "name": "Fancy teak dresser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14996, + "name": "Mahogany dresser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14997, + "name": "Gilded dresser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14998, + "name": "Shoe box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 14999, + "name": "Oak drawers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15000, + "name": "Oak wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15001, + "name": "Teak drawers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15002, + "name": "Teak wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15003, + "name": "Mahogany wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15004, + "name": "Gilded wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15005, + "name": "Crystal ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15006, + "name": "Elemental sphere", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15007, + "name": "Crystal of power", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15008, + "name": "Oak cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15009, + "name": "Teak cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15010, + "name": "Mahogany cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15011, + "name": "Gilded cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15012, + "name": "Marble cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15013, + "name": "Magic cape rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15014, + "name": "Oak toy box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15015, + "name": "Teak toy box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15016, + "name": "Mahogany toy box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15017, + "name": "Oak magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15018, + "name": "Carved oak magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15019, + "name": "Teak magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15020, + "name": "Carved teak magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15021, + "name": "Mahogany magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15022, + "name": "Gilded magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15023, + "name": "Marble magic wardrobe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15024, + "name": "Oak armour case", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15025, + "name": "Teak armour case", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15026, + "name": "Mahogany armour case", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15027, + "name": "Oak treasure chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15028, + "name": "Teak treasure chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15029, + "name": "M. treasure chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15030, + "name": "Oak fancy dress box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15031, + "name": "Teak fancy dress box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15032, + "name": "Mahogany fancy dress box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15033, + "name": "Bagged dead tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15034, + "name": "Bagged nice tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15035, + "name": "Bagged oak tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15036, + "name": "Bagged willow tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15037, + "name": "Bagged maple tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15038, + "name": "Bagged yew tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15039, + "name": "Bagged magic tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15040, + "name": "Bagged plant 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15041, + "name": "Bagged plant 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15042, + "name": "Bagged plant 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15043, + "name": "Thorny hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15044, + "name": "Nice hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15045, + "name": "Small box hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15046, + "name": "Topiary hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15047, + "name": "Fancy hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15048, + "name": "Tall fancy hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15049, + "name": "Tall box hedge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15050, + "name": "Bagged flower", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15051, + "name": "Bagged daffodils", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15052, + "name": "Bagged bluebells", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15053, + "name": "Bagged sunflower", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15054, + "name": "Bagged marigolds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15055, + "name": "Bagged roses", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15056, + "name": "Construction guide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15057, + "name": "Sawdust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15058, + "name": "Archaic emblem (tier 1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15059, + "name": "Archaic emblem (tier 2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15060, + "name": "Archaic emblem (tier 3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15061, + "name": "Archaic emblem (tier 4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15062, + "name": "Archaic emblem (tier 5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15063, + "name": "Archaic emblem (tier 6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15064, + "name": "Archaic emblem (tier 7)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15065, + "name": "Archaic emblem (tier 8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15066, + "name": "Archaic emblem (tier 9)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15067, + "name": "Archaic emblem (tier 10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15068, + "name": "Blue dark bow paint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15069, + "name": "Green dark bow paint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15070, + "name": "Yellow dark bow paint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15071, + "name": "White dark bow paint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15072, + "name": "Dark bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15073, + "name": "Dark bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15074, + "name": "Dark bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15075, + "name": "Dark bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15076, + "name": "Frozen whip mix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15077, + "name": "Volcanic whip mix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15078, + "name": "Volcanic abyssal whip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15079, + "name": "Frozen abyssal whip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15080, + "name": "Annakarl teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15081, + "name": "Carrallangar teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15082, + "name": "Dareeyak teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15083, + "name": "Ghorrock teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15084, + "name": "Kharyrll teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15085, + "name": "Lassar teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15086, + "name": "Paddewwa teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15087, + "name": "Senntisten teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15088, + "name": "Ring of wealth scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15089, + "name": "Ring of wealth (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15090, + "name": "Magic shortbow scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15091, + "name": "Magic shortbow (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15092, + "name": "Rune pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15093, + "name": "Clue box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15094, + "name": "Steam staff upgrade kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15095, + "name": "Dragon pickaxe upgrade kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15096, + "name": "Ward upgrade kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15097, + "name": "Saradomin's tear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15098, + "name": "Granite clamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15099, + "name": "Target teleport scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15100, + "name": "Hunter's honour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15101, + "name": "Rogue's revenge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15102, + "name": "Bronze limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15103, + "name": "Blurite limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15104, + "name": "Iron limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15105, + "name": "Steel limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15106, + "name": "Mithril limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15107, + "name": "Adamantite limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15108, + "name": "Runite limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15109, + "name": "Bolt mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15110, + "name": "Sinew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15111, + "name": "Crossbow string", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15112, + "name": "Bronze crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15113, + "name": "Blurite crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15114, + "name": "Iron crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15115, + "name": "Steel crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15116, + "name": "Mithril crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15117, + "name": "Adamant crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15118, + "name": "Runite crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15119, + "name": "Bronze bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15120, + "name": "Blurite bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15121, + "name": "Iron bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15122, + "name": "Steel bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15123, + "name": "Mithril bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15124, + "name": "Adamant bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15125, + "name": "Runite bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15126, + "name": "Silver bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15127, + "name": "Bronze bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15128, + "name": "Blurite bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15129, + "name": "Iron bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15130, + "name": "Steel bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15131, + "name": "Mithril bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15132, + "name": "Adamant bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15133, + "name": "Runite bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15134, + "name": "Silver bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15135, + "name": "Bronze bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15136, + "name": "Blurite bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15137, + "name": "Iron bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15138, + "name": "Steel bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15139, + "name": "Mithril bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15140, + "name": "Adamant bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15141, + "name": "Runite bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15142, + "name": "Silver bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15143, + "name": "Bronze bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15144, + "name": "Blurite bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15145, + "name": "Iron bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15146, + "name": "Steel bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15147, + "name": "Mithril bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15148, + "name": "Adamant bolts(unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15149, + "name": "Runite bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15150, + "name": "Silver bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15151, + "name": "Opal bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15152, + "name": "Jade bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15153, + "name": "Pearl bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15154, + "name": "Topaz bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15155, + "name": "Sapphire bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15156, + "name": "Emerald bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15157, + "name": "Ruby bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15158, + "name": "Diamond bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15159, + "name": "Dragonstone bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15160, + "name": "Onyx bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15161, + "name": "Wooden stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15162, + "name": "Oak stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15163, + "name": "Willow stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15164, + "name": "Teak stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15165, + "name": "Maple stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15166, + "name": "Mahogany stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15167, + "name": "Yew stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15168, + "name": "Opal bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15169, + "name": "Jade bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15170, + "name": "Pearl bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15171, + "name": "Topaz bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15172, + "name": "Sapphire bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15173, + "name": "Emerald bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15174, + "name": "Ruby bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15175, + "name": "Diamond bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15176, + "name": "Dragonstone bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15177, + "name": "Onyx bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15178, + "name": "Grapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15179, + "name": "Mith grapple tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15180, + "name": "Mith grapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15181, + "name": "Mith grapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15182, + "name": "Opal bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15183, + "name": "Pearl bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15184, + "name": "Barb bolttips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15185, + "name": "Jade bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15186, + "name": "Topaz bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15187, + "name": "Sapphire bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15188, + "name": "Emerald bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15189, + "name": "Ruby bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15190, + "name": "Diamond bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15191, + "name": "Dragonstone bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15192, + "name": "Onyx bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15193, + "name": "Bolt pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15194, + "name": "Dark bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15195, + "name": "Tyras helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15196, + "name": "Grimy guam leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15197, + "name": "Grimy marrentill", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15198, + "name": "Grimy tarromin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15199, + "name": "Grimy harralander", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15200, + "name": "Grimy ranarr weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15201, + "name": "Grimy irit leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15202, + "name": "Grimy avantoe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15203, + "name": "Grimy toadflax", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15204, + "name": "Grimy kwuarm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15205, + "name": "Grimy cadantine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15206, + "name": "Grimy lantadyme", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15207, + "name": "Grimy dwarf weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15208, + "name": "Grimy torstol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15209, + "name": "Grimy snapdragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15210, + "name": "Grimy snake weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15211, + "name": "Grimy ardrigal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15212, + "name": "Grimy sito foil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15213, + "name": "Grimy volencia moss", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15214, + "name": "Grimy rogue's purse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15215, + "name": "Guam leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15216, + "name": "Marrentill", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15217, + "name": "Tarromin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15218, + "name": "Harralander", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15219, + "name": "Ranarr weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15220, + "name": "Irit leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15221, + "name": "Avantoe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15222, + "name": "Toadflax", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15223, + "name": "Kwuarm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15224, + "name": "Cadantine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15225, + "name": "Lantadyme", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15226, + "name": "Dwarf weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15227, + "name": "Torstol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15228, + "name": "Snapdragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15229, + "name": "Snake weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15230, + "name": "Ardrigal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15231, + "name": "Sito foil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15232, + "name": "Volencia moss", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15233, + "name": "Rogue's purse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15234, + "name": "Coconut milk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15235, + "name": "Weapon poison(+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15236, + "name": "Weapon poison(++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15237, + "name": "Antidote+(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15238, + "name": "Antidote++(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15239, + "name": "Anti-venom(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15240, + "name": "Anti-venom+(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15241, + "name": "Eye of newt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15242, + "name": "Red spiders' eggs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15243, + "name": "Limpwurt root", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15244, + "name": "Vial of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15245, + "name": "Vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15246, + "name": "Snape grass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15247, + "name": "Pestle and mortar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15248, + "name": "Unicorn horn dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15249, + "name": "Unicorn horn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15250, + "name": "White berries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15251, + "name": "Dragon scale dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15252, + "name": "Blue dragon scale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15253, + "name": "Wine of zamorak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15254, + "name": "Jangerberries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15255, + "name": "Strength potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15256, + "name": "Attack potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15257, + "name": "Restore potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15258, + "name": "Defence potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15259, + "name": "Prayer potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15260, + "name": "Super attack(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15261, + "name": "Fishing potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15262, + "name": "Super strength(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15263, + "name": "Super defence(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15264, + "name": "Ranging potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15265, + "name": "Antipoison(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15266, + "name": "Superantipoison(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15267, + "name": "Weapon poison", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15268, + "name": "Zamorak brew(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15269, + "name": "Saradomin brew(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15270, + "name": "Potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15271, + "name": "Poison chalice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15272, + "name": "Antifire potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15273, + "name": "Extended antifire(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15274, + "name": "Energy potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15275, + "name": "Super energy(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15276, + "name": "Stamina potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15277, + "name": "Super restore(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15278, + "name": "Agility potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15279, + "name": "Magic potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15280, + "name": "Hunter potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15281, + "name": "Combat potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15282, + "name": "Super combat potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15283, + "name": "Desert goat horn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15284, + "name": "Goat horn dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15285, + "name": "Dragon 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15286, + "name": "Pet chaos elemental", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15287, + "name": "Pet dagannoth supreme", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15288, + "name": "Pet dagannoth prime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15289, + "name": "Pet dagannoth rex", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15290, + "name": "Pet penance queen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15291, + "name": "Pet kree'arra", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15292, + "name": "Pet general graardor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15293, + "name": "Pet zilyana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15294, + "name": "Pet k'ril tsutsaroth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15295, + "name": "Baby mole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15296, + "name": "Prince black dragon", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 15298, + "name": "Kalphite princess", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15299, + "name": "Pet smoke devil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15300, + "name": "Pet kraken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15301, + "name": "Pet dark core", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15302, + "name": "Pet snakeling", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 15305, + "name": "Chompy chick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15306, + "name": "Venenatis spiderling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15307, + "name": "Callisto cub", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15308, + "name": "Vet'ion jr.", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 15310, + "name": "Scorpia's offspring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15311, + "name": "Tzrek-jad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15312, + "name": "Abyssal orphan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15313, + "name": "Hellpuppy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15314, + "name": "Tanzanite fang", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15315, + "name": "Toxic blowpipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15316, + "name": "Serpentine visage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15317, + "name": "Serpentine helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15318, + "name": "Tanzanite helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15319, + "name": "Magma helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15320, + "name": "Tanzanite mutagen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15321, + "name": "Magma mutagen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15322, + "name": "Magic fang", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15323, + "name": "Zulrah's scales", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15324, + "name": "Ohn's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15325, + "name": "Jar of swamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15326, + "name": "Zul-andra teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15327, + "name": "Sacred eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15328, + "name": "Old man's message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15329, + "name": "Strange book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15330, + "name": "Book of folklore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15331, + "name": "Elysian spirit shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15332, + "name": "Elysian sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15333, + "name": "Spectral spirit shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15334, + "name": "Spectral sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15335, + "name": "Arcane spirit shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15336, + "name": "Arcane sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15337, + "name": "Spirit shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15338, + "name": "Blessed spirit shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15339, + "name": "Holy elixir", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15340, + "name": "Heron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15341, + "name": "Rock golem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15342, + "name": "Beaver", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15343, + "name": "Baby chinchompa", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + { + "id": 15347, + "name": "Yin yang amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15348, + "name": "Tatty larupia fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15349, + "name": "Larupia fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15350, + "name": "Tatty graahk fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15351, + "name": "Graahk fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15352, + "name": "Tatty kyatt fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15353, + "name": "Kyatt fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15354, + "name": "Kyatt legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15355, + "name": "Kyatt top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15356, + "name": "Kyatt hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15357, + "name": "Larupia legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15358, + "name": "Larupia top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15359, + "name": "Larupia hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15360, + "name": "Graahk legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15361, + "name": "Graahk top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15362, + "name": "Graahk headdress", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15363, + "name": "Chinchompa", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15364, + "name": "Red chinchompa", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15365, + "name": "Black chinchompa", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15366, + "name": "Orange salamander", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15367, + "name": "Red salamander", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15368, + "name": "Black salamander", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15369, + "name": "Swamp lizard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15370, + "name": "Guam tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15371, + "name": "Marrentill tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15372, + "name": "Tarromin tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15373, + "name": "Harralander tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15374, + "name": "Wood camo top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15375, + "name": "Wood camo legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15376, + "name": "Jungle camo top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15377, + "name": "Jungle camo legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15378, + "name": "Desert camo top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15379, + "name": "Desert camo legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15380, + "name": "Polar camo top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15381, + "name": "Polar camo legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15382, + "name": "Strung rabbit foot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15383, + "name": "Rabbit foot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15384, + "name": "Stripy feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15385, + "name": "Red feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15386, + "name": "Blue feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15387, + "name": "Yellow feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15388, + "name": "Orange feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15389, + "name": "Feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15390, + "name": "Ferret", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15391, + "name": "Gloves of silence", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15392, + "name": "Spotted cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15393, + "name": "Spottier cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15394, + "name": "Spiky vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15395, + "name": "Green spiky vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15396, + "name": "Blue spiky vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15397, + "name": "Red spiky vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15398, + "name": "Black spiky vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15399, + "name": "Kebbit spike", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15400, + "name": "Long kebbit spike", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15401, + "name": "Kebbit teeth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15402, + "name": "Kebbit teeth dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15403, + "name": "Kebbit claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15404, + "name": "Dark kebbit fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15405, + "name": "Polar kebbit fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15406, + "name": "Feldip weasel fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15407, + "name": "Common kebbit fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15408, + "name": "Desert devil fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15409, + "name": "Spotted kebbit fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15410, + "name": "Dashing kebbit fur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15411, + "name": "Barb-tail harpoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15412, + "name": "Rainbow fish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15413, + "name": "Raw rainbow fish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15414, + "name": "Teasing stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15415, + "name": "Noose wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15416, + "name": "Hunters' crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15417, + "name": "Kebbit bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15418, + "name": "Long kebbit bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15419, + "name": "Bird snare", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15420, + "name": "Butterfly net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15421, + "name": "Butterfly jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15422, + "name": "Black warlock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15423, + "name": "Snowy knight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15424, + "name": "Sapphire glacialis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15425, + "name": "Ruby harvest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15426, + "name": "Rabbit snare", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15427, + "name": "Box trap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15428, + "name": "Magic box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15429, + "name": "Imp-in-a-box(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15430, + "name": "Old school bond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15431, + "name": "Old school bond (untradeable)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15432, + "name": "Lobster pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15433, + "name": "Small fishing net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15434, + "name": "Big fishing net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15435, + "name": "Fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15436, + "name": "Fly fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15437, + "name": "Harpoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15438, + "name": "Fishing bait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15439, + "name": "Feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15440, + "name": "Shrimps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15441, + "name": "Raw shrimps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15442, + "name": "Anchovies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15443, + "name": "Raw anchovies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15444, + "name": "Sardine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15445, + "name": "Raw sardine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15446, + "name": "Salmon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15447, + "name": "Raw salmon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15448, + "name": "Trout", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15449, + "name": "Raw trout", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15450, + "name": "Giant carp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15451, + "name": "Raw giant carp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15452, + "name": "Cod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15453, + "name": "Raw cod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15454, + "name": "Raw herring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15455, + "name": "Herring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15456, + "name": "Raw pike", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15457, + "name": "Pike", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15458, + "name": "Raw mackerel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15459, + "name": "Mackerel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15460, + "name": "Raw tuna", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15461, + "name": "Tuna", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15462, + "name": "Raw bass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15463, + "name": "Bass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15464, + "name": "Raw swordfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15465, + "name": "Swordfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15466, + "name": "Raw lobster", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15467, + "name": "Lobster", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15468, + "name": "Raw shark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15469, + "name": "Shark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15470, + "name": "Raw manta ray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15471, + "name": "Manta ray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15472, + "name": "Raw sea turtle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15473, + "name": "Sea turtle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15474, + "name": "Seaweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15475, + "name": "Edible seaweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15476, + "name": "Casket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15477, + "name": "Oyster", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15478, + "name": "Empty oyster", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15479, + "name": "Oyster pearl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15480, + "name": "Oyster pearls", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15481, + "name": "Raw cave eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15482, + "name": "Cave eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15483, + "name": "Frog spawn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15484, + "name": "Clue bottle (easy)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15485, + "name": "Clue bottle (medium)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15486, + "name": "Clue bottle (hard)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15487, + "name": "Clue bottle (elite)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15488, + "name": "Barbarian rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15489, + "name": "Roe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15490, + "name": "Caviar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15491, + "name": "Leaping trout", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15492, + "name": "Leaping salmon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15493, + "name": "Leaping sturgeon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15494, + "name": "Fish offcuts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15495, + "name": "Attack mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15496, + "name": "Antipoison mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15497, + "name": "Relicym's mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15498, + "name": "Strength mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15499, + "name": "Combat mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15500, + "name": "Restore mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15501, + "name": "Energy mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15502, + "name": "Defence mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15503, + "name": "Agility mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15504, + "name": "Prayer mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15505, + "name": "Superattack mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15506, + "name": "Anti-poison supermix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15507, + "name": "Fishing mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15508, + "name": "Super energy mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15509, + "name": "Stamina mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15510, + "name": "Super str. mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15511, + "name": "Magic essence mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15512, + "name": "Super restore mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15513, + "name": "Super def. mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15514, + "name": "Antidote+ mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15515, + "name": "Antifire mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15516, + "name": "Extended antifire mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15517, + "name": "Ranging mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15518, + "name": "Magic mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15519, + "name": "Hunting mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15520, + "name": "Zamorak mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15521, + "name": "Mangled bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15522, + "name": "Chewed bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15523, + "name": "Crushed gem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15524, + "name": "Fish vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15525, + "name": "Fish vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15526, + "name": "My notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15527, + "name": "Barbarian skills", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15528, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15529, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15530, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15531, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15532, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15533, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15534, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15535, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15536, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15537, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15538, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15539, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15540, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15541, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15542, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15543, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15544, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15545, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15546, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15547, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15548, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15549, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15550, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15551, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15552, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15553, + "name": "Ancient page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15554, + "name": "Bronze hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15555, + "name": "Iron hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15556, + "name": "Steel hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15557, + "name": "Mithril hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15558, + "name": "Adamant hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15559, + "name": "Rune hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15560, + "name": "Bronze hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15561, + "name": "Bronze hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15562, + "name": "Bronze hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15563, + "name": "Bronze hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15564, + "name": "Iron hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15565, + "name": "Iron hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15566, + "name": "Iron hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15567, + "name": "Iron hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15568, + "name": "Steel hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15569, + "name": "Steel hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15570, + "name": "Steel hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15571, + "name": "Steel hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15572, + "name": "Mithril hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15573, + "name": "Mithril hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15574, + "name": "Mithril hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15575, + "name": "Mithril hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15576, + "name": "Adamant hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15577, + "name": "Adamant hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15578, + "name": "Adamant hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15579, + "name": "Adamant hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15580, + "name": "Rune hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15581, + "name": "Rune hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15582, + "name": "Rune hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15583, + "name": "Rune hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15584, + "name": "Dragon full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15585, + "name": "Newcomer map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15586, + "name": "Logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15587, + "name": "Raw shrimps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15588, + "name": "Pot of flour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15589, + "name": "Bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15590, + "name": "Spadeful of coke", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15591, + "name": "Bailing bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15592, + "name": "Bailing bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15593, + "name": "Angler hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15594, + "name": "Angler top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15595, + "name": "Angler waders", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15596, + "name": "Angler boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15597, + "name": "Dragon claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15598, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15599, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15600, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15601, + "name": "Snail shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15602, + "name": "Snake hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15603, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15604, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15605, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15606, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15607, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15608, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15609, + "name": "Nail beast nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15610, + "name": "Sanfew serum(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15611, + "name": "Lumberjack top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15612, + "name": "Lumberjack legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15613, + "name": "Lumberjack hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15614, + "name": "Lumberjack boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15615, + "name": "Saradomin cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15616, + "name": "Guthix cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15617, + "name": "Zamorak cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15618, + "name": "Saradomin staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15619, + "name": "Guthix staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15620, + "name": "Zamorak staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15621, + "name": "Gnomeball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15622, + "name": "Castlewars manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15623, + "name": "Castle wars ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15624, + "name": "Decorative sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15625, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15626, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15627, + "name": "Decorative helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15628, + "name": "Decorative shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15629, + "name": "Decorative sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15630, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15631, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15632, + "name": "Decorative helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15633, + "name": "Decorative shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15634, + "name": "Decorative sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15635, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15636, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15637, + "name": "Decorative helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15638, + "name": "Decorative shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15639, + "name": "Castlewars hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15640, + "name": "Castlewars cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15641, + "name": "Castlewars hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15642, + "name": "Castlewars cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15643, + "name": "Saradomin banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15644, + "name": "Zamorak banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15645, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15646, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15647, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15648, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15649, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15650, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15651, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15652, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15653, + "name": "Decorative armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15654, + "name": "Saradomin halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15655, + "name": "Zamorak halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15656, + "name": "Guthix halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15657, + "name": "Jar generator", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15658, + "name": "Magic butterfly net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15659, + "name": "Impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15660, + "name": "Imp repellent", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15661, + "name": "Anchovy oil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15662, + "name": "Anchovy paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15663, + "name": "Impling scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15664, + "name": "Baby impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15665, + "name": "Young impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15666, + "name": "Gourmet impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15667, + "name": "Earth impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15668, + "name": "Essence impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15669, + "name": "Eclectic impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15670, + "name": "Nature impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15671, + "name": "Magpie impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15672, + "name": "Ninja impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15673, + "name": "Dragon impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15674, + "name": "Queen help book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15675, + "name": "Healer hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15676, + "name": "Fighter hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15677, + "name": "Runner hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15678, + "name": "Ranger hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15679, + "name": "Fighter torso", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15680, + "name": "Runner boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15681, + "name": "Penance gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15682, + "name": "Penance skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15683, + "name": "Karil's coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15684, + "name": "Karil's coif 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15685, + "name": "Karil's crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15686, + "name": "Karil's crossbow 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15687, + "name": "Karil's leathertop", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15688, + "name": "Karil's leathertop 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15689, + "name": "Karil's leatherskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15690, + "name": "Karil's leatherskirt 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15691, + "name": "Dharok's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15692, + "name": "Dharok's helm 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15693, + "name": "Dharok's greataxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15694, + "name": "Dharok's greataxe 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15695, + "name": "Dharok's platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15696, + "name": "Dharok's platebody 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15697, + "name": "Dharok's platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15698, + "name": "Dharok's platelegs 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15699, + "name": "Torag's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15700, + "name": "Torag's helm 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15701, + "name": "Torag's hammers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15702, + "name": "Torag's hammers 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15703, + "name": "Torag's platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15704, + "name": "Torag's platebody 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15705, + "name": "Torag's platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15706, + "name": "Torag's platelegs 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15707, + "name": "Ahrim's hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15708, + "name": "Ahrim's hood 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15709, + "name": "Ahrim's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15710, + "name": "Ahrim's staff 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15711, + "name": "Ahrim's robetop", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15712, + "name": "Ahrim's robetop 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15713, + "name": "Ahrim's robeskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15714, + "name": "Ahrim's robeskirt 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15715, + "name": "Verac's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15716, + "name": "Verac's helm 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15717, + "name": "Verac's flail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15718, + "name": "Verac's flail 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15719, + "name": "Verac's brassard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15720, + "name": "Verac's brassard 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15721, + "name": "Verac's plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15722, + "name": "Verac's plateskirt 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15723, + "name": "Guthan's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15724, + "name": "Guthan's helm 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15725, + "name": "Guthan's warspear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15726, + "name": "Guthan's warspear 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15727, + "name": "Guthan's platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15728, + "name": "Guthan's platebody 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15729, + "name": "Guthan's chainskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15730, + "name": "Guthan's chainskirt 0", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15731, + "name": "Crumbling tome", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15732, + "name": "Bolt rack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15733, + "name": "Amulet of the damned (full)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15734, + "name": "Amulet of the damned", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15735, + "name": "Field ration", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15736, + "name": "Void knight top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15737, + "name": "Elite void top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15738, + "name": "Void knight robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15739, + "name": "Elite void robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15740, + "name": "Void knight mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15741, + "name": "Void knight gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15742, + "name": "Void mage helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15743, + "name": "Void ranger helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15744, + "name": "Void melee helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15745, + "name": "Void seal(8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15746, + "name": "Mole claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15747, + "name": "Mole skin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15748, + "name": "Sapphire lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15749, + "name": "Sapphire lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15750, + "name": "Sapphire lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15751, + "name": "Magic stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15752, + "name": "Stone bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15753, + "name": "Sextant", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15754, + "name": "Watch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15755, + "name": "Chart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15756, + "name": "Ranger boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15757, + "name": "Wizard boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15758, + "name": "Robin hood hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15759, + "name": "Black platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15760, + "name": "Black platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15761, + "name": "Black plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15762, + "name": "Black full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15763, + "name": "Black kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15764, + "name": "Black platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15765, + "name": "Black platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15766, + "name": "Black plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15767, + "name": "Black full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15768, + "name": "Black kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15769, + "name": "Adamant platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15770, + "name": "Adamant platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15771, + "name": "Adamant plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15772, + "name": "Adamant kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15773, + "name": "Adamant full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15774, + "name": "Adamant platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15775, + "name": "Adamant platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15776, + "name": "Adamant plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15777, + "name": "Adamant kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15778, + "name": "Adamant full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15779, + "name": "Highwayman mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15780, + "name": "Blue beret", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15781, + "name": "Black beret", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15782, + "name": "White beret", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15783, + "name": "Tan cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15784, + "name": "Dark cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15785, + "name": "Black cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15786, + "name": "Red headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15787, + "name": "Black headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15788, + "name": "Brown headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15789, + "name": "Pirate's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15790, + "name": "Rune platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15791, + "name": "Rune platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15792, + "name": "Rune plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15793, + "name": "Rune full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15794, + "name": "Rune kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15795, + "name": "Rune platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15796, + "name": "Rune platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15797, + "name": "Rune plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15798, + "name": "Rune full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15799, + "name": "Rune kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15800, + "name": "Zamorak platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15801, + "name": "Zamorak platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15802, + "name": "Zamorak plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15803, + "name": "Zamorak full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15804, + "name": "Zamorak kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15805, + "name": "Saradomin platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15806, + "name": "Saradomin platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15807, + "name": "Saradomin plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15808, + "name": "Saradomin full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15809, + "name": "Saradomin kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15810, + "name": "Guthix platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15811, + "name": "Guthix platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15812, + "name": "Guthix plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15813, + "name": "Guthix full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15814, + "name": "Guthix kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15815, + "name": "Bandos platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15816, + "name": "Bandos platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15817, + "name": "Bandos plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15818, + "name": "Bandos full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15819, + "name": "Bandos kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15820, + "name": "Armadyl platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15821, + "name": "Armadyl platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15822, + "name": "Armadyl plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15823, + "name": "Armadyl full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15824, + "name": "Armadyl kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15825, + "name": "Ancient platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15826, + "name": "Ancient platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15827, + "name": "Ancient plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15828, + "name": "Ancient full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15829, + "name": "Ancient kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15830, + "name": "Gilded platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15831, + "name": "Gilded platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15832, + "name": "Gilded plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15833, + "name": "Gilded full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15834, + "name": "Gilded kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15835, + "name": "Gilded scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15836, + "name": "Gilded boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15837, + "name": "Ancient robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15838, + "name": "Ancient robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15839, + "name": "Ancient cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15840, + "name": "Ancient crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15841, + "name": "Ancient stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15842, + "name": "Ancient mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15843, + "name": "Bronze platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15844, + "name": "Bronze platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15845, + "name": "Bronze plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15846, + "name": "Bronze full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15847, + "name": "Bronze kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15848, + "name": "Bronze platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15849, + "name": "Bronze platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15850, + "name": "Bronze plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15851, + "name": "Bronze full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15852, + "name": "Bronze kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15853, + "name": "Iron platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15854, + "name": "Iron platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15855, + "name": "Iron plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15856, + "name": "Iron full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15857, + "name": "Iron kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15858, + "name": "Iron platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15859, + "name": "Iron platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15860, + "name": "Iron plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15861, + "name": "Iron full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15862, + "name": "Iron kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15863, + "name": "Beanie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15864, + "name": "Red beret", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15865, + "name": "Imp mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15866, + "name": "Goblin mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15867, + "name": "Armadyl robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15868, + "name": "Armadyl robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15869, + "name": "Armadyl stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15870, + "name": "Armadyl mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15871, + "name": "Armadyl cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15872, + "name": "Armadyl crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15873, + "name": "Bandos robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15874, + "name": "Bandos robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15875, + "name": "Bandos stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15876, + "name": "Bandos mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15877, + "name": "Bandos cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15878, + "name": "Bandos crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15879, + "name": "Mithril platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15880, + "name": "Mithril platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15881, + "name": "Mithril kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15882, + "name": "Mithril full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15883, + "name": "Mithril plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15884, + "name": "Mithril platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15885, + "name": "Mithril platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15886, + "name": "Mithril kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15887, + "name": "Mithril full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15888, + "name": "Mithril plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15889, + "name": "Black pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15890, + "name": "White headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15891, + "name": "Blue headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15892, + "name": "Gold headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15893, + "name": "Pink headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15894, + "name": "Green headband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15895, + "name": "Pink boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15896, + "name": "Purple boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15897, + "name": "White boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15898, + "name": "Pink elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15899, + "name": "Pink elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15900, + "name": "Crier hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15901, + "name": "White cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15902, + "name": "Red cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15903, + "name": "Navy cavalier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15904, + "name": "Red d'hide body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15905, + "name": "Red d'hide chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15906, + "name": "Red d'hide body (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15907, + "name": "Red d'hide chaps (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15908, + "name": "Briefcase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15909, + "name": "Sagacious spectacles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15910, + "name": "Pink elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15911, + "name": "Pink elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15912, + "name": "Gold elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15913, + "name": "Gold elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15914, + "name": "Gold elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15915, + "name": "Gold elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15916, + "name": "Musketeer hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15917, + "name": "Monocle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15918, + "name": "Big pirate hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15919, + "name": "Katana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15920, + "name": "Leprechaun hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15921, + "name": "Cat mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15922, + "name": "Bronze dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15923, + "name": "Iron dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15924, + "name": "Steel dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15925, + "name": "Mithril dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15926, + "name": "Lava dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15927, + "name": "Dragon cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15928, + "name": "Black cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15929, + "name": "Adamant cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15930, + "name": "Rune cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15931, + "name": "Black d'hide body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15932, + "name": "Black d'hide chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15933, + "name": "Black d'hide body (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15934, + "name": "Black d'hide chaps (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15935, + "name": "Royal gown top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15936, + "name": "Royal gown bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15937, + "name": "Royal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15938, + "name": "Partyhat & specs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15939, + "name": "Nardah teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15940, + "name": "Digsite teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15941, + "name": "Feldip hills teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15942, + "name": "Lunar isle teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15943, + "name": "Mort'ton teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15944, + "name": "Pest control teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15945, + "name": "Piscatoris teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15946, + "name": "Tai bwo wannai teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15947, + "name": "Iorwerth camp teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15948, + "name": "Mos le'harmless teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15949, + "name": "Lumberyard teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15950, + "name": "Pirate hat & patch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15951, + "name": "Dragon chainbody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15952, + "name": "Dragon platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15953, + "name": "Dragon plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15954, + "name": "Dragon full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15955, + "name": "Dragon sq shield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15956, + "name": "Light infinity hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15957, + "name": "Light infinity top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15958, + "name": "Light infinity bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15959, + "name": "3rd age wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15960, + "name": "3rd age bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15961, + "name": "3rd age longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15962, + "name": "Penguin mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15963, + "name": "Afro", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15964, + "name": "Top hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15965, + "name": "Top hat & monocle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15966, + "name": "Amulet of fury (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15967, + "name": "3rd age cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15968, + "name": "Royal sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15969, + "name": "Musketeer tabard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15970, + "name": "Musketeer pants", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15971, + "name": "Black skirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15972, + "name": "Black skirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15973, + "name": "Black wizard robe (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15974, + "name": "Black wizard robe (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15975, + "name": "Black wizard hat (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15976, + "name": "Black wizard hat (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15977, + "name": "Dark infinity hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15978, + "name": "Dark infinity top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15979, + "name": "Dark infinity bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15980, + "name": "Ancient bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15981, + "name": "Ancient d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15982, + "name": "Ancient chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15983, + "name": "Ancient coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15984, + "name": "Bandos bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15985, + "name": "Bandos d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15986, + "name": "Bandos chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15987, + "name": "Bandos coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15988, + "name": "Armadyl bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15989, + "name": "Armadyl d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15990, + "name": "Armadyl chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15991, + "name": "Armadyl coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15992, + "name": "Explorer backpack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15993, + "name": "Pith helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15994, + "name": "Green dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15995, + "name": "Blue dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15996, + "name": "Red dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15997, + "name": "Black dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15998, + "name": "Fury ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 15999, + "name": "Dark infinity colour kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16000, + "name": "Light infinity colour kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16001, + "name": "Dragon sq shield ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16002, + "name": "Dragon chainbody ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16003, + "name": "Dragon legs/skirt ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16004, + "name": "Dragon full helm ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16005, + "name": "Deerstalker", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16006, + "name": "Rangers' tunic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16007, + "name": "Holy sandals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16008, + "name": "Red boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16009, + "name": "Orange boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16010, + "name": "Green boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16011, + "name": "Blue boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16012, + "name": "Black boater", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16013, + "name": "Red firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16014, + "name": "Green firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16015, + "name": "Blue firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16016, + "name": "Black shield (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16017, + "name": "Adamant shield (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16018, + "name": "Rune shield (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16019, + "name": "Black shield (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16020, + "name": "Adamant shield (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16021, + "name": "Rune shield (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16022, + "name": "Black shield (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16023, + "name": "Adamant shield (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16024, + "name": "Rune shield (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16025, + "name": "Black shield (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16026, + "name": "Adamant shield (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16027, + "name": "Rune shield (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16028, + "name": "Black shield (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16029, + "name": "Adamant shield (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16030, + "name": "Rune shield (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16031, + "name": "Studded body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16032, + "name": "Studded body (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16033, + "name": "Studded chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16034, + "name": "Studded chaps (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16035, + "name": "Green d'hide body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16036, + "name": "Green d'hide body (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16037, + "name": "Blue d'hide body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16038, + "name": "Blue d'hide body (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16039, + "name": "Green d'hide chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16040, + "name": "Green d'hide chaps (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16041, + "name": "Blue d'hide chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16042, + "name": "Blue d'hide chaps (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16043, + "name": "Blue skirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16044, + "name": "Blue skirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16045, + "name": "Blue wizard robe (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16046, + "name": "Blue wizard robe (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16047, + "name": "Blue wizard hat (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16048, + "name": "Blue wizard hat (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16049, + "name": "Enchanted robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16050, + "name": "Enchanted top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16051, + "name": "Enchanted hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16052, + "name": "Willow comp bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16053, + "name": "Yew comp bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16054, + "name": "Magic comp bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16055, + "name": "Rune helm (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16056, + "name": "Rune helm (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16057, + "name": "Rune helm (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16058, + "name": "Rune helm (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16059, + "name": "Rune helm (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16060, + "name": "Adamant helm (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16061, + "name": "Adamant helm (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16062, + "name": "Adamant helm (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16063, + "name": "Adamant helm (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16064, + "name": "Adamant helm (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16065, + "name": "Black helm (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16066, + "name": "Black helm (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16067, + "name": "Black helm (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16068, + "name": "Black helm (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16069, + "name": "Black helm (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16070, + "name": "Bob's red shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16071, + "name": "Bob's blue shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16072, + "name": "Bob's green shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16073, + "name": "Bob's black shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16074, + "name": "Bob's purple shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16075, + "name": "Purple firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16076, + "name": "White firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16077, + "name": "White logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16078, + "name": "Purple logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16079, + "name": "3rd age range top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16080, + "name": "3rd age range legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16081, + "name": "3rd age range coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16082, + "name": "3rd age vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16083, + "name": "3rd age robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16084, + "name": "3rd age robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16085, + "name": "3rd age mage hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16086, + "name": "3rd age amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16087, + "name": "3rd age platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16088, + "name": "3rd age platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16089, + "name": "3rd age full helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16090, + "name": "3rd age kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16091, + "name": "Amulet of glory (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16092, + "name": "Strength amulet (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16093, + "name": "Amulet of magic (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16094, + "name": "Zamorak bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16095, + "name": "Zamorak d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16096, + "name": "Zamorak chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16097, + "name": "Zamorak coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16098, + "name": "Guthix bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16099, + "name": "Guthix d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16100, + "name": "Guthix chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16101, + "name": "Guthix coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16102, + "name": "Saradomin bracers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16103, + "name": "Saradomin d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16104, + "name": "Saradomin chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16105, + "name": "Saradomin coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16106, + "name": "A powdered wig", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16107, + "name": "Flared trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16108, + "name": "Pantaloons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16109, + "name": "Sleeping cap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16110, + "name": "Black elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16111, + "name": "Black elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16112, + "name": "Red elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16113, + "name": "Red elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16114, + "name": "Blue elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16115, + "name": "Blue elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16116, + "name": "Green elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16117, + "name": "Green elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16118, + "name": "Purple elegant shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16119, + "name": "Purple elegant legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16120, + "name": "White elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16121, + "name": "White elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16122, + "name": "Red elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16123, + "name": "Red elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16124, + "name": "Blue elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16125, + "name": "Blue elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16126, + "name": "Green elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16127, + "name": "Green elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16128, + "name": "Purple elegant blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16129, + "name": "Purple elegant skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16130, + "name": "Saradomin crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16131, + "name": "Guthix crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16132, + "name": "Zamorak crozier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16133, + "name": "Saradomin cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16134, + "name": "Guthix cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16135, + "name": "Zamorak cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16136, + "name": "Saradomin mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16137, + "name": "Guthix mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16138, + "name": "Zamorak mitre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16139, + "name": "Saradomin robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16140, + "name": "Zamorak robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16141, + "name": "Guthix robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16142, + "name": "Saradomin robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16143, + "name": "Guthix robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16144, + "name": "Zamorak robe legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16145, + "name": "Saradomin stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16146, + "name": "Guthix stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16147, + "name": "Zamorak stole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16148, + "name": "Purple sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16149, + "name": "Pyramid top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16150, + "name": "Rotten tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16151, + "name": "Super ranging (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16152, + "name": "Super magic potion (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16153, + "name": "Overload (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16154, + "name": "Absorption (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16155, + "name": "Herb box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16156, + "name": "Open herb box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16157, + "name": "Scroll of redirection", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16158, + "name": "Rimmington teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16159, + "name": "Taverley teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16160, + "name": "Pollnivneach teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16161, + "name": "Rellekka teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16162, + "name": "Brimhaven teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16163, + "name": "Yanille teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16164, + "name": "Trollheim teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16165, + "name": "Agility arena ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16166, + "name": "Pirate's hook", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16167, + "name": "Ivory comb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16168, + "name": "Golden scarab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16169, + "name": "Stone scarab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16170, + "name": "Pottery scarab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16171, + "name": "Golden statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16172, + "name": "Pottery statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16173, + "name": "Stone statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16174, + "name": "Gold seal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16175, + "name": "Stone seal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16176, + "name": "Pharaoh's sceptre (8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16177, + "name": "Locust meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16178, + "name": "Earth warrior champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16179, + "name": "Ghoul champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16180, + "name": "Giant champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16181, + "name": "Goblin champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16182, + "name": "Hobgoblin champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16183, + "name": "Imp champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16184, + "name": "Jogre champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16185, + "name": "Lesser demon champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16186, + "name": "Skeleton champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16187, + "name": "Zombie champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16188, + "name": "Leon's champion scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16189, + "name": "Druidic wreath", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16190, + "name": "Mask of balance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16191, + "name": "Spring sq'irk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16192, + "name": "Summer sq'irk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16193, + "name": "Autumn sq'irk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16194, + "name": "Winter sq'irk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16195, + "name": "Spring sq'irkjuice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16196, + "name": "Summer sq'irkjuice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16197, + "name": "Autumn sq'irkjuice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16198, + "name": "Winter sq'irkjuice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16199, + "name": "Rum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16200, + "name": "Rum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16201, + "name": "Pieces of eight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16202, + "name": "Blue naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16203, + "name": "Green naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16204, + "name": "Red naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16205, + "name": "Brown naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16206, + "name": "Black naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16207, + "name": "Purple naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16208, + "name": "Grey naval shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16209, + "name": "Blue tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16210, + "name": "Green tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16211, + "name": "Red tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16212, + "name": "Brown tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16213, + "name": "Black tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16214, + "name": "Purple tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16215, + "name": "Grey tricorn hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16216, + "name": "Cutthroat flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16217, + "name": "Gilded smile flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16218, + "name": "Bronze fist flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16219, + "name": "Lucky shot flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16220, + "name": "Treasure flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16221, + "name": "Phasmatys flag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16222, + "name": "Bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16223, + "name": "The stuff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16224, + "name": "Brewin' guide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16225, + "name": "Blue navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16226, + "name": "Green navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16227, + "name": "Red navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16228, + "name": "Brown navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16229, + "name": "Black navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16230, + "name": "Purple navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16231, + "name": "Grey navy slacks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16232, + "name": "Clay", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16233, + "name": "Copper ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16234, + "name": "Tin ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16235, + "name": "Iron ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16236, + "name": "Silver ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16237, + "name": "Gold ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16238, + "name": "'perfect' gold ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16239, + "name": "Mithril ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16240, + "name": "Adamantite ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16241, + "name": "Runite ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16242, + "name": "Coal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16243, + "name": "Lovakite ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16244, + "name": "Golden nugget", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16245, + "name": "Prospector helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16246, + "name": "Prospector jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16247, + "name": "Prospector legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16248, + "name": "Prospector boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16249, + "name": "Coal bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16250, + "name": "Gem bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16251, + "name": "Soft clay pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16252, + "name": "Jute fibre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16253, + "name": "Willow branch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16254, + "name": "Gold bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16255, + "name": "Sapphire bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16256, + "name": "Bracelet of clay", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16257, + "name": "Emerald bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16258, + "name": "Castle wars bracelet(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16259, + "name": "Ruby bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16260, + "name": "Inoculation bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16261, + "name": "Phoenix necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16262, + "name": "Diamond bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16263, + "name": "Abyssal bracelet(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16264, + "name": "Skills necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16265, + "name": "Dragonstone bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16266, + "name": "Combat bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16267, + "name": "Berserker necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16268, + "name": "Onyx bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16269, + "name": "Regen bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16270, + "name": "Needle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16271, + "name": "Thread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16272, + "name": "Shears", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16273, + "name": "Wool", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16274, + "name": "Cowhide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16275, + "name": "Leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16276, + "name": "Hard leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16277, + "name": "Green dragon leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16278, + "name": "Blue dragon leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16279, + "name": "Red dragon leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16280, + "name": "Black dragon leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16281, + "name": "Black dragonhide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16282, + "name": "Red dragonhide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16283, + "name": "Blue dragonhide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16284, + "name": "Green dragonhide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16285, + "name": "Chisel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16286, + "name": "Brown apron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16287, + "name": "Ball of wool", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16288, + "name": "Soft clay", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16289, + "name": "Red dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16290, + "name": "Yellow dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16291, + "name": "Blue dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16292, + "name": "Orange dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16293, + "name": "Green dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16294, + "name": "Purple dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16295, + "name": "Molten glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16296, + "name": "Bow string", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16297, + "name": "Flax", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16298, + "name": "Soda ash", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16299, + "name": "Bucket of sand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16300, + "name": "Glassblowing pipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16301, + "name": "Unfired pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16302, + "name": "Unfired pie dish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16303, + "name": "Unfired bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16304, + "name": "Woad leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16305, + "name": "Bronze wire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16306, + "name": "Diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16307, + "name": "Ruby", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16308, + "name": "Emerald", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16309, + "name": "Sapphire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16310, + "name": "Opal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16311, + "name": "Jade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16312, + "name": "Red topaz", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16313, + "name": "Dragonstone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16314, + "name": "Uncut diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16315, + "name": "Uncut ruby", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16316, + "name": "Uncut emerald", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16317, + "name": "Uncut sapphire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16318, + "name": "Uncut opal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16319, + "name": "Uncut jade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16320, + "name": "Uncut red topaz", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16321, + "name": "Uncut dragonstone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16322, + "name": "Gold ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16323, + "name": "Sapphire ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16324, + "name": "Emerald ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16325, + "name": "Ruby ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16326, + "name": "Diamond ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16327, + "name": "Dragonstone ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16328, + "name": "Gold necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16329, + "name": "Sapphire necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16330, + "name": "Emerald necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16331, + "name": "Ruby necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16332, + "name": "Diamond necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16333, + "name": "Dragon necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16334, + "name": "Gold amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16335, + "name": "Sapphire amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16336, + "name": "Emerald amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16337, + "name": "Ruby amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16338, + "name": "Diamond amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16339, + "name": "Dragonstone amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16340, + "name": "Gold amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16341, + "name": "Sapphire amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16342, + "name": "Emerald amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16343, + "name": "Ruby amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16344, + "name": "Diamond amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16345, + "name": "Dragonstone amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16346, + "name": "Amulet of glory", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16347, + "name": "Unstrung symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16348, + "name": "Unblessed symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16349, + "name": "Holy symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16350, + "name": "Unstrung emblem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16351, + "name": "Unpowered symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16352, + "name": "Unholy symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16353, + "name": "Amulet of strength", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16354, + "name": "Amulet of magic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16355, + "name": "Amulet of defence", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16356, + "name": "Amulet of power", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16357, + "name": "Ring of recoil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16358, + "name": "Ring of dueling(8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16359, + "name": "Ring of forging", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16360, + "name": "Ring of life", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16361, + "name": "Ring of wealth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16362, + "name": "Games necklace(8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16363, + "name": "Ring mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16364, + "name": "Unholy mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16365, + "name": "Amulet mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16366, + "name": "Necklace mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16367, + "name": "Bracelet mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16368, + "name": "Holy mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16369, + "name": "Fuse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16370, + "name": "Keg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16371, + "name": "Prayer book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16372, + "name": "Barrelchest anchor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16373, + "name": "Barrelchest anchor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16374, + "name": "Blessed lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16375, + "name": "Prayer book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16376, + "name": "Wooden cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16377, + "name": "Cranial clamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16378, + "name": "Brain tongs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16379, + "name": "Bell jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16380, + "name": "Wolf whistle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16381, + "name": "Shipping order", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16382, + "name": "Keg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16383, + "name": "Crate part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16384, + "name": "Skull staple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16385, + "name": "Blindweed seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16386, + "name": "Blindweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16387, + "name": "Bucket of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16388, + "name": "Wrench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16389, + "name": "Holy wrench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16390, + "name": "Sluglings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16391, + "name": "Karamthulhu", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16392, + "name": "Karamthulhu", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16393, + "name": "Fever spider body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16394, + "name": "Unsanitary swill", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16395, + "name": "Slayer gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16396, + "name": "Rusty scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16397, + "name": "King's message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16398, + "name": "Iorwerth's message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16399, + "name": "Crystal pendant", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16400, + "name": "Sulphur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16401, + "name": "Limestone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16402, + "name": "Quicklime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16403, + "name": "Pot of quicklime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16404, + "name": "Ground sulphur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16405, + "name": "Barrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16406, + "name": "Barrel bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16407, + "name": "Barrel bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16408, + "name": "Barrel of coal tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16409, + "name": "Barrel of naphtha", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16410, + "name": "Naphtha mix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16411, + "name": "Naphtha mix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16412, + "name": "Strip of cloth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16413, + "name": "Raw rabbit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16414, + "name": "Cooked rabbit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16415, + "name": "Big book of bangs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16416, + "name": "Sled", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16417, + "name": "Sled", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16418, + "name": "Wax", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16419, + "name": "Trollweiss", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16420, + "name": "Orange goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16421, + "name": "Blue goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16422, + "name": "Red goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16423, + "name": "Black goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16424, + "name": "Yellow goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16425, + "name": "Green goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16426, + "name": "Purple goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16427, + "name": "Pink goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16428, + "name": "Goblin mail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16429, + "name": "Fez", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16430, + "name": "Desert top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16431, + "name": "Desert robes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16432, + "name": "Desert top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16433, + "name": "Desert legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16434, + "name": "Menaphite purple hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16435, + "name": "Menaphite purple top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16436, + "name": "Menaphite purple robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16437, + "name": "Menaphite purple kilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16438, + "name": "Menaphite red hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16439, + "name": "Menaphite red top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16440, + "name": "Menaphite red robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16441, + "name": "Menaphite red kilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16442, + "name": "Oak blackjack(o)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16443, + "name": "Oak blackjack(d)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16444, + "name": "Willow blackjack(o)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16445, + "name": "Willow blackjack(d)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16446, + "name": "Maple blackjack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16447, + "name": "Maple blackjack(o)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16448, + "name": "Maple blackjack(d)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16449, + "name": "Ice arrows", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16450, + "name": "Lever", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16451, + "name": "Staff of armadyl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16452, + "name": "Shiny key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16453, + "name": "Pendant of lucien", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16454, + "name": "Armadyl pendant", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16455, + "name": "Boots of lightness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16456, + "name": "Etchings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16457, + "name": "Translation", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16458, + "name": "Warm key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16459, + "name": "Ring of visibility", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16460, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16461, + "name": "Blessed pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16462, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16463, + "name": "Blessed pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16464, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16465, + "name": "Blessed pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16466, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16467, + "name": "Blessed pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16468, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16469, + "name": "Blessed pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16470, + "name": "Garlic powder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16471, + "name": "Blood diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16472, + "name": "Ice diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16473, + "name": "Smoke diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16474, + "name": "Shadow diamond", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16475, + "name": "Gilded cross", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16476, + "name": "Ancient staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16477, + "name": "Ghostly boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16478, + "name": "Ghostly robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16479, + "name": "Ghostly robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16480, + "name": "Ghostly hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16481, + "name": "Ghostly gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16482, + "name": "Ghostly cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16483, + "name": "Dream vial (empty)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16484, + "name": "Dream vial (water)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16485, + "name": "Dream vial (herb)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16486, + "name": "Dream potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16487, + "name": "Ground astral rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16488, + "name": "Astral rune shards", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16489, + "name": "Cyrisus's chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16490, + "name": "Hunter kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16491, + "name": "Dreamy lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16492, + "name": "Stake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16493, + "name": "Garlic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16494, + "name": "Golden key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16495, + "name": "Iron key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16496, + "name": "Golden tinderbox", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16497, + "name": "Golden candle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16498, + "name": "Golden pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16499, + "name": "Golden hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16500, + "name": "Golden feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16501, + "name": "Golden needle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16502, + "name": "Wolfbane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16503, + "name": "Murky water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16504, + "name": "Blessed water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16505, + "name": "Enchanted key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16506, + "name": "Journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16507, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16508, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16509, + "name": "Scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16510, + "name": "Chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16511, + "name": "Guthix mjolnir", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16512, + "name": "Saradomin mjolnir", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16513, + "name": "Zamorak mjolnir", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16514, + "name": "Seasoned sardine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16515, + "name": "Fluffs' kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16516, + "name": "Doogle leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16517, + "name": "Cat training medal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16518, + "name": "Sin seer's note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16519, + "name": "Severed leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16520, + "name": "Shadow sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16521, + "name": "Insect repellent", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16522, + "name": "Bucket of wax", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16523, + "name": "Lit black candle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16524, + "name": "Lit candle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16525, + "name": "Excalibur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16526, + "name": "Candle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16527, + "name": "Black candle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16528, + "name": "Keys", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16529, + "name": "Jewels", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16530, + "name": "Kharidian headpiece", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16531, + "name": "Fake beard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16532, + "name": "Karidian disguise", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16533, + "name": "Note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16534, + "name": "Note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16535, + "name": "Oak blackjack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16536, + "name": "Willow blackjack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16537, + "name": "Ugthanki dung", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16538, + "name": "Ugthanki dung", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16539, + "name": "Receipt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16540, + "name": "Hag's poison", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16541, + "name": "Snake charm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16542, + "name": "Snake basket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16543, + "name": "Snake basket full", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16544, + "name": "Super kebab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16545, + "name": "Red hot sauce", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16546, + "name": "Desert disguise", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16547, + "name": "Pressure gauge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16548, + "name": "Fish food", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16549, + "name": "Poison", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16550, + "name": "Poisoned fish food", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16551, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16552, + "name": "Rubber tube", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16553, + "name": "Oil can", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16554, + "name": "Sandstone (1kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16555, + "name": "Sandstone (2kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16556, + "name": "Sandstone (5kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16557, + "name": "Sandstone (10kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16558, + "name": "Granite (500g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16559, + "name": "Granite (2kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16560, + "name": "Granite (5kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16561, + "name": "Sandstone (20kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16562, + "name": "Sandstone (32kg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16563, + "name": "Sandstone body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16564, + "name": "Sandstone base", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16565, + "name": "Stone head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16566, + "name": "Stone head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16567, + "name": "Stone head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16568, + "name": "Stone head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16569, + "name": "Z sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16570, + "name": "M sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16571, + "name": "R sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16572, + "name": "K sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16573, + "name": "Stone left arm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16574, + "name": "Stone right arm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16575, + "name": "Stone left leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16576, + "name": "Stone right leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16577, + "name": "Camel mould (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16578, + "name": "Stone head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16579, + "name": "Camel mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16580, + "name": "Tea flask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16581, + "name": "Hard hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16582, + "name": "Builder's shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16583, + "name": "Builder's trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16584, + "name": "Builder's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16585, + "name": "Rivets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16586, + "name": "Binding fluid", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16587, + "name": "Pipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16588, + "name": "Pipe ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16589, + "name": "Metal sheet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16590, + "name": "Coloured ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16591, + "name": "Valve wheel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16592, + "name": "Metal bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16593, + "name": "Plain satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16594, + "name": "Green satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16595, + "name": "Red satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16596, + "name": "Black satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16597, + "name": "Gold satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16598, + "name": "Rune satchel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16599, + "name": "White cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16600, + "name": "Black cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16601, + "name": "Blue cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16602, + "name": "Red cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16603, + "name": "Rat poison", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16604, + "name": "Damp tinderbox", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16605, + "name": "Glowing fungus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16606, + "name": "Crystal-mine key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16607, + "name": "Zealot's key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16608, + "name": "Salve amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16609, + "name": "Salve amulet(i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16610, + "name": "Salve shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16611, + "name": "Specimen jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16612, + "name": "Specimen brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16613, + "name": "Animal skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16614, + "name": "Special cup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16615, + "name": "Teddy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16616, + "name": "Cracked sample", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16617, + "name": "Rock pick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16618, + "name": "Trowel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16619, + "name": "Panning tray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16620, + "name": "Panning tray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16621, + "name": "Panning tray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16622, + "name": "Nuggets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16623, + "name": "Ancient talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16624, + "name": "Unstamped letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16625, + "name": "Sealed letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16626, + "name": "Belt buckle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16627, + "name": "Old boot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16628, + "name": "Rusty sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16629, + "name": "Broken arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16630, + "name": "Buttons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16631, + "name": "Broken staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16632, + "name": "Level 1 certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16633, + "name": "Level 2 certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16634, + "name": "Level 3 certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16635, + "name": "Ceramic remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16636, + "name": "Old tooth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16637, + "name": "Invitation letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16638, + "name": "Damaged armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16639, + "name": "Broken armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16640, + "name": "Stone tablet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16641, + "name": "Chemical powder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16642, + "name": "Ammonium nitrate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16643, + "name": "Unidentified liquid", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16644, + "name": "Nitroglycerin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16645, + "name": "Ground charcoal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16646, + "name": "Mixed chemicals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16647, + "name": "Mixed chemicals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16648, + "name": "Chemical compound", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16649, + "name": "Arcenia root", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16650, + "name": "Chest key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16651, + "name": "Vase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16652, + "name": "Book on chemicals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16653, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16654, + "name": "Karamjan rum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16655, + "name": "Chest key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16656, + "name": "Pirate message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16657, + "name": "Casket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16658, + "name": "Goutweedy lump", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16659, + "name": "Hardy gout tubers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16660, + "name": "Farming manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16661, + "name": "Treaty", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16662, + "name": "Giant nib", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16663, + "name": "Giant pen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16664, + "name": "Iron sickle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16665, + "name": "Ghrim's book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16666, + "name": "Daeyalt ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16667, + "name": "Message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16668, + "name": "Vyrewatch top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16669, + "name": "Vyrewatch legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16670, + "name": "Vyrewatch shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16671, + "name": "Citizen top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16672, + "name": "Citizen trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16673, + "name": "Citizen shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16674, + "name": "Castle sketch 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16675, + "name": "Castle sketch 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16676, + "name": "Castle sketch 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16677, + "name": "Message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16678, + "name": "Blood tithe pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16679, + "name": "Large ornate key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16680, + "name": "Haemalchemy volume 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16681, + "name": "Sealed message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16682, + "name": "Door key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16683, + "name": "Ladder top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16684, + "name": "Useless key", + "type": "normal", + "duplicate": false + }, + { + "id": 16685, + "name": "Dream log", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16686, + "name": "Moonclan manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16687, + "name": "Astral rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16688, + "name": "Lunar ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16689, + "name": "Lunar bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16690, + "name": "Moonclan helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16691, + "name": "Moonclan hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16692, + "name": "Moonclan armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16693, + "name": "Moonclan skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16694, + "name": "Moonclan gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16695, + "name": "Moonclan boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16696, + "name": "Moonclan cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16697, + "name": "Suqah tooth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16698, + "name": "Suqah hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16699, + "name": "Suqah leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16700, + "name": "Ground tooth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16701, + "name": "Seal of passage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16702, + "name": "Lunar helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16703, + "name": "Lunar torso", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16704, + "name": "Lunar legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16705, + "name": "Lunar gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16706, + "name": "Lunar boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16707, + "name": "Lunar cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16708, + "name": "Lunar amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16709, + "name": "A special tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16710, + "name": "Lunar ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16711, + "name": "Lunar staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16712, + "name": "Empty vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16713, + "name": "Vial of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16714, + "name": "Waking sleep vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16715, + "name": "Guam vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16716, + "name": "Marr vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16717, + "name": "Guam-marr vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16718, + "name": "Lunar staff - pt1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16719, + "name": "Lunar staff - pt2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16720, + "name": "Lunar staff - pt3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16721, + "name": "Kindling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16722, + "name": "Soaked kindling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16723, + "name": "Keris", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16724, + "name": "Keris(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16725, + "name": "Keris(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16726, + "name": "Keris(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16727, + "name": "Parchment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16728, + "name": "Combat lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16729, + "name": "Exotic flower", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16730, + "name": "Fremennik ballad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16731, + "name": "Sturdy boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16732, + "name": "Tracking map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16733, + "name": "Custom bow string", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16734, + "name": "Unusual fish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16735, + "name": "Sea fishing map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16736, + "name": "Weather forecast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16737, + "name": "Champions token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16738, + "name": "Legendary cocktail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16739, + "name": "Fiscal statement", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16740, + "name": "Promissory note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16741, + "name": "Warriors' contract", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16742, + "name": "Enchanted lyre(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16743, + "name": "Branch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16744, + "name": "Golden fleece", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16745, + "name": "Golden wool", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16746, + "name": "Pet rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16747, + "name": "Keg of beer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16748, + "name": "Low alcohol keg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16749, + "name": "Strange object", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16750, + "name": "Lit strange object", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16751, + "name": "Hunters' talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16752, + "name": "Hunters' talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16753, + "name": "Fremennik helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16754, + "name": "Archer helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16755, + "name": "Berserker helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16756, + "name": "Warrior helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16757, + "name": "Farseer helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16758, + "name": "Fremennik blade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16759, + "name": "Fremennik shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16760, + "name": "Fremennik cyan cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16761, + "name": "Fremennik brown cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16762, + "name": "Fremennik blue cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16763, + "name": "Fremennik green cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16764, + "name": "Fremennik brown shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16765, + "name": "Fremennik grey shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16766, + "name": "Fremennik beige shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16767, + "name": "Fremennik red shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16768, + "name": "Fremennik blue shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16769, + "name": "Fremennik red cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16770, + "name": "Fremennik grey cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16771, + "name": "Fremennik yellow cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16772, + "name": "Fremennik teal cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16773, + "name": "Fremennik purple cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16774, + "name": "Fremennik pink cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16775, + "name": "Fremennik black cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16776, + "name": "Fremennik boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16777, + "name": "Fremennik robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16778, + "name": "Fremennik skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16779, + "name": "Fremennik hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16780, + "name": "Fremennik gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16781, + "name": "Keg of beer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16782, + "name": "Beer tankard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16783, + "name": "Tankard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16784, + "name": "Radimus notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16785, + "name": "Radimus notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16786, + "name": "Bull roarer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16787, + "name": "Scrawled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16788, + "name": "A scribbled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16789, + "name": "Scrumpled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16790, + "name": "Sketch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16791, + "name": "Gold bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16792, + "name": "Blessed gold bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16793, + "name": "Golden bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16794, + "name": "Golden bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16795, + "name": "Golden bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16796, + "name": "Golden bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16797, + "name": "Hollow reed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16798, + "name": "Shamans tome", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16799, + "name": "Binding book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16800, + "name": "Enchanted vial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16801, + "name": "Holy water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16802, + "name": "Smashed glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16803, + "name": "Yommi tree seeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16804, + "name": "Yommi tree seeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16805, + "name": "Bravery potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16806, + "name": "Blue hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16807, + "name": "Chunk of crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16808, + "name": "Hunk of crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16809, + "name": "Lump of crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16810, + "name": "Heart crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16811, + "name": "Heart crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16812, + "name": "Dark dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16813, + "name": "Glowing dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16814, + "name": "Holy force", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16815, + "name": "Yommi totem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16816, + "name": "Gilded totem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16817, + "name": "Rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16818, + "name": "Machete", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16819, + "name": "Map part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16820, + "name": "Map part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16821, + "name": "Map part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16822, + "name": "Crandor map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16823, + "name": "Steel nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16824, + "name": "Anti-dragon shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16825, + "name": "Maze key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16826, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16827, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16828, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16829, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16830, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16831, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16832, + "name": "Elvarg's head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16833, + "name": "Dragonfire shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16834, + "name": "Draconic visage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16835, + "name": "Penguin bongos", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16836, + "name": "Cowbells", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16837, + "name": "Clockwork book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16838, + "name": "Clockwork suit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16839, + "name": "Clockwork suit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16840, + "name": "Mission report", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16841, + "name": "Mission report", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16842, + "name": "Mission report", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16843, + "name": "Kgp id card", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16844, + "name": "Black prism", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16845, + "name": "Torn page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16846, + "name": "Ruined backpack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16847, + "name": "Dragon inn tankard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16848, + "name": "Zogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16849, + "name": "Sithik portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16850, + "name": "Sithik portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16851, + "name": "Signed portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16852, + "name": "Book of portraiture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16853, + "name": "Ogre artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16854, + "name": "Bronze nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16855, + "name": "Iron nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16856, + "name": "Black nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16857, + "name": "Mithril nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16858, + "name": "Adamantite nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16859, + "name": "Rune nails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16860, + "name": "Unstrung comp bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16861, + "name": "Comp ogre bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16862, + "name": "Book of 'h.a.m'", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16863, + "name": "Fayrg bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16864, + "name": "Raurg bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16865, + "name": "Ourg bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16866, + "name": "Strange potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16867, + "name": "Necromancy book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16868, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16869, + "name": "Ogre gate key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16870, + "name": "Relicym's balm(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16871, + "name": "Ogre coffin key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16872, + "name": "Bronze brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16873, + "name": "Iron brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16874, + "name": "Steel brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16875, + "name": "Black brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16876, + "name": "Mithril brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16877, + "name": "Adamant brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16878, + "name": "Rune brutal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16879, + "name": "Cattleprod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16880, + "name": "Sheep feed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16881, + "name": "Plague jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16882, + "name": "Plague trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16883, + "name": "Ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16884, + "name": "Diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16885, + "name": "Door key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16886, + "name": "Magnet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16887, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16888, + "name": "New crystal bow", + "type": "normal", + "duplicate": true + }, + { + "id": 16889, + "name": "New crystal bow (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 16890, + "name": "New crystal shield", + "type": "normal", + "duplicate": true + }, + { + "id": 16891, + "name": "New crystal shield (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 16892, + "name": "New crystal halberd full (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 16893, + "name": "New crystal halberd full", + "type": "normal", + "duplicate": true + }, + { + "id": 16894, + "name": "Consecration seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16895, + "name": "Consecration seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16896, + "name": "Crystal weapon seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16897, + "name": "Cadarn lineage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16898, + "name": "Elf crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16899, + "name": "Crystal singing for beginners", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16900, + "name": "Silverlight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16901, + "name": "Darklight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16902, + "name": "Demonic sigil mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16903, + "name": "Demonic sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16904, + "name": "Demonic tome", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16905, + "name": "Black desert shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16906, + "name": "Black desert robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16907, + "name": "Colour wheel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16908, + "name": "New key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16909, + "name": "Green crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16910, + "name": "Blue crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16911, + "name": "Magenta crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16912, + "name": "Item list", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16913, + "name": "Edern's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16914, + "name": "Blackened crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16915, + "name": "Newly made crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16916, + "name": "Newly made crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16917, + "name": "Crystal trinket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16918, + "name": "Ghostspeak amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16919, + "name": "Ghost's skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16920, + "name": "Stripy pirate shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16921, + "name": "Pirate bandana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16922, + "name": "Pirate boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16923, + "name": "Pirate leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16924, + "name": "Stripy pirate shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16925, + "name": "Pirate bandana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16926, + "name": "Pirate leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16927, + "name": "Stripy pirate shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16928, + "name": "Pirate bandana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16929, + "name": "Pirate leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16930, + "name": "Stripy pirate shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16931, + "name": "Pirate bandana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16932, + "name": "Pirate leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16933, + "name": "Lucky cutlass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16934, + "name": "Harry's cutlass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16935, + "name": "Rapier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16936, + "name": "Book o' piracy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16937, + "name": "Braindeath 'rum'", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16938, + "name": "Holy table napkin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16939, + "name": "Magic whistle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16940, + "name": "Grail bell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16941, + "name": "Magic gold feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16942, + "name": "Holy grail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16943, + "name": "Red vine worm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16944, + "name": "Fishing trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16945, + "name": "Fishing pass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16946, + "name": "Combination", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16947, + "name": "Iou", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16948, + "name": "Secret way map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16949, + "name": "Climbing boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16950, + "name": "Spiked boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16951, + "name": "Stone ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16952, + "name": "Stone ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16953, + "name": "Stone ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16954, + "name": "Stone ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16955, + "name": "Stone ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16956, + "name": "Certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16957, + "name": "Prison key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16958, + "name": "Cell key 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16959, + "name": "Cell key 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16960, + "name": "Dagon'hai history", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16961, + "name": "Sin'keth's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16962, + "name": "An empty folder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16963, + "name": "Used folder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16964, + "name": "Full folder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16965, + "name": "Rat's paper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16966, + "name": "Letter to surok", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16967, + "name": "Surok's letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16968, + "name": "Zaff's instructions", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16969, + "name": "Wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16970, + "name": "Infused wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16971, + "name": "Beacon ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16972, + "name": "Book on baxtorian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16973, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16974, + "name": "Glarial's pebble", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16975, + "name": "Glarial's amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16976, + "name": "Glarial's urn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16977, + "name": "Glarial's urn (empty)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16978, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16979, + "name": "Mithril seeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16980, + "name": "Assorted flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16981, + "name": "Red flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16982, + "name": "Blue flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16983, + "name": "Yellow flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16984, + "name": "Purple flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16985, + "name": "Orange flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16986, + "name": "Mixed flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16987, + "name": "White flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16988, + "name": "Black flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16989, + "name": "Druid pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16990, + "name": "Rotten food", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16991, + "name": "Silver sickle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16992, + "name": "Silver sickle (b)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16993, + "name": "Washing bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16994, + "name": "Mirror", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16995, + "name": "Journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16996, + "name": "Druidic spell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16997, + "name": "A used spell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16998, + "name": "Mort myre fungus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 16999, + "name": "Mort myre stem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17000, + "name": "Mort myre pear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17001, + "name": "Sickle mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17002, + "name": "Catspeak amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17003, + "name": "Linen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17004, + "name": "Embalming manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17005, + "name": "Bucket of sap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17006, + "name": "Pile of salt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17007, + "name": "Sphinx's token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17008, + "name": "Gold leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17009, + "name": "Full bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17010, + "name": "Silver necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17011, + "name": "Silver necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17012, + "name": "Silver cup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17013, + "name": "Silver cup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17014, + "name": "Silver bottle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17015, + "name": "Silver bottle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17016, + "name": "Silver book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17017, + "name": "Silver book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17018, + "name": "Silver needle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17019, + "name": "Silver needle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17020, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17021, + "name": "Silver pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17022, + "name": "Criminal's thread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17023, + "name": "Criminal's thread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17024, + "name": "Criminal's thread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17025, + "name": "Flypaper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17026, + "name": "Pungent pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17027, + "name": "Criminal's dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17028, + "name": "Criminal's dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17029, + "name": "Killer's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17030, + "name": "Anna's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17031, + "name": "Bob's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17032, + "name": "Carol's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17033, + "name": "David's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17034, + "name": "Elizabeth's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17035, + "name": "Frank's print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17036, + "name": "Unknown print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17037, + "name": "Mouse toy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17038, + "name": "Present", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17039, + "name": "Antique lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17040, + "name": "Catspeak amulet(e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17041, + "name": "Chores", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17042, + "name": "Recipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17043, + "name": "Doctor's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17044, + "name": "Nurse hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17045, + "name": "Child's blanket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17046, + "name": "Potato cactus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17047, + "name": "Jar of sand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17048, + "name": "Warrant", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17049, + "name": "Hangover cure", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17050, + "name": "Ardougne teleport scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17051, + "name": "Gas mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17052, + "name": "A small key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17053, + "name": "A scruffy note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17054, + "name": "Book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17055, + "name": "Picture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17056, + "name": "Bronze key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17057, + "name": "Wig", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17058, + "name": "Wig", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17059, + "name": "Key print", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17060, + "name": "Paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17061, + "name": "Iron sheet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17062, + "name": "Fresh monkfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17063, + "name": "Fresh monkfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17064, + "name": "Raw monkfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17065, + "name": "Monkfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17066, + "name": "Bone seeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17067, + "name": "Herman's book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17068, + "name": "Address form", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17069, + "name": "Scrap paper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17070, + "name": "Black knight helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17071, + "name": "Hair clip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17072, + "name": "Ogre relic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17073, + "name": "Relic part 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17074, + "name": "Relic part 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17075, + "name": "Relic part 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17076, + "name": "Skavid map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17077, + "name": "Ogre tooth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17078, + "name": "Toban's key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17079, + "name": "Rock cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17080, + "name": "Crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17081, + "name": "Crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17082, + "name": "Crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17083, + "name": "Crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17084, + "name": "Fingernails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17085, + "name": "Old robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17086, + "name": "Unusual armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17087, + "name": "Damaged dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17088, + "name": "Tattered eye patch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17089, + "name": "Ground bat bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17090, + "name": "Toban's gold", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17091, + "name": "Potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17092, + "name": "Magic ogre potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17093, + "name": "Spell scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17094, + "name": "Shaman robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17095, + "name": "Cave nightshade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17096, + "name": "Scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17097, + "name": "Empty sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17098, + "name": "Undead chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17099, + "name": "Selected iron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17100, + "name": "Bar magnet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17101, + "name": "Undead twigs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17102, + "name": "Blessed axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17103, + "name": "Research notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17104, + "name": "Translated notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17105, + "name": "A pattern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17106, + "name": "A container", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17107, + "name": "Polished buttons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17108, + "name": "Ava's attractor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17109, + "name": "Ava's accumulator", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17110, + "name": "Crone-made amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17111, + "name": "Journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17112, + "name": "Diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17113, + "name": "Manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17114, + "name": "Lighthouse key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17115, + "name": "Rusty casket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17116, + "name": "Plaster fragment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17117, + "name": "Dusty scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17118, + "name": "Crate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17119, + "name": "Temple library key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17120, + "name": "The sleeping seven", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17121, + "name": "Histories of the hallowland", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17122, + "name": "Modern day morytania", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17123, + "name": "Rod dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17124, + "name": "Rod of ivandis (10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17125, + "name": "Rod mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17126, + "name": "Silver dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17127, + "name": "Guthix balance(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17128, + "name": "Gadderhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17129, + "name": "Damp planks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17130, + "name": "Crude carving", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17131, + "name": "Cruder carving", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17132, + "name": "Sven's last map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17133, + "name": "Windswept logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17134, + "name": "Parchment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17135, + "name": "Brine sabre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17136, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17137, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17138, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17139, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17140, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17141, + "name": "Rotten barrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17142, + "name": "Steel key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17143, + "name": "Bronze key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17144, + "name": "Silver key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17145, + "name": "Iron key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17146, + "name": "Bone dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17147, + "name": "Bone dagger (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17148, + "name": "Bone dagger (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17149, + "name": "Bone dagger (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17150, + "name": "Dorgeshuun crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17151, + "name": "Bone bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17152, + "name": "Dead orb", + "type": "normal", + "duplicate": true + }, + { + "id": 17153, + "name": "Orb of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17154, + "name": "Orb of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17155, + "name": "Orb of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17156, + "name": "Orb of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17157, + "name": "Oily cloth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17158, + "name": "Piece of railing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17159, + "name": "Unicorn horn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17160, + "name": "Paladin's badge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17161, + "name": "Paladin's badge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17162, + "name": "Paladin's badge", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17163, + "name": "Witch's cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17164, + "name": "Doll of iban", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17165, + "name": "Old journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17166, + "name": "History of iban", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17167, + "name": "Klank's gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17168, + "name": "Iban's dove", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17169, + "name": "Amulet of othanian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17170, + "name": "Amulet of doomion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17171, + "name": "Amulet of holthion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17172, + "name": "Iban's shadow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17173, + "name": "Dwarf brew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17174, + "name": "Iban's ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17175, + "name": "Rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17176, + "name": "Slender blade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17177, + "name": "Bow-sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17178, + "name": "Large pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17179, + "name": "Relic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17180, + "name": "Orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17181, + "name": "Kelda seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17182, + "name": "Kelda hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17183, + "name": "Kelda stout", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17184, + "name": "Square stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17185, + "name": "Square stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17186, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17187, + "name": "A chair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17188, + "name": "Beer glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17189, + "name": "Cat antipoison", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17190, + "name": "Rat pole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17191, + "name": "Book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17192, + "name": "Poisoned cheese", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17193, + "name": "Music scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17194, + "name": "Directions", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17195, + "name": "Pot of weeds", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17196, + "name": "Smouldering pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17197, + "name": "Rat's tail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17198, + "name": "Gorak claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17199, + "name": "Star flower", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17200, + "name": "Gorak claw powder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17201, + "name": "Magic essence (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17202, + "name": "Queen's secateurs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17203, + "name": "Magic essence(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17204, + "name": "Waterskin(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17205, + "name": "Desert shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17206, + "name": "Desert robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17207, + "name": "Desert boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17208, + "name": "Metal key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17209, + "name": "Cell door key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17210, + "name": "Barrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17211, + "name": "Wrought iron key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17212, + "name": "Slave shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17213, + "name": "Slave robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17214, + "name": "Slave boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17215, + "name": "Scrumpled paper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17216, + "name": "Shantay disclaimer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17217, + "name": "Prototype dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17218, + "name": "Technical plans", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17219, + "name": "Tenti pineapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17220, + "name": "Bedabin key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17221, + "name": "Prototype dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17222, + "name": "Shantay pass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17223, + "name": "Sailing book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17224, + "name": "Makeover voucher", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17225, + "name": "Mining prop", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17226, + "name": "Heavy box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17227, + "name": "Empty box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17228, + "name": "Burnt diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17229, + "name": "Burnt diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17230, + "name": "Burnt diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17231, + "name": "Burnt diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17232, + "name": "Burnt diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17233, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17234, + "name": "Engine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17235, + "name": "Scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17236, + "name": "Pulley beam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17237, + "name": "Long pulley beam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17238, + "name": "Longer pulley beam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17239, + "name": "Lift manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17240, + "name": "Beam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17241, + "name": "Shaikahan bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17242, + "name": "Jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17243, + "name": "Burnt jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17244, + "name": "Pasty jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17245, + "name": "Pasty jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17246, + "name": "Marinated j' bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17247, + "name": "Pasty jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17248, + "name": "Pasty jogre bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17249, + "name": "Marinated j' bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17250, + "name": "Raw karambwan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17251, + "name": "Cooked karambwan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17252, + "name": "Poison karambwan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17253, + "name": "Raw karambwanji", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 17255, + "name": "Karambwan paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17256, + "name": "Karambwan paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17257, + "name": "Karambwan paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17258, + "name": "Karambwanji paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17259, + "name": "Karambwanji paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17260, + "name": "Karambwan vessel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17261, + "name": "Karambwan vessel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17262, + "name": "Crafting manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17263, + "name": "Sliced banana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17264, + "name": "Karamjan rum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17265, + "name": "Karamjan rum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17266, + "name": "Monkey corpse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17267, + "name": "Monkey skin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17268, + "name": "Seaweed sandwich", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17269, + "name": "Stuffed monkey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17270, + "name": "Cleaning cloth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17271, + "name": "Ethenea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17272, + "name": "Liquid honey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17273, + "name": "Sulphuric broline", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17274, + "name": "Plague sample", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17275, + "name": "Touch paper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17276, + "name": "Distillator", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17277, + "name": "Lathas' amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17278, + "name": "Bird feed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17279, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17280, + "name": "Pigeon cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17281, + "name": "Pigeon cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17282, + "name": "Priest gown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17283, + "name": "Priest gown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17284, + "name": "Medical gown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17285, + "name": "Auguste's sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17286, + "name": "Balloon structure", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17287, + "name": "Origami balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17288, + "name": "Yellow balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17289, + "name": "Blue balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17290, + "name": "Red balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17291, + "name": "Orange balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17292, + "name": "Green balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17293, + "name": "Purple balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17294, + "name": "Pink balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17295, + "name": "Black balloon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17296, + "name": "Sandbag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17297, + "name": "Bomber jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17298, + "name": "Bomber cap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17299, + "name": "Cap and goggles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17300, + "name": "Portrait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17301, + "name": "Blurite sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17302, + "name": "Blurite ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17303, + "name": "Statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17304, + "name": "Robe of elidinis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17305, + "name": "Robe of elidinis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17306, + "name": "Torn robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17307, + "name": "Torn robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17308, + "name": "Shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17309, + "name": "Sole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17310, + "name": "Ancestral key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17311, + "name": "Ballad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17312, + "name": "Choc-ice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17313, + "name": "Lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17314, + "name": "Goutweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17315, + "name": "Troll thistle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17316, + "name": "Dried thistle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17317, + "name": "Ground thistle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17318, + "name": "Troll potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17319, + "name": "Drunk parrot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17320, + "name": "Dirty robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17321, + "name": "Fake man", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17322, + "name": "Storeroom key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17323, + "name": "Alco-chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17324, + "name": "Dramen branch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17325, + "name": "Dramen staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17326, + "name": "Dossier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17327, + "name": "Dossier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17328, + "name": "Broken cauldron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17329, + "name": "Proselyte harness m", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17330, + "name": "Initiate harness m", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17331, + "name": "Proselyte harness f", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17332, + "name": "Proselyte sallet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17333, + "name": "Proselyte hauberk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17334, + "name": "Proselyte cuisse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17335, + "name": "Proselyte tasset", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17336, + "name": "Sea slug glue", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17337, + "name": "Commorb v2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17338, + "name": "Door transcription", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17339, + "name": "Dead sea slug", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17340, + "name": "Page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17341, + "name": "Page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17342, + "name": "Page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17343, + "name": "Fragment 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17344, + "name": "Fragment 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17345, + "name": "Fragment 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17346, + "name": "Blank water rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17347, + "name": "Water rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17348, + "name": "Blank air rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17349, + "name": "Air rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17350, + "name": "Blank earth rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17351, + "name": "Earth rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17352, + "name": "Blank mind rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17353, + "name": "Mind rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17354, + "name": "Blank fire rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17355, + "name": "Fire rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17356, + "name": "Red banana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17357, + "name": "Tchiki monkey nuts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17358, + "name": "Sliced red banana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17359, + "name": "Tchiki nut paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17360, + "name": "Snake corpse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17361, + "name": "Raw stuffed snake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17362, + "name": "Odd stuffed snake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17363, + "name": "Stuffed snake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17364, + "name": "Spicy stew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17365, + "name": "Red spice (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17366, + "name": "Orange spice (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17367, + "name": "Brown spice (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17368, + "name": "Yellow spice (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17369, + "name": "Empty spice shaker", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17370, + "name": "Asgoldian ale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17371, + "name": "Dwarven rock cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17372, + "name": "Dwarven rock cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17373, + "name": "Cake of guidance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17374, + "name": "Raw guide cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17375, + "name": "Enchanted egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17376, + "name": "Enchanted milk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17377, + "name": "Enchanted flour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17378, + "name": "Breadcrumbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17379, + "name": "Kelp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17380, + "name": "Ground kelp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17381, + "name": "Crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17382, + "name": "Cooked crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17383, + "name": "Cooked crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17384, + "name": "Cooked crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17385, + "name": "Cooked crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17386, + "name": "Cooked crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17387, + "name": "Ground crab meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17388, + "name": "Ground cod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17389, + "name": "Raw fishcake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17390, + "name": "Cooked fishcake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17391, + "name": "Mudskipper hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17392, + "name": "Rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17393, + "name": "Fishbowl helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17394, + "name": "Diving apparatus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17395, + "name": "Fresh crab claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17396, + "name": "Crab claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17397, + "name": "Fresh crab shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17398, + "name": "Crab helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17399, + "name": "Broken crab claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17400, + "name": "Broken crab shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17401, + "name": "Dirty blast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17402, + "name": "Antique lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17403, + "name": "Slop of compromise", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17404, + "name": "Soggy bread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17405, + "name": "Spicy maggots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17406, + "name": "Dyed orange", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17407, + "name": "Raw jubbly", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17408, + "name": "Cooked jubbly", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17409, + "name": "Cornflour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17410, + "name": "Book on chickens", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17411, + "name": "Vanilla pod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17412, + "name": "Cornflour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17413, + "name": "Pot of cornflour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17414, + "name": "Cornflour mixture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17415, + "name": "Milky mixture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17416, + "name": "Cinnamon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17417, + "name": "Brulee", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17418, + "name": "Brulee", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17419, + "name": "Brulee", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17420, + "name": "Brulee supreme", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17421, + "name": "Evil chicken's egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17422, + "name": "Dragon token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17423, + "name": "Hazeel scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17424, + "name": "Chest key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17425, + "name": "Carnillean armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17426, + "name": "Hazeel's mark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17427, + "name": "Khazard helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17428, + "name": "Khazard armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17429, + "name": "Khazard cell keys", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17430, + "name": "Khali brew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17431, + "name": "Gold helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17432, + "name": "Dwarven lore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17433, + "name": "Book page 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17434, + "name": "Book page 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17435, + "name": "Book page 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17436, + "name": "Pages", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17437, + "name": "Pages", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17438, + "name": "Base schematics", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17439, + "name": "Schematic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17440, + "name": "Schematics", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17441, + "name": "Schematics", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17442, + "name": "Schematic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17443, + "name": "Cannon ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17444, + "name": "Magic glue", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17445, + "name": "Weird gloop", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17446, + "name": "Ground mud runes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17447, + "name": "Hazelmere's book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17448, + "name": "Crystal saw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17449, + "name": "Crystal saw seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17450, + "name": "A handwritten book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17451, + "name": "Jug of vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17452, + "name": "Pot of vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17453, + "name": "Goblin skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17454, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17455, + "name": "Goblin skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17456, + "name": "Bear ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17457, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17458, + "name": "Bear ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17459, + "name": "Ram skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17460, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17461, + "name": "Ram skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17462, + "name": "Unicorn bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17463, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17464, + "name": "Unicorn bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17465, + "name": "Giant rat bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17466, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17467, + "name": "Giant rat bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17468, + "name": "Giant bat wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17469, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17470, + "name": "Giant bat wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17471, + "name": "Wolf bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17472, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17473, + "name": "Wolf bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17474, + "name": "Bat wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17475, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17476, + "name": "Bat wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17477, + "name": "Rat bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17478, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17479, + "name": "Rat bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17480, + "name": "Baby dragon bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17481, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17482, + "name": "Baby dragon bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17483, + "name": "Ogre ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17484, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17485, + "name": "Ogre ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17486, + "name": "Jogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17487, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17488, + "name": "Jogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17489, + "name": "Zogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17490, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17491, + "name": "Zogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17492, + "name": "Mogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17493, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17494, + "name": "Mogre bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17495, + "name": "Monkey paw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17496, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17497, + "name": "Monkey paw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17498, + "name": "Dagannoth ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17499, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17500, + "name": "Dagannoth ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17501, + "name": "Snake spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17502, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17503, + "name": "Snake spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17504, + "name": "Zombie bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17505, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17506, + "name": "Zombie bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17507, + "name": "Werewolf bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17508, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17509, + "name": "Werewolf bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17510, + "name": "Moss giant bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17511, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17512, + "name": "Moss giant bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17513, + "name": "Fire giant bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17514, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17515, + "name": "Fire giant bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17516, + "name": "Ice giant ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17517, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17518, + "name": "Ice giant ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17519, + "name": "Terrorbird wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17520, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17521, + "name": "Terrorbird wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17522, + "name": "Ghoul bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17523, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17524, + "name": "Ghoul bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17525, + "name": "Troll bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17526, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17527, + "name": "Troll bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17528, + "name": "Seagull wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17529, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17530, + "name": "Seagull wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17531, + "name": "Undead cow ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17532, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17533, + "name": "Undead cow ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17534, + "name": "Experiment bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17535, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17536, + "name": "Experiment bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17537, + "name": "Rabbit bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17538, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17539, + "name": "Rabbit bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17540, + "name": "Basilisk bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17541, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17542, + "name": "Basilisk bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17543, + "name": "Desert lizard bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17544, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17545, + "name": "Desert lizard bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17546, + "name": "Cave goblin skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17547, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17548, + "name": "Cave goblin skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17549, + "name": "Big frog leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17550, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17551, + "name": "Big frog leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17552, + "name": "Vulture wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17553, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17554, + "name": "Vulture wing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17555, + "name": "Jackal bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17556, + "name": "Bone in vinegar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17557, + "name": "Jackal bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17558, + "name": "Ram skull helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17559, + "name": "Bonesack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17560, + "name": "Bottle of wine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17561, + "name": "Empty wine bottle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17562, + "name": "Star amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17563, + "name": "Cavern key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17564, + "name": "Tower key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17565, + "name": "Shed key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17566, + "name": "Marble amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17567, + "name": "Obsidian amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17568, + "name": "Garden cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17569, + "name": "Garden brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17570, + "name": "Extended brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17571, + "name": "Extended brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17572, + "name": "Extended brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17573, + "name": "Torso", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17574, + "name": "Arms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17575, + "name": "Legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17576, + "name": "Decapitated head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17577, + "name": "Decapitated head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17578, + "name": "Pickled brain", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17579, + "name": "Conductor mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17580, + "name": "Conductor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17581, + "name": "Ring of charos", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17582, + "name": "Journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17583, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17584, + "name": "Pete's candlestick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17585, + "name": "Thieves' armband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17586, + "name": "Ice gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17587, + "name": "Blamish snail slime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17588, + "name": "Blamish oil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17589, + "name": "Fire feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17590, + "name": "Id papers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17591, + "name": "Oily fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17592, + "name": "Miscellaneous key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17593, + "name": "Grip's keyring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17594, + "name": "Dusty key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17595, + "name": "Jail key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17596, + "name": "Diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17597, + "name": "Loar remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17598, + "name": "Phrin remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17599, + "name": "Riyl remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17600, + "name": "Asyn remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17601, + "name": "Fiyr remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17602, + "name": "Serum 207 (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17603, + "name": "Serum 208 (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17604, + "name": "Limestone brick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17605, + "name": "Olive oil(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17606, + "name": "Sacred oil(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17607, + "name": "Pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17608, + "name": "Oak pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17609, + "name": "Willow pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17610, + "name": "Teak pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17611, + "name": "Maple pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17612, + "name": "Arctic pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17613, + "name": "Mahogany pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17614, + "name": "Yew pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17615, + "name": "Magic pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17616, + "name": "Bronze key red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17617, + "name": "Bronze key brown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17618, + "name": "Bronze key crimson", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17619, + "name": "Bronze key black", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17620, + "name": "Bronze key purple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17621, + "name": "Steel key red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17622, + "name": "Steel key brown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17623, + "name": "Steel key crimson", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17624, + "name": "Steel key black", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17625, + "name": "Steel key purple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17626, + "name": "Black key red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17627, + "name": "Black key brown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17628, + "name": "Black key crimson", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17629, + "name": "Black key black", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17630, + "name": "Black key purple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17631, + "name": "Silver key red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17632, + "name": "Silver key brown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17633, + "name": "Silver key crimson", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17634, + "name": "Silver key black", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17635, + "name": "Silver key purple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17636, + "name": "Fine cloth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17637, + "name": "Flamtaer hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17638, + "name": "Black spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17639, + "name": "Black spear(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17640, + "name": "Black spear(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17641, + "name": "Black spear(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17642, + "name": "Timber beam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17643, + "name": "Flamtaer bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17644, + "name": "Commorb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17645, + "name": "Solus's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17646, + "name": "Orb of protection", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17647, + "name": "Orbs of protection", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17648, + "name": "Gnome amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17649, + "name": "'perfect' ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17650, + "name": "'perfect' necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17651, + "name": "Cooking gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17652, + "name": "Goldsmith gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17653, + "name": "Chaos gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17654, + "name": "Steel gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17655, + "name": "Crest part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17656, + "name": "Crest part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17657, + "name": "Crest part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17658, + "name": "Family crest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17659, + "name": "Arctic pine logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17660, + "name": "Split log", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17661, + "name": "Hair", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17662, + "name": "Raw yak meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17663, + "name": "Yak-hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17664, + "name": "Cured yak-hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17665, + "name": "Yak-hide armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17666, + "name": "Yak-hide armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17667, + "name": "Neitiznot shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17668, + "name": "Helm of neitiznot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17669, + "name": "Silly jester hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17670, + "name": "Silly jester top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17671, + "name": "Silly jester tights", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17672, + "name": "Silly jester boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17673, + "name": "A jester stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17674, + "name": "Apricot cream pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17675, + "name": "Red bead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17676, + "name": "Yellow bead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17677, + "name": "Black bead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17678, + "name": "White bead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17679, + "name": "Amulet of accuracy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17680, + "name": "Bowl of hot water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17681, + "name": "Cup of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17682, + "name": "Cup of hot water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17683, + "name": "Blunt axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17684, + "name": "Herbal tincture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17685, + "name": "Guthix rest(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17686, + "name": "Stodgy mattress", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17687, + "name": "Comfy mattress", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17688, + "name": "Iron oxide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17689, + "name": "Animate rock scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17690, + "name": "Broken vane part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17691, + "name": "Directionals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17692, + "name": "Broken vane part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17693, + "name": "Ornament", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17694, + "name": "Broken vane part", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17695, + "name": "Weathervane pillar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17696, + "name": "Weather report", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17697, + "name": "Airtight pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17698, + "name": "Unfired pot lid", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17699, + "name": "Pot lid", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17700, + "name": "Breathing salts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17701, + "name": "Chicken cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17702, + "name": "Sharpened axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17703, + "name": "Red mahogany log", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17704, + "name": "Steel key ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17705, + "name": "Battered book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17706, + "name": "Slashed book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17707, + "name": "Battered key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17708, + "name": "A stone bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17709, + "name": "A stone bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17710, + "name": "Elemental shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17711, + "name": "Elemental ore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17712, + "name": "Elemental metal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17713, + "name": "Rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17714, + "name": "Dwarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17715, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17716, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17717, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17718, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17719, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17720, + "name": "Dwarven battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17721, + "name": "Left boot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17722, + "name": "Right boot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17723, + "name": "Exquisite boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17724, + "name": "Book on costumes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17725, + "name": "Meeting notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17726, + "name": "Exquisite clothes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17727, + "name": "Draynor skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17728, + "name": "Magic secateurs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17729, + "name": "Queen's secateurs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17730, + "name": "Symptoms list", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17731, + "name": "Research package", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17732, + "name": "Notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17733, + "name": "Safety guarantee", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17734, + "name": "White pearl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17735, + "name": "White pearl seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17736, + "name": "Half a rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17737, + "name": "Corpse of woman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17738, + "name": "Asleif's necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17739, + "name": "Bearhead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17740, + "name": "Cadava berries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17741, + "name": "Message", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17742, + "name": "Cadava potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17743, + "name": "Enchanted beef", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17744, + "name": "Enchanted rat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17745, + "name": "Enchanted bear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17746, + "name": "Enchanted chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17747, + "name": "Sea slug", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17748, + "name": "Damp sticks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17749, + "name": "Dry sticks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17750, + "name": "Broken glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17751, + "name": "Torch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17752, + "name": "Silverlight key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17753, + "name": "Silverlight key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17754, + "name": "Silverlight key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17755, + "name": "Silverlight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17756, + "name": "Ring of charos(a)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17757, + "name": "White tree fruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17758, + "name": "Compost potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17759, + "name": "Nettle-water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17760, + "name": "Nettle tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17761, + "name": "Nettle tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17762, + "name": "Nettles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17763, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17764, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17765, + "name": "Porcelain cup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17766, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17767, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17768, + "name": "Mystical robes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17769, + "name": "Book of haricanto", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17770, + "name": "Translation manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17771, + "name": "Ghostspeak amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17772, + "name": "Ectophial", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17773, + "name": "Model ship", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17774, + "name": "Model ship", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17775, + "name": "Bone key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17776, + "name": "Chest key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17777, + "name": "Map scrap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17778, + "name": "Map scrap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17779, + "name": "Map scrap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17780, + "name": "Treasure map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17781, + "name": "Ecto-token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17782, + "name": "Petition form", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17783, + "name": "Bedsheet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17784, + "name": "Bedsheet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17785, + "name": "Bucket of slime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17786, + "name": "Raw beef", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17787, + "name": "Raw chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17788, + "name": "Cooked chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17789, + "name": "Cooked meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17790, + "name": "Bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17791, + "name": "Bat bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17792, + "name": "Big bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17793, + "name": "Burnt bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17794, + "name": "Burnt jogre bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17795, + "name": "Baby dragon bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17796, + "name": "Dragon bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17797, + "name": "Lava dragon bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17798, + "name": "Wolf bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17799, + "name": "Small ninja bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17800, + "name": "Medium ninja bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17801, + "name": "Gorilla bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17802, + "name": "Bearded gorilla bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17803, + "name": "Monkey bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17804, + "name": "Small zombie monkey bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17805, + "name": "Large zombie monkey bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17806, + "name": "Skeleton bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17807, + "name": "Jogre bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17808, + "name": "Zogre bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17809, + "name": "Fayrg bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17810, + "name": "Raurg bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17811, + "name": "Ourg bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17812, + "name": "Shaikahan bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17813, + "name": "Dagannoth-king bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17814, + "name": "Wyvern bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17815, + "name": "Griffin feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17816, + "name": "Miazrqa's pendant", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17817, + "name": "Music sheet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17818, + "name": "Rupert's helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17819, + "name": "Dwarven helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17820, + "name": "Shrinking recipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17821, + "name": "To-do list", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17822, + "name": "Shrink-me-quick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17823, + "name": "Shrunk ogleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17824, + "name": "Golden goblin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17825, + "name": "Magic beans", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17826, + "name": "Letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17827, + "name": "Varmen's notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17828, + "name": "Display cabinet key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17829, + "name": "Statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17830, + "name": "Strange implement", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17831, + "name": "Black mushroom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17832, + "name": "Phoenix feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17833, + "name": "Black mushroom ink", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17834, + "name": "Phoenix quill pen", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17835, + "name": "Golem program", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17836, + "name": "Armour shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17837, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17838, + "name": "Axe head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17839, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17840, + "name": "Helmet fragment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17841, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17842, + "name": "Shield fragment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17843, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17844, + "name": "Sword fragment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17845, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17846, + "name": "Mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17847, + "name": "Artefact", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17848, + "name": "Goblin village sphere", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17849, + "name": "Ancient mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17850, + "name": "Goblin book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17851, + "name": "Dwarf remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17852, + "name": "Toolkit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17853, + "name": "Cannonball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17854, + "name": "Nulodion's notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17855, + "name": "Ammo mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17856, + "name": "Instruction manual", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17857, + "name": "Cannon base", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17858, + "name": "Cannon stand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17859, + "name": "Cannon barrels", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17860, + "name": "Cannon furnace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17861, + "name": "Railing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17862, + "name": "Book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17863, + "name": "Phoenix hq key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17864, + "name": "Weapon store key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17865, + "name": "Intel report", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17866, + "name": "Broken shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17867, + "name": "Broken shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17868, + "name": "Restored shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17869, + "name": "Phoenix crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17870, + "name": "Phoenix crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17871, + "name": "Phoenix crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17872, + "name": "Newspaper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17873, + "name": "Newspaper", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17874, + "name": "Certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17875, + "name": "Half certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17876, + "name": "Half certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17877, + "name": "Bark sample", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17878, + "name": "Translation book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17879, + "name": "Glough's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17880, + "name": "Hazelmere's scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17881, + "name": "Lumber order", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17882, + "name": "Glough's key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17883, + "name": "Twigs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17884, + "name": "Twigs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17885, + "name": "Twigs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17886, + "name": "Twigs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17887, + "name": "Daconia rock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17888, + "name": "Invasion plans", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17889, + "name": "War ship", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17890, + "name": "Beaten book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17891, + "name": "Crane schematic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17892, + "name": "Lever schematic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17893, + "name": "Crane claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17894, + "name": "Scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17895, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17896, + "name": "Pipe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17897, + "name": "Large cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17898, + "name": "Medium cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17899, + "name": "Small cog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17900, + "name": "Primed bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17901, + "name": "Primed mind bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17902, + "name": "Elemental helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17903, + "name": "Mind shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17904, + "name": "Mind helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17905, + "name": "Barcrawl card", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17906, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17907, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17908, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17909, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17910, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17911, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17912, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17913, + "name": "Scorpion cage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17914, + "name": "Spare controls", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17915, + "name": "Gnome royal seal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17916, + "name": "Narnode's orders", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17917, + "name": "Monkey dentures", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17918, + "name": "Enchanted bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17919, + "name": "Eye of gnome", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17920, + "name": "Monkey magic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17921, + "name": "Monkey nuts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17922, + "name": "Monkey bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17923, + "name": "Banana stew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17924, + "name": "Monkey wrench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17925, + "name": "M'amulet mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17926, + "name": "M'speak amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17927, + "name": "M'speak amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17928, + "name": "Monkey talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17929, + "name": "Ninja monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17930, + "name": "Ninja monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17931, + "name": "Gorilla greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17932, + "name": "Bearded gorilla greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17933, + "name": "Ancient gorilla greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17934, + "name": "Zombie monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17935, + "name": "Zombie monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17936, + "name": "Karamjan monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17937, + "name": "Monkey skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17938, + "name": "10th squad sigil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17939, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17940, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17941, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17942, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17943, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17944, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17945, + "name": "Monkey bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17946, + "name": "Bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17947, + "name": "Wolf bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17948, + "name": "Wolfbone arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17949, + "name": "Achey tree logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17950, + "name": "Ogre arrow shaft", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17951, + "name": "Flighted ogre arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17952, + "name": "Ogre arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17953, + "name": "Ogre bellows", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17954, + "name": "Raw chompy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17955, + "name": "Cooked chompy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17956, + "name": "Ogre bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17957, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17958, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17959, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17960, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17961, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17962, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17963, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17964, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17965, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17966, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17967, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17968, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17969, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17970, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17971, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17972, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17973, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17974, + "name": "Chompy bird hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17975, + "name": "Mourner top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17976, + "name": "Mourner trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17977, + "name": "Mourner gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17978, + "name": "Mourner boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17979, + "name": "Mourner cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17980, + "name": "Prifddinas' history", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17981, + "name": "Eastern discovery", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17982, + "name": "Eastern settlement", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17983, + "name": "The great divide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17984, + "name": "Broken device", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17985, + "name": "Fixed device", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17986, + "name": "Tarnished key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17987, + "name": "Worn key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17988, + "name": "Blue toad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17989, + "name": "Red toad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17990, + "name": "Yellow toad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17991, + "name": "Green toad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17992, + "name": "Teleport crystal (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17993, + "name": "Guide book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17994, + "name": "Totem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17995, + "name": "Address label", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17996, + "name": "Eagle feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17997, + "name": "Eagle cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17998, + "name": "Fake beak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 17999, + "name": "Bird book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18000, + "name": "Metal feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18001, + "name": "Golden feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18002, + "name": "Silver feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18003, + "name": "Bronze feather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18004, + "name": "Odd bird seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18005, + "name": "Feathered journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18006, + "name": "Brooch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18007, + "name": "Goblin symbol book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18008, + "name": "Key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18009, + "name": "Silverware", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18010, + "name": "Peace treaty", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18011, + "name": "Mining helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18012, + "name": "Mining helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18013, + "name": "Bone spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18014, + "name": "Bone club", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18015, + "name": "Bone shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18016, + "name": "Bone key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18017, + "name": "Stone-plaque", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18018, + "name": "Tattered scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18019, + "name": "Crumpled scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18020, + "name": "Rashiliyia corpse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18021, + "name": "Zadimus corpse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18022, + "name": "Locating crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18023, + "name": "Locating crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18024, + "name": "Locating crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18025, + "name": "Locating crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18026, + "name": "Locating crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18027, + "name": "Beads of the dead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18028, + "name": "Coins", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18029, + "name": "Bone beads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18030, + "name": "Paramaya ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18031, + "name": "Ship ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18032, + "name": "Sword pommel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18033, + "name": "Bervirius notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18034, + "name": "Wampum belt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18035, + "name": "Papyrus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18036, + "name": "Papyrus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18037, + "name": "Charcoal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18038, + "name": "Astronomy book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18039, + "name": "Goblin kitchen key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18040, + "name": "Lens mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18041, + "name": "Observatory lens", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18042, + "name": "Glassblowing book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18043, + "name": "Sandy hand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18044, + "name": "Beer soaked hand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18045, + "name": "Bert's rota", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18046, + "name": "Sandy's rota", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18047, + "name": "A magic scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18048, + "name": "Magical orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18049, + "name": "Magical orb (a)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18050, + "name": "Truth serum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18051, + "name": "Bottled water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18052, + "name": "Redberry juice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18053, + "name": "Pink dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18054, + "name": "Rose tinted lens", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18055, + "name": "Wizard's head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18056, + "name": "Sand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18057, + "name": "Pink cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18058, + "name": "Mime mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18059, + "name": "Mime top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18060, + "name": "Mime legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18061, + "name": "Mime gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18062, + "name": "Mime boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18063, + "name": "Strange fruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18064, + "name": "Camo top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18065, + "name": "Camo bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18066, + "name": "Camo helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18067, + "name": "Zombie shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18068, + "name": "Zombie trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18069, + "name": "Zombie mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18070, + "name": "Zombie gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18071, + "name": "Zombie boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18072, + "name": "Frog token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18073, + "name": "Prince tunic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18074, + "name": "Prince leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18075, + "name": "Princess blouse", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18076, + "name": "Princess skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18077, + "name": "Frog mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18078, + "name": "Lederhosen top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18079, + "name": "Lederhosen shorts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18080, + "name": "Lederhosen hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18081, + "name": "Raw fishlike thing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18082, + "name": "Fishlike thing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18083, + "name": "Raw fishlike thing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18084, + "name": "Fishlike thing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18085, + "name": "Small fishing net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18086, + "name": "Mystery box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18087, + "name": "Baguette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18088, + "name": "Triangle sandwich", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18089, + "name": "Roll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18090, + "name": "Square sandwich", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18091, + "name": "Blue marionette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18092, + "name": "Green marionette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18093, + "name": "Red marionette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18094, + "name": "Bobble hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18095, + "name": "Bobble scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18096, + "name": "Jester hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18097, + "name": "Jester scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18098, + "name": "Tri-jester hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18099, + "name": "Tri-jester scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18100, + "name": "Woolly hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18101, + "name": "Woolly scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18102, + "name": "Bunny feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18103, + "name": "Easter ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18104, + "name": "Cabbage cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18105, + "name": "Cruciferous codex", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18106, + "name": "Blue sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18107, + "name": "Deep blue sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18108, + "name": "White sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18109, + "name": "Purple sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18110, + "name": "Red sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18111, + "name": "Green sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18112, + "name": "Pink sweets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18113, + "name": "Easter basket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18114, + "name": "Rubber chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18115, + "name": "Gravedigger mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18116, + "name": "Gravedigger top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18117, + "name": "Gravedigger leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18118, + "name": "Gravedigger boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18119, + "name": "Gravedigger gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18120, + "name": "Anti-panties", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18121, + "name": "Holiday tool", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18122, + "name": "Grim reaper hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18123, + "name": "Event rpg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18124, + "name": "Cursed goblin hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18125, + "name": "Cursed goblin bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18126, + "name": "Cursed goblin staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18127, + "name": "Chicken feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18128, + "name": "Chicken wings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18129, + "name": "Chicken head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18130, + "name": "Chicken legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18131, + "name": "Reindeer hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18132, + "name": "Wintumber tree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18133, + "name": "Snowball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18134, + "name": "Santa mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18135, + "name": "Santa jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18136, + "name": "Santa pantaloons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18137, + "name": "Santa gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18138, + "name": "Santa boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18139, + "name": "Antisanta mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18140, + "name": "Antisanta jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18141, + "name": "Antisanta pantaloons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18142, + "name": "Antisanta gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18143, + "name": "Antisanta boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18144, + "name": "Beach boxing gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18145, + "name": "Beach boxing gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18146, + "name": "Yo-yo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18147, + "name": "Black santa hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18148, + "name": "Inverted santa hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18149, + "name": "Gnome child hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18150, + "name": "Bunny top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18151, + "name": "Bunny legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18152, + "name": "Bunny paws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18153, + "name": "Diango's claws", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18154, + "name": "Jack lantern mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18155, + "name": "Skeleton boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18156, + "name": "Skeleton gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18157, + "name": "Skeleton leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18158, + "name": "Skeleton shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18159, + "name": "Skeleton mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18160, + "name": "Spinning plate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18161, + "name": "Broken plate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18162, + "name": "Zombie head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18163, + "name": "Cow mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18164, + "name": "Cow top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18165, + "name": "Cow trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18166, + "name": "Cow gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18167, + "name": "Cow shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18168, + "name": "Tiger toy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18169, + "name": "Lion toy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18170, + "name": "Snow leopard toy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18171, + "name": "Amur leopard toy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18172, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18173, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18174, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18175, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18176, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18177, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18178, + "name": "Overgrown hellcat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18179, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18180, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18181, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18182, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18183, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18184, + "name": "Pet kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18185, + "name": "Hell-kitten", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18186, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18187, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18188, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18189, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18190, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18191, + "name": "Pet cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18192, + "name": "Hell cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18193, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18194, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18195, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18196, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18197, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18198, + "name": "Wily cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18199, + "name": "Wily hellcat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18200, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18201, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18202, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18203, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18204, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18205, + "name": "Lazy cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18206, + "name": "Lazy hell cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18207, + "name": "Mark of grace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18208, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18209, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18210, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18211, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18212, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18213, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18214, + "name": "Amylase crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18215, + "name": "Amylase pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18216, + "name": "Stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18217, + "name": "Mouth grip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18218, + "name": "Blood money", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18219, + "name": "Deadman's chest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18220, + "name": "Deadman's legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18221, + "name": "Deadman's cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18222, + "name": "Bronze arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18223, + "name": "Iron arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18224, + "name": "Steel arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18225, + "name": "Mithril arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18226, + "name": "Adamant arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18227, + "name": "Rune arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18228, + "name": "Dragon arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18229, + "name": "Longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18230, + "name": "Shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18231, + "name": "Arrow shaft", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18232, + "name": "Headless arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18233, + "name": "Oak shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18234, + "name": "Oak longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18235, + "name": "Willow longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18236, + "name": "Willow shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18237, + "name": "Maple longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18238, + "name": "Maple shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18239, + "name": "Yew longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18240, + "name": "Yew shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18241, + "name": "Magic longbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18242, + "name": "Magic shortbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18243, + "name": "Obsidian cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18244, + "name": "Fire cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18245, + "name": "Uncut onyx", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18246, + "name": "Onyx", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18247, + "name": "Onyx ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18248, + "name": "Onyx necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18249, + "name": "Onyx amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18250, + "name": "Onyx amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18251, + "name": "Ring of stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18252, + "name": "Amulet of fury", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18253, + "name": "Toktz-xil-ul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18254, + "name": "Toktz-xil-ak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18255, + "name": "Toktz-ket-xil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18256, + "name": "Toktz-xil-ek", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18257, + "name": "Toktz-mej-tal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18258, + "name": "Tzhaar-ket-em", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18259, + "name": "Tzhaar-ket-om", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18260, + "name": "Tokkul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18261, + "name": "Malediction ward", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18262, + "name": "Malediction ward", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18263, + "name": "Odium ward", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18264, + "name": "Odium ward", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18265, + "name": "Odium shard 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18266, + "name": "Odium shard 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18267, + "name": "Odium shard 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18268, + "name": "Malediction shard 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18269, + "name": "Malediction shard 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18270, + "name": "Malediction shard 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18271, + "name": "Raw dark crab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18272, + "name": "Dark crab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18273, + "name": "Dark fishing bait", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18274, + "name": "Looting bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18275, + "name": "Fedora", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18276, + "name": "Lava scale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18277, + "name": "Lava scale shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18278, + "name": "Ring of the gods", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18279, + "name": "Ring of the gods (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18280, + "name": "Tyrannical ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18281, + "name": "Tyrannical ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18282, + "name": "Treasonous ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18283, + "name": "Treasonous ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18284, + "name": "Ecumenical key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18285, + "name": "Team-1 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18286, + "name": "Team-2 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18287, + "name": "Team-3 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18288, + "name": "Team-4 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18289, + "name": "Team-5 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18290, + "name": "Team-6 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18291, + "name": "Team-7 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18292, + "name": "Team-8 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18293, + "name": "Team-9 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18294, + "name": "Team-10 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18295, + "name": "Team-11 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18296, + "name": "Team-12 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18297, + "name": "Team-13 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18298, + "name": "Team-14 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18299, + "name": "Team-15 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18300, + "name": "Team-16 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18301, + "name": "Team-17 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18302, + "name": "Team-18 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18303, + "name": "Team-19 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18304, + "name": "Team-20 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18305, + "name": "Team-21 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18306, + "name": "Team-22 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18307, + "name": "Team-23 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18308, + "name": "Team-24 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18309, + "name": "Team-25 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18310, + "name": "Team-26 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18311, + "name": "Team-27 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18312, + "name": "Team-28 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18313, + "name": "Team-29 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18314, + "name": "Team-30 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18315, + "name": "Team-31 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18316, + "name": "Team-32 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18317, + "name": "Team-33 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18318, + "name": "Team-34 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18319, + "name": "Team-35 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18320, + "name": "Team-36 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18321, + "name": "Team-37 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18322, + "name": "Team-38 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18323, + "name": "Team-39 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18324, + "name": "Team-40 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18325, + "name": "Team-41 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18326, + "name": "Team-42 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18327, + "name": "Team-43 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18328, + "name": "Team-44 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18329, + "name": "Team-45 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18330, + "name": "Team-46 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18331, + "name": "Team-47 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18332, + "name": "Team-48 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18333, + "name": "Team-49 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18334, + "name": "Team-50 cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18335, + "name": "Godsword shard 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18336, + "name": "Godsword shard 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18337, + "name": "Godsword shard 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18338, + "name": "Godsword shards 1 & 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18339, + "name": "Godsword shards 1 & 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18340, + "name": "Godsword shards 2 & 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18341, + "name": "Godsword blade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18342, + "name": "Armadyl godsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18343, + "name": "Bandos godsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18344, + "name": "Saradomin godsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18345, + "name": "Zamorak godsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18346, + "name": "Armadyl hilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18347, + "name": "Bandos hilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18348, + "name": "Saradomin hilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18349, + "name": "Zamorak hilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18350, + "name": "Zamorakian spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18351, + "name": "Zamorakian hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18352, + "name": "Armadyl helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18353, + "name": "Armadyl chestplate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18354, + "name": "Armadyl chainskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18355, + "name": "Bandos chestplate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18356, + "name": "Bandos tassets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18357, + "name": "Bandos boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18358, + "name": "Saradomin sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18359, + "name": "Sara's blessed sword (full)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18360, + "name": "Saradomin's blessed sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18361, + "name": "Dragon boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18362, + "name": "Explorer's notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18363, + "name": "Knight's notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18364, + "name": "Knight's notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18365, + "name": "Saradomin's light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18366, + "name": "Key master's key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18367, + "name": "Dagannoth hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18368, + "name": "Rock-shell chunk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18369, + "name": "Rock-shell shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18370, + "name": "Rock-shell splinter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18371, + "name": "Skull piece", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18372, + "name": "Ribcage piece", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18373, + "name": "Fibula piece", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18374, + "name": "Circular hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18375, + "name": "Flattened hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18376, + "name": "Stretched hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18377, + "name": "Rock-shell helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18378, + "name": "Rock-shell plate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18379, + "name": "Rock-shell legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18380, + "name": "Spined helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18381, + "name": "Spined body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18382, + "name": "Spined chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18383, + "name": "Skeletal helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18384, + "name": "Skeletal top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18385, + "name": "Skeletal bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18386, + "name": "Spined boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18387, + "name": "Rock-shell boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18388, + "name": "Skeletal boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18389, + "name": "Spined gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18390, + "name": "Rock-shell gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18391, + "name": "Skeletal gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18392, + "name": "Seers ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18393, + "name": "Seers ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18394, + "name": "Archers ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18395, + "name": "Archers ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18396, + "name": "Warrior ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18397, + "name": "Warrior ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18398, + "name": "Berserker ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18399, + "name": "Berserker ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18400, + "name": "Dagannoth bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18401, + "name": "Frog-leather body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18402, + "name": "Frog-leather chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18403, + "name": "Frog-leather boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18404, + "name": "Green gloop soup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18405, + "name": "Frogspawn gumbo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18406, + "name": "Frogburger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18407, + "name": "Coated frogs' legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18408, + "name": "Bat shish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18409, + "name": "Fingers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18410, + "name": "Grubs à la mode", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18411, + "name": "Roast frog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18412, + "name": "Mushrooms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18413, + "name": "Fillets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18414, + "name": "Loach", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18415, + "name": "Eel sushi", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18416, + "name": "Dorgesh-kaan sphere", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18417, + "name": "Light orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18418, + "name": "Spanner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18419, + "name": "Long bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18420, + "name": "Curved bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18421, + "name": "Swamp weed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18422, + "name": "Empty light orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18423, + "name": "Cave goblin wire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18424, + "name": "Perfect shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18425, + "name": "Perfect snail shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18426, + "name": "Rogue top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18427, + "name": "Rogue mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18428, + "name": "Rogue trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18429, + "name": "Rogue gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18430, + "name": "Rogue boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18431, + "name": "Rogue kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18432, + "name": "Flash powder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18433, + "name": "Stethoscope", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18434, + "name": "Shayzien gloves (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18435, + "name": "Shayzien boots (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18436, + "name": "Shayzien helm (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18437, + "name": "Shayzien greaves (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18438, + "name": "Shayzien platebody (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18439, + "name": "Shayzien gloves (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18440, + "name": "Shayzien boots (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18441, + "name": "Shayzien helm (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18442, + "name": "Shayzien greaves (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18443, + "name": "Shayzien platebody (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18444, + "name": "Shayzien gloves (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18445, + "name": "Shayzien boots (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18446, + "name": "Shayzien helm (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18447, + "name": "Shayzien greaves (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18448, + "name": "Shayzien platebody (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18449, + "name": "Shayzien gloves (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18450, + "name": "Shayzien boots (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18451, + "name": "Shayzien helm (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18452, + "name": "Shayzien greaves (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18453, + "name": "Shayzien platebody (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18454, + "name": "Shayzien gloves (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18455, + "name": "Shayzien boots (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18456, + "name": "Shayzien helm (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18457, + "name": "Shayzien greaves (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18458, + "name": "Shayzien body (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18459, + "name": "Shayzien medpack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18460, + "name": "Xerician fabric", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18461, + "name": "Xerician hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18462, + "name": "Xerician top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18463, + "name": "Xerician robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18464, + "name": "Lizardman fang", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18465, + "name": "Xeric's talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18466, + "name": "Gang meeting info", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18467, + "name": "Sulphurous fertiliser", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18468, + "name": "Saltpetre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18469, + "name": "Seed box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18470, + "name": "Farmer's boro trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18471, + "name": "Farmer's boro trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18472, + "name": "Farmer's jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18473, + "name": "Farmer's shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18474, + "name": "Farmer's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18475, + "name": "Farmer's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18476, + "name": "Farmer's strawhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18477, + "name": "Farmer's strawhat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18478, + "name": "Bucket of sandworms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18479, + "name": "Sandworms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18480, + "name": "Sandworms pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18481, + "name": "Raw anglerfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18482, + "name": "Anglerfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18483, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18484, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18485, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18486, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18487, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18488, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18489, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18490, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18491, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18492, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18493, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18494, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18495, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18496, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18497, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18498, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18499, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18500, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18501, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18502, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18503, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18504, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18505, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18506, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18507, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18508, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18509, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18510, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18511, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18512, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18513, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18514, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18515, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18516, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18517, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18518, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18519, + "name": "Ensouled goblin head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18520, + "name": "Ensouled monkey head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18521, + "name": "Ensouled imp head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18522, + "name": "Ensouled minotaur head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18523, + "name": "Ensouled scorpion head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18524, + "name": "Ensouled bear head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18525, + "name": "Ensouled unicorn head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18526, + "name": "Ensouled dog head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18527, + "name": "Ensouled chaos druid head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18528, + "name": "Ensouled giant head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18529, + "name": "Ensouled ogre head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18530, + "name": "Ensouled elf head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18531, + "name": "Ensouled troll head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18532, + "name": "Ensouled horror head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18533, + "name": "Ensouled kalphite head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18534, + "name": "Ensouled dagannoth head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18535, + "name": "Ensouled bloodveld head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18536, + "name": "Ensouled tzhaar head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18537, + "name": "Ensouled demon head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18538, + "name": "Ensouled aviansie head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18539, + "name": "Ensouled abyssal head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18540, + "name": "Ensouled dragon head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18541, + "name": "Rada's census", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18542, + "name": "Ricktor's diary (7)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18543, + "name": "Eathram & rada extract", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18544, + "name": "Killing of a king", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18545, + "name": "Hosidius letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18546, + "name": "Wintertodt parable", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18547, + "name": "Twill accord", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18548, + "name": "Byrne's coronation speech", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18549, + "name": "Ideology of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18550, + "name": "Rada's journey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18551, + "name": "Transvergence theory", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18552, + "name": "Tristessa's tragedy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18553, + "name": "Treachery of royalty", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18554, + "name": "Transportation incantations", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18555, + "name": "Shayzien supply gloves (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18556, + "name": "Shayzien supply boots (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18557, + "name": "Shayzien supply helm (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18558, + "name": "Shayzien supply greaves (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18559, + "name": "Shayzien supply platebody (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18560, + "name": "Shayzien supply gloves (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18561, + "name": "Shayzien supply boots (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18562, + "name": "Shayzien supply helm (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18563, + "name": "Shayzien supply greaves (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18564, + "name": "Shayzien supply platebody (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18565, + "name": "Shayzien supply gloves (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18566, + "name": "Shayzien supply boots (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18567, + "name": "Shayzien supply helm (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18568, + "name": "Shayzien supply greaves (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18569, + "name": "Shayzien supply platebody (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18570, + "name": "Shayzien supply gloves (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18571, + "name": "Shayzien supply boots (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18572, + "name": "Shayzien supply helm (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18573, + "name": "Shayzien supply greaves (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18574, + "name": "Shayzien supply platebody (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18575, + "name": "Shayzien supply gloves (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18576, + "name": "Shayzien supply boots (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18577, + "name": "Shayzien supply helm (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18578, + "name": "Shayzien supply greaves (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18579, + "name": "Shayzien supply platebody (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18580, + "name": "Shayzien supply crate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18581, + "name": "Shayzien supply set (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18582, + "name": "Shayzien supply set (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18583, + "name": "Shayzien supply set (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18584, + "name": "Shayzien supply set (4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18585, + "name": "Shayzien supply set (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18586, + "name": "Juniper charcoal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18587, + "name": "Volcanic sulphur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18588, + "name": "Dynamite pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18589, + "name": "Dynamite", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18590, + "name": "Progress hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18591, + "name": "Progress hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18592, + "name": "Progress hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18593, + "name": "Mage's book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18594, + "name": "Arena book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18595, + "name": "Beginner wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18596, + "name": "Apprentice wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18597, + "name": "Teacher wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18598, + "name": "Master wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18599, + "name": "Infinity top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18600, + "name": "Infinity hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18601, + "name": "Infinity boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18602, + "name": "Infinity gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18603, + "name": "Infinity bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18604, + "name": "Bones to peaches", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18605, + "name": "Minecart ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18606, + "name": "Minecart ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18607, + "name": "Minecart ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18608, + "name": "Minecart ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18609, + "name": "Woven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18610, + "name": "Woven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18611, + "name": "Woven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18612, + "name": "Shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18613, + "name": "Shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18614, + "name": "Shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18615, + "name": "Trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18616, + "name": "Trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18617, + "name": "Trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18618, + "name": "Shorts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18619, + "name": "Shorts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18620, + "name": "Shorts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18621, + "name": "Skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18622, + "name": "Skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18623, + "name": "Skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18624, + "name": "Archery ticket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18625, + "name": "Warrior guild token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18626, + "name": "Defensive shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18627, + "name": "Ground ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18628, + "name": "Abyssal bludgeon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18629, + "name": "Abyssal dagger", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18630, + "name": "Abyssal dagger (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18631, + "name": "Abyssal dagger (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18632, + "name": "Abyssal dagger (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18633, + "name": "Bludgeon spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18634, + "name": "Bludgeon claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18635, + "name": "Bludgeon axon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18636, + "name": "Jar of miasma", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18637, + "name": "Overseer's book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18638, + "name": "Karamja gloves 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18639, + "name": "Karamja gloves 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18640, + "name": "Karamja gloves 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18641, + "name": "Karamja gloves 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18642, + "name": "Varrock armour 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18643, + "name": "Varrock armour 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18644, + "name": "Varrock armour 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18645, + "name": "Varrock armour 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18646, + "name": "Wilderness sword 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18647, + "name": "Wilderness sword 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18648, + "name": "Wilderness sword 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18649, + "name": "Wilderness sword 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18650, + "name": "Morytania legs 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18651, + "name": "Morytania legs 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18652, + "name": "Morytania legs 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18653, + "name": "Morytania legs 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18654, + "name": "Bonecrusher", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18655, + "name": "Falador shield 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18656, + "name": "Falador shield 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18657, + "name": "Falador shield 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18658, + "name": "Falador shield 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18659, + "name": "Ardougne cloak 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18660, + "name": "Ardougne cloak 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18661, + "name": "Ardougne cloak 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18662, + "name": "Ardougne cloak 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18663, + "name": "Explorer's ring 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18664, + "name": "Explorer's ring 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18665, + "name": "Explorer's ring 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18666, + "name": "Explorer's ring 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18667, + "name": "Fremennik sea boots 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18668, + "name": "Fremennik sea boots 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18669, + "name": "Fremennik sea boots 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18670, + "name": "Fremennik sea boots 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18671, + "name": "Desert amulet 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18672, + "name": "Desert amulet 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18673, + "name": "Desert amulet 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18674, + "name": "Desert amulet 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18675, + "name": "Kandarin headgear 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18676, + "name": "Kandarin headgear 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18677, + "name": "Kandarin headgear 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18678, + "name": "Kandarin headgear 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18679, + "name": "Western banner 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18680, + "name": "Western banner 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18681, + "name": "Western banner 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18682, + "name": "Western banner 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18683, + "name": "Security book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18684, + "name": "Stronghold notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18685, + "name": "Fancy boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18686, + "name": "Fighting boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18687, + "name": "Right skull half", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18688, + "name": "Left skull half", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18689, + "name": "Strange skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18690, + "name": "Top of sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18691, + "name": "Bottom of sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18692, + "name": "Runed sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18693, + "name": "Skull sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18694, + "name": "Ham shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18695, + "name": "Ham robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18696, + "name": "Ham hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18697, + "name": "Ham cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18698, + "name": "Ham logo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18699, + "name": "Ham gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18700, + "name": "Ham boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18701, + "name": "Tortoise shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18702, + "name": "Grand seed pod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18703, + "name": "Gnome scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18704, + "name": "Gnome goggles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18705, + "name": "Reward token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18706, + "name": "Mint cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18707, + "name": "Aluft aloft box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18708, + "name": "Thatch spar light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18709, + "name": "Thatch spar med", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18710, + "name": "Thatch spar dense", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18711, + "name": "Snake hide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18712, + "name": "Snakeskin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18713, + "name": "Spider carcass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18714, + "name": "Spider on stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18715, + "name": "Spider on shaft", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18716, + "name": "Spider on stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18717, + "name": "Spider on shaft", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18718, + "name": "Skewer stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18719, + "name": "Trading sticks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18720, + "name": "Gout tuber", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18721, + "name": "Opal machete", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18722, + "name": "Jade machete", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18723, + "name": "Red topaz machete", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18724, + "name": "Proboscis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18725, + "name": "Snakeskin body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18726, + "name": "Snakeskin chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18727, + "name": "Snakeskin bandana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18728, + "name": "Snakeskin boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18729, + "name": "Snakeskin vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18730, + "name": "Mahogany logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18731, + "name": "Teak logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18732, + "name": "Tribal mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18733, + "name": "Tribal mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18734, + "name": "Tribal mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18735, + "name": "Tribal top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18736, + "name": "Villager robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18737, + "name": "Villager hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18738, + "name": "Villager armband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18739, + "name": "Villager sandals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18740, + "name": "Tribal top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18741, + "name": "Villager robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18742, + "name": "Villager hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18743, + "name": "Villager sandals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18744, + "name": "Villager armband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18745, + "name": "Tribal top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18746, + "name": "Villager robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18747, + "name": "Villager hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18748, + "name": "Villager sandals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18749, + "name": "Villager armband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18750, + "name": "Tribal top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18751, + "name": "Villager robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18752, + "name": "Villager hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18753, + "name": "Villager sandals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18754, + "name": "Villager armband", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18755, + "name": "Broodoo shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18756, + "name": "Broodoo shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18757, + "name": "Broodoo shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18758, + "name": "Black mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18759, + "name": "Black mask (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18760, + "name": "Witchwood icon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18761, + "name": "Bandana eyepatch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18762, + "name": "Bandana eyepatch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18763, + "name": "Bandana eyepatch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18764, + "name": "Bandana eyepatch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18765, + "name": "Hat eyepatch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18766, + "name": "Crabclaw hook", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18767, + "name": "Cavalier mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18768, + "name": "Beret mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18769, + "name": "Stick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18770, + "name": "Training sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18771, + "name": "Training shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18772, + "name": "Training bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18773, + "name": "Training arrows", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18774, + "name": "Spiny helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18775, + "name": "Oil lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18776, + "name": "Oil lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18777, + "name": "Empty oil lamp", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18778, + "name": "Empty candle lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18779, + "name": "Candle lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18780, + "name": "Candle lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18781, + "name": "Candle lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18782, + "name": "Candle lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18783, + "name": "Empty oil lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18784, + "name": "Oil lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18785, + "name": "Oil lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18786, + "name": "Oil lantern frame", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18787, + "name": "Lantern lens", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18788, + "name": "Bullseye lantern (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18789, + "name": "Bullseye lantern (empty)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18790, + "name": "Bullseye lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18791, + "name": "Bullseye lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18792, + "name": "Emerald lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18793, + "name": "Emerald lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18794, + "name": "Emerald lens", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18795, + "name": "Giant frog legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18796, + "name": "Empty fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18797, + "name": "Fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18798, + "name": "Fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18799, + "name": "Fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18800, + "name": "Fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18801, + "name": "Fishbowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18802, + "name": "Fishbowl and net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18803, + "name": "Tiny net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18804, + "name": "An empty box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18805, + "name": "Guam in a box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18806, + "name": "Seaweed in a box", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18807, + "name": "Ground guam", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18808, + "name": "Ground seaweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18809, + "name": "Fishing explosive", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18810, + "name": "Mudskipper hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18811, + "name": "Flippers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18812, + "name": "Camulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18813, + "name": "Al kharid flyer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18814, + "name": "Tarn's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18815, + "name": "Salve amulet (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18816, + "name": "Salve amulet(ei)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18817, + "name": "Museum map", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18818, + "name": "Digsite pendant (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18819, + "name": "Clean necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18820, + "name": "Uncleaned find", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18821, + "name": "Arrowheads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18822, + "name": "Jewellery", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18823, + "name": "Pottery", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18824, + "name": "Old coin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18825, + "name": "Ancient coin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18826, + "name": "Ancient symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18827, + "name": "Old symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18828, + "name": "Old chipped vase", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18829, + "name": "Vampyre dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18830, + "name": "Grey boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18831, + "name": "Grey robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18832, + "name": "Grey robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18833, + "name": "Grey hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18834, + "name": "Grey gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18835, + "name": "Red boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18836, + "name": "Red robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18837, + "name": "Red robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18838, + "name": "Red hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18839, + "name": "Red gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18840, + "name": "Yellow boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18841, + "name": "Yellow robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18842, + "name": "Yellow robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18843, + "name": "Yellow hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18844, + "name": "Yellow gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18845, + "name": "Teal boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18846, + "name": "Teal robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18847, + "name": "Teal robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18848, + "name": "Teal hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18849, + "name": "Teal gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18850, + "name": "Purple boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18851, + "name": "Purple robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18852, + "name": "Purple robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18853, + "name": "Purple hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18854, + "name": "Purple gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18855, + "name": "Myre snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18856, + "name": "Blood'n'tar snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18857, + "name": "Ochre snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18858, + "name": "Bruise blue snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18859, + "name": "Broken bark snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18860, + "name": "Myre snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18861, + "name": "Blood'n'tar snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18862, + "name": "Ochre snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18863, + "name": "Bruise blue snelm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18864, + "name": "Blamish myre shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18865, + "name": "Blamish red shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18866, + "name": "Blamish ochre shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18867, + "name": "Blamish blue shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18868, + "name": "Blamish bark shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18869, + "name": "Blamish myre shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18870, + "name": "Blamish red shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18871, + "name": "Blamish ochre shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18872, + "name": "Blamish blue shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18873, + "name": "Thin snail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18874, + "name": "Lean snail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18875, + "name": "Fat snail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18876, + "name": "Thin snail meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18877, + "name": "Lean snail meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18878, + "name": "Fat snail meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18879, + "name": "Sample bottle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18880, + "name": "Raw slimy eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18881, + "name": "Cooked slimy eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18882, + "name": "Tinderbox", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18883, + "name": "Ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18884, + "name": "Lit torch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18885, + "name": "Unlit torch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18886, + "name": "Calquat keg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18887, + "name": "Dwarven stout(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18888, + "name": "Asgarnian ale(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18889, + "name": "Greenmans ale(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18890, + "name": "Mind bomb(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18891, + "name": "Dragon bitter(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18892, + "name": "Moonlight mead(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18893, + "name": "Axeman's folly(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18894, + "name": "Chef's delight(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18895, + "name": "Slayer's respite(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18896, + "name": "Cider(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18897, + "name": "Dwarven stout(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18898, + "name": "Asgarnian ale(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18899, + "name": "Greenmans ale(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18900, + "name": "Mind bomb(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18901, + "name": "Dragon bitter(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18902, + "name": "Moonlight mead(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18903, + "name": "Axeman's folly(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18904, + "name": "Chef's delight(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18905, + "name": "Slayer's respite(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18906, + "name": "Cider(m4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18907, + "name": "Iron spit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18908, + "name": "Skewered rabbit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18909, + "name": "Roast rabbit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18910, + "name": "Raw bird meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18911, + "name": "Skewered bird meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18912, + "name": "Roast bird meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18913, + "name": "Skewered chompy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18914, + "name": "Cooked chompy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18915, + "name": "Raw beast meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18916, + "name": "Skewered beast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18917, + "name": "Roast beast meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18918, + "name": "Bread dough", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18919, + "name": "Bread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18920, + "name": "Pie dish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18921, + "name": "Pie shell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18922, + "name": "Uncooked apple pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18923, + "name": "Uncooked meat pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18924, + "name": "Uncooked berry pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18925, + "name": "Apple pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18926, + "name": "Redberry pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18927, + "name": "Meat pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18928, + "name": "Half a meat pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18929, + "name": "Half a redberry pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18930, + "name": "Half an apple pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18931, + "name": "Pat of butter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18932, + "name": "Potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18933, + "name": "Redberries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18934, + "name": "Onion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18935, + "name": "Cooking apple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18936, + "name": "Banana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18937, + "name": "Egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18938, + "name": "Flour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18939, + "name": "Grain", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18940, + "name": "Chef's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18941, + "name": "Pastry dough", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18942, + "name": "Pumpkin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18943, + "name": "Easter egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18944, + "name": "Cabbage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18945, + "name": "Cabbage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18946, + "name": "Spinach roll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18947, + "name": "Kebab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18948, + "name": "Chocolate bar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18949, + "name": "Chocolate dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18950, + "name": "Chocolatey milk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18951, + "name": "Cup of tea", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18952, + "name": "Empty cup", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18953, + "name": "Tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18954, + "name": "Rotten apple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18955, + "name": "Cheese", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18956, + "name": "Peach", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18957, + "name": "Raw oomlie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18958, + "name": "Palm leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18959, + "name": "Wrapped oomlie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18960, + "name": "Cooked oomlie wrap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18961, + "name": "Half baked crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18962, + "name": "Half made crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18963, + "name": "Unfinished crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18964, + "name": "Half made crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18965, + "name": "Unfinished crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18966, + "name": "Half made crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18967, + "name": "Unfinished crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18968, + "name": "Half made crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18969, + "name": "Unfinished crunchy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18970, + "name": "Wizard blizzard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18971, + "name": "Wizard blizzard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18972, + "name": "Wizard blizzard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18973, + "name": "Short green guy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18974, + "name": "Pineapple punch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18975, + "name": "Fruit blast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18976, + "name": "Drunk dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18977, + "name": "Choc saturday", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18978, + "name": "Blurberry special", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18979, + "name": "Batta tin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18980, + "name": "Batta tin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18981, + "name": "Fruit batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18982, + "name": "Toad batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18983, + "name": "Worm batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18984, + "name": "Vegetable batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18985, + "name": "Cheese+tom batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18986, + "name": "Toad crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18987, + "name": "Spicy crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18988, + "name": "Worm crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18989, + "name": "Chocchip crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18990, + "name": "Worm hole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18991, + "name": "Veg ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18992, + "name": "Tangled toads' legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18993, + "name": "Chocolate bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18994, + "name": "Half baked batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18995, + "name": "Raw batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18996, + "name": "Half made batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18997, + "name": "Unfinished batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18998, + "name": "Half made batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 18999, + "name": "Unfinished batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19000, + "name": "Half made batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19001, + "name": "Half made batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19002, + "name": "Unfinished batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19003, + "name": "Half made batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19004, + "name": "Unfinished batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19005, + "name": "Half baked bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19006, + "name": "Half made bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19007, + "name": "Half made bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19008, + "name": "Unfinished bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19009, + "name": "Half made bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19010, + "name": "Unfinished bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19011, + "name": "Half made bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19012, + "name": "Unfinished bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19013, + "name": "Cocktail shaker", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19014, + "name": "Mixed blizzard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19015, + "name": "Mixed sgg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19016, + "name": "Mixed blast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19017, + "name": "Mixed punch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19018, + "name": "Mixed special", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19019, + "name": "Mixed saturday", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19020, + "name": "Mixed saturday", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19021, + "name": "Mixed saturday", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19022, + "name": "Mixed dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19023, + "name": "Mixed dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19024, + "name": "Mixed dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19025, + "name": "Raw gnomebowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19026, + "name": "Chocolate bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19027, + "name": "Tangled toad's legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19028, + "name": "Worm hole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19029, + "name": "Veg ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19030, + "name": "Swamp toad", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19031, + "name": "Toad's legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19032, + "name": "King worm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19033, + "name": "Batta tin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19034, + "name": "Crunchy tray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19035, + "name": "Gnomebowl mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19036, + "name": "Gianne's cook book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19037, + "name": "Gnome spice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19038, + "name": "Gianne dough", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19039, + "name": "Premade w'm batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19040, + "name": "Premade t'd batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19041, + "name": "Premade c+t batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19042, + "name": "Premade fr't batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19043, + "name": "Premade veg batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19044, + "name": "Premade choc bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19045, + "name": "Premade ttl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19046, + "name": "Premade worm hole", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19047, + "name": "Premade veg ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19048, + "name": "Premade w'm crun'", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19049, + "name": "Premade ch' crunch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19050, + "name": "Premade s'y crunch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19051, + "name": "Premade t'd crunch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19052, + "name": "Raw crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19053, + "name": "Worm crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19054, + "name": "Chocchip crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19055, + "name": "Spicy crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19056, + "name": "Toad crunchies", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19057, + "name": "Worm batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19058, + "name": "Toad batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19059, + "name": "Cheese+tom batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19060, + "name": "Fruit batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19061, + "name": "Vegetable batta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19062, + "name": "Cocktail guide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19063, + "name": "Cocktail glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19064, + "name": "Premade blurb' sp.", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19065, + "name": "Premade choc s'dy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19066, + "name": "Premade dr' dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19067, + "name": "Premade fr' blast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19068, + "name": "Premade p' punch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19069, + "name": "Premade sgg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19070, + "name": "Premade wiz blz'd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19071, + "name": "Pineapple punch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19072, + "name": "Wizard blizzard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19073, + "name": "Blurberry special", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19074, + "name": "Choc saturday", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19075, + "name": "Short green guy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19076, + "name": "Fruit blast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19077, + "name": "Drunk dragon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19078, + "name": "Vodka", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19079, + "name": "Whisky", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19080, + "name": "Gin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19081, + "name": "Brandy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19082, + "name": "Lemon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19083, + "name": "Lemon chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19084, + "name": "Lemon slices", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19085, + "name": "Orange", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19086, + "name": "Orange chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19087, + "name": "Orange slices", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19088, + "name": "Pineapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19089, + "name": "Pineapple chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19090, + "name": "Pineapple ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19091, + "name": "Lime", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19092, + "name": "Lime chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19093, + "name": "Lime slices", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19094, + "name": "Dwellberries", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19095, + "name": "Equa leaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19096, + "name": "Pot of cream", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19097, + "name": "Cake tin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19098, + "name": "Uncooked cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19099, + "name": "Cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19100, + "name": "2/3 cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19101, + "name": "Slice of cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19102, + "name": "Chocolate cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19103, + "name": "2/3 chocolate cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19104, + "name": "Chocolate slice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19105, + "name": "Bowl of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19106, + "name": "Bowl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19107, + "name": "Bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19108, + "name": "Bucket of milk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19109, + "name": "Bucket of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19110, + "name": "Pot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19111, + "name": "Pot of flour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19112, + "name": "Jug", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19113, + "name": "Jug of water", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19114, + "name": "Raw lava eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19115, + "name": "Lava eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19116, + "name": "Raw ugthanki meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19117, + "name": "Ugthanki meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19118, + "name": "Pitta dough", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19119, + "name": "Pitta bread", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19120, + "name": "Chopped tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19121, + "name": "Chopped onion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19122, + "name": "Chopped ugthanki", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19123, + "name": "Onion & tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19124, + "name": "Ugthanki & onion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19125, + "name": "Ugthanki & tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19126, + "name": "Kebab mix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19127, + "name": "Ugthanki kebab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19128, + "name": "Ugthanki kebab", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19129, + "name": "Spicy tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19130, + "name": "Spicy minced meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19131, + "name": "Pizza base", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19132, + "name": "Incomplete pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19133, + "name": "Uncooked pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19134, + "name": "Plain pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19135, + "name": "1/2 plain pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19136, + "name": "Meat pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19137, + "name": "1/2 meat pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19138, + "name": "Anchovy pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19139, + "name": "1/2 anchovy pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19140, + "name": "Pineapple pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19141, + "name": "1/2 pineapple pizza", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19142, + "name": "Grapes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19143, + "name": "Half full wine jug", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19144, + "name": "Jug of bad wine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19145, + "name": "Jug of wine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19146, + "name": "Unfermented wine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19147, + "name": "Asgarnian ale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19148, + "name": "Asgarnian ale(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19149, + "name": "Wizard's mind bomb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19150, + "name": "Mature wmb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19151, + "name": "Greenman's ale", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19152, + "name": "Greenman's ale(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19153, + "name": "Dragon bitter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19154, + "name": "Dragon bitter(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19155, + "name": "Dwarven stout", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19156, + "name": "Dwarven stout(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19157, + "name": "Grog", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19158, + "name": "Beer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19159, + "name": "Beer glass", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19160, + "name": "Moonlight mead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19161, + "name": "Moonlight mead(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19162, + "name": "Bandit's brew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19163, + "name": "Axeman's folly", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19164, + "name": "Axeman's folly(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19165, + "name": "Chef's delight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19166, + "name": "Chef's delight(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19167, + "name": "Slayer's respite", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19168, + "name": "Slayer's respite(m)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19169, + "name": "Cider", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19170, + "name": "Mature cider", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19171, + "name": "Ale yeast", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19172, + "name": "Swamp tar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19173, + "name": "Raw swamp paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19174, + "name": "Swamp paste", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19175, + "name": "Pie recipe book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19176, + "name": "Raw mud pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19177, + "name": "Mud pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19178, + "name": "Raw garden pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19179, + "name": "Garden pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19180, + "name": "Half a garden pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19181, + "name": "Raw fish pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19182, + "name": "Fish pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19183, + "name": "Half a fish pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19184, + "name": "Raw admiral pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19185, + "name": "Admiral pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19186, + "name": "Half an admiral pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19187, + "name": "Raw wild pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19188, + "name": "Wild pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19189, + "name": "Half a wild pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19190, + "name": "Raw summer pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19191, + "name": "Summer pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19192, + "name": "Half a summer pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19193, + "name": "Uncooked stew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19194, + "name": "Stew", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19195, + "name": "Spice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19196, + "name": "Uncooked curry", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19197, + "name": "Curry", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19198, + "name": "Baked potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19199, + "name": "Potato with butter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19200, + "name": "Potato with cheese", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19201, + "name": "Chilli potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19202, + "name": "Egg potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19203, + "name": "Mushroom potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19204, + "name": "Tuna potato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19205, + "name": "Chilli con carne", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19206, + "name": "Egg and tomato", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19207, + "name": "Mushroom & onion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19208, + "name": "Tuna and corn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19209, + "name": "Minced meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19210, + "name": "Spicy sauce", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19211, + "name": "Chopped garlic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19212, + "name": "Uncooked egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19213, + "name": "Scrambled egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19214, + "name": "Sliced mushrooms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19215, + "name": "Fried mushrooms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19216, + "name": "Fried onions", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19217, + "name": "Chopped tuna", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19218, + "name": "Sweetcorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19219, + "name": "Raw beef", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19220, + "name": "Raw rat meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19221, + "name": "Raw bear meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19222, + "name": "Raw chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19223, + "name": "Cooked chicken", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19224, + "name": "Cooked meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19225, + "name": "Rune essence", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19226, + "name": "Pure essence", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19227, + "name": "Air talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19228, + "name": "Earth talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19229, + "name": "Fire talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19230, + "name": "Water talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19231, + "name": "Body talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19232, + "name": "Mind talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19233, + "name": "Chaos talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19234, + "name": "Cosmic talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19235, + "name": "Death talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19236, + "name": "Law talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19237, + "name": "Nature talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19238, + "name": "Small pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19239, + "name": "Medium pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19240, + "name": "Large pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19241, + "name": "Giant pouch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19242, + "name": "Elemental talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19243, + "name": "Scrying orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19244, + "name": "Scrying orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19245, + "name": "Abyssal book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19246, + "name": "Binding necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19247, + "name": "Tiara mould", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19248, + "name": "Tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19249, + "name": "Air tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19250, + "name": "Mind tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19251, + "name": "Water tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19252, + "name": "Body tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19253, + "name": "Earth tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19254, + "name": "Fire tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19255, + "name": "Cosmic tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19256, + "name": "Nature tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19257, + "name": "Chaos tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19258, + "name": "Law tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19259, + "name": "Death tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19260, + "name": "Astral tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19261, + "name": "Steam rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19262, + "name": "Mist rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19263, + "name": "Dust rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19264, + "name": "Smoke rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19265, + "name": "Mud rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19266, + "name": "Lava rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19267, + "name": "Bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19268, + "name": "Burnt bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19269, + "name": "Bat bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19270, + "name": "Big bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19271, + "name": "Babydragon bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19272, + "name": "Dragon bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19273, + "name": "Lava dragon bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19274, + "name": "Wyvern bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19275, + "name": "Druid's robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19276, + "name": "Druid's robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19277, + "name": "Monk's robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19278, + "name": "Monk's robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19279, + "name": "Shade robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19280, + "name": "Shade robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19281, + "name": "Ironman helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19282, + "name": "Ironman platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19283, + "name": "Ironman platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19284, + "name": "Ultimate ironman helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19285, + "name": "Ultimate ironman platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19286, + "name": "Ultimate ironman platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19287, + "name": "Guam potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19288, + "name": "Marrentill potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19289, + "name": "Tarromin potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19290, + "name": "Harralander potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19291, + "name": "Ranarr potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19292, + "name": "Toadflax potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19293, + "name": "Irit potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19294, + "name": "Avantoe potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19295, + "name": "Kwuarm potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19296, + "name": "Snapdragon potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19297, + "name": "Cadantine potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19298, + "name": "Lantadyme potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19299, + "name": "Dwarf weed potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19300, + "name": "Torstol potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19301, + "name": "Weapon poison+ (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19302, + "name": "Weapon poison++ (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19303, + "name": "Antidote+ (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19304, + "name": "Antidote+(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19305, + "name": "Antidote+(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19306, + "name": "Antidote+(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19307, + "name": "Antidote++ (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19308, + "name": "Antidote++(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19309, + "name": "Antidote++(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19310, + "name": "Antidote++(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19311, + "name": "Anti-venom(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19312, + "name": "Anti-venom(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19313, + "name": "Anti-venom(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19314, + "name": "Anti-venom+(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19315, + "name": "Anti-venom+(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19316, + "name": "Anti-venom+(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19317, + "name": "Strength potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19318, + "name": "Strength potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19319, + "name": "Strength potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19320, + "name": "Attack potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19321, + "name": "Attack potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19322, + "name": "Attack potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19323, + "name": "Restore potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19324, + "name": "Restore potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19325, + "name": "Restore potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19326, + "name": "Defence potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19327, + "name": "Defence potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19328, + "name": "Defence potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19329, + "name": "Prayer potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19330, + "name": "Prayer potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19331, + "name": "Prayer potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19332, + "name": "Super attack(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19333, + "name": "Super attack(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19334, + "name": "Super attack(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19335, + "name": "Fishing potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19336, + "name": "Fishing potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19337, + "name": "Fishing potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19338, + "name": "Super strength(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19339, + "name": "Super strength(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19340, + "name": "Super strength(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19341, + "name": "Super defence(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19342, + "name": "Super defence(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19343, + "name": "Super defence(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19344, + "name": "Ranging potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19345, + "name": "Ranging potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19346, + "name": "Ranging potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19347, + "name": "Antipoison(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19348, + "name": "Antipoison(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19349, + "name": "Antipoison(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19350, + "name": "Superantipoison(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19351, + "name": "Superantipoison(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19352, + "name": "Superantipoison(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19353, + "name": "Zamorak brew(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19354, + "name": "Zamorak brew(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19355, + "name": "Zamorak brew(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19356, + "name": "Saradomin brew(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19357, + "name": "Saradomin brew(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19358, + "name": "Saradomin brew(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19359, + "name": "Antifire potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19360, + "name": "Antifire potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19361, + "name": "Antifire potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19362, + "name": "Extended antifire(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19363, + "name": "Extended antifire(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19364, + "name": "Extended antifire(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19365, + "name": "Energy potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19366, + "name": "Energy potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19367, + "name": "Energy potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19368, + "name": "Super energy(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19369, + "name": "Super energy(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19370, + "name": "Super energy(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19371, + "name": "Stamina potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19372, + "name": "Stamina potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19373, + "name": "Stamina potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19374, + "name": "Super restore(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19375, + "name": "Super restore(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19376, + "name": "Super restore(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19377, + "name": "Agility potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19378, + "name": "Agility potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19379, + "name": "Agility potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19380, + "name": "Magic potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19381, + "name": "Magic potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19382, + "name": "Magic potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19383, + "name": "Hunter potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19384, + "name": "Hunter potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19385, + "name": "Hunter potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19386, + "name": "Combat potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19387, + "name": "Combat potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19388, + "name": "Combat potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19389, + "name": "Super combat potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19390, + "name": "Super combat potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19391, + "name": "Super combat potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19392, + "name": "Attack mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19393, + "name": "Antipoison mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19394, + "name": "Relicym's mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19395, + "name": "Strength mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19396, + "name": "Combat mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19397, + "name": "Restore mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19398, + "name": "Energy mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19399, + "name": "Defence mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19400, + "name": "Agility mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19401, + "name": "Prayer mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19402, + "name": "Superattack mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19403, + "name": "Anti-poison supermix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19404, + "name": "Fishing mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19405, + "name": "Super energy mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19406, + "name": "Stamina mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19407, + "name": "Super str. mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19408, + "name": "Magic essence mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19409, + "name": "Super restore mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19410, + "name": "Super def. mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19411, + "name": "Antidote+ mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19412, + "name": "Antifire mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19413, + "name": "Extended antifire mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19414, + "name": "Ranging mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19415, + "name": "Magic mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19416, + "name": "Hunting mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19417, + "name": "Zamorak mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19418, + "name": "Mixture - step 1(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19419, + "name": "Mixture - step 1(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19420, + "name": "Mixture - step 1(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19421, + "name": "Mixture - step 1(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19422, + "name": "Mixture - step 2(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19423, + "name": "Mixture - step 2(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19424, + "name": "Mixture - step 2(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19425, + "name": "Mixture - step 2(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19426, + "name": "Sanfew serum(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19427, + "name": "Sanfew serum(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19428, + "name": "Sanfew serum(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19429, + "name": "Super ranging (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19430, + "name": "Super ranging (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19431, + "name": "Super ranging (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19432, + "name": "Super magic potion (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19433, + "name": "Super magic potion (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19434, + "name": "Super magic potion (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19435, + "name": "Overload (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19436, + "name": "Overload (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19437, + "name": "Overload (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19438, + "name": "Absorption (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19439, + "name": "Absorption (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19440, + "name": "Absorption (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19441, + "name": "Relicym's balm(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19442, + "name": "Relicym's balm(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19443, + "name": "Relicym's balm(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19444, + "name": "Guthix balance (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19445, + "name": "Guthix balance (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19446, + "name": "Guthix balance (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19447, + "name": "Guthix balance (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19448, + "name": "Guthix balance(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19449, + "name": "Guthix balance(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19450, + "name": "Guthix balance(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19451, + "name": "Magic essence(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19452, + "name": "Magic essence(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19453, + "name": "Magic essence(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19454, + "name": "Unfinished potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19455, + "name": "Serum 207 (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19456, + "name": "Serum 207 (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19457, + "name": "Serum 207 (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19458, + "name": "Serum 208 (3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19459, + "name": "Serum 208 (2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19460, + "name": "Serum 208 (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19461, + "name": "Olive oil(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19462, + "name": "Olive oil(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19463, + "name": "Olive oil(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19464, + "name": "Sacred oil(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19465, + "name": "Sacred oil(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19466, + "name": "Sacred oil(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19467, + "name": "Guthix rest(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19468, + "name": "Guthix rest(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19469, + "name": "Guthix rest(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19470, + "name": "Compost potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19471, + "name": "Compost potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19472, + "name": "Compost potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19473, + "name": "Bag full of gems", + "type": "normal", + "duplicate": false + }, + { + "id": 19474, + "name": "Bag full of gems", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 19476, + "name": "Achievement diary cape", + "type": "normal", + "duplicate": false + }, + { + "id": 19477, + "name": "Achievement diary cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19478, + "name": "Light ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19479, + "name": "Light ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19480, + "name": "Light ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19481, + "name": "Heavy ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19482, + "name": "Heavy ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19483, + "name": "Heavy ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19484, + "name": "Dragon javelin", + "type": "normal", + "duplicate": false + }, + { + "id": 19485, + "name": "Dragon javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19486, + "name": "Dragon javelin(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 19487, + "name": "Dragon javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19488, + "name": "Dragon javelin(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 19489, + "name": "Dragon javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19490, + "name": "Dragon javelin(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 19491, + "name": "Dragon javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19492, + "name": "Zenyte bracelet", + "type": "normal", + "duplicate": true + }, + { + "id": 19493, + "name": "Zenyte", + "type": "normal", + "duplicate": false + }, + { + "id": 19494, + "name": "Zenyte", + "type": "noted", + "duplicate": true + }, + { + "id": 19495, + "name": "Zenyte", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19496, + "name": "Uncut zenyte", + "type": "normal", + "duplicate": false + }, + { + "id": 19497, + "name": "Uncut zenyte", + "type": "noted", + "duplicate": true + }, + { + "id": 19498, + "name": "Uncut zenyte", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19499, + "name": "Glistening tear", + "type": "normal", + "duplicate": true + }, + { + "id": 19500, + "name": "Bullet arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 19501, + "name": "Zenyte amulet (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 19502, + "name": "Zenyte amulet (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 19503, + "name": "Zenyte amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19504, + "name": "Dragonstone dragon bolts (e)", + "type": "normal", + "duplicate": true + }, + { + "id": 19505, + "name": "Mysterious note", + "type": "normal", + "duplicate": false + }, + { + "id": 19506, + "name": "Mysterious note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19507, + "name": "Mysterious note", + "type": "normal", + "duplicate": false + }, + { + "id": 19508, + "name": "Mysterious note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19509, + "name": "Mysterious note", + "type": "normal", + "duplicate": false + }, + { + "id": 19510, + "name": "Mysterious note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19511, + "name": "Scrawled note", + "type": "normal", + "duplicate": false + }, + { + "id": 19512, + "name": "Scrawled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19513, + "name": "Translated note", + "type": "normal", + "duplicate": false + }, + { + "id": 19514, + "name": "Translated note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19515, + "name": "Book of spyology", + "type": "normal", + "duplicate": false + }, + { + "id": 19516, + "name": "Book of spyology", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19517, + "name": "Brush", + "type": "normal", + "duplicate": false + }, + { + "id": 19518, + "name": "Brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19519, + "name": "Juice-coated brush", + "type": "normal", + "duplicate": false + }, + { + "id": 19520, + "name": "Juice-coated brush", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19521, + "name": "Handkerchief", + "type": "normal", + "duplicate": false + }, + { + "id": 19522, + "name": "Handkerchief", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19523, + "name": "Kruk's paw", + "type": "normal", + "duplicate": false + }, + { + "id": 19524, + "name": "Kruk's paw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19525, + "name": "Kruk monkey greegree", + "type": "normal", + "duplicate": false + }, + { + "id": 19526, + "name": "Kruk monkey greegree", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19527, + "name": "Satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 19528, + "name": "Satchel", + "type": "normal", + "duplicate": false + }, + { + "id": 19529, + "name": "Zenyte shard", + "type": "normal", + "duplicate": false + }, + { + "id": 19530, + "name": "Zenyte shard", + "type": "noted", + "duplicate": true + }, + { + "id": 19531, + "name": "Zenyte shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19532, + "name": "Zenyte bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 19533, + "name": "Zenyte bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 19534, + "name": "Zenyte bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19535, + "name": "Zenyte necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 19536, + "name": "Zenyte necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 19537, + "name": "Zenyte necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19538, + "name": "Zenyte ring", + "type": "normal", + "duplicate": false + }, + { + "id": 19539, + "name": "Zenyte ring", + "type": "noted", + "duplicate": true + }, + { + "id": 19540, + "name": "Zenyte ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19541, + "name": "Zenyte amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 19542, + "name": "Zenyte amulet", + "type": "noted", + "duplicate": true + }, + { + "id": 19543, + "name": "Zenyte amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19544, + "name": "Tormented bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 19545, + "name": "Tormented bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 19546, + "name": "Tormented bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19547, + "name": "Necklace of anguish", + "type": "normal", + "duplicate": false + }, + { + "id": 19548, + "name": "Necklace of anguish", + "type": "noted", + "duplicate": true + }, + { + "id": 19549, + "name": "Necklace of anguish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19550, + "name": "Ring of suffering", + "type": "normal", + "duplicate": false + }, + { + "id": 19551, + "name": "Ring of suffering", + "type": "noted", + "duplicate": true + }, + { + "id": 19552, + "name": "Ring of suffering", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19553, + "name": "Amulet of torture", + "type": "normal", + "duplicate": false + }, + { + "id": 19554, + "name": "Amulet of torture", + "type": "noted", + "duplicate": true + }, + { + "id": 19555, + "name": "Amulet of torture", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19556, + "name": "Monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 19557, + "name": "Monkey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19558, + "name": "Nieve", + "type": "normal", + "duplicate": false + }, + { + "id": 19559, + "name": "Elysian spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 19560, + "name": "Charged onyx", + "type": "normal", + "duplicate": false + }, + { + "id": 19561, + "name": "Charged onyx", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19562, + "name": "Deconstructed onyx", + "type": "normal", + "duplicate": false + }, + { + "id": 19563, + "name": "Deconstructed onyx", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19564, + "name": "Royal seed pod", + "type": "normal", + "duplicate": false + }, + { + "id": 19565, + "name": "Royal seed pod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19566, + "name": "Bronze key", + "type": "normal", + "duplicate": false + }, + { + "id": 19567, + "name": "Combat scarred key", + "type": "normal", + "duplicate": false + }, + { + "id": 19568, + "name": "Combat scratched key", + "type": "normal", + "duplicate": false + }, + { + "id": 19569, + "name": "Combat damaged key", + "type": "normal", + "duplicate": false + }, + { + "id": 19570, + "name": "Bronze javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19571, + "name": "Bronze javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19572, + "name": "Iron javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19573, + "name": "Iron javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19574, + "name": "Steel javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19575, + "name": "Steel javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19576, + "name": "Mithril javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19577, + "name": "Mithril javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19578, + "name": "Adamant javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19579, + "name": "Adamant javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19580, + "name": "Rune javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19581, + "name": "Rune javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19582, + "name": "Dragon javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 19583, + "name": "Dragon javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19584, + "name": "Javelin shaft", + "type": "normal", + "duplicate": false + }, + { + "id": 19585, + "name": "Javelin shaft", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19586, + "name": "Light frame", + "type": "normal", + "duplicate": false + }, + { + "id": 19587, + "name": "Light frame", + "type": "noted", + "duplicate": true + }, + { + "id": 19588, + "name": "Light frame", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19589, + "name": "Heavy frame", + "type": "normal", + "duplicate": false + }, + { + "id": 19590, + "name": "Heavy frame", + "type": "noted", + "duplicate": true + }, + { + "id": 19591, + "name": "Heavy frame", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19592, + "name": "Ballista limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 19593, + "name": "Ballista limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 19594, + "name": "Ballista limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19595, + "name": "Incomplete light ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19596, + "name": "Incomplete light ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19597, + "name": "Incomplete light ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19598, + "name": "Incomplete heavy ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19599, + "name": "Incomplete heavy ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19600, + "name": "Incomplete heavy ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19601, + "name": "Ballista spring", + "type": "normal", + "duplicate": false + }, + { + "id": 19602, + "name": "Ballista spring", + "type": "noted", + "duplicate": true + }, + { + "id": 19603, + "name": "Ballista spring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19604, + "name": "Unstrung light ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19605, + "name": "Unstrung light ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19606, + "name": "Unstrung light ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19607, + "name": "Unstrung heavy ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 19608, + "name": "Unstrung heavy ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 19609, + "name": "Unstrung heavy ballista", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19610, + "name": "Monkey tail", + "type": "normal", + "duplicate": false + }, + { + "id": 19611, + "name": "Monkey tail", + "type": "noted", + "duplicate": true + }, + { + "id": 19612, + "name": "Monkey tail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19613, + "name": "Arceuus library teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19614, + "name": "Arceuus library teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19615, + "name": "Draynor manor teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19616, + "name": "Draynor manor teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19617, + "name": "Mind altar teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19618, + "name": "Mind altar teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19619, + "name": "Salve graveyard teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19620, + "name": "Salve graveyard teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19621, + "name": "Fenkenstrain's castle teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19622, + "name": "Fenkenstrain's castle teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19623, + "name": "West ardougne teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19624, + "name": "West ardougne teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19625, + "name": "Harmony island teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19626, + "name": "Harmony island teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19627, + "name": "Cemetery teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19628, + "name": "Cemetery teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19629, + "name": "Barrows teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19630, + "name": "Barrows teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19631, + "name": "Ape atoll teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19632, + "name": "Ape atoll teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19633, + "name": "Dark essence block", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19634, + "name": "Soul bearer", + "type": "normal", + "duplicate": false + }, + { + "id": 19635, + "name": "Soul bearer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19636, + "name": "Damaged soul bearer", + "type": "normal", + "duplicate": false + }, + { + "id": 19637, + "name": "Soul journey", + "type": "normal", + "duplicate": false + }, + { + "id": 19638, + "name": "Soul journey", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19639, + "name": "Black slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 19640, + "name": "Black slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19641, + "name": "Black slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 19642, + "name": "Black slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19643, + "name": "Green slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 19644, + "name": "Green slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19645, + "name": "Green slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 19646, + "name": "Green slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19647, + "name": "Red slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 19648, + "name": "Red slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19649, + "name": "Red slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 19650, + "name": "Red slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19651, + "name": "Hosidius teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 19652, + "name": "Hosidius teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19653, + "name": "Golovanova fruit top", + "type": "normal", + "duplicate": false + }, + { + "id": 19654, + "name": "Golovanova fruit top", + "type": "noted", + "duplicate": true + }, + { + "id": 19655, + "name": "Golovanova fruit top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19656, + "name": "Uncooked botanical pie", + "type": "normal", + "duplicate": false + }, + { + "id": 19657, + "name": "Uncooked botanical pie", + "type": "noted", + "duplicate": true + }, + { + "id": 19658, + "name": "Uncooked botanical pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19659, + "name": "Half a botanical pie", + "type": "normal", + "duplicate": false + }, + { + "id": 19660, + "name": "Half a botanical pie", + "type": "noted", + "duplicate": true + }, + { + "id": 19661, + "name": "Half a botanical pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19662, + "name": "Botanical pie", + "type": "normal", + "duplicate": false + }, + { + "id": 19663, + "name": "Botanical pie", + "type": "noted", + "duplicate": true + }, + { + "id": 19664, + "name": "Botanical pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19665, + "name": "Damaged monkey tail", + "type": "normal", + "duplicate": false + }, + { + "id": 19666, + "name": "Damaged monkey tail", + "type": "noted", + "duplicate": true + }, + { + "id": 19667, + "name": "Damaged monkey tail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19668, + "name": "Minecart control scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 19669, + "name": "Redwood logs", + "type": "normal", + "duplicate": false + }, + { + "id": 19670, + "name": "Redwood logs", + "type": "noted", + "duplicate": true + }, + { + "id": 19671, + "name": "Redwood logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19672, + "name": "Redwood pyre logs", + "type": "normal", + "duplicate": false + }, + { + "id": 19673, + "name": "Redwood pyre logs", + "type": "noted", + "duplicate": true + }, + { + "id": 19674, + "name": "Redwood pyre logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19675, + "name": "Arclight", + "type": "normal", + "duplicate": false + }, + { + "id": 19676, + "name": "Arclight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19677, + "name": "Ancient shard", + "type": "normal", + "duplicate": false + }, + { + "id": 19678, + "name": "Ancient shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19679, + "name": "Dark totem base", + "type": "normal", + "duplicate": false + }, + { + "id": 19680, + "name": "Dark totem base", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19681, + "name": "Dark totem middle", + "type": "normal", + "duplicate": false + }, + { + "id": 19682, + "name": "Dark totem middle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19683, + "name": "Dark totem top", + "type": "normal", + "duplicate": false + }, + { + "id": 19684, + "name": "Dark totem top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19685, + "name": "Dark totem", + "type": "normal", + "duplicate": false + }, + { + "id": 19686, + "name": "Dark totem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19687, + "name": "Helm of raedwald", + "type": "normal", + "duplicate": false + }, + { + "id": 19688, + "name": "Helm of raedwald", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19689, + "name": "Clue hunter garb", + "type": "normal", + "duplicate": false + }, + { + "id": 19690, + "name": "Clue hunter garb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19691, + "name": "Clue hunter gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 19692, + "name": "Clue hunter gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19693, + "name": "Clue hunter trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 19694, + "name": "Clue hunter trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19695, + "name": "Clue hunter boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19696, + "name": "Clue hunter boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19697, + "name": "Clue hunter cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 19698, + "name": "Clue hunter cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19699, + "name": "Hornwood helm", + "type": "normal", + "duplicate": false + }, + { + "id": 19700, + "name": "Hornwood helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19701, + "name": "Jar of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 19702, + "name": "Jar of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 19703, + "name": "Jar of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19704, + "name": "Compost pack", + "type": "normal", + "duplicate": false + }, + { + "id": 19705, + "name": "Compost pack", + "type": "noted", + "duplicate": true + }, + { + "id": 19706, + "name": "Compost pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19707, + "name": "Amulet of eternal glory", + "type": "normal", + "duplicate": false + }, + { + "id": 19708, + "name": "Amulet of eternal glory", + "type": "noted", + "duplicate": true + }, + { + "id": 19709, + "name": "Amulet of eternal glory", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19710, + "name": "Ring of suffering (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 19711, + "name": "Ring of suffering (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19712, + "name": "Clue nest (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 19713, + "name": "Clue nest (easy)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19714, + "name": "Clue nest (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 19715, + "name": "Clue nest (medium)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19716, + "name": "Clue nest (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 19717, + "name": "Clue nest (hard)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19718, + "name": "Clue nest (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 19719, + "name": "Clue nest (elite)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19720, + "name": "Occult necklace (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 19721, + "name": "Occult necklace (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19722, + "name": "Dragon defender (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 19723, + "name": "Dragon defender (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19724, + "name": "Left eye patch", + "type": "normal", + "duplicate": false + }, + { + "id": 19725, + "name": "Left eye patch", + "type": "noted", + "duplicate": true + }, + { + "id": 19726, + "name": "Left eye patch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19727, + "name": "Double eye patch", + "type": "normal", + "duplicate": false + }, + { + "id": 19728, + "name": "Double eye patch", + "type": "noted", + "duplicate": true + }, + { + "id": 19729, + "name": "Double eye patch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19730, + "name": "Bloodhound", + "type": "normal", + "duplicate": false + }, + { + "id": 19731, + "name": "Bloodhound", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19732, + "name": "Lucky impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 19733, + "name": "Lucky impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19734, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19735, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19736, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19737, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19738, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19739, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19740, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19741, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19742, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19743, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19744, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19745, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19746, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19747, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19748, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19749, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19750, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19751, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19752, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19753, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19754, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19755, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19756, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19757, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19758, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19759, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19760, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19761, + "name": "Key (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19762, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19763, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19764, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19765, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19766, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19767, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19768, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19769, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19770, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19771, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19772, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19773, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19774, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19775, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19776, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19777, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19778, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19779, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19780, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19781, + "name": "Casket (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 19782, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19783, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19784, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19785, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19786, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19787, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19788, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19789, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19790, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19791, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19792, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19793, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19794, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19795, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19796, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19797, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19798, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19799, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19800, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19801, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19802, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19803, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19804, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19805, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19806, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19807, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19808, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19809, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19810, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19811, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19812, + "name": "Key (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 19813, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 19814, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19815, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19816, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19817, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19818, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19819, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19820, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19821, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19822, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19823, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19824, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19825, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19826, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19827, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19828, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19829, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19830, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19831, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19832, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19833, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19834, + "name": "Casket (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 19835, + "name": "Clue scroll (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 19836, + "name": "Reward casket (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 19837, + "name": "Torn clue scroll (part 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 19838, + "name": "Torn clue scroll (part 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 19839, + "name": "Torn clue scroll (part 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 19840, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19841, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19842, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19843, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19844, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19845, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19846, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19847, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19848, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19849, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19850, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19851, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19852, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19853, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19854, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19855, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19856, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19857, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19858, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19859, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19860, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19861, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19862, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19863, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19864, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19865, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19866, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19867, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19868, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19869, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19870, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19871, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19872, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19873, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19874, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19875, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19876, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19877, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19878, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19879, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19880, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19881, + "name": "Casket (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19882, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19883, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19884, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19885, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19886, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19887, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19888, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19889, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19890, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19891, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19892, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19893, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19894, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19895, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19896, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19897, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19898, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19899, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19900, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19901, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19902, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19903, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19904, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19905, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19906, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19907, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19908, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19909, + "name": "Challenge scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19910, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19911, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 19912, + "name": "Zombie head", + "type": "normal", + "duplicate": false + }, + { + "id": 19913, + "name": "Zombie head", + "type": "noted", + "duplicate": true + }, + { + "id": 19914, + "name": "Zombie head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19915, + "name": "Cyclops head", + "type": "normal", + "duplicate": false + }, + { + "id": 19916, + "name": "Cyclops head", + "type": "noted", + "duplicate": true + }, + { + "id": 19917, + "name": "Cyclops head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19918, + "name": "Nunchaku", + "type": "normal", + "duplicate": false + }, + { + "id": 19919, + "name": "Nunchaku", + "type": "noted", + "duplicate": true + }, + { + "id": 19920, + "name": "Nunchaku", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19921, + "name": "Ancient d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19922, + "name": "Ancient d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19923, + "name": "Ancient d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19924, + "name": "Bandos d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19925, + "name": "Bandos d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19926, + "name": "Bandos d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19927, + "name": "Guthix d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19928, + "name": "Guthix d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19929, + "name": "Guthix d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19930, + "name": "Armadyl d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19931, + "name": "Armadyl d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19932, + "name": "Armadyl d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19933, + "name": "Saradomin d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19934, + "name": "Saradomin d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19935, + "name": "Saradomin d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19936, + "name": "Zamorak d'hide boots", + "type": "normal", + "duplicate": false + }, + { + "id": 19937, + "name": "Zamorak d'hide boots", + "type": "noted", + "duplicate": true + }, + { + "id": 19938, + "name": "Zamorak d'hide boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19939, + "name": "Strange device", + "type": "normal", + "duplicate": false + }, + { + "id": 19940, + "name": "Strange device", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19941, + "name": "Heavy casket", + "type": "normal", + "duplicate": false + }, + { + "id": 19942, + "name": "Heavy casket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19943, + "name": "Arceuus scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 19944, + "name": "Arceuus scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 19945, + "name": "Arceuus scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19946, + "name": "Hosidius scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 19947, + "name": "Hosidius scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 19948, + "name": "Hosidius scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19949, + "name": "Lovakengj scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 19950, + "name": "Lovakengj scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 19951, + "name": "Lovakengj scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19952, + "name": "Piscarilius scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 19953, + "name": "Piscarilius scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 19954, + "name": "Piscarilius scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19955, + "name": "Shayzien scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 19956, + "name": "Shayzien scarf", + "type": "noted", + "duplicate": true + }, + { + "id": 19957, + "name": "Shayzien scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19958, + "name": "Dark tuxedo jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 19959, + "name": "Dark tuxedo jacket", + "type": "noted", + "duplicate": true + }, + { + "id": 19960, + "name": "Dark tuxedo jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19961, + "name": "Dark tuxedo cuffs", + "type": "normal", + "duplicate": false + }, + { + "id": 19962, + "name": "Dark tuxedo cuffs", + "type": "noted", + "duplicate": true + }, + { + "id": 19963, + "name": "Dark tuxedo cuffs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19964, + "name": "Dark trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 19965, + "name": "Dark trousers", + "type": "noted", + "duplicate": true + }, + { + "id": 19966, + "name": "Dark trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19967, + "name": "Dark tuxedo shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 19968, + "name": "Dark tuxedo shoes", + "type": "noted", + "duplicate": true + }, + { + "id": 19969, + "name": "Dark tuxedo shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19970, + "name": "Dark bow tie", + "type": "normal", + "duplicate": false + }, + { + "id": 19971, + "name": "Dark bow tie", + "type": "noted", + "duplicate": true + }, + { + "id": 19972, + "name": "Dark bow tie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19973, + "name": "Light tuxedo jacket", + "type": "normal", + "duplicate": false + }, + { + "id": 19974, + "name": "Light tuxedo jacket", + "type": "noted", + "duplicate": true + }, + { + "id": 19975, + "name": "Light tuxedo jacket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19976, + "name": "Light tuxedo cuffs", + "type": "normal", + "duplicate": false + }, + { + "id": 19977, + "name": "Light tuxedo cuffs", + "type": "noted", + "duplicate": true + }, + { + "id": 19978, + "name": "Light tuxedo cuffs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19979, + "name": "Light trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 19980, + "name": "Light trousers", + "type": "noted", + "duplicate": true + }, + { + "id": 19981, + "name": "Light trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19982, + "name": "Light tuxedo shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 19983, + "name": "Light tuxedo shoes", + "type": "noted", + "duplicate": true + }, + { + "id": 19984, + "name": "Light tuxedo shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19985, + "name": "Light bow tie", + "type": "normal", + "duplicate": false + }, + { + "id": 19986, + "name": "Light bow tie", + "type": "noted", + "duplicate": true + }, + { + "id": 19987, + "name": "Light bow tie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19988, + "name": "Blacksmith's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 19989, + "name": "Blacksmith's helm", + "type": "noted", + "duplicate": true + }, + { + "id": 19990, + "name": "Blacksmith's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19991, + "name": "Bucket helm", + "type": "normal", + "duplicate": false + }, + { + "id": 19992, + "name": "Bucket helm", + "type": "noted", + "duplicate": true + }, + { + "id": 19993, + "name": "Bucket helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19994, + "name": "Ranger gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 19995, + "name": "Ranger gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 19996, + "name": "Ranger gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 19997, + "name": "Holy wraps", + "type": "normal", + "duplicate": false + }, + { + "id": 19998, + "name": "Holy wraps", + "type": "noted", + "duplicate": true + }, + { + "id": 19999, + "name": "Holy wraps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20000, + "name": "Dragon scimitar (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20001, + "name": "Dragon scimitar (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20002, + "name": "Dragon scimitar ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20003, + "name": "Dragon scimitar ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20004, + "name": "Dragon scimitar ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20005, + "name": "Ring of nature", + "type": "normal", + "duplicate": false + }, + { + "id": 20006, + "name": "Ring of nature", + "type": "noted", + "duplicate": true + }, + { + "id": 20007, + "name": "Ring of nature", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20008, + "name": "Fancy tiara", + "type": "normal", + "duplicate": false + }, + { + "id": 20009, + "name": "Fancy tiara", + "type": "noted", + "duplicate": true + }, + { + "id": 20010, + "name": "Fancy tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20011, + "name": "3rd age axe", + "type": "normal", + "duplicate": false + }, + { + "id": 20012, + "name": "3rd age axe", + "type": "noted", + "duplicate": true + }, + { + "id": 20013, + "name": "3rd age axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20014, + "name": "3rd age pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 20015, + "name": "3rd age pickaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 20016, + "name": "3rd age pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20017, + "name": "Ring of coins", + "type": "normal", + "duplicate": false + }, + { + "id": 20018, + "name": "Ring of coins", + "type": "noted", + "duplicate": true + }, + { + "id": 20019, + "name": "Ring of coins", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20020, + "name": "Lesser demon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20021, + "name": "Lesser demon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20022, + "name": "Lesser demon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20023, + "name": "Greater demon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20024, + "name": "Greater demon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20025, + "name": "Greater demon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20026, + "name": "Black demon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20027, + "name": "Black demon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20028, + "name": "Black demon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20029, + "name": "Old demon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20030, + "name": "Old demon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20031, + "name": "Old demon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20032, + "name": "Jungle demon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20033, + "name": "Jungle demon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20034, + "name": "Jungle demon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20035, + "name": "Samurai kasa", + "type": "normal", + "duplicate": false + }, + { + "id": 20036, + "name": "Samurai kasa", + "type": "noted", + "duplicate": true + }, + { + "id": 20037, + "name": "Samurai kasa", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20038, + "name": "Samurai shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 20039, + "name": "Samurai shirt", + "type": "noted", + "duplicate": true + }, + { + "id": 20040, + "name": "Samurai shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20041, + "name": "Samurai gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 20042, + "name": "Samurai gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 20043, + "name": "Samurai gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20044, + "name": "Samurai greaves", + "type": "normal", + "duplicate": false + }, + { + "id": 20045, + "name": "Samurai greaves", + "type": "noted", + "duplicate": true + }, + { + "id": 20046, + "name": "Samurai greaves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20047, + "name": "Samurai boots", + "type": "normal", + "duplicate": false + }, + { + "id": 20048, + "name": "Samurai boots", + "type": "noted", + "duplicate": true + }, + { + "id": 20049, + "name": "Samurai boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20050, + "name": "Obsidian cape (r)", + "type": "normal", + "duplicate": false + }, + { + "id": 20051, + "name": "Obsidian cape (r)", + "type": "noted", + "duplicate": true + }, + { + "id": 20052, + "name": "Obsidian cape (r)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20053, + "name": "Half moon spectacles", + "type": "normal", + "duplicate": false + }, + { + "id": 20054, + "name": "Half moon spectacles", + "type": "noted", + "duplicate": true + }, + { + "id": 20055, + "name": "Half moon spectacles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20056, + "name": "Ale of the gods", + "type": "normal", + "duplicate": false + }, + { + "id": 20057, + "name": "Ale of the gods", + "type": "noted", + "duplicate": true + }, + { + "id": 20058, + "name": "Ale of the gods", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20059, + "name": "Bucket helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20060, + "name": "Bucket helm (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20061, + "name": "Bucket helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20062, + "name": "Torture ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20063, + "name": "Torture ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20064, + "name": "Torture ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20065, + "name": "Occult ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20066, + "name": "Occult ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20067, + "name": "Occult ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20068, + "name": "Armadyl godsword ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20069, + "name": "Armadyl godsword ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20070, + "name": "Armadyl godsword ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20071, + "name": "Bandos godsword ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20072, + "name": "Bandos godsword ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20073, + "name": "Bandos godsword ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20074, + "name": "Saradomin godsword ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20075, + "name": "Saradomin godsword ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20076, + "name": "Saradomin godsword ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20077, + "name": "Zamorak godsword ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20078, + "name": "Zamorak godsword ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20079, + "name": "Zamorak godsword ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20080, + "name": "Mummy's head", + "type": "normal", + "duplicate": false + }, + { + "id": 20081, + "name": "Mummy's head", + "type": "noted", + "duplicate": true + }, + { + "id": 20082, + "name": "Mummy's head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20083, + "name": "Mummy's body", + "type": "normal", + "duplicate": false + }, + { + "id": 20084, + "name": "Mummy's body", + "type": "noted", + "duplicate": true + }, + { + "id": 20085, + "name": "Mummy's body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20086, + "name": "Mummy's hands", + "type": "normal", + "duplicate": false + }, + { + "id": 20087, + "name": "Mummy's hands", + "type": "noted", + "duplicate": true + }, + { + "id": 20088, + "name": "Mummy's hands", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20089, + "name": "Mummy's legs", + "type": "normal", + "duplicate": false + }, + { + "id": 20090, + "name": "Mummy's legs", + "type": "noted", + "duplicate": true + }, + { + "id": 20091, + "name": "Mummy's legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20092, + "name": "Mummy's feet", + "type": "normal", + "duplicate": false + }, + { + "id": 20093, + "name": "Mummy's feet", + "type": "noted", + "duplicate": true + }, + { + "id": 20094, + "name": "Mummy's feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20095, + "name": "Ankou mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20096, + "name": "Ankou mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20097, + "name": "Ankou mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20098, + "name": "Ankou top", + "type": "normal", + "duplicate": false + }, + { + "id": 20099, + "name": "Ankou top", + "type": "noted", + "duplicate": true + }, + { + "id": 20100, + "name": "Ankou top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20101, + "name": "Ankou gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 20102, + "name": "Ankou gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 20103, + "name": "Ankou gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20104, + "name": "Ankou's leggings", + "type": "normal", + "duplicate": false + }, + { + "id": 20105, + "name": "Ankou's leggings", + "type": "noted", + "duplicate": true + }, + { + "id": 20106, + "name": "Ankou's leggings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20107, + "name": "Ankou socks", + "type": "normal", + "duplicate": false + }, + { + "id": 20108, + "name": "Ankou socks", + "type": "noted", + "duplicate": true + }, + { + "id": 20109, + "name": "Ankou socks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20110, + "name": "Bowl wig", + "type": "normal", + "duplicate": false + }, + { + "id": 20111, + "name": "Bowl wig", + "type": "noted", + "duplicate": true + }, + { + "id": 20112, + "name": "Bowl wig", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20113, + "name": "Arceuus hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20114, + "name": "Arceuus hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20115, + "name": "Arceuus hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20116, + "name": "Hosidius hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20117, + "name": "Hosidius hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20118, + "name": "Hosidius hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20119, + "name": "Lovakengj hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20120, + "name": "Lovakengj hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20121, + "name": "Lovakengj hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20122, + "name": "Piscarilius hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20123, + "name": "Piscarilius hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20124, + "name": "Piscarilius hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20125, + "name": "Shayzien hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20126, + "name": "Shayzien hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20127, + "name": "Shayzien hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20128, + "name": "Hood of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 20129, + "name": "Hood of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 20130, + "name": "Hood of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20131, + "name": "Robe top of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 20132, + "name": "Robe top of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 20133, + "name": "Robe top of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20134, + "name": "Gloves of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 20135, + "name": "Gloves of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 20136, + "name": "Gloves of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20137, + "name": "Robe bottom of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 20138, + "name": "Robe bottom of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 20139, + "name": "Robe bottom of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20140, + "name": "Boots of darkness", + "type": "normal", + "duplicate": false + }, + { + "id": 20141, + "name": "Boots of darkness", + "type": "noted", + "duplicate": true + }, + { + "id": 20142, + "name": "Boots of darkness", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20143, + "name": "Dragon defender ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 20144, + "name": "Dragon defender ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 20145, + "name": "Dragon defender ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20146, + "name": "Gilded med helm", + "type": "normal", + "duplicate": false + }, + { + "id": 20147, + "name": "Gilded med helm", + "type": "noted", + "duplicate": true + }, + { + "id": 20148, + "name": "Gilded med helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20149, + "name": "Gilded chainbody", + "type": "normal", + "duplicate": false + }, + { + "id": 20150, + "name": "Gilded chainbody", + "type": "noted", + "duplicate": true + }, + { + "id": 20151, + "name": "Gilded chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20152, + "name": "Gilded sq shield", + "type": "normal", + "duplicate": false + }, + { + "id": 20153, + "name": "Gilded sq shield", + "type": "noted", + "duplicate": true + }, + { + "id": 20154, + "name": "Gilded sq shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20155, + "name": "Gilded 2h sword", + "type": "normal", + "duplicate": false + }, + { + "id": 20156, + "name": "Gilded 2h sword", + "type": "noted", + "duplicate": true + }, + { + "id": 20157, + "name": "Gilded 2h sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20158, + "name": "Gilded spear", + "type": "normal", + "duplicate": false + }, + { + "id": 20159, + "name": "Gilded spear", + "type": "noted", + "duplicate": true + }, + { + "id": 20160, + "name": "Gilded spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20161, + "name": "Gilded hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 20162, + "name": "Gilded hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 20163, + "name": "Gilded hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20164, + "name": "Large spade", + "type": "normal", + "duplicate": false + }, + { + "id": 20165, + "name": "Large spade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20166, + "name": "Wooden shield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20167, + "name": "Wooden shield (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20168, + "name": "Wooden shield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20169, + "name": "Steel platebody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20170, + "name": "Steel platebody (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20171, + "name": "Steel platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20172, + "name": "Steel platelegs (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20173, + "name": "Steel platelegs (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20174, + "name": "Steel platelegs (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20175, + "name": "Steel plateskirt (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20176, + "name": "Steel plateskirt (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20177, + "name": "Steel plateskirt (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20178, + "name": "Steel full helm (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20179, + "name": "Steel full helm (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20180, + "name": "Steel full helm (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20181, + "name": "Steel kiteshield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20182, + "name": "Steel kiteshield (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20183, + "name": "Steel kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20184, + "name": "Steel platebody (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 20185, + "name": "Steel platebody (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 20186, + "name": "Steel platebody (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20187, + "name": "Steel platelegs (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 20188, + "name": "Steel platelegs (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 20189, + "name": "Steel platelegs (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20190, + "name": "Steel plateskirt (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 20191, + "name": "Steel plateskirt (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 20192, + "name": "Steel plateskirt (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20193, + "name": "Steel full helm (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 20194, + "name": "Steel full helm (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 20195, + "name": "Steel full helm (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20196, + "name": "Steel kiteshield (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 20197, + "name": "Steel kiteshield (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 20198, + "name": "Steel kiteshield (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20199, + "name": "Monk's robe top (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20200, + "name": "Monk's robe top (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20201, + "name": "Monk's robe top (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20202, + "name": "Monk's robe (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 20203, + "name": "Monk's robe (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 20204, + "name": "Monk's robe (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20205, + "name": "Golden chef's hat", + "type": "normal", + "duplicate": false + }, + { + "id": 20206, + "name": "Golden chef's hat", + "type": "noted", + "duplicate": true + }, + { + "id": 20207, + "name": "Golden chef's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20208, + "name": "Golden apron", + "type": "normal", + "duplicate": false + }, + { + "id": 20209, + "name": "Golden apron", + "type": "noted", + "duplicate": true + }, + { + "id": 20210, + "name": "Golden apron", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20211, + "name": "Team cape zero", + "type": "normal", + "duplicate": false + }, + { + "id": 20212, + "name": "Team cape zero", + "type": "noted", + "duplicate": true + }, + { + "id": 20213, + "name": "Team cape zero", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20214, + "name": "Team cape x", + "type": "normal", + "duplicate": false + }, + { + "id": 20215, + "name": "Team cape x", + "type": "noted", + "duplicate": true + }, + { + "id": 20216, + "name": "Team cape x", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20217, + "name": "Team cape i", + "type": "normal", + "duplicate": false + }, + { + "id": 20218, + "name": "Team cape i", + "type": "noted", + "duplicate": true + }, + { + "id": 20219, + "name": "Team cape i", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20220, + "name": "Holy blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20221, + "name": "Holy blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20222, + "name": "Holy blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20223, + "name": "Unholy blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20224, + "name": "Unholy blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20225, + "name": "Unholy blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20226, + "name": "Peaceful blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20227, + "name": "Peaceful blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20228, + "name": "Peaceful blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20229, + "name": "Honourable blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20230, + "name": "Honourable blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20231, + "name": "Honourable blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20232, + "name": "War blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20233, + "name": "War blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20234, + "name": "War blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20235, + "name": "Ancient blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20236, + "name": "Ancient blessing", + "type": "noted", + "duplicate": true + }, + { + "id": 20237, + "name": "Ancient blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20238, + "name": "Charge dragonstone jewellery scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 20239, + "name": "Charge dragonstone jewellery scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20240, + "name": "Crier coat", + "type": "normal", + "duplicate": false + }, + { + "id": 20241, + "name": "Crier coat", + "type": "noted", + "duplicate": true + }, + { + "id": 20242, + "name": "Crier coat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20243, + "name": "Crier bell", + "type": "normal", + "duplicate": false + }, + { + "id": 20244, + "name": "Crier bell", + "type": "noted", + "duplicate": true + }, + { + "id": 20245, + "name": "Crier bell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20246, + "name": "Black leprechaun hat", + "type": "normal", + "duplicate": false + }, + { + "id": 20247, + "name": "Black leprechaun hat", + "type": "noted", + "duplicate": true + }, + { + "id": 20248, + "name": "Black leprechaun hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20249, + "name": "Clueless scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 20250, + "name": "Clueless scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20251, + "name": "Arceuus banner", + "type": "normal", + "duplicate": false + }, + { + "id": 20252, + "name": "Arceuus banner", + "type": "noted", + "duplicate": true + }, + { + "id": 20253, + "name": "Arceuus banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20254, + "name": "Hosidius banner", + "type": "normal", + "duplicate": false + }, + { + "id": 20255, + "name": "Hosidius banner", + "type": "noted", + "duplicate": true + }, + { + "id": 20256, + "name": "Hosidius banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20257, + "name": "Lovakengj banner", + "type": "normal", + "duplicate": false + }, + { + "id": 20258, + "name": "Lovakengj banner", + "type": "noted", + "duplicate": true + }, + { + "id": 20259, + "name": "Lovakengj banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20260, + "name": "Piscarilius banner", + "type": "normal", + "duplicate": false + }, + { + "id": 20261, + "name": "Piscarilius banner", + "type": "noted", + "duplicate": true + }, + { + "id": 20262, + "name": "Piscarilius banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20263, + "name": "Shayzien banner", + "type": "normal", + "duplicate": false + }, + { + "id": 20264, + "name": "Shayzien banner", + "type": "noted", + "duplicate": true + }, + { + "id": 20265, + "name": "Shayzien banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20266, + "name": "Black unicorn mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20267, + "name": "Black unicorn mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20268, + "name": "Black unicorn mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20269, + "name": "White unicorn mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20270, + "name": "White unicorn mask", + "type": "noted", + "duplicate": true + }, + { + "id": 20271, + "name": "White unicorn mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20272, + "name": "Cabbage round shield", + "type": "normal", + "duplicate": false + }, + { + "id": 20273, + "name": "Cabbage round shield", + "type": "noted", + "duplicate": true + }, + { + "id": 20274, + "name": "Cabbage round shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20275, + "name": "Gnomish firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 20276, + "name": "Gnomish firelighter", + "type": "noted", + "duplicate": true + }, + { + "id": 20277, + "name": "Gnomish firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20278, + "name": "Gnomish firelighter", + "type": "normal", + "duplicate": false + }, + { + "id": 20279, + "name": "Gnomish firelighter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20280, + "name": "Puzzle box (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 20281, + "name": "Puzzle box (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 20282, + "name": "Puzzle box (master)", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 20355, + "name": "Light box", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 20358, + "name": "Clue geode (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 20359, + "name": "Clue geode (easy)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20360, + "name": "Clue geode (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 20361, + "name": "Clue geode (medium)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20362, + "name": "Clue geode (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 20363, + "name": "Clue geode (hard)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20364, + "name": "Clue geode (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 20365, + "name": "Clue geode (elite)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20366, + "name": "Amulet of torture (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20367, + "name": "Amulet of torture (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20368, + "name": "Armadyl godsword (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20369, + "name": "Armadyl godsword (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20370, + "name": "Bandos godsword (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20371, + "name": "Bandos godsword (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20372, + "name": "Saradomin godsword (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20373, + "name": "Saradomin godsword (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20374, + "name": "Zamorak godsword (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 20375, + "name": "Zamorak godsword (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20376, + "name": "Steel trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 20377, + "name": "Steel trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 20378, + "name": "Steel trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20379, + "name": "Steel trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 20380, + "name": "Steel trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 20381, + "name": "Steel trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20382, + "name": "Steel gold-trimmed set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 20383, + "name": "Steel gold-trimmed set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 20384, + "name": "Steel gold-trimmed set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20385, + "name": "Steel gold-trimmed set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 20386, + "name": "Steel gold-trimmed set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 20387, + "name": "Steel gold-trimmed set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20388, + "name": "Adamant arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 20389, + "name": "Dragon arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 20390, + "name": "Shark", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 20393, + "name": "Prayer potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20394, + "name": "Prayer potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20395, + "name": "Prayer potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20396, + "name": "Prayer potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20397, + "name": "Spear", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + { + "id": 20401, + "name": "Yew shortbow", + "type": "normal", + "duplicate": true + }, + { + "id": 20402, + "name": "Rune scimitar", + "type": "normal", + "duplicate": true + }, + { + "id": 20403, + "name": "Maple shortbow", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 20405, + "name": "Abyssal whip", + "type": "normal", + "duplicate": false + }, + { + "id": 20406, + "name": "Dragon scimitar", + "type": "normal", + "duplicate": true + }, + { + "id": 20407, + "name": "Dragon dagger", + "type": "normal", + "duplicate": false + }, + { + "id": 20408, + "name": "Dark bow", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + { + "id": 20415, + "name": "Adamant platebody", + "type": "normal", + "duplicate": true + }, + { + "id": 20416, + "name": "Adamant platelegs", + "type": "normal", + "duplicate": true + }, + { + "id": 20417, + "name": "Blue d'hide body", + "type": "normal", + "duplicate": true + }, + { + "id": 20418, + "name": "Blue d'hide chaps", + "type": "normal", + "duplicate": true + }, + null, + null, + { + "id": 20421, + "name": "Rune platebody", + "type": "normal", + "duplicate": true + }, + { + "id": 20422, + "name": "Rune platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 20423, + "name": "Black d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 20424, + "name": "Black d'hide chaps", + "type": "normal", + "duplicate": true + }, + { + "id": 20425, + "name": "Mystic robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 20426, + "name": "Mystic robe bottom", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 20428, + "name": "Dragon chainbody", + "type": "normal", + "duplicate": true + }, + { + "id": 20429, + "name": "Dragon platelegs", + "type": "normal", + "duplicate": true + }, + { + "id": 20430, + "name": "Ancient magicks tablet", + "type": "normal", + "duplicate": false + }, + { + "id": 20431, + "name": "Ancient staff", + "type": "normal", + "duplicate": true + }, + { + "id": 20432, + "name": "Nuff's certificate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20433, + "name": "Evil chicken feet", + "type": "normal", + "duplicate": false + }, + { + "id": 20434, + "name": "Evil chicken feet", + "type": "noted", + "duplicate": true + }, + { + "id": 20435, + "name": "Evil chicken feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20436, + "name": "Evil chicken wings", + "type": "normal", + "duplicate": false + }, + { + "id": 20437, + "name": "Evil chicken wings", + "type": "noted", + "duplicate": true + }, + { + "id": 20438, + "name": "Evil chicken wings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20439, + "name": "Evil chicken head", + "type": "normal", + "duplicate": false + }, + { + "id": 20440, + "name": "Evil chicken head", + "type": "noted", + "duplicate": true + }, + { + "id": 20441, + "name": "Evil chicken head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20442, + "name": "Evil chicken legs", + "type": "normal", + "duplicate": false + }, + { + "id": 20443, + "name": "Evil chicken legs", + "type": "noted", + "duplicate": true + }, + { + "id": 20444, + "name": "Evil chicken legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20445, + "name": "Fire cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20446, + "name": "Fire cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20447, + "name": "Fire max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20448, + "name": "Fire max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20449, + "name": "Bronze defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20450, + "name": "Bronze defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20451, + "name": "Iron defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20452, + "name": "Iron defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20453, + "name": "Steel defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20454, + "name": "Steel defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20455, + "name": "Black defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20456, + "name": "Black defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20457, + "name": "Mithril defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20458, + "name": "Mithril defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20459, + "name": "Adamant defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20460, + "name": "Adamant defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20461, + "name": "Rune defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20462, + "name": "Rune defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20463, + "name": "Dragon defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20464, + "name": "Dragon defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20465, + "name": "Void knight top (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20466, + "name": "Void knight top (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20467, + "name": "Elite void top (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20468, + "name": "Elite void top (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20469, + "name": "Void knight robe (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20470, + "name": "Void knight robe (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20471, + "name": "Elite void robe (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20472, + "name": "Elite void robe (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20473, + "name": "Void knight mace (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20474, + "name": "Void knight mace (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20475, + "name": "Void knight gloves (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20476, + "name": "Void knight gloves (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20477, + "name": "Void mage helm (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20478, + "name": "Void mage helm (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20479, + "name": "Void ranger helm (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20480, + "name": "Void ranger helm (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20481, + "name": "Void melee helm (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20482, + "name": "Void melee helm (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20483, + "name": "Decorative sword (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20484, + "name": "Decorative sword (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20485, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20486, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20487, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20488, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20489, + "name": "Decorative helm (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20490, + "name": "Decorative helm (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20491, + "name": "Decorative shield (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20492, + "name": "Decorative shield (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20493, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20494, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20495, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20496, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20497, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20498, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20499, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20500, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20501, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20502, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20503, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20504, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20505, + "name": "Decorative armour (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20506, + "name": "Decorative armour (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20507, + "name": "Fighter hat (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20508, + "name": "Fighter hat (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20509, + "name": "Ranger hat (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20510, + "name": "Ranger hat (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20511, + "name": "Healer hat (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20512, + "name": "Healer hat (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20513, + "name": "Fighter torso (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20514, + "name": "Fighter torso (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20515, + "name": "Penance skirt (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20516, + "name": "Penance skirt (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20517, + "name": "Elder chaos top", + "type": "normal", + "duplicate": false + }, + { + "id": 20518, + "name": "Elder chaos top", + "type": "noted", + "duplicate": true + }, + { + "id": 20519, + "name": "Elder chaos top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20520, + "name": "Elder chaos robe", + "type": "normal", + "duplicate": false + }, + { + "id": 20521, + "name": "Elder chaos robe", + "type": "noted", + "duplicate": true + }, + { + "id": 20522, + "name": "Elder chaos robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20523, + "name": "Catalytic rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 20524, + "name": "Elemental rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 20525, + "name": "Adamant arrow pack", + "type": "normal", + "duplicate": false + }, + { + "id": 20526, + "name": "Bloody key", + "type": "normal", + "duplicate": false + }, + { + "id": 20527, + "name": "Survival token", + "type": "normal", + "duplicate": false + }, + { + "id": 20528, + "name": "Survival token", + "type": "normal", + "duplicate": true + }, + { + "id": 20529, + "name": "Survival token", + "type": "normal", + "duplicate": true + }, + { + "id": 20530, + "name": "Survival token", + "type": "normal", + "duplicate": true + }, + { + "id": 20531, + "name": "Survival token", + "type": "normal", + "duplicate": true + }, + { + "id": 20532, + "name": "Stash units (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 20533, + "name": "Stash units (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 20534, + "name": "Stash units (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 20535, + "name": "Stash units (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 20536, + "name": "Stash units (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 20537, + "name": "Saradomin halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20538, + "name": "Saradomin halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20539, + "name": "Zamorak halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20540, + "name": "Zamorak halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20541, + "name": "Guthix halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 20542, + "name": "Guthix halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20543, + "name": "Reward casket (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 20544, + "name": "Reward casket (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 20545, + "name": "Reward casket (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 20546, + "name": "Reward casket (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 20547, + "name": "Monkfish", + "type": "normal", + "duplicate": true + }, + { + "id": 20548, + "name": "Super energy(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20549, + "name": "Super energy(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20550, + "name": "Super energy(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20551, + "name": "Super energy(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20552, + "name": "Rune battleaxe", + "type": "normal", + "duplicate": true + }, + { + "id": 20553, + "name": "Beginner wand", + "type": "normal", + "duplicate": true + }, + { + "id": 20554, + "name": "Toktz-xil-ak", + "type": "normal", + "duplicate": true + }, + { + "id": 20555, + "name": "Rune 2h sword", + "type": "normal", + "duplicate": true + }, + { + "id": 20556, + "name": "Apprentice wand", + "type": "normal", + "duplicate": true + }, + { + "id": 20557, + "name": "Granite maul", + "type": "normal", + "duplicate": false + }, + { + "id": 20558, + "name": "Magic shortbow", + "type": "normal", + "duplicate": true + }, + { + "id": 20559, + "name": "Dragon 2h sword", + "type": "normal", + "duplicate": true + }, + { + "id": 20560, + "name": "Master wand", + "type": "normal", + "duplicate": true + }, + { + "id": 20561, + "name": "Adamant full helm", + "type": "normal", + "duplicate": true + }, + { + "id": 20562, + "name": "Mystic hat", + "type": "normal", + "duplicate": true + }, + { + "id": 20563, + "name": "Proselyte sallet", + "type": "normal", + "duplicate": true + }, + { + "id": 20564, + "name": "Proselyte hauberk", + "type": "normal", + "duplicate": true + }, + { + "id": 20565, + "name": "Proselyte cuisse", + "type": "normal", + "duplicate": true + }, + { + "id": 20566, + "name": "Red d'hide body", + "type": "normal", + "duplicate": true + }, + { + "id": 20567, + "name": "Red d'hide chaps", + "type": "normal", + "duplicate": true + }, + { + "id": 20568, + "name": "Splitbark helm", + "type": "normal", + "duplicate": true + }, + null, + null, + { + "id": 20571, + "name": "Warrior helm", + "type": "normal", + "duplicate": true + }, + { + "id": 20572, + "name": "Archer helm", + "type": "normal", + "duplicate": true + }, + { + "id": 20573, + "name": "Farseer helm", + "type": "normal", + "duplicate": true + }, + { + "id": 20574, + "name": "Infinity top", + "type": "normal", + "duplicate": true + }, + { + "id": 20575, + "name": "Infinity bottoms", + "type": "normal", + "duplicate": true + }, + { + "id": 20576, + "name": "3rd age robe top", + "type": "normal", + "duplicate": true + }, + { + "id": 20577, + "name": "3rd age robe", + "type": "normal", + "duplicate": true + }, + { + "id": 20578, + "name": "Climbing boots", + "type": "normal", + "duplicate": false + }, + { + "id": 20579, + "name": "Mystic boots", + "type": "normal", + "duplicate": true + }, + { + "id": 20580, + "name": "Snakeskin boots", + "type": "normal", + "duplicate": true + }, + { + "id": 20581, + "name": "Mithril gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 20582, + "name": "Adamant gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 20583, + "name": "Rune gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 20584, + "name": "Amulet of accuracy", + "type": "normal", + "duplicate": true + }, + { + "id": 20585, + "name": "Amulet of power", + "type": "normal", + "duplicate": false + }, + { + "id": 20586, + "name": "Amulet of glory", + "type": "normal", + "duplicate": false + }, + { + "id": 20587, + "name": "Rope", + "type": "normal", + "duplicate": false + }, + { + "id": 20588, + "name": "Rope", + "type": "noted", + "duplicate": true + }, + null, + { + "id": 20590, + "name": "Stale baguette", + "type": "normal", + "duplicate": false + }, + { + "id": 20591, + "name": "Stale baguette", + "type": "noted", + "duplicate": true + }, + { + "id": 20592, + "name": "Stale baguette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20593, + "name": "Armadyl godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 20594, + "name": "Bank filler", + "type": "normal", + "duplicate": false + }, + { + "id": 20595, + "name": "Elder chaos hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20596, + "name": "Elder chaos hood", + "type": "noted", + "duplicate": true + }, + { + "id": 20597, + "name": "Elder chaos hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20598, + "name": "Ahrim's robetop", + "type": "normal", + "duplicate": false + }, + { + "id": 20599, + "name": "Ahrim's robeskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 20600, + "name": "Rune arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 20601, + "name": "Wooden table", + "type": "normal", + "duplicate": false + }, + { + "id": 20602, + "name": "Waxwood bed", + "type": "normal", + "duplicate": false + }, + { + "id": 20603, + "name": "Carpet", + "type": "normal", + "duplicate": false + }, + { + "id": 20604, + "name": "Wooden stool", + "type": "normal", + "duplicate": false + }, + { + "id": 20605, + "name": "Wooden chair", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 20607, + "name": "Rune arrow pack", + "type": "normal", + "duplicate": false + }, + { + "id": 20608, + "name": "Bloodier key", + "type": "normal", + "duplicate": false + }, + { + "id": 20609, + "name": "Fairy enchantment", + "type": "normal", + "duplicate": false + }, + { + "id": 20610, + "name": "Fairy enchantment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20611, + "name": "Ancient signet", + "type": "normal", + "duplicate": false + }, + { + "id": 20612, + "name": "Ancient signet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20613, + "name": "Lunar signet", + "type": "normal", + "duplicate": false + }, + { + "id": 20614, + "name": "Lunar signet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20615, + "name": "Arceuus signet", + "type": "normal", + "duplicate": false + }, + { + "id": 20616, + "name": "Arceuus signet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20617, + "name": "Ancient altar", + "type": "normal", + "duplicate": false + }, + { + "id": 20618, + "name": "Lunar altar", + "type": "normal", + "duplicate": false + }, + { + "id": 20619, + "name": "Dark altar", + "type": "normal", + "duplicate": false + }, + { + "id": 20620, + "name": "Occult altar", + "type": "normal", + "duplicate": false + }, + { + "id": 20621, + "name": "Occult altar", + "type": "normal", + "duplicate": true + }, + { + "id": 20622, + "name": "Occult altar", + "type": "normal", + "duplicate": true + }, + { + "id": 20623, + "name": "Mahogany adventure log", + "type": "normal", + "duplicate": false + }, + { + "id": 20624, + "name": "Gilded adventure log", + "type": "normal", + "duplicate": false + }, + { + "id": 20625, + "name": "Marble adventure log", + "type": "normal", + "duplicate": false + }, + { + "id": 20626, + "name": "Basic jewellery box", + "type": "normal", + "duplicate": false + }, + { + "id": 20627, + "name": "Fancy jewellery box", + "type": "normal", + "duplicate": false + }, + { + "id": 20628, + "name": "Ornate jewellery box", + "type": "normal", + "duplicate": false + }, + { + "id": 20629, + "name": "Boss lair display", + "type": "normal", + "duplicate": false + }, + { + "id": 20630, + "name": "Mounted emblem", + "type": "normal", + "duplicate": false + }, + { + "id": 20631, + "name": "Mounted coins", + "type": "normal", + "duplicate": false + }, + { + "id": 20632, + "name": "Cape hanger", + "type": "normal", + "duplicate": false + }, + { + "id": 20633, + "name": "Quest list", + "type": "normal", + "duplicate": false + }, + { + "id": 20634, + "name": "Tip jar", + "type": "normal", + "duplicate": false + }, + { + "id": 20635, + "name": "Spirit tree", + "type": "normal", + "duplicate": true + }, + { + "id": 20636, + "name": "Fairy ring", + "type": "normal", + "duplicate": false + }, + { + "id": 20637, + "name": "Spirit tree & fairy ring", + "type": "normal", + "duplicate": false + }, + { + "id": 20638, + "name": "Topiary bush", + "type": "normal", + "duplicate": false + }, + { + "id": 20639, + "name": "Restoration pool", + "type": "normal", + "duplicate": false + }, + { + "id": 20640, + "name": "Revitalisation pool", + "type": "normal", + "duplicate": false + }, + { + "id": 20641, + "name": "Rejuvenation pool", + "type": "normal", + "duplicate": false + }, + { + "id": 20642, + "name": "Fancy rejuvenation pool", + "type": "normal", + "duplicate": false + }, + { + "id": 20643, + "name": "Ornate rejuvenation pool", + "type": "normal", + "duplicate": false + }, + { + "id": 20644, + "name": "Zen theme", + "type": "normal", + "duplicate": false + }, + { + "id": 20645, + "name": "Otherworldly theme", + "type": "normal", + "duplicate": false + }, + { + "id": 20646, + "name": "Volcanic theme", + "type": "normal", + "duplicate": false + }, + { + "id": 20647, + "name": "Redwood fence", + "type": "normal", + "duplicate": false + }, + { + "id": 20648, + "name": "Obsidian fence", + "type": "normal", + "duplicate": false + }, + { + "id": 20649, + "name": "Teak garden bench", + "type": "normal", + "duplicate": false + }, + { + "id": 20650, + "name": "Gnome bench", + "type": "normal", + "duplicate": false + }, + { + "id": 20651, + "name": "Marble decorative bench", + "type": "normal", + "duplicate": false + }, + { + "id": 20652, + "name": "Obsidian decorative bench", + "type": "normal", + "duplicate": false + }, + { + "id": 20653, + "name": "Superior garden", + "type": "normal", + "duplicate": false + }, + { + "id": 20654, + "name": "Achievement gallery", + "type": "normal", + "duplicate": false + }, + { + "id": 20655, + "name": "Ring of suffering (r)", + "type": "normal", + "duplicate": false + }, + { + "id": 20656, + "name": "Ring of suffering (r)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20657, + "name": "Ring of suffering (ri)", + "type": "normal", + "duplicate": false + }, + { + "id": 20658, + "name": "Ring of suffering (ri)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20659, + "name": "Giant squirrel", + "type": "normal", + "duplicate": false + }, + { + "id": 20660, + "name": "Giant squirrel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20661, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 20662, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20663, + "name": "Rocky", + "type": "normal", + "duplicate": false + }, + { + "id": 20664, + "name": "Rocky", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20665, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20666, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20667, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20668, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20669, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20670, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20671, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20672, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20673, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20674, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20675, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20676, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20677, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20678, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20679, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20680, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20681, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20682, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20683, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20684, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20685, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20686, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20687, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20688, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20689, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20690, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20691, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 20692, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20693, + "name": "Phoenix", + "type": "normal", + "duplicate": false + }, + { + "id": 20694, + "name": "Phoenix", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20695, + "name": "Bruma root", + "type": "normal", + "duplicate": false + }, + { + "id": 20696, + "name": "Bruma kindling", + "type": "normal", + "duplicate": false + }, + { + "id": 20697, + "name": "Rejuvenation potion (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 20698, + "name": "Bruma herb", + "type": "normal", + "duplicate": false + }, + { + "id": 20699, + "name": "Rejuvenation potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20700, + "name": "Rejuvenation potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20701, + "name": "Rejuvenation potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20702, + "name": "Rejuvenation potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20703, + "name": "Supply crate", + "type": "normal", + "duplicate": false + }, + { + "id": 20704, + "name": "Pyromancer garb", + "type": "normal", + "duplicate": false + }, + { + "id": 20705, + "name": "Pyromancer garb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20706, + "name": "Pyromancer robe", + "type": "normal", + "duplicate": false + }, + { + "id": 20707, + "name": "Pyromancer robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20708, + "name": "Pyromancer hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20709, + "name": "Pyromancer hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20710, + "name": "Pyromancer boots", + "type": "normal", + "duplicate": false + }, + { + "id": 20711, + "name": "Pyromancer boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20712, + "name": "Warm gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 20713, + "name": "Warm gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20714, + "name": "Tome of fire", + "type": "normal", + "duplicate": false + }, + { + "id": 20715, + "name": "Tome of fire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20716, + "name": "Tome of fire (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 20717, + "name": "Tome of fire (empty)", + "type": "noted", + "duplicate": true + }, + { + "id": 20718, + "name": "Burnt page", + "type": "normal", + "duplicate": false + }, + { + "id": 20719, + "name": "Burnt page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20720, + "name": "Bruma torch", + "type": "normal", + "duplicate": false + }, + { + "id": 20721, + "name": "Bruma torch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20722, + "name": "Emerald lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 20723, + "name": "Emerald lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20724, + "name": "Imbued heart", + "type": "normal", + "duplicate": false + }, + { + "id": 20725, + "name": "Imbued heart", + "type": "noted", + "duplicate": true + }, + { + "id": 20726, + "name": "Imbued heart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20727, + "name": "Leaf-bladed battleaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 20728, + "name": "Leaf-bladed battleaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 20729, + "name": "Leaf-bladed battleaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20730, + "name": "Mist battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 20731, + "name": "Mist battlestaff", + "type": "noted", + "duplicate": true + }, + { + "id": 20732, + "name": "Mist battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20733, + "name": "Mystic mist staff", + "type": "normal", + "duplicate": false + }, + { + "id": 20734, + "name": "Mystic mist staff", + "type": "noted", + "duplicate": true + }, + { + "id": 20735, + "name": "Mystic mist staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20736, + "name": "Dust battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 20737, + "name": "Dust battlestaff", + "type": "noted", + "duplicate": true + }, + { + "id": 20738, + "name": "Dust battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20739, + "name": "Mystic dust staff", + "type": "normal", + "duplicate": false + }, + { + "id": 20740, + "name": "Mystic dust staff", + "type": "noted", + "duplicate": true + }, + { + "id": 20741, + "name": "Mystic dust staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20742, + "name": "Empty jug pack", + "type": "normal", + "duplicate": false + }, + { + "id": 20743, + "name": "Empty jug pack", + "type": "noted", + "duplicate": true + }, + { + "id": 20744, + "name": "Empty jug pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20745, + "name": "Combat dummy", + "type": "normal", + "duplicate": false + }, + { + "id": 20746, + "name": "Undead combat dummy", + "type": "normal", + "duplicate": false + }, + { + "id": 20747, + "name": "Bologa's blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 20748, + "name": "Bologa's blessing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20749, + "name": "Zamorak's grapes", + "type": "normal", + "duplicate": false + }, + { + "id": 20750, + "name": "Zamorak's grapes", + "type": "noted", + "duplicate": true + }, + { + "id": 20751, + "name": "Zamorak's grapes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20752, + "name": "Zamorak's unfermented wine", + "type": "normal", + "duplicate": false + }, + { + "id": 20753, + "name": "Zamorak's unfermented wine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20754, + "name": "Giant key", + "type": "normal", + "duplicate": false + }, + { + "id": 20755, + "name": "Giant key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20756, + "name": "Hill giant club", + "type": "normal", + "duplicate": false + }, + { + "id": 20757, + "name": "Hill giant club", + "type": "noted", + "duplicate": true + }, + { + "id": 20758, + "name": "Hill giant club", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 20760, + "name": "Ardougne max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 20761, + "name": "Ardougne max cape", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 20764, + "name": "Ardougne max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 20765, + "name": "Ardougne max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20766, + "name": "Manor key", + "type": "normal", + "duplicate": false + }, + { + "id": 20767, + "name": "Ruby key", + "type": "normal", + "duplicate": false + }, + { + "id": 20768, + "name": "Emerald key", + "type": "normal", + "duplicate": false + }, + { + "id": 20769, + "name": "Sapphire key", + "type": "normal", + "duplicate": false + }, + { + "id": 20770, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 20771, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 20772, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 20773, + "name": "Banshee mask", + "type": "normal", + "duplicate": false + }, + { + "id": 20774, + "name": "Banshee mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20775, + "name": "Banshee top", + "type": "normal", + "duplicate": false + }, + { + "id": 20776, + "name": "Banshee top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20777, + "name": "Banshee robe", + "type": "normal", + "duplicate": false + }, + { + "id": 20778, + "name": "Banshee robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20779, + "name": "Hunting knife", + "type": "normal", + "duplicate": false + }, + { + "id": 20780, + "name": "Hunting knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20781, + "name": "Killer's knife", + "type": "normal", + "duplicate": false + }, + { + "id": 20782, + "name": "Bandos godsword", + "type": "normal", + "duplicate": true + }, + { + "id": 20783, + "name": "Bird nest", + "type": "noted", + "duplicate": true + }, + { + "id": 20784, + "name": "Dragon claws", + "type": "normal", + "duplicate": false + }, + { + "id": 20785, + "name": "Dragon warhammer", + "type": "normal", + "duplicate": true + }, + { + "id": 20786, + "name": "Ring of wealth (i5)", + "type": "normal", + "duplicate": false + }, + { + "id": 20787, + "name": "Ring of wealth (i4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20788, + "name": "Ring of wealth (i3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20789, + "name": "Ring of wealth (i2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20790, + "name": "Ring of wealth (i1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20791, + "name": "Extra supply crate", + "type": "normal", + "duplicate": false + }, + { + "id": 20792, + "name": "Hardcore ironman helm", + "type": "normal", + "duplicate": false + }, + { + "id": 20793, + "name": "Hardcore ironman helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20794, + "name": "Hardcore ironman platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 20795, + "name": "Hardcore ironman platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20796, + "name": "Hardcore ironman platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 20797, + "name": "Hardcore ironman platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20798, + "name": "Smelly journal", + "type": "normal", + "duplicate": false + }, + { + "id": 20799, + "name": "Kindling", + "type": "normal", + "duplicate": false + }, + { + "id": 20800, + "name": "Empty gourd vial", + "type": "normal", + "duplicate": false + }, + { + "id": 20801, + "name": "Water-filled gourd vial", + "type": "normal", + "duplicate": false + }, + { + "id": 20802, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 20832, + "name": "Snow globe", + "type": "normal", + "duplicate": false + }, + { + "id": 20833, + "name": "Snow globe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20834, + "name": "Sack of presents", + "type": "normal", + "duplicate": false + }, + { + "id": 20835, + "name": "Sack of presents", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20836, + "name": "Giant present", + "type": "normal", + "duplicate": false + }, + { + "id": 20837, + "name": "Giant present", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20838, + "name": "Corrupted helm", + "type": "normal", + "duplicate": false + }, + { + "id": 20839, + "name": "Corrupted helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20840, + "name": "Corrupted platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 20841, + "name": "Corrupted platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20842, + "name": "Corrupted platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 20843, + "name": "Corrupted platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20844, + "name": "Corrupted plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 20845, + "name": "Corrupted plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20846, + "name": "Corrupted kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 20847, + "name": "Corrupted kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20848, + "name": "Dragon claws", + "type": "noted", + "duplicate": true + }, + { + "id": 20849, + "name": "Dragon thrownaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 20850, + "name": "Dragon thrownaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20851, + "name": "Olmlet", + "type": "normal", + "duplicate": false + }, + { + "id": 20852, + "name": "Olmlet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20853, + "name": "Cave worms", + "type": "normal", + "duplicate": false + }, + { + "id": 20854, + "name": "Burnt fish", + "type": "normal", + "duplicate": false + }, + { + "id": 20855, + "name": "Raw pysk fish (0)", + "type": "normal", + "duplicate": false + }, + { + "id": 20856, + "name": "Pysk fish (0)", + "type": "normal", + "duplicate": false + }, + { + "id": 20857, + "name": "Raw suphi fish (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20858, + "name": "Suphi fish (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20859, + "name": "Raw leckish fish (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20860, + "name": "Leckish fish (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20861, + "name": "Raw brawk fish (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20862, + "name": "Brawk fish (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20863, + "name": "Raw mycil fish (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20864, + "name": "Mycil fish (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20865, + "name": "Raw roqed fish (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 20866, + "name": "Roqed fish (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 20867, + "name": "Raw kyren fish (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 20868, + "name": "Kyren fish (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 20869, + "name": "Burnt bat", + "type": "normal", + "duplicate": false + }, + { + "id": 20870, + "name": "Raw guanic bat (0)", + "type": "normal", + "duplicate": false + }, + { + "id": 20871, + "name": "Guanic bat (0)", + "type": "normal", + "duplicate": false + }, + { + "id": 20872, + "name": "Raw prael bat (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20873, + "name": "Prael bat (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20874, + "name": "Raw giral bat (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20875, + "name": "Giral bat (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20876, + "name": "Raw phluxia bat (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20877, + "name": "Phluxia bat (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20878, + "name": "Raw kryket bat (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20879, + "name": "Kryket bat (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20880, + "name": "Raw murng bat (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 20881, + "name": "Murng bat (5)", + "type": "normal", + "duplicate": false + }, + { + "id": 20882, + "name": "Raw psykk bat (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 20883, + "name": "Psykk bat (6)", + "type": "normal", + "duplicate": false + }, + { + "id": 20884, + "name": "Keystone crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 20885, + "name": "Cavern grubs", + "type": "normal", + "duplicate": false + }, + { + "id": 20886, + "name": "Creature keeper's journal", + "type": "normal", + "duplicate": false + }, + { + "id": 20887, + "name": "Creature keeper's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20888, + "name": "Nistirio's manifesto", + "type": "normal", + "duplicate": false + }, + { + "id": 20889, + "name": "Nistirio's manifesto", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20890, + "name": "Tekton's journal", + "type": "normal", + "duplicate": false + }, + { + "id": 20891, + "name": "Tekton's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20892, + "name": "Medivaemia blossom", + "type": "normal", + "duplicate": false + }, + { + "id": 20893, + "name": "Transdimensional notes", + "type": "normal", + "duplicate": false + }, + { + "id": 20894, + "name": "Transdimensional notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20895, + "name": "Vanguard judgement", + "type": "normal", + "duplicate": false + }, + { + "id": 20896, + "name": "Vanguard judgement", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20897, + "name": "Houndmaster's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 20898, + "name": "Houndmaster's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20899, + "name": "Dark journal", + "type": "normal", + "duplicate": false + }, + { + "id": 20900, + "name": "Dark journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 20901, + "name": "Grimy noxifer", + "type": "normal", + "duplicate": false + }, + { + "id": 20902, + "name": "Noxifer", + "type": "normal", + "duplicate": false + }, + { + "id": 20903, + "name": "Noxifer seed", + "type": "normal", + "duplicate": false + }, + { + "id": 20904, + "name": "Grimy golpar", + "type": "normal", + "duplicate": false + }, + { + "id": 20905, + "name": "Golpar", + "type": "normal", + "duplicate": false + }, + { + "id": 20906, + "name": "Golpar seed", + "type": "normal", + "duplicate": false + }, + { + "id": 20907, + "name": "Grimy buchu leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 20908, + "name": "Buchu leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 20909, + "name": "Buchu seed", + "type": "normal", + "duplicate": false + }, + { + "id": 20910, + "name": "Stinkhorn mushroom", + "type": "normal", + "duplicate": false + }, + { + "id": 20911, + "name": "Endarkened juice", + "type": "normal", + "duplicate": false + }, + { + "id": 20912, + "name": "Cicely", + "type": "normal", + "duplicate": false + }, + { + "id": 20913, + "name": "Elder (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20914, + "name": "Elder (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20915, + "name": "Elder (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20916, + "name": "Elder (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20917, + "name": "Elder potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20918, + "name": "Elder potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20919, + "name": "Elder potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20920, + "name": "Elder potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20921, + "name": "Elder (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20922, + "name": "Elder (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20923, + "name": "Elder (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20924, + "name": "Elder (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20925, + "name": "Twisted (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20926, + "name": "Twisted (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20927, + "name": "Twisted (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20928, + "name": "Twisted (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20929, + "name": "Twisted potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20930, + "name": "Twisted potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20931, + "name": "Twisted potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20932, + "name": "Twisted potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20933, + "name": "Twisted (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20934, + "name": "Twisted (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20935, + "name": "Twisted (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20936, + "name": "Twisted (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20937, + "name": "Kodai (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20938, + "name": "Kodai (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20939, + "name": "Kodai (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20940, + "name": "Kodai (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20941, + "name": "Kodai potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20942, + "name": "Kodai potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20943, + "name": "Kodai potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20944, + "name": "Kodai potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20945, + "name": "Kodai (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20946, + "name": "Kodai (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20947, + "name": "Kodai (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20948, + "name": "Kodai (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20949, + "name": "Revitalisation (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20950, + "name": "Revitalisation (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20951, + "name": "Revitalisation (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20952, + "name": "Revitalisation (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20953, + "name": "Revitalisation potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20954, + "name": "Revitalisation potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20955, + "name": "Revitalisation potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20956, + "name": "Revitalisation potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20957, + "name": "Revitalisation (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20958, + "name": "Revitalisation (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20959, + "name": "Revitalisation (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20960, + "name": "Revitalisation (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20961, + "name": "Prayer enhance (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20962, + "name": "Prayer enhance (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20963, + "name": "Prayer enhance (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20964, + "name": "Prayer enhance (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20965, + "name": "Prayer enhance (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20966, + "name": "Prayer enhance (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20967, + "name": "Prayer enhance (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20968, + "name": "Prayer enhance (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20969, + "name": "Prayer enhance (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20970, + "name": "Prayer enhance (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20971, + "name": "Prayer enhance (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20972, + "name": "Prayer enhance (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20973, + "name": "Xeric's aid (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20974, + "name": "Xeric's aid (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20975, + "name": "Xeric's aid (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20976, + "name": "Xeric's aid (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20977, + "name": "Xeric's aid (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20978, + "name": "Xeric's aid (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20979, + "name": "Xeric's aid (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20980, + "name": "Xeric's aid (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20981, + "name": "Xeric's aid (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20982, + "name": "Xeric's aid (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20983, + "name": "Xeric's aid (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20984, + "name": "Xeric's aid (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20985, + "name": "Overload (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20986, + "name": "Overload (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20987, + "name": "Overload (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20988, + "name": "Overload (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20989, + "name": "Overload (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20990, + "name": "Overload (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20991, + "name": "Overload (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20992, + "name": "Overload (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20993, + "name": "Overload (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 20994, + "name": "Overload (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 20995, + "name": "Overload (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 20996, + "name": "Overload (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 20997, + "name": "Twisted bow", + "type": "normal", + "duplicate": false + }, + { + "id": 20998, + "name": "Twisted bow", + "type": "noted", + "duplicate": true + }, + { + "id": 20999, + "name": "Twisted bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21000, + "name": "Twisted buckler", + "type": "normal", + "duplicate": false + }, + { + "id": 21001, + "name": "Twisted buckler", + "type": "noted", + "duplicate": true + }, + { + "id": 21002, + "name": "Twisted buckler", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21003, + "name": "Elder maul", + "type": "normal", + "duplicate": false + }, + { + "id": 21004, + "name": "Elder maul", + "type": "noted", + "duplicate": true + }, + { + "id": 21005, + "name": "Elder maul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21006, + "name": "Kodai wand", + "type": "normal", + "duplicate": false + }, + { + "id": 21007, + "name": "Kodai wand", + "type": "noted", + "duplicate": true + }, + { + "id": 21008, + "name": "Kodai wand", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21009, + "name": "Dragon sword", + "type": "normal", + "duplicate": false + }, + { + "id": 21010, + "name": "Dragon sword", + "type": "noted", + "duplicate": true + }, + { + "id": 21011, + "name": "Dragon sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21012, + "name": "Dragon hunter crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 21013, + "name": "Dragon hunter crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 21014, + "name": "Dragon hunter crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21015, + "name": "Dinh's bulwark", + "type": "normal", + "duplicate": false + }, + { + "id": 21016, + "name": "Dinh's bulwark", + "type": "noted", + "duplicate": true + }, + { + "id": 21017, + "name": "Dinh's bulwark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21018, + "name": "Ancestral hat", + "type": "normal", + "duplicate": false + }, + { + "id": 21019, + "name": "Ancestral hat", + "type": "noted", + "duplicate": true + }, + { + "id": 21020, + "name": "Ancestral hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21021, + "name": "Ancestral robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 21022, + "name": "Ancestral robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 21023, + "name": "Ancestral robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21024, + "name": "Ancestral robe bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 21025, + "name": "Ancestral robe bottom", + "type": "noted", + "duplicate": true + }, + { + "id": 21026, + "name": "Ancestral robe bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21027, + "name": "Dark relic", + "type": "normal", + "duplicate": false + }, + { + "id": 21028, + "name": "Dragon harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 21029, + "name": "Dragon harpoon", + "type": "noted", + "duplicate": true + }, + { + "id": 21030, + "name": "Dragon harpoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21031, + "name": "Infernal harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 21032, + "name": "Infernal harpoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21033, + "name": "Infernal harpoon (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 21034, + "name": "Dexterous prayer scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 21035, + "name": "Dexterous prayer scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 21036, + "name": "Mallignum root plank", + "type": "normal", + "duplicate": false + }, + { + "id": 21037, + "name": "Small storage unit", + "type": "normal", + "duplicate": false + }, + { + "id": 21038, + "name": "Medium storage unit", + "type": "normal", + "duplicate": false + }, + { + "id": 21039, + "name": "Large storage unit", + "type": "normal", + "duplicate": false + }, + { + "id": 21040, + "name": "Medium storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 21041, + "name": "Large storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 21042, + "name": "Large storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 21043, + "name": "Kodai insignia", + "type": "normal", + "duplicate": false + }, + { + "id": 21044, + "name": "Kodai insignia", + "type": "noted", + "duplicate": true + }, + { + "id": 21045, + "name": "Kodai insignia", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21046, + "name": "Ancient tablet", + "type": "normal", + "duplicate": false + }, + { + "id": 21047, + "name": "Torn prayer scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 21048, + "name": "Torn prayer scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 21049, + "name": "Ancestral robes set", + "type": "normal", + "duplicate": false + }, + { + "id": 21050, + "name": "Ancestral robes set", + "type": "noted", + "duplicate": true + }, + { + "id": 21051, + "name": "Ancestral robes set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21052, + "name": "Manor key", + "type": "normal", + "duplicate": false + }, + { + "id": 21053, + "name": "Ruby key", + "type": "normal", + "duplicate": false + }, + { + "id": 21054, + "name": "Emerald key", + "type": "normal", + "duplicate": false + }, + { + "id": 21055, + "name": "Sapphire key", + "type": "normal", + "duplicate": false + }, + { + "id": 21056, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 21057, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 21058, + "name": "Notes", + "type": "normal", + "duplicate": false + }, + { + "id": 21059, + "name": "Killer's knife", + "type": "normal", + "duplicate": false + }, + { + "id": 21060, + "name": "Bandos godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 21061, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21062, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21063, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 21064, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21065, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21066, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21067, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 21068, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21069, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 21070, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 21071, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21072, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 21073, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21074, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21075, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 21076, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 21077, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21078, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 21079, + "name": "Arcane prayer scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 21080, + "name": "Arcane prayer scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 21081, + "name": "Opal ring", + "type": "normal", + "duplicate": false + }, + { + "id": 21082, + "name": "Opal ring", + "type": "noted", + "duplicate": true + }, + { + "id": 21083, + "name": "Opal ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21084, + "name": "Jade ring", + "type": "normal", + "duplicate": false + }, + { + "id": 21085, + "name": "Jade ring", + "type": "noted", + "duplicate": true + }, + { + "id": 21086, + "name": "Jade ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21087, + "name": "Topaz ring", + "type": "normal", + "duplicate": false + }, + { + "id": 21088, + "name": "Topaz ring", + "type": "noted", + "duplicate": true + }, + { + "id": 21089, + "name": "Topaz ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21090, + "name": "Opal necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 21091, + "name": "Opal necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 21092, + "name": "Opal necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21093, + "name": "Jade necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 21094, + "name": "Jade necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 21095, + "name": "Jade necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21096, + "name": "Topaz necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 21097, + "name": "Topaz necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 21098, + "name": "Topaz necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21099, + "name": "Opal amulet (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 21100, + "name": "Opal amulet (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 21101, + "name": "Opal amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21102, + "name": "Jade amulet (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 21103, + "name": "Jade amulet (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 21104, + "name": "Jade amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21105, + "name": "Topaz amulet (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 21106, + "name": "Topaz amulet (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 21107, + "name": "Topaz amulet (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21108, + "name": "Opal amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 21109, + "name": "Opal amulet", + "type": "noted", + "duplicate": true + }, + { + "id": 21110, + "name": "Opal amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21111, + "name": "Jade amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 21112, + "name": "Jade amulet", + "type": "noted", + "duplicate": true + }, + { + "id": 21113, + "name": "Jade amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21114, + "name": "Topaz amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 21115, + "name": "Topaz amulet", + "type": "noted", + "duplicate": true + }, + { + "id": 21116, + "name": "Topaz amulet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21117, + "name": "Opal bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 21118, + "name": "Opal bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 21119, + "name": "Opal bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21120, + "name": "Jade bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 21121, + "name": "Jade bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 21122, + "name": "Jade bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21123, + "name": "Topaz bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 21124, + "name": "Topaz bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 21125, + "name": "Topaz bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21126, + "name": "Ring of pursuit", + "type": "normal", + "duplicate": false + }, + { + "id": 21127, + "name": "Ring of pursuit", + "type": "noted", + "duplicate": true + }, + { + "id": 21128, + "name": "Ring of pursuit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21129, + "name": "Ring of returning(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 21130, + "name": "Ring of returning(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 21131, + "name": "Ring of returning(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21132, + "name": "Ring of returning(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 21133, + "name": "Ring of returning(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 21134, + "name": "Ring of returning(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 21135, + "name": "Ring of returning(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 21136, + "name": "Ring of returning(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 21137, + "name": "Ring of returning(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 21138, + "name": "Ring of returning(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 21139, + "name": "Ring of returning(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 21140, + "name": "Efaritay's aid", + "type": "normal", + "duplicate": false + }, + { + "id": 21141, + "name": "Efaritay's aid", + "type": "noted", + "duplicate": true + }, + { + "id": 21142, + "name": "Efaritay's aid", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21143, + "name": "Dodgy necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 21144, + "name": "Dodgy necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 21145, + "name": "Dodgy necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21146, + "name": "Necklace of passage(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 21147, + "name": "Necklace of passage(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 21148, + "name": "Necklace of passage(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21149, + "name": "Necklace of passage(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 21150, + "name": "Necklace of passage(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 21151, + "name": "Necklace of passage(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 21152, + "name": "Necklace of passage(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 21153, + "name": "Necklace of passage(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 21154, + "name": "Necklace of passage(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 21155, + "name": "Necklace of passage(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 21156, + "name": "Necklace of passage(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 21157, + "name": "Necklace of faith", + "type": "normal", + "duplicate": false + }, + { + "id": 21158, + "name": "Necklace of faith", + "type": "noted", + "duplicate": true + }, + { + "id": 21159, + "name": "Necklace of faith", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21160, + "name": "Amulet of bounty", + "type": "normal", + "duplicate": false + }, + { + "id": 21161, + "name": "Amulet of bounty", + "type": "noted", + "duplicate": true + }, + { + "id": 21162, + "name": "Amulet of bounty", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21163, + "name": "Amulet of chemistry", + "type": "normal", + "duplicate": false + }, + { + "id": 21164, + "name": "Amulet of chemistry", + "type": "noted", + "duplicate": true + }, + { + "id": 21165, + "name": "Amulet of chemistry", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21166, + "name": "Burning amulet(5)", + "type": "normal", + "duplicate": false + }, + { + "id": 21167, + "name": "Burning amulet(5)", + "type": "noted", + "duplicate": true + }, + { + "id": 21168, + "name": "Burning amulet(5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21169, + "name": "Burning amulet(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 21170, + "name": "Burning amulet(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 21171, + "name": "Burning amulet(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 21172, + "name": "Burning amulet(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 21173, + "name": "Burning amulet(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 21174, + "name": "Burning amulet(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 21175, + "name": "Burning amulet(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 21176, + "name": "Burning amulet(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 21177, + "name": "Expeditious bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 21178, + "name": "Expeditious bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 21179, + "name": "Expeditious bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21180, + "name": "Flamtaer bracelet", + "type": "normal", + "duplicate": false + }, + { + "id": 21181, + "name": "Flamtaer bracelet", + "type": "noted", + "duplicate": true + }, + { + "id": 21182, + "name": "Flamtaer bracelet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21183, + "name": "Bracelet of slaughter", + "type": "normal", + "duplicate": false + }, + { + "id": 21184, + "name": "Bracelet of slaughter", + "type": "noted", + "duplicate": true + }, + { + "id": 21185, + "name": "Bracelet of slaughter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21186, + "name": "Fire max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21187, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21188, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21189, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21190, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21191, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21192, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21193, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21194, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21195, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21196, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21197, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21198, + "name": "Lava battlestaff", + "type": "normal", + "duplicate": false + }, + { + "id": 21199, + "name": "Lava battlestaff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21200, + "name": "Mystic lava staff", + "type": "normal", + "duplicate": false + }, + { + "id": 21201, + "name": "Mystic lava staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21202, + "name": "Lava staff upgrade kit", + "type": "normal", + "duplicate": false + }, + { + "id": 21203, + "name": "Lava staff upgrade kit", + "type": "noted", + "duplicate": true + }, + { + "id": 21204, + "name": "Lava staff upgrade kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21205, + "name": "Elder maul", + "type": "normal", + "duplicate": true + }, + { + "id": 21206, + "name": "Dragon sword", + "type": "normal", + "duplicate": true + }, + { + "id": 21207, + "name": "Dragon thrownaxe", + "type": "normal", + "duplicate": true + }, + { + "id": 21208, + "name": "Invitation list", + "type": "normal", + "duplicate": false + }, + { + "id": 21209, + "name": "Birthday balloons", + "type": "normal", + "duplicate": false + }, + { + "id": 21210, + "name": "Birthday balloons", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21211, + "name": "4th birthday hat", + "type": "normal", + "duplicate": false + }, + { + "id": 21212, + "name": "4th birthday hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21213, + "name": "Servant's moneybag", + "type": "normal", + "duplicate": false + }, + { + "id": 21214, + "name": "Easter egg helm", + "type": "normal", + "duplicate": false + }, + { + "id": 21215, + "name": "Easter egg helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21216, + "name": "Fruity easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21217, + "name": "Fresh easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21218, + "name": "Bitter easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21219, + "name": "Earthy easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21220, + "name": "Spicy easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21221, + "name": "Meaty easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21222, + "name": "Salted easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21223, + "name": "Rich easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21224, + "name": "Fluffy easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21225, + "name": "Smoked easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21226, + "name": "Fishy easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21227, + "name": "Crunchy easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 21228, + "name": "Fruity chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21229, + "name": "Fresh chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21230, + "name": "Bitter chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21231, + "name": "Earthy chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21232, + "name": "Spicy chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21233, + "name": "Meaty chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21234, + "name": "Salted chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21235, + "name": "Rich chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21236, + "name": "Fluffy chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21237, + "name": "Smoked chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21238, + "name": "Fishy chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21239, + "name": "Crunchy chocolate mix", + "type": "normal", + "duplicate": false + }, + { + "id": 21240, + "name": "Wester banana", + "type": "normal", + "duplicate": false + }, + { + "id": 21241, + "name": "Wester papaya", + "type": "normal", + "duplicate": false + }, + { + "id": 21242, + "name": "Wester lemon", + "type": "normal", + "duplicate": false + }, + { + "id": 21243, + "name": "Bucket of wester sand", + "type": "normal", + "duplicate": false + }, + { + "id": 21244, + "name": "Wester spices", + "type": "normal", + "duplicate": false + }, + { + "id": 21245, + "name": "Beef fillet", + "type": "normal", + "duplicate": false + }, + { + "id": 21246, + "name": "Sea salt", + "type": "normal", + "duplicate": false + }, + { + "id": 21247, + "name": "Gold fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21248, + "name": "Fluffy feathers", + "type": "normal", + "duplicate": false + }, + { + "id": 21249, + "name": "Wester fish", + "type": "normal", + "duplicate": false + }, + { + "id": 21250, + "name": "Rock", + "type": "normal", + "duplicate": false + }, + { + "id": 21251, + "name": "Wester chocolate", + "type": "normal", + "duplicate": false + }, + { + "id": 21252, + "name": "Egg mould", + "type": "normal", + "duplicate": false + }, + { + "id": 21253, + "name": "Farmer's strawhat", + "type": "normal", + "duplicate": false + }, + { + "id": 21254, + "name": "Farmer's strawhat", + "type": "normal", + "duplicate": false + }, + { + "id": 21255, + "name": "Slayer's staff (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21256, + "name": "Slayer's staff (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21257, + "name": "Slayer's enchantment", + "type": "normal", + "duplicate": false + }, + { + "id": 21258, + "name": "Slayer's enchantment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21259, + "name": "Enchanted scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 21260, + "name": "Enchanted quill", + "type": "normal", + "duplicate": false + }, + { + "id": 21261, + "name": "Mysterious orb", + "type": "normal", + "duplicate": false + }, + { + "id": 21262, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 21263, + "name": "Copper's crimson collar", + "type": "normal", + "duplicate": false + }, + { + "id": 21264, + "name": "Purple slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 21265, + "name": "Purple slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21266, + "name": "Purple slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 21267, + "name": "Purple slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21268, + "name": "Slayer ring (eternal)", + "type": "normal", + "duplicate": false + }, + { + "id": 21269, + "name": "Slayer ring (eternal)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21270, + "name": "Eternal gem", + "type": "normal", + "duplicate": false + }, + { + "id": 21271, + "name": "Eternal gem", + "type": "noted", + "duplicate": true + }, + { + "id": 21272, + "name": "Eternal gem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21273, + "name": "Skotos", + "type": "normal", + "duplicate": false + }, + { + "id": 21274, + "name": "Skotos", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21275, + "name": "Dark claw", + "type": "normal", + "duplicate": false + }, + { + "id": 21276, + "name": "Skull sceptre (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 21277, + "name": "Skull sceptre (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21278, + "name": "Tzhaar-hur", + "type": "normal", + "duplicate": false + }, + { + "id": 21279, + "name": "Obsidian armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 21280, + "name": "Obsidian armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 21281, + "name": "Obsidian armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21282, + "name": "Infernal max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21283, + "name": "Infernal max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21284, + "name": "Infernal max cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21285, + "name": "Infernal max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21286, + "name": "Infernal max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21287, + "name": "Infernal cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 21288, + "name": "Infernal cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21289, + "name": "Infernal max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 21290, + "name": "Infernal max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21291, + "name": "Jal-nib-rek", + "type": "normal", + "duplicate": false + }, + { + "id": 21292, + "name": "Jal-nib-rek", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21293, + "name": "Infernal eel", + "type": "normal", + "duplicate": false + }, + { + "id": 21294, + "name": "Infernal eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21295, + "name": "Infernal cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21296, + "name": "Infernal cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21297, + "name": "Infernal cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21298, + "name": "Obsidian helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 21299, + "name": "Obsidian helmet", + "type": "noted", + "duplicate": true + }, + { + "id": 21300, + "name": "Obsidian helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21301, + "name": "Obsidian platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 21302, + "name": "Obsidian platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 21303, + "name": "Obsidian platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21304, + "name": "Obsidian platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 21305, + "name": "Obsidian platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 21306, + "name": "Obsidian platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21307, + "name": "Rogue's equipment crate", + "type": "normal", + "duplicate": false + }, + { + "id": 21308, + "name": "Red rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21309, + "name": "Orange rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21310, + "name": "Yellow rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21311, + "name": "Green rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21312, + "name": "Blue rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21313, + "name": "Purple rainbow strand", + "type": "normal", + "duplicate": false + }, + { + "id": 21314, + "name": "Rainbow scarf", + "type": "normal", + "duplicate": false + }, + { + "id": 21315, + "name": "Rainbow scarf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21316, + "name": "Amethyst broad bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21317, + "name": "Amethyst broad bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21318, + "name": "Amethyst javelin", + "type": "normal", + "duplicate": false + }, + { + "id": 21319, + "name": "Amethyst javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21320, + "name": "Amethyst javelin(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 21321, + "name": "Amethyst javelin(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21322, + "name": "Amethyst javelin(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 21323, + "name": "Amethyst javelin(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21324, + "name": "Amethyst javelin(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 21325, + "name": "Amethyst javelin(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21326, + "name": "Amethyst arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 21327, + "name": "Amethyst arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21328, + "name": "Amethyst fire arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 21329, + "name": "Amethyst fire arrow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21330, + "name": "Amethyst fire arrow (lit)", + "type": "normal", + "duplicate": false + }, + { + "id": 21331, + "name": "Amethyst fire arrow (lit)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21332, + "name": "Amethyst arrow(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 21333, + "name": "Amethyst arrow(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21334, + "name": "Amethyst arrow(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 21335, + "name": "Amethyst arrow(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21336, + "name": "Amethyst arrow(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 21337, + "name": "Amethyst arrow(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21338, + "name": "Amethyst bolt tips", + "type": "normal", + "duplicate": false + }, + { + "id": 21339, + "name": "Amethyst bolt tips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21340, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21341, + "name": "Unidentified minerals", + "type": "normal", + "duplicate": false + }, + { + "id": 21342, + "name": "Unidentified minerals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21343, + "name": "Mining gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21344, + "name": "Mining gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21345, + "name": "Superior mining gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21346, + "name": "Superior mining gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21347, + "name": "Amethyst", + "type": "normal", + "duplicate": false + }, + { + "id": 21348, + "name": "Amethyst", + "type": "noted", + "duplicate": true + }, + { + "id": 21349, + "name": "Amethyst", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21350, + "name": "Amethyst arrowtips", + "type": "normal", + "duplicate": false + }, + { + "id": 21351, + "name": "Amethyst arrowtips", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21352, + "name": "Amethyst javelin heads", + "type": "normal", + "duplicate": false + }, + { + "id": 21353, + "name": "Amethyst javelin heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21354, + "name": "Hand fan", + "type": "normal", + "duplicate": false + }, + { + "id": 21355, + "name": "Hand fan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21356, + "name": "Minnow", + "type": "normal", + "duplicate": false + }, + { + "id": 21357, + "name": "Minnow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21358, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21359, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + { + "id": 21360, + "name": "Rock golem", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 21387, + "name": "Master scroll book (empty)", + "type": "normal", + "duplicate": false + }, + { + "id": 21388, + "name": "Master scroll book (empty)", + "type": "noted", + "duplicate": true + }, + { + "id": 21389, + "name": "Master scroll book", + "type": "normal", + "duplicate": false + }, + { + "id": 21390, + "name": "Master scroll book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21391, + "name": "Brutal black dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 21392, + "name": "Expert mining gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21393, + "name": "Expert mining gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21394, + "name": "Karambwanji", + "type": "normal", + "duplicate": false + }, + { + "id": 21395, + "name": "Karambwanji", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21396, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21397, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21398, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21399, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21400, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21401, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21402, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21403, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21404, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21405, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21406, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21407, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21408, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21409, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21410, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21411, + "name": "Clan wars cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21412, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21413, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21414, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21415, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21416, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21417, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21418, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21419, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21420, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21421, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21422, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21423, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21424, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21425, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21426, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21427, + "name": "Clan wars cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21428, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21429, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21430, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21431, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21432, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21433, + "name": "Wilderness champion amulet", + "type": "normal", + "duplicate": false + }, + { + "id": 21434, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21435, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21436, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21437, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21438, + "name": "Wilderness cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21439, + "name": "Champion's cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21440, + "name": "Champion's cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21441, + "name": "Slayer ring (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21442, + "name": "Void seal(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21443, + "name": "Amulet of glory (t6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21444, + "name": "Amulet of glory (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21445, + "name": "Pharaoh's sceptre (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21446, + "name": "Pharaoh's sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21447, + "name": "Castle wars bracelet(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21448, + "name": "Abyssal bracelet(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21449, + "name": "Skills necklace(6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21450, + "name": "Skills necklace(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21451, + "name": "Combat bracelet(6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21452, + "name": "Combat bracelet(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21453, + "name": "Amulet of glory(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21454, + "name": "Amulet of glory(6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21455, + "name": "Ring of dueling(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21456, + "name": "Ring of wealth (5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21457, + "name": "Ring of wealth (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21458, + "name": "Ring of wealth (i5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21459, + "name": "Ring of wealth (i1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21460, + "name": "Games necklace(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21461, + "name": "Ring of returning(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21462, + "name": "Necklace of passage(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21463, + "name": "Burning amulet(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21464, + "name": "Lyre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21465, + "name": "Enchanted lyre(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21466, + "name": "Teleport crystal (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21467, + "name": "Crystal teleport seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21468, + "name": "Digsite pendant (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21469, + "name": "Teak seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 21470, + "name": "Teak seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21471, + "name": "Mahogany seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 21472, + "name": "Mahogany seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21473, + "name": "Teak seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 21474, + "name": "Teak seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21475, + "name": "Mahogany seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 21476, + "name": "Mahogany seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21477, + "name": "Teak sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 21478, + "name": "Teak sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 21479, + "name": "Teak sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21480, + "name": "Mahogany sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 21481, + "name": "Mahogany sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 21482, + "name": "Mahogany sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21483, + "name": "Ultracompost", + "type": "normal", + "duplicate": false + }, + { + "id": 21484, + "name": "Ultracompost", + "type": "noted", + "duplicate": true + }, + { + "id": 21485, + "name": "Ultracompost", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21486, + "name": "Teak seed", + "type": "normal", + "duplicate": false + }, + { + "id": 21487, + "name": "Teak seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21488, + "name": "Mahogany seed", + "type": "normal", + "duplicate": false + }, + { + "id": 21489, + "name": "Mahogany seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21490, + "name": "Seaweed spore", + "type": "normal", + "duplicate": false + }, + { + "id": 21491, + "name": "Seaweed spore", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21492, + "name": "Teak seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21493, + "name": "Teak seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21494, + "name": "Teak seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21495, + "name": "Teak seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21496, + "name": "Mahogany seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21497, + "name": "Mahogany seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21498, + "name": "Mahogany seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21499, + "name": "Mahogany seed", + "type": "normal", + "duplicate": true + }, + { + "id": 21500, + "name": "Seaweed spore", + "type": "normal", + "duplicate": true + }, + { + "id": 21501, + "name": "Seaweed spore", + "type": "normal", + "duplicate": true + }, + { + "id": 21502, + "name": "Seaweed spore", + "type": "normal", + "duplicate": true + }, + { + "id": 21503, + "name": "Seaweed spore", + "type": "normal", + "duplicate": true + }, + { + "id": 21504, + "name": "Giant seaweed", + "type": "normal", + "duplicate": false + }, + { + "id": 21505, + "name": "Giant seaweed", + "type": "noted", + "duplicate": true + }, + { + "id": 21506, + "name": "Giant seaweed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21507, + "name": "Fossil island wyvern", + "type": "normal", + "duplicate": false + }, + { + "id": 21508, + "name": "Fossil island wyvern", + "type": "normal", + "duplicate": true + }, + { + "id": 21509, + "name": "Herbi", + "type": "normal", + "duplicate": false + }, + { + "id": 21510, + "name": "Herbi", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21511, + "name": "Herbiboar", + "type": "normal", + "duplicate": false + }, + { + "id": 21512, + "name": "Bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 21513, + "name": "Bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 21514, + "name": "Bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21515, + "name": "Oak bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 21516, + "name": "Oak bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 21517, + "name": "Oak bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21518, + "name": "Willow bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 21519, + "name": "Willow bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 21520, + "name": "Willow bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21521, + "name": "Teak bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 21522, + "name": "Teak bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 21523, + "name": "Teak bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21524, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 21525, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 21526, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 21527, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 21528, + "name": "Sawmill proposal", + "type": "normal", + "duplicate": false + }, + { + "id": 21529, + "name": "Sawmill agreement", + "type": "normal", + "duplicate": false + }, + { + "id": 21530, + "name": "Bone charm", + "type": "normal", + "duplicate": false + }, + { + "id": 21531, + "name": "Potion of sealegs", + "type": "normal", + "duplicate": false + }, + { + "id": 21532, + "name": "Iron ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21533, + "name": "Silver ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21534, + "name": "Coal fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21535, + "name": "Gold ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21536, + "name": "Mithril ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21537, + "name": "Adamantite ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21538, + "name": "Runite ore fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 21539, + "name": "Heat-proof vessel", + "type": "normal", + "duplicate": false + }, + { + "id": 21540, + "name": "Large rock", + "type": "normal", + "duplicate": false + }, + { + "id": 21541, + "name": "Volcanic mine teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 21542, + "name": "Volcanic mine teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21543, + "name": "Calcite", + "type": "normal", + "duplicate": false + }, + { + "id": 21544, + "name": "Calcite", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21545, + "name": "Pyrophosphite", + "type": "normal", + "duplicate": false + }, + { + "id": 21546, + "name": "Pyrophosphite", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21547, + "name": "Small enriched bone", + "type": "normal", + "duplicate": false + }, + { + "id": 21548, + "name": "Small enriched bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21549, + "name": "Medium enriched bone", + "type": "normal", + "duplicate": false + }, + { + "id": 21550, + "name": "Medium enriched bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21551, + "name": "Large enriched bone", + "type": "normal", + "duplicate": false + }, + { + "id": 21552, + "name": "Large enriched bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21553, + "name": "Rare enriched bone", + "type": "normal", + "duplicate": false + }, + { + "id": 21554, + "name": "Rare enriched bone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21555, + "name": "Numulite", + "type": "normal", + "duplicate": false + }, + { + "id": 21556, + "name": "Numulite", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21557, + "name": "Numulite", + "type": "normal", + "duplicate": true + }, + { + "id": 21558, + "name": "Numulite", + "type": "normal", + "duplicate": true + }, + { + "id": 21559, + "name": "Numulite", + "type": "normal", + "duplicate": true + }, + { + "id": 21560, + "name": "Numulite", + "type": "normal", + "duplicate": true + }, + { + "id": 21561, + "name": "Numulite", + "type": "normal", + "duplicate": true + }, + { + "id": 21562, + "name": "Unidentified small fossil", + "type": "normal", + "duplicate": false + }, + { + "id": 21563, + "name": "Unidentified small fossil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21564, + "name": "Unidentified medium fossil", + "type": "normal", + "duplicate": false + }, + { + "id": 21565, + "name": "Unidentified medium fossil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21566, + "name": "Unidentified large fossil", + "type": "normal", + "duplicate": false + }, + { + "id": 21567, + "name": "Unidentified large fossil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21568, + "name": "Unidentified rare fossil", + "type": "normal", + "duplicate": false + }, + { + "id": 21569, + "name": "Unidentified rare fossil", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21570, + "name": "Small fossilised limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 21571, + "name": "Small fossilised limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21572, + "name": "Small fossilised spine", + "type": "normal", + "duplicate": false + }, + { + "id": 21573, + "name": "Small fossilised spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21574, + "name": "Small fossilised ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 21575, + "name": "Small fossilised ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21576, + "name": "Small fossilised pelvis", + "type": "normal", + "duplicate": false + }, + { + "id": 21577, + "name": "Small fossilised pelvis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21578, + "name": "Small fossilised skull", + "type": "normal", + "duplicate": false + }, + { + "id": 21579, + "name": "Small fossilised skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21580, + "name": "Medium fossilised limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 21581, + "name": "Medium fossilised limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21582, + "name": "Medium fossilised spine", + "type": "normal", + "duplicate": false + }, + { + "id": 21583, + "name": "Medium fossilised spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21584, + "name": "Medium fossilised ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 21585, + "name": "Medium fossilised ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21586, + "name": "Medium fossilised pelvis", + "type": "normal", + "duplicate": false + }, + { + "id": 21587, + "name": "Medium fossilised pelvis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21588, + "name": "Medium fossilised skull", + "type": "normal", + "duplicate": false + }, + { + "id": 21589, + "name": "Medium fossilised skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21590, + "name": "Fossilised roots", + "type": "normal", + "duplicate": false + }, + { + "id": 21591, + "name": "Fossilised roots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21592, + "name": "Fossilised stump", + "type": "normal", + "duplicate": false + }, + { + "id": 21593, + "name": "Fossilised stump", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21594, + "name": "Fossilised branch", + "type": "normal", + "duplicate": false + }, + { + "id": 21595, + "name": "Fossilised branch", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21596, + "name": "Fossilised leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 21597, + "name": "Fossilised leaf", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21598, + "name": "Fossilised mushroom", + "type": "normal", + "duplicate": false + }, + { + "id": 21599, + "name": "Fossilised mushroom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21600, + "name": "Large fossilised limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 21601, + "name": "Large fossilised limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21602, + "name": "Large fossilised spine", + "type": "normal", + "duplicate": false + }, + { + "id": 21603, + "name": "Large fossilised spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21604, + "name": "Large fossilised ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 21605, + "name": "Large fossilised ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21606, + "name": "Large fossilised pelvis", + "type": "normal", + "duplicate": false + }, + { + "id": 21607, + "name": "Large fossilised pelvis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21608, + "name": "Large fossilised skull", + "type": "normal", + "duplicate": false + }, + { + "id": 21609, + "name": "Large fossilised skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21610, + "name": "Rare fossilised limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 21611, + "name": "Rare fossilised limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21612, + "name": "Rare fossilised spine", + "type": "normal", + "duplicate": false + }, + { + "id": 21613, + "name": "Rare fossilised spine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21614, + "name": "Rare fossilised ribs", + "type": "normal", + "duplicate": false + }, + { + "id": 21615, + "name": "Rare fossilised ribs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21616, + "name": "Rare fossilised pelvis", + "type": "normal", + "duplicate": false + }, + { + "id": 21617, + "name": "Rare fossilised pelvis", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21618, + "name": "Rare fossilised skull", + "type": "normal", + "duplicate": false + }, + { + "id": 21619, + "name": "Rare fossilised skull", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21620, + "name": "Rare fossilised tusk", + "type": "normal", + "duplicate": false + }, + { + "id": 21621, + "name": "Rare fossilised tusk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21622, + "name": "Volcanic ash", + "type": "normal", + "duplicate": false + }, + { + "id": 21623, + "name": "Volcanic ash", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21624, + "name": "Hoop snake", + "type": "normal", + "duplicate": false + }, + { + "id": 21625, + "name": "Hoop snake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21626, + "name": "Sulliuscep cap", + "type": "normal", + "duplicate": false + }, + { + "id": 21627, + "name": "Sulliuscep cap", + "type": "noted", + "duplicate": true + }, + { + "id": 21628, + "name": "Sulliuscep cap", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21629, + "name": "Archaeologist's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 21630, + "name": "Archaeologist's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21631, + "name": "Ancient diary", + "type": "normal", + "duplicate": false + }, + { + "id": 21632, + "name": "Ancient diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21633, + "name": "Ancient wyvern shield", + "type": "normal", + "duplicate": false + }, + { + "id": 21634, + "name": "Ancient wyvern shield", + "type": "normal", + "duplicate": false + }, + { + "id": 21635, + "name": "Ancient wyvern shield", + "type": "noted", + "duplicate": true + }, + { + "id": 21636, + "name": "Ancient wyvern shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21637, + "name": "Wyvern visage", + "type": "normal", + "duplicate": false + }, + { + "id": 21638, + "name": "Wyvern visage", + "type": "noted", + "duplicate": true + }, + { + "id": 21639, + "name": "Wyvern visage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21640, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 21641, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 21642, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 21643, + "name": "Granite boots", + "type": "normal", + "duplicate": false + }, + { + "id": 21644, + "name": "Granite boots", + "type": "noted", + "duplicate": true + }, + { + "id": 21645, + "name": "Granite boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21646, + "name": "Granite longsword", + "type": "normal", + "duplicate": false + }, + { + "id": 21647, + "name": "Granite longsword", + "type": "noted", + "duplicate": true + }, + { + "id": 21648, + "name": "Granite longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21649, + "name": "Merfolk trident", + "type": "normal", + "duplicate": false + }, + { + "id": 21650, + "name": "Merfolk trident", + "type": "noted", + "duplicate": true + }, + { + "id": 21651, + "name": "Merfolk trident", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21652, + "name": "Drift net", + "type": "normal", + "duplicate": false + }, + { + "id": 21653, + "name": "Drift net", + "type": "noted", + "duplicate": true + }, + { + "id": 21654, + "name": "Drift net", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21655, + "name": "Pufferfish", + "type": "normal", + "duplicate": false + }, + { + "id": 21656, + "name": "Mermaid's tear", + "type": "normal", + "duplicate": false + }, + { + "id": 21657, + "name": "Mermaid's tear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21658, + "name": "Mermaid's tear", + "type": "normal", + "duplicate": true + }, + { + "id": 21659, + "name": "Mermaid's tear", + "type": "normal", + "duplicate": true + }, + { + "id": 21660, + "name": "Mermaid's tear", + "type": "normal", + "duplicate": true + }, + { + "id": 21661, + "name": "Mermaid's tear", + "type": "normal", + "duplicate": true + }, + { + "id": 21662, + "name": "Fossil island note book", + "type": "normal", + "duplicate": false + }, + { + "id": 21663, + "name": "Fossil island note book", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21664, + "name": "Scribbled note", + "type": "normal", + "duplicate": false + }, + { + "id": 21665, + "name": "Scribbled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21666, + "name": "Partial note", + "type": "normal", + "duplicate": false + }, + { + "id": 21667, + "name": "Partial note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21668, + "name": "Ancient note", + "type": "normal", + "duplicate": false + }, + { + "id": 21669, + "name": "Ancient note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21670, + "name": "Ancient writings", + "type": "normal", + "duplicate": false + }, + { + "id": 21671, + "name": "Ancient writings", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21672, + "name": "Experimental note", + "type": "normal", + "duplicate": false + }, + { + "id": 21673, + "name": "Experimental note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21674, + "name": "Paragraph of text", + "type": "normal", + "duplicate": false + }, + { + "id": 21675, + "name": "Paragraph of text", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21676, + "name": "Musty smelling note", + "type": "normal", + "duplicate": false + }, + { + "id": 21677, + "name": "Musty smelling note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21678, + "name": "Hastily scrawled note", + "type": "normal", + "duplicate": false + }, + { + "id": 21679, + "name": "Hastily scrawled note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21680, + "name": "Old writing", + "type": "normal", + "duplicate": false + }, + { + "id": 21681, + "name": "Old writing", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21682, + "name": "Short note", + "type": "normal", + "duplicate": false + }, + { + "id": 21683, + "name": "Short note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21684, + "name": "Uncooked mushroom pie", + "type": "normal", + "duplicate": false + }, + { + "id": 21685, + "name": "Uncooked mushroom pie", + "type": "noted", + "duplicate": true + }, + { + "id": 21686, + "name": "Uncooked mushroom pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21687, + "name": "Half a mushroom pie", + "type": "normal", + "duplicate": false + }, + { + "id": 21688, + "name": "Half a mushroom pie", + "type": "noted", + "duplicate": true + }, + { + "id": 21689, + "name": "Half a mushroom pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21690, + "name": "Mushroom pie", + "type": "normal", + "duplicate": false + }, + { + "id": 21691, + "name": "Mushroom pie", + "type": "noted", + "duplicate": true + }, + { + "id": 21692, + "name": "Mushroom pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21693, + "name": "Bowl of fish", + "type": "normal", + "duplicate": false + }, + { + "id": 21694, + "name": "Bowl of fish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21695, + "name": "Runefest shield", + "type": "normal", + "duplicate": false + }, + { + "id": 21696, + "name": "Runefest shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21697, + "name": "Ash covered tome", + "type": "normal", + "duplicate": false + }, + { + "id": 21698, + "name": "Tzhaar air rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 21699, + "name": "Tzhaar air rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 21700, + "name": "Tzhaar air rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21701, + "name": "Tzhaar water rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 21702, + "name": "Tzhaar water rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 21703, + "name": "Tzhaar water rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21704, + "name": "Tzhaar earth rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 21705, + "name": "Tzhaar earth rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 21706, + "name": "Tzhaar earth rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21707, + "name": "Tzhaar fire rune pack", + "type": "normal", + "duplicate": false + }, + { + "id": 21708, + "name": "Tzhaar fire rune pack", + "type": "noted", + "duplicate": true + }, + { + "id": 21709, + "name": "Tzhaar fire rune pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21710, + "name": "Death note", + "type": "normal", + "duplicate": false + }, + { + "id": 21711, + "name": "Murky potion", + "type": "normal", + "duplicate": false + }, + { + "id": 21712, + "name": "Spectral potion", + "type": "normal", + "duplicate": false + }, + { + "id": 21713, + "name": "Tomberries", + "type": "normal", + "duplicate": false + }, + { + "id": 21714, + "name": "Tattered book", + "type": "normal", + "duplicate": false + }, + { + "id": 21715, + "name": "Note", + "type": "normal", + "duplicate": false + }, + { + "id": 21716, + "name": "Carved gem", + "type": "normal", + "duplicate": false + }, + { + "id": 21717, + "name": "Time bubble", + "type": "normal", + "duplicate": false + }, + { + "id": 21718, + "name": "Traiborn note", + "type": "normal", + "duplicate": false + }, + { + "id": 21719, + "name": "Jonas mask", + "type": "normal", + "duplicate": false + }, + { + "id": 21720, + "name": "Jonas mask", + "type": "normal", + "duplicate": false + }, + { + "id": 21721, + "name": "Jonas mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21722, + "name": "Diving helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 21723, + "name": "Diving apparatus", + "type": "normal", + "duplicate": false + }, + { + "id": 21724, + "name": "Brittle key", + "type": "normal", + "duplicate": false + }, + { + "id": 21725, + "name": "Brittle key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21726, + "name": "Granite dust", + "type": "normal", + "duplicate": false + }, + { + "id": 21727, + "name": "Granite dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21728, + "name": "Granite cannonball", + "type": "normal", + "duplicate": false + }, + { + "id": 21729, + "name": "Granite cannonball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21730, + "name": "Black tourmaline core", + "type": "normal", + "duplicate": false + }, + { + "id": 21731, + "name": "Black tourmaline core", + "type": "noted", + "duplicate": true + }, + { + "id": 21732, + "name": "Black tourmaline core", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21733, + "name": "Guardian boots", + "type": "normal", + "duplicate": false + }, + { + "id": 21734, + "name": "Guardian boots", + "type": "noted", + "duplicate": true + }, + { + "id": 21735, + "name": "Guardian boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21736, + "name": "Granite gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21737, + "name": "Granite gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 21738, + "name": "Granite gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21739, + "name": "Granite ring", + "type": "normal", + "duplicate": false + }, + { + "id": 21740, + "name": "Granite ring", + "type": "noted", + "duplicate": true + }, + { + "id": 21741, + "name": "Granite ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21742, + "name": "Granite hammer", + "type": "normal", + "duplicate": false + }, + { + "id": 21743, + "name": "Granite hammer", + "type": "noted", + "duplicate": true + }, + { + "id": 21744, + "name": "Granite hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21745, + "name": "Jar of stone", + "type": "normal", + "duplicate": false + }, + { + "id": 21746, + "name": "Jar of stone", + "type": "noted", + "duplicate": true + }, + { + "id": 21747, + "name": "Jar of stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21748, + "name": "Noon", + "type": "normal", + "duplicate": false + }, + { + "id": 21749, + "name": "Noon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21750, + "name": "Midnight", + "type": "normal", + "duplicate": false + }, + { + "id": 21751, + "name": "Midnight", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21752, + "name": "Granite ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 21753, + "name": "Granite ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21754, + "name": "Rock thrownhammer", + "type": "normal", + "duplicate": false + }, + { + "id": 21755, + "name": "Rock thrownhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21756, + "name": "Varlamore envoy", + "type": "normal", + "duplicate": false + }, + { + "id": 21757, + "name": "Varlamore envoy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21758, + "name": "Royal accord of twill", + "type": "normal", + "duplicate": false + }, + { + "id": 21759, + "name": "Hosidius favour certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 21760, + "name": "Kharedst's memoirs", + "type": "normal", + "duplicate": false + }, + { + "id": 21761, + "name": "Kharedst's memoirs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21762, + "name": "Lunch by the lancalliums", + "type": "normal", + "duplicate": false + }, + { + "id": 21763, + "name": "Lunch by the lancalliums", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21764, + "name": "The fisher's flute", + "type": "normal", + "duplicate": false + }, + { + "id": 21765, + "name": "The fisher's flute", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21766, + "name": "History and hearsay", + "type": "normal", + "duplicate": false + }, + { + "id": 21767, + "name": "History and hearsay", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21768, + "name": "Jewellery of jubilation", + "type": "normal", + "duplicate": false + }, + { + "id": 21769, + "name": "Jewellery of jubilation", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21770, + "name": "A dark disposition", + "type": "normal", + "duplicate": false + }, + { + "id": 21771, + "name": "A dark disposition", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21772, + "name": "Secret page", + "type": "normal", + "duplicate": false + }, + { + "id": 21773, + "name": "Secret page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21774, + "name": "Letter", + "type": "normal", + "duplicate": false + }, + { + "id": 21775, + "name": "Piscarilius favour certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 21776, + "name": "Imbued saradomin max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21777, + "name": "Imbued saradomin max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21778, + "name": "Imbued saradomin max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21779, + "name": "Imbued saradomin max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21780, + "name": "Imbued zamorak max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21781, + "name": "Imbued zamorak max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21782, + "name": "Imbued zamorak max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21783, + "name": "Imbued zamorak max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21784, + "name": "Imbued guthix max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21785, + "name": "Imbued guthix max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21786, + "name": "Imbued guthix max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21787, + "name": "Imbued guthix max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21788, + "name": "Obelisk", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 21791, + "name": "Imbued saradomin cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21792, + "name": "Imbued saradomin cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21793, + "name": "Imbued guthix cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21794, + "name": "Imbued guthix cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21795, + "name": "Imbued zamorak cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21796, + "name": "Imbued zamorak cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21797, + "name": "Justiciar's hand", + "type": "normal", + "duplicate": false + }, + { + "id": 21798, + "name": "Ent's roots", + "type": "normal", + "duplicate": false + }, + { + "id": 21799, + "name": "Demon's heart", + "type": "normal", + "duplicate": false + }, + { + "id": 21800, + "name": "Enchanted symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 21801, + "name": "Enchanted symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21802, + "name": "Revenant cave teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 21803, + "name": "Revenant cave teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21804, + "name": "Ancient crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 21805, + "name": "Ancient crystal", + "type": "noted", + "duplicate": true + }, + { + "id": 21806, + "name": "Ancient crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21807, + "name": "Ancient emblem", + "type": "normal", + "duplicate": false + }, + { + "id": 21808, + "name": "Ancient emblem", + "type": "noted", + "duplicate": true + }, + { + "id": 21809, + "name": "Ancient emblem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21810, + "name": "Ancient totem", + "type": "normal", + "duplicate": false + }, + { + "id": 21811, + "name": "Ancient totem", + "type": "noted", + "duplicate": true + }, + { + "id": 21812, + "name": "Ancient totem", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21813, + "name": "Ancient statuette", + "type": "normal", + "duplicate": false + }, + { + "id": 21814, + "name": "Ancient statuette", + "type": "noted", + "duplicate": true + }, + { + "id": 21815, + "name": "Ancient statuette", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21816, + "name": "Bracelet of ethereum", + "type": "normal", + "duplicate": false + }, + { + "id": 21817, + "name": "Bracelet of ethereum (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 21818, + "name": "Bracelet of ethereum (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 21819, + "name": "Bracelet of ethereum (uncharged)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21820, + "name": "Revenant ether", + "type": "normal", + "duplicate": false + }, + { + "id": 21821, + "name": "Revenant ether", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21822, + "name": "Revenant ether", + "type": "normal", + "duplicate": true + }, + { + "id": 21823, + "name": "Revenant ether", + "type": "normal", + "duplicate": true + }, + { + "id": 21824, + "name": "Revenant ether", + "type": "normal", + "duplicate": true + }, + { + "id": 21825, + "name": "Revenant ether", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 21827, + "name": "Field arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 21828, + "name": "Field arrow", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 21830, + "name": "Field arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 21831, + "name": "Blunt arrow", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 21833, + "name": "Field arrow", + "type": "normal", + "duplicate": true + }, + { + "id": 21834, + "name": "Blunt arrow", + "type": "normal", + "duplicate": true + }, + null, + null, + { + "id": 21837, + "name": "Ogre artefact", + "type": "normal", + "duplicate": false + }, + { + "id": 21838, + "name": "Shaman mask", + "type": "normal", + "duplicate": false + }, + { + "id": 21839, + "name": "Shaman mask", + "type": "noted", + "duplicate": true + }, + { + "id": 21840, + "name": "Shaman mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21841, + "name": "Snow imp costume head", + "type": "normal", + "duplicate": false + }, + { + "id": 21842, + "name": "Snow imp costume body", + "type": "normal", + "duplicate": false + }, + { + "id": 21843, + "name": "Snow imp costume legs", + "type": "normal", + "duplicate": false + }, + { + "id": 21844, + "name": "Snow imp costume tail", + "type": "normal", + "duplicate": false + }, + { + "id": 21845, + "name": "Snow imp costume gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21846, + "name": "Snow imp costume feet", + "type": "normal", + "duplicate": false + }, + { + "id": 21847, + "name": "Snow imp costume head", + "type": "normal", + "duplicate": false + }, + { + "id": 21848, + "name": "Snow imp costume head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21849, + "name": "Snow imp costume body", + "type": "normal", + "duplicate": false + }, + { + "id": 21850, + "name": "Snow imp costume body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21851, + "name": "Snow imp costume legs", + "type": "normal", + "duplicate": false + }, + { + "id": 21852, + "name": "Snow imp costume legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21853, + "name": "Snow imp costume tail", + "type": "normal", + "duplicate": false + }, + { + "id": 21854, + "name": "Snow imp costume tail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21855, + "name": "Snow imp costume gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 21856, + "name": "Snow imp costume gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21857, + "name": "Snow imp costume feet", + "type": "normal", + "duplicate": false + }, + { + "id": 21858, + "name": "Snow imp costume feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21859, + "name": "Wise old man's santa hat", + "type": "normal", + "duplicate": false + }, + { + "id": 21860, + "name": "Wise old man's santa hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21861, + "name": "Enchanted curtains", + "type": "normal", + "duplicate": false + }, + { + "id": 21862, + "name": "Enchanted snowy curtains", + "type": "normal", + "duplicate": false + }, + { + "id": 21863, + "name": "Wise old man's teleport tablet", + "type": "normal", + "duplicate": false + }, + { + "id": 21864, + "name": "Snow sprite", + "type": "normal", + "duplicate": false + }, + { + "id": 21865, + "name": "Fine mesh net", + "type": "normal", + "duplicate": false + }, + { + "id": 21866, + "name": "Santa suit", + "type": "normal", + "duplicate": false + }, + { + "id": 21867, + "name": "Santa suit (wet)", + "type": "normal", + "duplicate": false + }, + { + "id": 21868, + "name": "Santa suit (dry)", + "type": "normal", + "duplicate": false + }, + { + "id": 21869, + "name": "Logs and kindling", + "type": "normal", + "duplicate": false + }, + { + "id": 21870, + "name": "Promissory note", + "type": "normal", + "duplicate": false + }, + { + "id": 21871, + "name": "Santa's seal", + "type": "normal", + "duplicate": false + }, + { + "id": 21872, + "name": "Vault key", + "type": "normal", + "duplicate": false + }, + { + "id": 21873, + "name": "Empty sack", + "type": "normal", + "duplicate": false + }, + { + "id": 21874, + "name": "Bulging sack", + "type": "normal", + "duplicate": false + }, + { + "id": 21875, + "name": "Kristmas kebab", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + { + "id": 21880, + "name": "Wrath rune", + "type": "normal", + "duplicate": false + }, + { + "id": 21881, + "name": "Wrath rune", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21882, + "name": "Dragon armour set (lg)", + "type": "normal", + "duplicate": false + }, + { + "id": 21883, + "name": "Dragon armour set (lg)", + "type": "noted", + "duplicate": true + }, + { + "id": 21884, + "name": "Dragon armour set (lg)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21885, + "name": "Dragon armour set (sk)", + "type": "normal", + "duplicate": false + }, + { + "id": 21886, + "name": "Dragon armour set (sk)", + "type": "noted", + "duplicate": true + }, + { + "id": 21887, + "name": "Dragon armour set (sk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21888, + "name": "Turquoise slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 21889, + "name": "Turquoise slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21890, + "name": "Turquoise slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 21891, + "name": "Turquoise slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21892, + "name": "Dragon platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 21893, + "name": "Dragon platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 21894, + "name": "Dragon platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21895, + "name": "Dragon kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 21896, + "name": "Dragon kiteshield", + "type": "noted", + "duplicate": true + }, + { + "id": 21897, + "name": "Dragon kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21898, + "name": "Assembler max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 21899, + "name": "Assembler max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21900, + "name": "Assembler max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 21901, + "name": "Assembler max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21902, + "name": "Dragon crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 21903, + "name": "Dragon crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 21904, + "name": "Dragon crossbow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21905, + "name": "Dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21906, + "name": "Dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21907, + "name": "Vorkath's head", + "type": "normal", + "duplicate": false + }, + { + "id": 21908, + "name": "Vorkath's head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21909, + "name": "Vorkath's stuffed head", + "type": "normal", + "duplicate": false + }, + { + "id": 21910, + "name": "Vorkath's stuffed head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21911, + "name": "Rune dragon", + "type": "normal", + "duplicate": false + }, + { + "id": 21912, + "name": "Vorkath's head", + "type": "normal", + "duplicate": true + }, + { + "id": 21913, + "name": "Mythical cape", + "type": "normal", + "duplicate": true + }, + { + "id": 21914, + "name": "Ava's assembler (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 21915, + "name": "Ava's assembler (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21916, + "name": "Assembler max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 21917, + "name": "Assembler max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21918, + "name": "Dragon limbs", + "type": "normal", + "duplicate": false + }, + { + "id": 21919, + "name": "Dragon limbs", + "type": "noted", + "duplicate": true + }, + { + "id": 21920, + "name": "Dragon limbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21921, + "name": "Dragon crossbow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 21922, + "name": "Dragon crossbow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 21923, + "name": "Dragon crossbow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21924, + "name": "Dragon bolts (p)", + "type": "normal", + "duplicate": false + }, + { + "id": 21925, + "name": "Dragon bolts (p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21926, + "name": "Dragon bolts (p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 21927, + "name": "Dragon bolts (p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21928, + "name": "Dragon bolts (p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 21929, + "name": "Dragon bolts (p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21930, + "name": "Dragon bolts (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 21931, + "name": "Dragon bolts (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21932, + "name": "Opal dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21933, + "name": "Opal dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21934, + "name": "Jade dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21935, + "name": "Jade dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21936, + "name": "Pearl dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21937, + "name": "Pearl dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21938, + "name": "Topaz dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21939, + "name": "Topaz dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21940, + "name": "Sapphire dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21941, + "name": "Sapphire dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21942, + "name": "Emerald dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21943, + "name": "Emerald dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21944, + "name": "Ruby dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21945, + "name": "Ruby dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21946, + "name": "Diamond dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21947, + "name": "Diamond dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21948, + "name": "Dragonstone dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21949, + "name": "Dragonstone dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21950, + "name": "Onyx dragon bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 21951, + "name": "Onyx dragon bolts (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21952, + "name": "Magic stock", + "type": "normal", + "duplicate": false + }, + { + "id": 21953, + "name": "Magic stock", + "type": "noted", + "duplicate": true + }, + { + "id": 21954, + "name": "Magic stock", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21955, + "name": "Opal dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21956, + "name": "Opal dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21957, + "name": "Jade dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21958, + "name": "Jade dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21959, + "name": "Pearl dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21960, + "name": "Pearl dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21961, + "name": "Topaz dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21962, + "name": "Topaz dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21963, + "name": "Sapphire dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21964, + "name": "Sapphire dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21965, + "name": "Emerald dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21966, + "name": "Emerald dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21967, + "name": "Ruby dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21968, + "name": "Ruby dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21969, + "name": "Diamond dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21970, + "name": "Diamond dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21971, + "name": "Dragonstone dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21972, + "name": "Dragonstone dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21973, + "name": "Onyx dragon bolts", + "type": "normal", + "duplicate": false + }, + { + "id": 21974, + "name": "Onyx dragon bolts", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21975, + "name": "Crushed superior dragon bones", + "type": "normal", + "duplicate": false + }, + { + "id": 21976, + "name": "Crushed superior dragon bones", + "type": "noted", + "duplicate": true + }, + { + "id": 21977, + "name": "Crushed superior dragon bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21978, + "name": "Super antifire potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 21979, + "name": "Super antifire potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 21980, + "name": "Super antifire potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21981, + "name": "Super antifire potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 21982, + "name": "Super antifire potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 21983, + "name": "Super antifire potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21984, + "name": "Super antifire potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 21985, + "name": "Super antifire potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 21986, + "name": "Super antifire potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21987, + "name": "Super antifire potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 21988, + "name": "Super antifire potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 21989, + "name": "Super antifire potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21990, + "name": "Rift guardian", + "type": "normal", + "duplicate": false + }, + { + "id": 21991, + "name": "Rift guardian", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21992, + "name": "Vorki", + "type": "normal", + "duplicate": false + }, + { + "id": 21993, + "name": "Vorki", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21994, + "name": "Super antifire mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 21995, + "name": "Super antifire mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 21996, + "name": "Super antifire mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 21997, + "name": "Super antifire mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 21998, + "name": "Super antifire mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 21999, + "name": "Super antifire mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22000, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 22001, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 22002, + "name": "Dragonfire ward", + "type": "normal", + "duplicate": false + }, + { + "id": 22003, + "name": "Dragonfire ward", + "type": "normal", + "duplicate": false + }, + { + "id": 22004, + "name": "Dragonfire ward", + "type": "noted", + "duplicate": true + }, + { + "id": 22005, + "name": "Dragonfire ward", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22006, + "name": "Skeletal visage", + "type": "normal", + "duplicate": false + }, + { + "id": 22007, + "name": "Skeletal visage", + "type": "noted", + "duplicate": true + }, + { + "id": 22008, + "name": "Skeletal visage", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22009, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22010, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22011, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22012, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22013, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22014, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22015, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22016, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22017, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22018, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22019, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22020, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22021, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22022, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22023, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22024, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22025, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22026, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22027, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22028, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22029, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22030, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22031, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22032, + "name": "Map piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22033, + "name": "Aivas' diary", + "type": "normal", + "duplicate": false + }, + { + "id": 22034, + "name": "Aivas' diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22035, + "name": "Varrock census records", + "type": "normal", + "duplicate": false + }, + { + "id": 22036, + "name": "Varrock census records", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22037, + "name": "Malumac's journal", + "type": "normal", + "duplicate": false + }, + { + "id": 22038, + "name": "Malumac's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22039, + "name": "Ablenkian's escape", + "type": "normal", + "duplicate": false + }, + { + "id": 22040, + "name": "Ablenkian's escape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22041, + "name": "Imcandoria's fall", + "type": "normal", + "duplicate": false + }, + { + "id": 22042, + "name": "Imcandoria's fall", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22043, + "name": "Imafore's betrayal", + "type": "normal", + "duplicate": false + }, + { + "id": 22044, + "name": "Imafore's betrayal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22045, + "name": "Lutwidge and the moonfly", + "type": "normal", + "duplicate": false + }, + { + "id": 22046, + "name": "Lutwidge and the moonfly", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22047, + "name": "Serafina", + "type": "normal", + "duplicate": false + }, + { + "id": 22048, + "name": "Serafina", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22049, + "name": "The weeping", + "type": "normal", + "duplicate": false + }, + { + "id": 22050, + "name": "The weeping", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22051, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22052, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22053, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22054, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22055, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22056, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22057, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22058, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22059, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22060, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22061, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22062, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22063, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22064, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22065, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22066, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22067, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22068, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22069, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22070, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22071, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22072, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22073, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22074, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22075, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22076, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22077, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22078, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22079, + "name": "Inert locator orb", + "type": "normal", + "duplicate": false + }, + { + "id": 22080, + "name": "Inert locator orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22081, + "name": "Locator orb", + "type": "normal", + "duplicate": false + }, + { + "id": 22082, + "name": "Locator orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22083, + "name": "Robert bust", + "type": "normal", + "duplicate": false + }, + { + "id": 22084, + "name": "Camorra bust", + "type": "normal", + "duplicate": false + }, + { + "id": 22085, + "name": "Tristan bust", + "type": "normal", + "duplicate": false + }, + { + "id": 22086, + "name": "Aivas bust", + "type": "normal", + "duplicate": false + }, + { + "id": 22087, + "name": "Dragon key", + "type": "normal", + "duplicate": false + }, + { + "id": 22088, + "name": "Dragon key piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22089, + "name": "Dragon key piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22090, + "name": "Dragon key piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22091, + "name": "Dragon key piece", + "type": "normal", + "duplicate": false + }, + { + "id": 22092, + "name": "Dragon key", + "type": "normal", + "duplicate": false + }, + { + "id": 22093, + "name": "Ancient key", + "type": "normal", + "duplicate": false + }, + { + "id": 22094, + "name": "Water container", + "type": "normal", + "duplicate": false + }, + { + "id": 22095, + "name": "Swamp paste", + "type": "normal", + "duplicate": false + }, + { + "id": 22096, + "name": "Revitalisation potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22097, + "name": "Dragon metal shard", + "type": "normal", + "duplicate": false + }, + { + "id": 22098, + "name": "Dragon metal shard", + "type": "noted", + "duplicate": true + }, + { + "id": 22099, + "name": "Dragon metal shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22100, + "name": "Dragon metal slice", + "type": "normal", + "duplicate": false + }, + { + "id": 22101, + "name": "Dragon metal slice", + "type": "noted", + "duplicate": true + }, + { + "id": 22102, + "name": "Dragon metal slice", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22103, + "name": "Dragon metal lump", + "type": "normal", + "duplicate": false + }, + { + "id": 22104, + "name": "Dragon metal lump", + "type": "noted", + "duplicate": true + }, + { + "id": 22105, + "name": "Dragon metal lump", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22106, + "name": "Jar of decay", + "type": "normal", + "duplicate": false + }, + { + "id": 22107, + "name": "Jar of decay", + "type": "noted", + "duplicate": true + }, + { + "id": 22108, + "name": "Jar of decay", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22109, + "name": "Ava's assembler", + "type": "normal", + "duplicate": false + }, + { + "id": 22110, + "name": "Ava's assembler", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22111, + "name": "Dragonbone necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 22112, + "name": "Dragonbone necklace", + "type": "noted", + "duplicate": true + }, + { + "id": 22113, + "name": "Dragonbone necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22114, + "name": "Mythical cape", + "type": "normal", + "duplicate": false + }, + { + "id": 22115, + "name": "Mythical cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22116, + "name": "Superior dragon bonemeal", + "type": "normal", + "duplicate": false + }, + { + "id": 22117, + "name": "Superior dragon bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22118, + "name": "Wrath talisman", + "type": "normal", + "duplicate": false + }, + { + "id": 22119, + "name": "Wrath talisman", + "type": "noted", + "duplicate": true + }, + { + "id": 22120, + "name": "Wrath talisman", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22121, + "name": "Wrath tiara", + "type": "normal", + "duplicate": false + }, + { + "id": 22122, + "name": "Wrath tiara", + "type": "noted", + "duplicate": true + }, + { + "id": 22123, + "name": "Wrath tiara", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22124, + "name": "Superior dragon bones", + "type": "normal", + "duplicate": false + }, + { + "id": 22125, + "name": "Superior dragon bones", + "type": "noted", + "duplicate": true + }, + { + "id": 22126, + "name": "Superior dragon bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22127, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22128, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22129, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22130, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22131, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22132, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22133, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22134, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22135, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22136, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22137, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22138, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22139, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22140, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22141, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22142, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22143, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22144, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22145, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22146, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22147, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22148, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22149, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22150, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22151, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22152, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22153, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22154, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22155, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22156, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22157, + "name": "Adamant kiteshield", + "type": "normal", + "duplicate": false + }, + { + "id": 22158, + "name": "Adamant kiteshield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22159, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22160, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22161, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22162, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22163, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22164, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22165, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22166, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22167, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22168, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22169, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22170, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22171, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22172, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22173, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22174, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22175, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22176, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22177, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22178, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22179, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22180, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22181, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22182, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22183, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22184, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22185, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22186, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22187, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22188, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22189, + "name": "Adamant heraldic helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22190, + "name": "Adamant heraldic helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22191, + "name": "Useful rock", + "type": "normal", + "duplicate": false + }, + { + "id": 22192, + "name": "Maple bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 22193, + "name": "Maple bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 22194, + "name": "Maple bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22195, + "name": "Mahogany bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 22196, + "name": "Mahogany bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 22197, + "name": "Mahogany bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22198, + "name": "Yew bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 22199, + "name": "Yew bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 22200, + "name": "Yew bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22201, + "name": "Magic bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 22202, + "name": "Magic bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 22203, + "name": "Magic bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22204, + "name": "Redwood bird house", + "type": "normal", + "duplicate": false + }, + { + "id": 22205, + "name": "Redwood bird house", + "type": "noted", + "duplicate": true + }, + { + "id": 22206, + "name": "Redwood bird house", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22207, + "name": "Glistening tear", + "type": "normal", + "duplicate": false + }, + { + "id": 22208, + "name": "Wrath rune", + "type": "normal", + "duplicate": false + }, + { + "id": 22209, + "name": "Extended super antifire(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 22210, + "name": "Extended super antifire(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 22211, + "name": "Extended super antifire(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22212, + "name": "Extended super antifire(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 22213, + "name": "Extended super antifire(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 22214, + "name": "Extended super antifire(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22215, + "name": "Extended super antifire(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 22216, + "name": "Extended super antifire(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 22217, + "name": "Extended super antifire(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22218, + "name": "Extended super antifire(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 22219, + "name": "Extended super antifire(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 22220, + "name": "Extended super antifire(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22221, + "name": "Extended super antifire mix(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 22222, + "name": "Extended super antifire mix(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 22223, + "name": "Extended super antifire mix(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22224, + "name": "Extended super antifire mix(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 22225, + "name": "Extended super antifire mix(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 22226, + "name": "Extended super antifire mix(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22227, + "name": "Bullet arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 22228, + "name": "Field arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 22229, + "name": "Blunt arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 22230, + "name": "Barbed arrow", + "type": "normal", + "duplicate": false + }, + { + "id": 22231, + "name": "Dragon boots ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 22232, + "name": "Dragon boots ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 22233, + "name": "Dragon boots ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22234, + "name": "Dragon boots (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 22235, + "name": "Dragon boots (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22236, + "name": "Dragon platebody ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 22237, + "name": "Dragon platebody ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 22238, + "name": "Dragon platebody ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22239, + "name": "Dragon kiteshield ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 22240, + "name": "Dragon kiteshield ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 22241, + "name": "Dragon kiteshield ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22242, + "name": "Dragon platebody (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 22243, + "name": "Dragon platebody (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22244, + "name": "Dragon kiteshield (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 22245, + "name": "Dragon kiteshield (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22246, + "name": "Anguish ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 22247, + "name": "Anguish ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 22248, + "name": "Anguish ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22249, + "name": "Necklace of anguish (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 22250, + "name": "Necklace of anguish (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22251, + "name": "Oak shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22252, + "name": "Oak shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22253, + "name": "Oak shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22254, + "name": "Willow shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22255, + "name": "Willow shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22256, + "name": "Willow shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22257, + "name": "Maple shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22258, + "name": "Maple shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22259, + "name": "Maple shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22260, + "name": "Yew shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22261, + "name": "Yew shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22262, + "name": "Yew shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22263, + "name": "Magic shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22264, + "name": "Magic shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22265, + "name": "Magic shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22266, + "name": "Redwood shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22267, + "name": "Redwood shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22268, + "name": "Redwood shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22269, + "name": "Hard leather shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22270, + "name": "Hard leather shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22271, + "name": "Hard leather shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22272, + "name": "Snakeskin shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22273, + "name": "Snakeskin shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22274, + "name": "Snakeskin shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22275, + "name": "Green d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22276, + "name": "Green d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22277, + "name": "Green d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22278, + "name": "Blue d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22279, + "name": "Blue d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22280, + "name": "Blue d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22281, + "name": "Red d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22282, + "name": "Red d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22283, + "name": "Red d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22284, + "name": "Black d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 22285, + "name": "Black d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 22286, + "name": "Black d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22287, + "name": "Leather shields flyer", + "type": "normal", + "duplicate": false + }, + { + "id": 22288, + "name": "Trident of the seas (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 22289, + "name": "Trident of the seas (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22290, + "name": "Uncharged trident (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 22291, + "name": "Uncharged trident (e)", + "type": "noted", + "duplicate": true + }, + { + "id": 22292, + "name": "Trident of the swamp (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 22293, + "name": "Trident of the swamp (e)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22294, + "name": "Uncharged toxic trident (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 22295, + "name": "Uncharged toxic trident (e)", + "type": "noted", + "duplicate": true + }, + { + "id": 22296, + "name": "Staff of light", + "type": "normal", + "duplicate": false + }, + { + "id": 22297, + "name": "Staff of light", + "type": "noted", + "duplicate": true + }, + { + "id": 22298, + "name": "Staff of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22299, + "name": "Ancient medallion", + "type": "normal", + "duplicate": false + }, + { + "id": 22300, + "name": "Ancient medallion", + "type": "noted", + "duplicate": true + }, + { + "id": 22301, + "name": "Ancient medallion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22302, + "name": "Ancient effigy", + "type": "normal", + "duplicate": false + }, + { + "id": 22303, + "name": "Ancient effigy", + "type": "noted", + "duplicate": true + }, + { + "id": 22304, + "name": "Ancient effigy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22305, + "name": "Ancient relic", + "type": "normal", + "duplicate": false + }, + { + "id": 22306, + "name": "Ancient relic", + "type": "noted", + "duplicate": true + }, + { + "id": 22307, + "name": "Ancient relic", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22308, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22309, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22310, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22311, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22312, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22313, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22314, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22315, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22316, + "name": "Prop sword", + "type": "normal", + "duplicate": false + }, + { + "id": 22317, + "name": "Prop sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22318, + "name": "Pet corporeal critter", + "type": "normal", + "duplicate": false + }, + { + "id": 22319, + "name": "Tzrek-zuk", + "type": "normal", + "duplicate": false + }, + { + "id": 22320, + "name": "Champion's lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 22321, + "name": "Rotten cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 22322, + "name": "Avernic defender", + "type": "normal", + "duplicate": false + }, + { + "id": 22323, + "name": "Sanguinesti staff", + "type": "normal", + "duplicate": false + }, + { + "id": 22324, + "name": "Ghrazi rapier", + "type": "normal", + "duplicate": false + }, + { + "id": 22325, + "name": "Scythe of vitur", + "type": "normal", + "duplicate": false + }, + { + "id": 22326, + "name": "Justiciar faceguard", + "type": "normal", + "duplicate": false + }, + { + "id": 22327, + "name": "Justiciar chestguard", + "type": "normal", + "duplicate": false + }, + { + "id": 22328, + "name": "Justiciar legguards", + "type": "normal", + "duplicate": false + }, + { + "id": 22329, + "name": "Larran's key", + "type": "normal", + "duplicate": true + }, + { + "id": 22330, + "name": "Deadman starter pack", + "type": "normal", + "duplicate": false + }, + { + "id": 22331, + "name": "Starter sword", + "type": "normal", + "duplicate": false + }, + { + "id": 22332, + "name": "Starter sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22333, + "name": "Starter bow", + "type": "normal", + "duplicate": false + }, + { + "id": 22334, + "name": "Starter bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22335, + "name": "Starter staff", + "type": "normal", + "duplicate": false + }, + { + "id": 22336, + "name": "Starter staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22337, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22338, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22339, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22340, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22341, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22342, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22343, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22344, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22345, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22346, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22347, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22348, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22349, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 22351, + "name": "Eggshell platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 22352, + "name": "Eggshell platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22353, + "name": "Eggshell platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 22354, + "name": "Eggshell platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22355, + "name": "Holy handegg", + "type": "normal", + "duplicate": false + }, + { + "id": 22356, + "name": "Holy handegg", + "type": "noted", + "duplicate": true + }, + { + "id": 22357, + "name": "Holy handegg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22358, + "name": "Peaceful handegg", + "type": "normal", + "duplicate": false + }, + { + "id": 22359, + "name": "Peaceful handegg", + "type": "noted", + "duplicate": true + }, + { + "id": 22360, + "name": "Peaceful handegg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22361, + "name": "Chaotic handegg", + "type": "normal", + "duplicate": false + }, + { + "id": 22362, + "name": "Chaotic handegg", + "type": "noted", + "duplicate": true + }, + { + "id": 22363, + "name": "Chaotic handegg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22364, + "name": "Oculus orb", + "type": "normal", + "duplicate": false + }, + { + "id": 22365, + "name": "Shayzien favour certificate", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 22367, + "name": "Kourend favour certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 22368, + "name": "Bryophyta's staff (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 22369, + "name": "Bryophyta's staff (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 22370, + "name": "Bryophyta's staff", + "type": "normal", + "duplicate": false + }, + { + "id": 22371, + "name": "Bryophyta's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22372, + "name": "Bryophyta's essence", + "type": "normal", + "duplicate": false + }, + { + "id": 22373, + "name": "Bryophyta's essence", + "type": "noted", + "duplicate": true + }, + { + "id": 22374, + "name": "Mossy key", + "type": "normal", + "duplicate": false + }, + { + "id": 22375, + "name": "Mossy key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22376, + "name": "Puppadile", + "type": "normal", + "duplicate": false + }, + { + "id": 22377, + "name": "Puppadile", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22378, + "name": "Tektiny", + "type": "normal", + "duplicate": false + }, + { + "id": 22379, + "name": "Tektiny", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22380, + "name": "Vanguard", + "type": "normal", + "duplicate": false + }, + { + "id": 22381, + "name": "Vanguard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22382, + "name": "Vasa minirio", + "type": "normal", + "duplicate": false + }, + { + "id": 22383, + "name": "Vasa minirio", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22384, + "name": "Vespina", + "type": "normal", + "duplicate": false + }, + { + "id": 22385, + "name": "Vespina", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22386, + "name": "Metamorphic dust", + "type": "normal", + "duplicate": false + }, + { + "id": 22387, + "name": "Metamorphic dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22388, + "name": "Xeric's guard", + "type": "normal", + "duplicate": false + }, + { + "id": 22389, + "name": "Xeric's guard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22390, + "name": "Xeric's warrior", + "type": "normal", + "duplicate": false + }, + { + "id": 22391, + "name": "Xeric's warrior", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22392, + "name": "Xeric's sentinel", + "type": "normal", + "duplicate": false + }, + { + "id": 22393, + "name": "Xeric's sentinel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22394, + "name": "Xeric's general", + "type": "normal", + "duplicate": false + }, + { + "id": 22395, + "name": "Xeric's general", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22396, + "name": "Xeric's champion", + "type": "normal", + "duplicate": false + }, + { + "id": 22397, + "name": "Xeric's champion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22398, + "name": "Ivandis flail", + "type": "normal", + "duplicate": false + }, + { + "id": 22399, + "name": "Ivandis flail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22400, + "name": "Drakan's medallion", + "type": "normal", + "duplicate": false + }, + { + "id": 22401, + "name": "Drakan's medallion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22402, + "name": "Mysterious herb", + "type": "normal", + "duplicate": false + }, + { + "id": 22403, + "name": "Mysterious meat", + "type": "normal", + "duplicate": false + }, + { + "id": 22404, + "name": "Mysterious crushed meat", + "type": "normal", + "duplicate": false + }, + { + "id": 22405, + "name": "Vial of blood", + "type": "normal", + "duplicate": false + }, + { + "id": 22406, + "name": "Unfinished blood potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22407, + "name": "Blood potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22408, + "name": "Unfinished potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22409, + "name": "Potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22410, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22411, + "name": "Old diary", + "type": "normal", + "duplicate": false + }, + { + "id": 22412, + "name": "Old diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22413, + "name": "Flaygian's notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22414, + "name": "Chain", + "type": "normal", + "duplicate": false + }, + { + "id": 22415, + "name": "Tome of experience", + "type": "normal", + "duplicate": false + }, + { + "id": 22416, + "name": "The turncloak", + "type": "normal", + "duplicate": false + }, + { + "id": 22417, + "name": "The turncloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22418, + "name": "Explosive discovery", + "type": "normal", + "duplicate": false + }, + { + "id": 22419, + "name": "Explosive discovery", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22420, + "name": "Bloody grimoire", + "type": "normal", + "duplicate": false + }, + { + "id": 22421, + "name": "Bloody grimoire", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22422, + "name": "Elixir of everlasting", + "type": "normal", + "duplicate": false + }, + { + "id": 22423, + "name": "Elixir of everlasting", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22424, + "name": "Buried alive", + "type": "normal", + "duplicate": false + }, + { + "id": 22425, + "name": "Buried alive", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22426, + "name": "Deed", + "type": "normal", + "duplicate": false + }, + { + "id": 22427, + "name": "Deed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22428, + "name": "Old key", + "type": "normal", + "duplicate": false + }, + { + "id": 22429, + "name": "Old key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22430, + "name": "Bloody bracer", + "type": "normal", + "duplicate": false + }, + { + "id": 22431, + "name": "Bloody bracer", + "type": "noted", + "duplicate": true + }, + { + "id": 22432, + "name": "Bloody bracer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22433, + "name": "Emerald sickle (b)", + "type": "normal", + "duplicate": false + }, + { + "id": 22434, + "name": "Emerald sickle (b)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22435, + "name": "Enchanted emerald sickle (b)", + "type": "normal", + "duplicate": false + }, + { + "id": 22436, + "name": "Enchanted emerald sickle (b)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22437, + "name": "Rotten carrot", + "type": "normal", + "duplicate": false + }, + { + "id": 22438, + "name": "Justiciar armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 22439, + "name": "Justiciar armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 22440, + "name": "Justiciar armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22441, + "name": "Avernic defender (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 22442, + "name": "Avernic defender (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22443, + "name": "Cadantine blood potion (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 22444, + "name": "Cadantine blood potion (unf)", + "type": "noted", + "duplicate": true + }, + { + "id": 22445, + "name": "Cadantine blood potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22446, + "name": "Vial of blood", + "type": "normal", + "duplicate": false + }, + { + "id": 22447, + "name": "Vial of blood", + "type": "noted", + "duplicate": true + }, + { + "id": 22448, + "name": "Vial of blood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22449, + "name": "Battlemage potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 22450, + "name": "Battlemage potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 22451, + "name": "Battlemage potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22452, + "name": "Battlemage potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 22453, + "name": "Battlemage potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 22454, + "name": "Battlemage potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22455, + "name": "Battlemage potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 22456, + "name": "Battlemage potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 22457, + "name": "Battlemage potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22458, + "name": "Battlemage potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 22459, + "name": "Battlemage potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 22460, + "name": "Battlemage potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22461, + "name": "Bastion potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 22462, + "name": "Bastion potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 22463, + "name": "Bastion potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22464, + "name": "Bastion potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 22465, + "name": "Bastion potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 22466, + "name": "Bastion potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22467, + "name": "Bastion potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 22468, + "name": "Bastion potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 22469, + "name": "Bastion potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22470, + "name": "Bastion potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 22471, + "name": "Bastion potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 22472, + "name": "Bastion potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22473, + "name": "Lil' zik", + "type": "normal", + "duplicate": false + }, + { + "id": 22474, + "name": "Lil' zik", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22475, + "name": "Message", + "type": "normal", + "duplicate": false + }, + { + "id": 22476, + "name": "Avernic defender", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22477, + "name": "Avernic defender hilt", + "type": "normal", + "duplicate": false + }, + { + "id": 22478, + "name": "Avernic defender hilt", + "type": "noted", + "duplicate": true + }, + { + "id": 22479, + "name": "Avernic defender hilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22480, + "name": "Sanguinesti staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22481, + "name": "Sanguinesti staff (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 22482, + "name": "Sanguinesti staff (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 22483, + "name": "Ghrazi rapier", + "type": "noted", + "duplicate": true + }, + { + "id": 22484, + "name": "Ghrazi rapier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22485, + "name": "Scythe of vitur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22486, + "name": "Scythe of vitur (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 22487, + "name": "Scythe of vitur (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 22488, + "name": "Justiciar faceguard", + "type": "noted", + "duplicate": true + }, + { + "id": 22489, + "name": "Justiciar faceguard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22490, + "name": "Justiciar chestguard", + "type": "noted", + "duplicate": true + }, + { + "id": 22491, + "name": "Justiciar chestguard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22492, + "name": "Justiciar legguards", + "type": "noted", + "duplicate": true + }, + { + "id": 22493, + "name": "Justiciar legguards", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22494, + "name": "Sinhaza shroud tier 1", + "type": "normal", + "duplicate": false + }, + { + "id": 22495, + "name": "Sinhaza shroud tier 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22496, + "name": "Sinhaza shroud tier 2", + "type": "normal", + "duplicate": false + }, + { + "id": 22497, + "name": "Sinhaza shroud tier 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22498, + "name": "Sinhaza shroud tier 3", + "type": "normal", + "duplicate": false + }, + { + "id": 22499, + "name": "Sinhaza shroud tier 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22500, + "name": "Sinhaza shroud tier 4", + "type": "normal", + "duplicate": false + }, + { + "id": 22501, + "name": "Sinhaza shroud tier 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22502, + "name": "Sinhaza shroud tier 5", + "type": "normal", + "duplicate": false + }, + { + "id": 22503, + "name": "Sinhaza shroud tier 5", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22504, + "name": "Serafina's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 22505, + "name": "Serafina's diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22506, + "name": "The butcher", + "type": "normal", + "duplicate": false + }, + { + "id": 22507, + "name": "The butcher", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22508, + "name": "Arachnids of vampyrium", + "type": "normal", + "duplicate": false + }, + { + "id": 22509, + "name": "Arachnids of vampyrium", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22510, + "name": "The shadow realm", + "type": "normal", + "duplicate": false + }, + { + "id": 22511, + "name": "The shadow realm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22512, + "name": "The wild hunt", + "type": "normal", + "duplicate": false + }, + { + "id": 22513, + "name": "The wild hunt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22514, + "name": "Verzik vitur - patient record", + "type": "normal", + "duplicate": false + }, + { + "id": 22515, + "name": "Verzik vitur - patient record", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22516, + "name": "Dawnbringer", + "type": "normal", + "duplicate": false + }, + { + "id": 22517, + "name": "Verzik's crystal shard", + "type": "normal", + "duplicate": false + }, + { + "id": 22518, + "name": "Verzik's crystal shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22519, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 22520, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 22521, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22522, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22523, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22524, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22525, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22526, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22527, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22528, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22529, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22530, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22531, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22532, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22533, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22534, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22535, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22536, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22537, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22538, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 22539, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 22540, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 22541, + "name": "Rotten strawberry", + "type": "normal", + "duplicate": false + }, + { + "id": 22542, + "name": "Viggora's chainmace (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 22543, + "name": "Viggora's chainmace (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 22544, + "name": "Viggora's chainmace (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22545, + "name": "Viggora's chainmace", + "type": "normal", + "duplicate": false + }, + { + "id": 22546, + "name": "Viggora's chainmace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22547, + "name": "Craw's bow (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 22548, + "name": "Craw's bow (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 22549, + "name": "Craw's bow (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22550, + "name": "Craw's bow", + "type": "normal", + "duplicate": false + }, + { + "id": 22551, + "name": "Craw's bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22552, + "name": "Thammaron's sceptre (u)", + "type": "normal", + "duplicate": false + }, + { + "id": 22553, + "name": "Thammaron's sceptre (u)", + "type": "noted", + "duplicate": true + }, + { + "id": 22554, + "name": "Thammaron's sceptre (u)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22555, + "name": "Thammaron's sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 22556, + "name": "Thammaron's sceptre", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22557, + "name": "Amulet of avarice", + "type": "normal", + "duplicate": false + }, + { + "id": 22558, + "name": "Amulet of avarice", + "type": "noted", + "duplicate": true + }, + { + "id": 22559, + "name": "Amulet of avarice", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 22586, + "name": "Looting bag", + "type": "normal", + "duplicate": false + }, + { + "id": 22587, + "name": "Looting bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22588, + "name": "Old man's coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 22589, + "name": "Reduced cadava potion", + "type": "normal", + "duplicate": false + }, + { + "id": 22590, + "name": "Goat dung", + "type": "normal", + "duplicate": false + }, + { + "id": 22591, + "name": "Weiss fire notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22592, + "name": "Weiss fire notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22593, + "name": "Te salt", + "type": "normal", + "duplicate": false + }, + { + "id": 22594, + "name": "Te salt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22595, + "name": "Efh salt", + "type": "normal", + "duplicate": false + }, + { + "id": 22596, + "name": "Efh salt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22597, + "name": "Urt salt", + "type": "normal", + "duplicate": false + }, + { + "id": 22598, + "name": "Urt salt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22599, + "name": "Icy basalt", + "type": "normal", + "duplicate": false + }, + { + "id": 22600, + "name": "Icy basalt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22601, + "name": "Stony basalt", + "type": "normal", + "duplicate": false + }, + { + "id": 22602, + "name": "Stony basalt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22603, + "name": "Basalt", + "type": "normal", + "duplicate": false + }, + { + "id": 22604, + "name": "Basalt", + "type": "noted", + "duplicate": true + }, + { + "id": 22605, + "name": "Basalt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22606, + "name": "Fire of eternal light", + "type": "normal", + "duplicate": false + }, + { + "id": 22607, + "name": "Fire of dehumidification", + "type": "normal", + "duplicate": false + }, + { + "id": 22608, + "name": "Fire of nourishment", + "type": "normal", + "duplicate": false + }, + { + "id": 22609, + "name": "Fire of unseasonal warmth", + "type": "normal", + "duplicate": false + }, + { + "id": 22610, + "name": "Vesta's spear", + "type": "normal", + "duplicate": false + }, + { + "id": 22611, + "name": "Vesta's spear", + "type": "noted", + "duplicate": true + }, + { + "id": 22612, + "name": "Vesta's spear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22613, + "name": "Vesta's longsword", + "type": "normal", + "duplicate": false + }, + { + "id": 22614, + "name": "Vesta's longsword", + "type": "noted", + "duplicate": true + }, + { + "id": 22615, + "name": "Vesta's longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22616, + "name": "Vesta's chainbody", + "type": "normal", + "duplicate": false + }, + { + "id": 22617, + "name": "Vesta's chainbody", + "type": "noted", + "duplicate": true + }, + { + "id": 22618, + "name": "Vesta's chainbody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22619, + "name": "Vesta's plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 22620, + "name": "Vesta's plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 22621, + "name": "Vesta's plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22622, + "name": "Statius's warhammer", + "type": "normal", + "duplicate": false + }, + { + "id": 22623, + "name": "Statius's warhammer", + "type": "noted", + "duplicate": true + }, + { + "id": 22624, + "name": "Statius's warhammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22625, + "name": "Statius's full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 22626, + "name": "Statius's full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 22627, + "name": "Statius's full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22628, + "name": "Statius's platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 22629, + "name": "Statius's platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 22630, + "name": "Statius's platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22631, + "name": "Statius's platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 22632, + "name": "Statius's platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 22633, + "name": "Statius's platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22634, + "name": "Morrigan's throwing axe", + "type": "normal", + "duplicate": false + }, + { + "id": 22635, + "name": "Morrigan's throwing axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22636, + "name": "Morrigan's javelin", + "type": "normal", + "duplicate": false + }, + { + "id": 22637, + "name": "Morrigan's javelin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22638, + "name": "Morrigan's coif", + "type": "normal", + "duplicate": false + }, + { + "id": 22639, + "name": "Morrigan's coif", + "type": "noted", + "duplicate": true + }, + { + "id": 22640, + "name": "Morrigan's coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22641, + "name": "Morrigan's leather body", + "type": "normal", + "duplicate": false + }, + { + "id": 22642, + "name": "Morrigan's leather body", + "type": "noted", + "duplicate": true + }, + { + "id": 22643, + "name": "Morrigan's leather body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22644, + "name": "Morrigan's leather chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 22645, + "name": "Morrigan's leather chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 22646, + "name": "Morrigan's leather chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22647, + "name": "Zuriel's staff", + "type": "normal", + "duplicate": false + }, + { + "id": 22648, + "name": "Zuriel's staff", + "type": "noted", + "duplicate": true + }, + { + "id": 22649, + "name": "Zuriel's staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22650, + "name": "Zuriel's hood", + "type": "normal", + "duplicate": false + }, + { + "id": 22651, + "name": "Zuriel's hood", + "type": "noted", + "duplicate": true + }, + { + "id": 22652, + "name": "Zuriel's hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22653, + "name": "Zuriel's robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 22654, + "name": "Zuriel's robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 22655, + "name": "Zuriel's robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22656, + "name": "Zuriel's robe bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 22657, + "name": "Zuriel's robe bottom", + "type": "noted", + "duplicate": true + }, + { + "id": 22658, + "name": "Zuriel's robe bottom", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22660, + "name": "Empty bucket pack", + "type": "normal", + "duplicate": false + }, + { + "id": 22661, + "name": "Empty bucket pack", + "type": "noted", + "duplicate": true + }, + { + "id": 22662, + "name": "Empty bucket pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22663, + "name": "Pet smoke devil", + "type": "normal", + "duplicate": false + }, + { + "id": 22664, + "name": "Scythe of vitur", + "type": "normal", + "duplicate": false + }, + { + "id": 22665, + "name": "Armadyl godsword", + "type": "normal", + "duplicate": false + }, + { + "id": 22666, + "name": "Rubber chicken", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + { + "id": 22671, + "name": "Kq head (tattered)", + "type": "normal", + "duplicate": false + }, + { + "id": 22672, + "name": "Kq head (tattered)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22673, + "name": "Stuffed kq head (tattered)", + "type": "normal", + "duplicate": false + }, + { + "id": 22674, + "name": "Stuffed kq head (tattered)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22675, + "name": "Scroll sack", + "type": "normal", + "duplicate": false + }, + { + "id": 22676, + "name": "Scroll sack", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + { + "id": 22684, + "name": "Eek", + "type": "normal", + "duplicate": false + }, + { + "id": 22685, + "name": "Eek", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + { + "id": 22689, + "name": "Clown mask", + "type": "normal", + "duplicate": false + }, + { + "id": 22690, + "name": "Clown mask", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22692, + "name": "Clown bow tie", + "type": "normal", + "duplicate": false + }, + { + "id": 22693, + "name": "Clown bow tie", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22695, + "name": "Clown gown", + "type": "normal", + "duplicate": false + }, + { + "id": 22696, + "name": "Clown gown", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22698, + "name": "Clown trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 22699, + "name": "Clown trousers", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22701, + "name": "Clown shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 22702, + "name": "Clown shoes", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22704, + "name": "Portal nexus", + "type": "normal", + "duplicate": false + }, + { + "id": 22705, + "name": "Marble portal nexus", + "type": "normal", + "duplicate": false + }, + { + "id": 22706, + "name": "Gilded portal nexus", + "type": "normal", + "duplicate": false + }, + { + "id": 22707, + "name": "Crystalline portal nexus", + "type": "normal", + "duplicate": false + }, + { + "id": 22708, + "name": "Mounted xeric's talisman", + "type": "normal", + "duplicate": false + }, + { + "id": 22709, + "name": "Mounted digsite pendant", + "type": "normal", + "duplicate": false + }, + { + "id": 22710, + "name": "Curator's medallion", + "type": "normal", + "duplicate": false + }, + { + "id": 22711, + "name": "Collection log", + "type": "normal", + "duplicate": false + }, + { + "id": 22712, + "name": "Collection log", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22713, + "name": "Star-face", + "type": "normal", + "duplicate": false + }, + { + "id": 22714, + "name": "Star-face", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22715, + "name": "Tree top", + "type": "normal", + "duplicate": false + }, + { + "id": 22716, + "name": "Tree top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22717, + "name": "Tree skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 22718, + "name": "Tree skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22719, + "name": "Candy cane", + "type": "normal", + "duplicate": false + }, + { + "id": 22720, + "name": "Candy cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22721, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22722, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22723, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22724, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22725, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22726, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22727, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22728, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22729, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22730, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 22731, + "name": "Dragon hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 22732, + "name": "Dragon hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 22733, + "name": "Dragon hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22734, + "name": "Dragon hasta(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 22735, + "name": "Dragon hasta(p)", + "type": "noted", + "duplicate": true + }, + { + "id": 22736, + "name": "Dragon hasta(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22737, + "name": "Dragon hasta(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 22738, + "name": "Dragon hasta(p+)", + "type": "noted", + "duplicate": true + }, + { + "id": 22739, + "name": "Dragon hasta(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22740, + "name": "Dragon hasta(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 22741, + "name": "Dragon hasta(p++)", + "type": "noted", + "duplicate": true + }, + { + "id": 22742, + "name": "Dragon hasta(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22743, + "name": "Dragon hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 22744, + "name": "Fake dragon hasta(kp)", + "type": "normal", + "duplicate": false + }, + { + "id": 22745, + "name": "Dragon hasta(kp)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22746, + "name": "Ikkle hydra", + "type": "normal", + "duplicate": false + }, + { + "id": 22747, + "name": "Ikkle hydra", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22748, + "name": "Ikkle hydra", + "type": "normal", + "duplicate": false + }, + { + "id": 22749, + "name": "Ikkle hydra", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22750, + "name": "Ikkle hydra", + "type": "normal", + "duplicate": false + }, + { + "id": 22751, + "name": "Ikkle hydra", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22752, + "name": "Ikkle hydra", + "type": "normal", + "duplicate": false + }, + { + "id": 22753, + "name": "Ikkle hydra", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22754, + "name": "Wyrm bonemeal", + "type": "normal", + "duplicate": false + }, + { + "id": 22755, + "name": "Wyrm bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22756, + "name": "Drake bonemeal", + "type": "normal", + "duplicate": false + }, + { + "id": 22757, + "name": "Drake bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22758, + "name": "Hydra bonemeal", + "type": "normal", + "duplicate": false + }, + { + "id": 22759, + "name": "Hydra bonemeal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22760, + "name": "Lovakengj favour certificate", + "type": "normal", + "duplicate": false + }, + { + "id": 22761, + "name": "Dinh's hammer", + "type": "normal", + "duplicate": false + }, + { + "id": 22762, + "name": "Generator crank", + "type": "normal", + "duplicate": false + }, + { + "id": 22763, + "name": "8-gallon jug", + "type": "normal", + "duplicate": false + }, + { + "id": 22764, + "name": "5-gallon jug", + "type": "normal", + "duplicate": false + }, + { + "id": 22765, + "name": "Energy disk (level 4)", + "type": "normal", + "duplicate": false + }, + { + "id": 22766, + "name": "Energy disk (level 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 22767, + "name": "Energy disk (level 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 22768, + "name": "Energy disk (level 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 22769, + "name": "Unknown fluid 1", + "type": "normal", + "duplicate": false + }, + { + "id": 22770, + "name": "Unknown fluid 2", + "type": "normal", + "duplicate": false + }, + { + "id": 22771, + "name": "Unknown fluid 3", + "type": "normal", + "duplicate": false + }, + { + "id": 22772, + "name": "Unknown fluid 4", + "type": "normal", + "duplicate": false + }, + { + "id": 22773, + "name": "Unknown fluid 5", + "type": "normal", + "duplicate": false + }, + { + "id": 22774, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 22775, + "name": "Ancient letter", + "type": "normal", + "duplicate": false + }, + { + "id": 22776, + "name": "Ancient letter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22777, + "name": "Arceuus favour certificate", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 22780, + "name": "Wyrm bones", + "type": "normal", + "duplicate": false + }, + { + "id": 22781, + "name": "Wyrm bones", + "type": "noted", + "duplicate": true + }, + { + "id": 22782, + "name": "Wyrm bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22783, + "name": "Drake bones", + "type": "normal", + "duplicate": false + }, + { + "id": 22784, + "name": "Drake bones", + "type": "noted", + "duplicate": true + }, + { + "id": 22785, + "name": "Drake bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22786, + "name": "Hydra bones", + "type": "normal", + "duplicate": false + }, + { + "id": 22787, + "name": "Hydra bones", + "type": "noted", + "duplicate": true + }, + { + "id": 22788, + "name": "Hydra bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22789, + "name": "Uncooked dragonfruit pie", + "type": "normal", + "duplicate": false + }, + { + "id": 22790, + "name": "Uncooked dragonfruit pie", + "type": "noted", + "duplicate": true + }, + { + "id": 22791, + "name": "Uncooked dragonfruit pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22792, + "name": "Half a dragonfruit pie", + "type": "normal", + "duplicate": false + }, + { + "id": 22793, + "name": "Half a dragonfruit pie", + "type": "noted", + "duplicate": true + }, + { + "id": 22794, + "name": "Half a dragonfruit pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22795, + "name": "Dragonfruit pie", + "type": "normal", + "duplicate": false + }, + { + "id": 22796, + "name": "Dragonfruit pie", + "type": "noted", + "duplicate": true + }, + { + "id": 22797, + "name": "Dragonfruit pie", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22798, + "name": "Bird nest", + "type": "normal", + "duplicate": false + }, + { + "id": 22799, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22800, + "name": "Bird nest", + "type": "normal", + "duplicate": false + }, + { + "id": 22801, + "name": "Bird nest", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 22803, + "name": "Rada's blessing", + "type": "normal", + "duplicate": false + }, + { + "id": 22804, + "name": "Dragon knife", + "type": "normal", + "duplicate": false + }, + { + "id": 22805, + "name": "Dragon knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22806, + "name": "Dragon knife(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 22807, + "name": "Dragon knife(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22808, + "name": "Dragon knife(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 22809, + "name": "Dragon knife(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22810, + "name": "Dragon knife(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 22811, + "name": "Dragon knife(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22812, + "name": "Dragon knife", + "type": "normal", + "duplicate": false + }, + { + "id": 22813, + "name": "Dragon knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22814, + "name": "Dragon knife", + "type": "normal", + "duplicate": false + }, + { + "id": 22815, + "name": "Dragon knife", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22816, + "name": "Cormorant's glove", + "type": "normal", + "duplicate": false + }, + { + "id": 22817, + "name": "Cormorant's glove", + "type": "normal", + "duplicate": false + }, + { + "id": 22818, + "name": "Fish chunks", + "type": "normal", + "duplicate": false + }, + { + "id": 22819, + "name": "Fish chunks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22820, + "name": "Molch pearl", + "type": "normal", + "duplicate": false + }, + { + "id": 22821, + "name": "Molch pearl", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22822, + "name": "Molch pearl", + "type": "normal", + "duplicate": true + }, + { + "id": 22823, + "name": "Molch pearl", + "type": "normal", + "duplicate": true + }, + { + "id": 22824, + "name": "Molch pearl", + "type": "normal", + "duplicate": true + }, + { + "id": 22825, + "name": "Molch pearl", + "type": "normal", + "duplicate": true + }, + { + "id": 22826, + "name": "Bluegill", + "type": "normal", + "duplicate": false + }, + { + "id": 22827, + "name": "Bluegill", + "type": "noted", + "duplicate": true + }, + { + "id": 22828, + "name": "Bluegill", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22829, + "name": "Common tench", + "type": "normal", + "duplicate": false + }, + { + "id": 22830, + "name": "Common tench", + "type": "noted", + "duplicate": true + }, + { + "id": 22831, + "name": "Common tench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22832, + "name": "Mottled eel", + "type": "normal", + "duplicate": false + }, + { + "id": 22833, + "name": "Mottled eel", + "type": "noted", + "duplicate": true + }, + { + "id": 22834, + "name": "Mottled eel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22835, + "name": "Greater siren", + "type": "normal", + "duplicate": false + }, + { + "id": 22836, + "name": "Greater siren", + "type": "noted", + "duplicate": true + }, + { + "id": 22837, + "name": "Greater siren", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22838, + "name": "Fish sack", + "type": "normal", + "duplicate": false + }, + { + "id": 22839, + "name": "Fish sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22840, + "name": "Golden tench", + "type": "normal", + "duplicate": false + }, + { + "id": 22841, + "name": "Golden tench", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22842, + "name": "Pearl barbarian rod", + "type": "normal", + "duplicate": false + }, + { + "id": 22843, + "name": "Pearl barbarian rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22844, + "name": "Pearl fly fishing rod", + "type": "normal", + "duplicate": false + }, + { + "id": 22845, + "name": "Pearl fly fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22846, + "name": "Pearl fishing rod", + "type": "normal", + "duplicate": false + }, + { + "id": 22847, + "name": "Pearl fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22848, + "name": "Celastrus seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 22849, + "name": "Celastrus seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22850, + "name": "Redwood seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 22851, + "name": "Redwood seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22852, + "name": "Celastrus seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 22853, + "name": "Celastrus seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22854, + "name": "Redwood seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 22855, + "name": "Redwood seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22856, + "name": "Celastrus sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 22857, + "name": "Celastrus sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 22858, + "name": "Celastrus sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22859, + "name": "Redwood sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 22860, + "name": "Redwood sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 22861, + "name": "Redwood sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22862, + "name": "Dragonfruit seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 22863, + "name": "Dragonfruit seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22864, + "name": "Dragonfruit seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 22865, + "name": "Dragonfruit seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22866, + "name": "Dragonfruit sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 22867, + "name": "Dragonfruit sapling", + "type": "noted", + "duplicate": true + }, + { + "id": 22868, + "name": "Dragonfruit sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22869, + "name": "Celastrus seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22870, + "name": "Celastrus seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22871, + "name": "Redwood tree seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22872, + "name": "Redwood tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22873, + "name": "Potato cactus seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22874, + "name": "Potato cactus seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22875, + "name": "Hespori seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22876, + "name": "Hespori seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22877, + "name": "Dragonfruit tree seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22878, + "name": "Dragonfruit tree seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22879, + "name": "Snape grass seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22880, + "name": "Snape grass seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22881, + "name": "Attas seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22882, + "name": "Attas seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22883, + "name": "Iasor seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22884, + "name": "Iasor seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22885, + "name": "Kronos seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22886, + "name": "Kronos seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22887, + "name": "White lily seed", + "type": "normal", + "duplicate": false + }, + { + "id": 22888, + "name": "White lily seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22889, + "name": "White lily seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22890, + "name": "White lily seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22891, + "name": "White lily seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22892, + "name": "White lily seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22893, + "name": "Snape grass seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22894, + "name": "Snape grass seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22895, + "name": "Snape grass seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22896, + "name": "Snape grass seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22897, + "name": "Potato cactus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22898, + "name": "Potato cactus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22899, + "name": "Potato cactus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22900, + "name": "Potato cactus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22901, + "name": "Dragonfruit tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22902, + "name": "Dragonfruit tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22903, + "name": "Dragonfruit tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22904, + "name": "Dragonfruit tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22905, + "name": "Celastrus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22906, + "name": "Celastrus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22907, + "name": "Celastrus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22908, + "name": "Celastrus seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22909, + "name": "Attas seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22910, + "name": "Attas seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22911, + "name": "Attas seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22912, + "name": "Attas seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22913, + "name": "Iasor seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22914, + "name": "Iasor seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22915, + "name": "Iasor seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22916, + "name": "Iasor seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22917, + "name": "Kronos seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22918, + "name": "Kronos seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22919, + "name": "Kronos seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22920, + "name": "Kronos seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22921, + "name": "Redwood tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22922, + "name": "Redwood tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22923, + "name": "Redwood tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22924, + "name": "Redwood tree seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22925, + "name": "Hespori seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22926, + "name": "Hespori seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22927, + "name": "Hespori seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22928, + "name": "Hespori seed", + "type": "normal", + "duplicate": true + }, + { + "id": 22929, + "name": "Dragonfruit", + "type": "normal", + "duplicate": false + }, + { + "id": 22930, + "name": "Dragonfruit", + "type": "noted", + "duplicate": true + }, + { + "id": 22931, + "name": "Dragonfruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22932, + "name": "White lily", + "type": "normal", + "duplicate": false + }, + { + "id": 22933, + "name": "White lily", + "type": "noted", + "duplicate": true + }, + { + "id": 22934, + "name": "White lily", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22935, + "name": "Celastrus bark", + "type": "normal", + "duplicate": false + }, + { + "id": 22936, + "name": "Celastrus bark", + "type": "noted", + "duplicate": true + }, + { + "id": 22937, + "name": "Celastrus bark", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + { + "id": 22941, + "name": "Rada's blessing 1", + "type": "normal", + "duplicate": false + }, + { + "id": 22942, + "name": "Rada's blessing 1", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22943, + "name": "Rada's blessing 2", + "type": "normal", + "duplicate": false + }, + { + "id": 22944, + "name": "Rada's blessing 2", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22945, + "name": "Rada's blessing 3", + "type": "normal", + "duplicate": false + }, + { + "id": 22946, + "name": "Rada's blessing 3", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22947, + "name": "Rada's blessing 4", + "type": "normal", + "duplicate": false + }, + { + "id": 22948, + "name": "Rada's blessing 4", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22949, + "name": "Battlefront teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 22950, + "name": "Battlefront teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22951, + "name": "Boots of brimstone", + "type": "normal", + "duplicate": false + }, + { + "id": 22952, + "name": "Boots of brimstone", + "type": "noted", + "duplicate": true + }, + { + "id": 22953, + "name": "Boots of brimstone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22954, + "name": "Devout boots", + "type": "normal", + "duplicate": false + }, + { + "id": 22955, + "name": "Devout boots", + "type": "noted", + "duplicate": true + }, + { + "id": 22956, + "name": "Devout boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22957, + "name": "Drake's claw", + "type": "normal", + "duplicate": false + }, + { + "id": 22958, + "name": "Drake's claw", + "type": "noted", + "duplicate": true + }, + { + "id": 22959, + "name": "Drake's claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22960, + "name": "Drake's tooth", + "type": "normal", + "duplicate": false + }, + { + "id": 22961, + "name": "Drake's tooth", + "type": "noted", + "duplicate": true + }, + { + "id": 22962, + "name": "Drake's tooth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22963, + "name": "Broken dragon hasta", + "type": "normal", + "duplicate": false + }, + { + "id": 22964, + "name": "Broken dragon hasta", + "type": "noted", + "duplicate": true + }, + { + "id": 22965, + "name": "Broken dragon hasta", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22966, + "name": "Hydra's claw", + "type": "normal", + "duplicate": false + }, + { + "id": 22967, + "name": "Hydra's claw", + "type": "noted", + "duplicate": true + }, + { + "id": 22968, + "name": "Hydra's claw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22969, + "name": "Hydra's heart", + "type": "normal", + "duplicate": false + }, + { + "id": 22970, + "name": "Hydra's heart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22971, + "name": "Hydra's fang", + "type": "normal", + "duplicate": false + }, + { + "id": 22972, + "name": "Hydra's fang", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22973, + "name": "Hydra's eye", + "type": "normal", + "duplicate": false + }, + { + "id": 22974, + "name": "Hydra's eye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22975, + "name": "Brimstone ring", + "type": "normal", + "duplicate": false + }, + { + "id": 22976, + "name": "Brimstone ring", + "type": "noted", + "duplicate": true + }, + { + "id": 22977, + "name": "Brimstone ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22978, + "name": "Dragon hunter lance", + "type": "normal", + "duplicate": false + }, + { + "id": 22979, + "name": "Dragon hunter lance", + "type": "noted", + "duplicate": true + }, + { + "id": 22980, + "name": "Dragon hunter lance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22981, + "name": "Ferocious gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 22982, + "name": "Ferocious gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22983, + "name": "Hydra leather", + "type": "normal", + "duplicate": false + }, + { + "id": 22984, + "name": "Hydra leather", + "type": "noted", + "duplicate": true + }, + { + "id": 22985, + "name": "Hydra leather", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22986, + "name": "Bonecrusher necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 22987, + "name": "Bonecrusher necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22988, + "name": "Hydra tail", + "type": "normal", + "duplicate": false + }, + { + "id": 22989, + "name": "Hydra tail", + "type": "noted", + "duplicate": true + }, + { + "id": 22990, + "name": "Hydra tail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22991, + "name": "Stone tablet", + "type": "normal", + "duplicate": false + }, + { + "id": 22992, + "name": "Stone tablet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22993, + "name": "Seed pack", + "type": "normal", + "duplicate": false + }, + { + "id": 22994, + "name": "Bottomless compost bucket", + "type": "normal", + "duplicate": false + }, + { + "id": 22995, + "name": "Bottomless compost bucket", + "type": "noted", + "duplicate": true + }, + { + "id": 22996, + "name": "Bottomless compost bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22997, + "name": "Bottomless compost bucket", + "type": "normal", + "duplicate": false + }, + { + "id": 22998, + "name": "Bottomless compost bucket", + "type": "placeholder", + "duplicate": true + }, + { + "id": 22999, + "name": "Bottled dragonbreath (unpowered)", + "type": "normal", + "duplicate": false + }, + { + "id": 23000, + "name": "Bottled dragonbreath (unpowered)", + "type": "noted", + "duplicate": true + }, + { + "id": 23001, + "name": "Bottled dragonbreath (unpowered)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23002, + "name": "Bottled dragonbreath", + "type": "normal", + "duplicate": false + }, + { + "id": 23003, + "name": "Bottled dragonbreath", + "type": "noted", + "duplicate": true + }, + { + "id": 23004, + "name": "Bottled dragonbreath", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 23007, + "name": "Tatty note", + "type": "normal", + "duplicate": false + }, + { + "id": 23008, + "name": "Tatty note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23009, + "name": "Gielinor's flora - flowers", + "type": "normal", + "duplicate": false + }, + { + "id": 23010, + "name": "Gielinor's flora - flowers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23011, + "name": "Gielinor's flora - bushes", + "type": "normal", + "duplicate": false + }, + { + "id": 23012, + "name": "Gielinor's flora - bushes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23013, + "name": "Gielinor's flora - hops", + "type": "normal", + "duplicate": false + }, + { + "id": 23014, + "name": "Gielinor's flora - hops", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23015, + "name": "Gielinor's flora - allotments", + "type": "normal", + "duplicate": false + }, + { + "id": 23016, + "name": "Gielinor's flora - allotments", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23017, + "name": "Gielinor's flora - herbs", + "type": "normal", + "duplicate": false + }, + { + "id": 23018, + "name": "Gielinor's flora - herbs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23019, + "name": "Gielinor's flora - trees", + "type": "normal", + "duplicate": false + }, + { + "id": 23020, + "name": "Gielinor's flora - trees", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23021, + "name": "Gielinor's flora - fruit", + "type": "normal", + "duplicate": false + }, + { + "id": 23022, + "name": "Gielinor's flora - fruit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23023, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23024, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23025, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23026, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23027, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23028, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23029, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23030, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23031, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23032, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23033, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23034, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23035, + "name": "Old notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23036, + "name": "Old notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23037, + "name": "Boots of stone", + "type": "normal", + "duplicate": false + }, + { + "id": 23038, + "name": "Boots of stone", + "type": "noted", + "duplicate": true + }, + { + "id": 23039, + "name": "Boots of stone", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23040, + "name": "Wyrm", + "type": "normal", + "duplicate": false + }, + { + "id": 23041, + "name": "Drake", + "type": "normal", + "duplicate": false + }, + { + "id": 23042, + "name": "Hydra", + "type": "normal", + "duplicate": false + }, + { + "id": 23043, + "name": "Sulphur lizard", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 23045, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23046, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23047, + "name": "Mystic hat (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23048, + "name": "Mystic hat (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23049, + "name": "Mystic hat (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23050, + "name": "Mystic robe top (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23051, + "name": "Mystic robe top (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23052, + "name": "Mystic robe top (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23053, + "name": "Mystic robe bottom (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23054, + "name": "Mystic robe bottom (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23055, + "name": "Mystic robe bottom (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23056, + "name": "Mystic gloves (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23057, + "name": "Mystic gloves (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23058, + "name": "Mystic gloves (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23059, + "name": "Mystic boots (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23060, + "name": "Mystic boots (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23061, + "name": "Mystic boots (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23062, + "name": "Nest box (seeds)", + "type": "normal", + "duplicate": false + }, + { + "id": 23063, + "name": "Nest box (seeds)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23064, + "name": "Jar of chemicals", + "type": "normal", + "duplicate": false + }, + { + "id": 23065, + "name": "Jar of chemicals", + "type": "noted", + "duplicate": true + }, + { + "id": 23066, + "name": "Jar of chemicals", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23067, + "name": "Treasure scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23068, + "name": "Treasure scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23069, + "name": "Mysterious orb", + "type": "normal", + "duplicate": false + }, + { + "id": 23070, + "name": "Treasure scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23071, + "name": "Ancient casket", + "type": "normal", + "duplicate": false + }, + { + "id": 23072, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 23073, + "name": "Hydra slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 23074, + "name": "Hydra slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23075, + "name": "Hydra slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 23076, + "name": "Hydra slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23077, + "name": "Alchemical hydra heads", + "type": "normal", + "duplicate": false + }, + { + "id": 23078, + "name": "Alchemical hydra heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23079, + "name": "Stuffed hydra heads", + "type": "normal", + "duplicate": false + }, + { + "id": 23080, + "name": "Stuffed hydra heads", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23081, + "name": "Alchemical hydra head", + "type": "normal", + "duplicate": false + }, + { + "id": 23082, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 23083, + "name": "Brimstone key", + "type": "normal", + "duplicate": false + }, + { + "id": 23084, + "name": "Brimstone key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23085, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23086, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23087, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23088, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23089, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23090, + "name": "Brimstone key", + "type": "normal", + "duplicate": true + }, + { + "id": 23091, + "name": "Ornate gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 23092, + "name": "Ornate gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23093, + "name": "Ornate boots", + "type": "normal", + "duplicate": false + }, + { + "id": 23094, + "name": "Ornate boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23095, + "name": "Ornate legs", + "type": "normal", + "duplicate": false + }, + { + "id": 23096, + "name": "Ornate legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23097, + "name": "Ornate top", + "type": "normal", + "duplicate": false + }, + { + "id": 23098, + "name": "Ornate top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23099, + "name": "Ornate cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23100, + "name": "Ornate cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23101, + "name": "Ornate helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23102, + "name": "Ornate helm", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + { + "id": 23108, + "name": "Birthday cake", + "type": "normal", + "duplicate": false + }, + { + "id": 23109, + "name": "Birthday cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23110, + "name": "Mystic set (light)", + "type": "normal", + "duplicate": false + }, + { + "id": 23111, + "name": "Mystic set (light)", + "type": "noted", + "duplicate": true + }, + { + "id": 23112, + "name": "Mystic set (light)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23113, + "name": "Mystic set (blue)", + "type": "normal", + "duplicate": false + }, + { + "id": 23114, + "name": "Mystic set (blue)", + "type": "noted", + "duplicate": true + }, + { + "id": 23115, + "name": "Mystic set (blue)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23116, + "name": "Mystic set (dark)", + "type": "normal", + "duplicate": false + }, + { + "id": 23117, + "name": "Mystic set (dark)", + "type": "noted", + "duplicate": true + }, + { + "id": 23118, + "name": "Mystic set (dark)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23119, + "name": "Mystic set (dusk)", + "type": "normal", + "duplicate": false + }, + { + "id": 23120, + "name": "Mystic set (dusk)", + "type": "noted", + "duplicate": true + }, + { + "id": 23121, + "name": "Mystic set (dusk)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23122, + "name": "Oily pearl fishing rod", + "type": "normal", + "duplicate": false + }, + { + "id": 23123, + "name": "Oily pearl fishing rod", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23124, + "name": "Gilded dragonhide set", + "type": "normal", + "duplicate": false + }, + { + "id": 23125, + "name": "Gilded dragonhide set", + "type": "noted", + "duplicate": true + }, + { + "id": 23126, + "name": "Gilded dragonhide set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23127, + "name": "Clue nest (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23128, + "name": "Clue nest (beginner)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23129, + "name": "Clue bottle (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23130, + "name": "Clue bottle (beginner)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23131, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23132, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23133, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23134, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23135, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23136, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23137, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23138, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23139, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23140, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23141, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23142, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23143, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 23144, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23145, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23146, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23147, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23148, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23149, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23150, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23151, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23152, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23153, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23154, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23155, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23156, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23157, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23158, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23159, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23160, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23161, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23162, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23163, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23164, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23165, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23166, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 23167, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23168, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23169, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23170, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23171, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23172, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23173, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23174, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23175, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23176, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23177, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23178, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23179, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23180, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23181, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 23182, + "name": "Clue scroll (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23183, + "name": "Strange device", + "type": "normal", + "duplicate": false + }, + { + "id": 23184, + "name": "Mimic", + "type": "normal", + "duplicate": false + }, + { + "id": 23185, + "name": "Ring of 3rd age", + "type": "normal", + "duplicate": false + }, + { + "id": 23186, + "name": "Ring of 3rd age", + "type": "noted", + "duplicate": true + }, + { + "id": 23187, + "name": "Ring of 3rd age", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23188, + "name": "Guthix d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23189, + "name": "Guthix d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23190, + "name": "Guthix d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23191, + "name": "Saradomin d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23192, + "name": "Saradomin d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23193, + "name": "Saradomin d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23194, + "name": "Zamorak d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23195, + "name": "Zamorak d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23196, + "name": "Zamorak d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23197, + "name": "Ancient d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23198, + "name": "Ancient d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23199, + "name": "Ancient d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23200, + "name": "Armadyl d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23201, + "name": "Armadyl d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23202, + "name": "Armadyl d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23203, + "name": "Bandos d'hide shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23204, + "name": "Bandos d'hide shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23205, + "name": "Bandos d'hide shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23206, + "name": "Dual sai", + "type": "normal", + "duplicate": false + }, + { + "id": 23207, + "name": "Dual sai", + "type": "noted", + "duplicate": true + }, + { + "id": 23208, + "name": "Dual sai", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23209, + "name": "Rune platebody (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23210, + "name": "Rune platebody (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23211, + "name": "Rune platebody (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23212, + "name": "Rune platebody (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23213, + "name": "Rune platebody (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23214, + "name": "Rune platebody (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23215, + "name": "Rune platebody (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23216, + "name": "Rune platebody (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23217, + "name": "Rune platebody (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23218, + "name": "Rune platebody (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23219, + "name": "Rune platebody (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23220, + "name": "Rune platebody (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23221, + "name": "Rune platebody (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 23222, + "name": "Rune platebody (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 23223, + "name": "Rune platebody (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23224, + "name": "Thieving bag", + "type": "normal", + "duplicate": false + }, + { + "id": 23225, + "name": "Thieving bag", + "type": "noted", + "duplicate": true + }, + { + "id": 23226, + "name": "Thieving bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23227, + "name": "Rune defender ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 23228, + "name": "Rune defender ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 23229, + "name": "Rune defender ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23230, + "name": "Rune defender (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23231, + "name": "Rune defender (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23232, + "name": "Tzhaar-ket-om ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 23233, + "name": "Tzhaar-ket-om ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 23234, + "name": "Tzhaar-ket-om ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23235, + "name": "Tzhaar-ket-om (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23236, + "name": "Tzhaar-ket-om (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23237, + "name": "Berserker necklace ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 23238, + "name": "Berserker necklace ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 23239, + "name": "Berserker necklace ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23240, + "name": "Berserker necklace (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 23241, + "name": "Berserker necklace (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23242, + "name": "3rd age plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 23243, + "name": "3rd age plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 23244, + "name": "3rd age plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23245, + "name": "Reward casket (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23246, + "name": "Fremennik kilt", + "type": "normal", + "duplicate": false + }, + { + "id": 23247, + "name": "Fremennik kilt", + "type": "noted", + "duplicate": true + }, + { + "id": 23248, + "name": "Fremennik kilt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23249, + "name": "Rangers' tights", + "type": "normal", + "duplicate": false + }, + { + "id": 23250, + "name": "Rangers' tights", + "type": "noted", + "duplicate": true + }, + { + "id": 23251, + "name": "Rangers' tights", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23252, + "name": "Giant boot", + "type": "normal", + "duplicate": false + }, + { + "id": 23253, + "name": "Giant boot", + "type": "noted", + "duplicate": true + }, + { + "id": 23254, + "name": "Giant boot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23255, + "name": "Uri's hat", + "type": "normal", + "duplicate": false + }, + { + "id": 23256, + "name": "Uri's hat", + "type": "noted", + "duplicate": true + }, + { + "id": 23257, + "name": "Uri's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23258, + "name": "Gilded coif", + "type": "normal", + "duplicate": false + }, + { + "id": 23259, + "name": "Gilded coif", + "type": "noted", + "duplicate": true + }, + { + "id": 23260, + "name": "Gilded coif", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23261, + "name": "Gilded d'hide vambraces", + "type": "normal", + "duplicate": false + }, + { + "id": 23262, + "name": "Gilded d'hide vambraces", + "type": "noted", + "duplicate": true + }, + { + "id": 23263, + "name": "Gilded d'hide vambraces", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23264, + "name": "Gilded d'hide body", + "type": "normal", + "duplicate": false + }, + { + "id": 23265, + "name": "Gilded d'hide body", + "type": "noted", + "duplicate": true + }, + { + "id": 23266, + "name": "Gilded d'hide body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23267, + "name": "Gilded d'hide chaps", + "type": "normal", + "duplicate": false + }, + { + "id": 23268, + "name": "Gilded d'hide chaps", + "type": "noted", + "duplicate": true + }, + { + "id": 23269, + "name": "Gilded d'hide chaps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23270, + "name": "Adamant dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 23271, + "name": "Adamant dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 23272, + "name": "Adamant dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23273, + "name": "Rune dragon mask", + "type": "normal", + "duplicate": false + }, + { + "id": 23274, + "name": "Rune dragon mask", + "type": "noted", + "duplicate": true + }, + { + "id": 23275, + "name": "Rune dragon mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23276, + "name": "Gilded pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 23277, + "name": "Gilded pickaxe", + "type": "noted", + "duplicate": true + }, + { + "id": 23278, + "name": "Gilded pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23279, + "name": "Gilded axe", + "type": "normal", + "duplicate": false + }, + { + "id": 23280, + "name": "Gilded axe", + "type": "noted", + "duplicate": true + }, + { + "id": 23281, + "name": "Gilded axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23282, + "name": "Gilded spade", + "type": "normal", + "duplicate": false + }, + { + "id": 23283, + "name": "Gilded spade", + "type": "noted", + "duplicate": true + }, + { + "id": 23284, + "name": "Gilded spade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23285, + "name": "Mole slippers", + "type": "normal", + "duplicate": false + }, + { + "id": 23286, + "name": "Mole slippers", + "type": "noted", + "duplicate": true + }, + { + "id": 23287, + "name": "Mole slippers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23288, + "name": "Frog slippers", + "type": "normal", + "duplicate": false + }, + { + "id": 23289, + "name": "Frog slippers", + "type": "noted", + "duplicate": true + }, + { + "id": 23290, + "name": "Frog slippers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23291, + "name": "Bear feet", + "type": "normal", + "duplicate": false + }, + { + "id": 23292, + "name": "Bear feet", + "type": "noted", + "duplicate": true + }, + { + "id": 23293, + "name": "Bear feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23294, + "name": "Demon feet", + "type": "normal", + "duplicate": false + }, + { + "id": 23295, + "name": "Demon feet", + "type": "noted", + "duplicate": true + }, + { + "id": 23296, + "name": "Demon feet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23297, + "name": "Jester cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23298, + "name": "Jester cape", + "type": "noted", + "duplicate": true + }, + { + "id": 23299, + "name": "Jester cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23300, + "name": "Shoulder parrot", + "type": "normal", + "duplicate": false + }, + { + "id": 23301, + "name": "Shoulder parrot", + "type": "noted", + "duplicate": true + }, + { + "id": 23302, + "name": "Shoulder parrot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23303, + "name": "Monk's robe top (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23304, + "name": "Monk's robe top (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 23305, + "name": "Monk's robe top (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23306, + "name": "Monk's robe (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23307, + "name": "Monk's robe (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 23308, + "name": "Monk's robe (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23309, + "name": "Amulet of defence (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23310, + "name": "Amulet of defence (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 23311, + "name": "Amulet of defence (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23312, + "name": "Sandwich lady hat", + "type": "normal", + "duplicate": false + }, + { + "id": 23313, + "name": "Sandwich lady hat", + "type": "noted", + "duplicate": true + }, + { + "id": 23314, + "name": "Sandwich lady hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23315, + "name": "Sandwich lady top", + "type": "normal", + "duplicate": false + }, + { + "id": 23316, + "name": "Sandwich lady top", + "type": "noted", + "duplicate": true + }, + { + "id": 23317, + "name": "Sandwich lady top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23318, + "name": "Sandwich lady bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 23319, + "name": "Sandwich lady bottom", + "type": "noted", + "duplicate": true + }, + { + "id": 23320, + "name": "Sandwich lady bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23321, + "name": "Rune scimitar ornament kit (guthix)", + "type": "normal", + "duplicate": false + }, + { + "id": 23322, + "name": "Rune scimitar ornament kit (guthix)", + "type": "noted", + "duplicate": true + }, + { + "id": 23323, + "name": "Rune scimitar ornament kit (guthix)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23324, + "name": "Rune scimitar ornament kit (saradomin)", + "type": "normal", + "duplicate": false + }, + { + "id": 23325, + "name": "Rune scimitar ornament kit (saradomin)", + "type": "noted", + "duplicate": true + }, + { + "id": 23326, + "name": "Rune scimitar ornament kit (saradomin)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23327, + "name": "Rune scimitar ornament kit (zamorak)", + "type": "normal", + "duplicate": false + }, + { + "id": 23328, + "name": "Rune scimitar ornament kit (zamorak)", + "type": "noted", + "duplicate": true + }, + { + "id": 23329, + "name": "Rune scimitar ornament kit (zamorak)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23330, + "name": "Rune scimitar", + "type": "normal", + "duplicate": false + }, + { + "id": 23331, + "name": "Rune scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23332, + "name": "Rune scimitar", + "type": "normal", + "duplicate": false + }, + { + "id": 23333, + "name": "Rune scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23334, + "name": "Rune scimitar", + "type": "normal", + "duplicate": false + }, + { + "id": 23335, + "name": "Rune scimitar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23336, + "name": "3rd age druidic robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 23337, + "name": "3rd age druidic robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 23338, + "name": "3rd age druidic robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23339, + "name": "3rd age druidic robe bottoms", + "type": "normal", + "duplicate": false + }, + { + "id": 23340, + "name": "3rd age druidic robe bottoms", + "type": "noted", + "duplicate": true + }, + { + "id": 23341, + "name": "3rd age druidic robe bottoms", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23342, + "name": "3rd age druidic staff", + "type": "normal", + "duplicate": false + }, + { + "id": 23343, + "name": "3rd age druidic staff", + "type": "noted", + "duplicate": true + }, + { + "id": 23344, + "name": "3rd age druidic staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23345, + "name": "3rd age druidic cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 23346, + "name": "3rd age druidic cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 23347, + "name": "3rd age druidic cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23348, + "name": "Tormented ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 23349, + "name": "Tormented ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 23350, + "name": "Tormented ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23351, + "name": "Cape of skulls", + "type": "normal", + "duplicate": false + }, + { + "id": 23352, + "name": "Cape of skulls", + "type": "noted", + "duplicate": true + }, + { + "id": 23353, + "name": "Cape of skulls", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23354, + "name": "Amulet of power (t)", + "type": "normal", + "duplicate": false + }, + { + "id": 23355, + "name": "Amulet of power (t)", + "type": "noted", + "duplicate": true + }, + { + "id": 23356, + "name": "Amulet of power (t)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23357, + "name": "Rain bow", + "type": "normal", + "duplicate": false + }, + { + "id": 23358, + "name": "Rain bow", + "type": "noted", + "duplicate": true + }, + { + "id": 23359, + "name": "Rain bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23360, + "name": "Ham joint", + "type": "normal", + "duplicate": false + }, + { + "id": 23361, + "name": "Ham joint", + "type": "noted", + "duplicate": true + }, + { + "id": 23362, + "name": "Ham joint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23363, + "name": "Staff of bob the cat", + "type": "normal", + "duplicate": false + }, + { + "id": 23364, + "name": "Staff of bob the cat", + "type": "noted", + "duplicate": true + }, + { + "id": 23365, + "name": "Staff of bob the cat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23366, + "name": "Black platebody (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23367, + "name": "Black platebody (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23368, + "name": "Black platebody (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23369, + "name": "Black platebody (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23370, + "name": "Black platebody (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23371, + "name": "Black platebody (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23372, + "name": "Black platebody (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23373, + "name": "Black platebody (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23374, + "name": "Black platebody (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23375, + "name": "Black platebody (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23376, + "name": "Black platebody (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23377, + "name": "Black platebody (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23378, + "name": "Black platebody (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 23379, + "name": "Black platebody (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 23380, + "name": "Black platebody (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23381, + "name": "Leather body (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 23382, + "name": "Leather body (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 23383, + "name": "Leather body (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23384, + "name": "Leather chaps (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 23385, + "name": "Leather chaps (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 23386, + "name": "Leather chaps (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23387, + "name": "Watson teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 23388, + "name": "Watson teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23389, + "name": "Spiked manacles", + "type": "normal", + "duplicate": false + }, + { + "id": 23390, + "name": "Spiked manacles", + "type": "noted", + "duplicate": true + }, + { + "id": 23391, + "name": "Spiked manacles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23392, + "name": "Adamant platebody (h1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23393, + "name": "Adamant platebody (h1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23394, + "name": "Adamant platebody (h1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23395, + "name": "Adamant platebody (h2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23396, + "name": "Adamant platebody (h2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23397, + "name": "Adamant platebody (h2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23398, + "name": "Adamant platebody (h3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23399, + "name": "Adamant platebody (h3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23400, + "name": "Adamant platebody (h3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23401, + "name": "Adamant platebody (h4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23402, + "name": "Adamant platebody (h4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23403, + "name": "Adamant platebody (h4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23404, + "name": "Adamant platebody (h5)", + "type": "normal", + "duplicate": false + }, + { + "id": 23405, + "name": "Adamant platebody (h5)", + "type": "noted", + "duplicate": true + }, + { + "id": 23406, + "name": "Adamant platebody (h5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23407, + "name": "Wolf mask", + "type": "normal", + "duplicate": false + }, + { + "id": 23408, + "name": "Wolf mask", + "type": "noted", + "duplicate": true + }, + { + "id": 23409, + "name": "Wolf mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23410, + "name": "Wolf cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 23411, + "name": "Wolf cloak", + "type": "noted", + "duplicate": true + }, + { + "id": 23412, + "name": "Wolf cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23413, + "name": "Climbing boots (g)", + "type": "normal", + "duplicate": false + }, + { + "id": 23414, + "name": "Climbing boots (g)", + "type": "noted", + "duplicate": true + }, + { + "id": 23415, + "name": "Climbing boots (g)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23416, + "name": "Stash units (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23417, + "name": "Puzzle box (master)", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 23442, + "name": "Clue geode (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 23443, + "name": "Clue geode (beginner)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23444, + "name": "Tormented bracelet (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 23445, + "name": "Tormented bracelet (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23446, + "name": "Giant easter egg", + "type": "normal", + "duplicate": false + }, + { + "id": 23447, + "name": "Giant easter egg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23448, + "name": "Bunnyman mask", + "type": "normal", + "duplicate": false + }, + { + "id": 23449, + "name": "Bunnyman mask", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 23458, + "name": "Enchanted lyre(i)", + "type": "normal", + "duplicate": false + }, + { + "id": 23459, + "name": "Enchanted lyre(i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23460, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23461, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23462, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23463, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23464, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23465, + "name": "Attacker icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23466, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23467, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23468, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23469, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23470, + "name": "Defender icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23471, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23472, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23473, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23474, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23475, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23476, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23477, + "name": "Collector icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23478, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23479, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23480, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23481, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23482, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23483, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23484, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23485, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23486, + "name": "Healer icon", + "type": "normal", + "duplicate": false + }, + { + "id": 23487, + "name": "Archaic emblem (tier 10)", + "type": "normal", + "duplicate": false + }, + { + "id": 23488, + "name": "Strange device", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23489, + "name": "Wine of zamorak", + "type": "normal", + "duplicate": false + }, + { + "id": 23490, + "name": "Larran's key", + "type": "normal", + "duplicate": false + }, + { + "id": 23491, + "name": "Larran's key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23492, + "name": "Larran's key", + "type": "normal", + "duplicate": true + }, + { + "id": 23493, + "name": "Larran's key", + "type": "normal", + "duplicate": true + }, + { + "id": 23494, + "name": "Larran's key", + "type": "normal", + "duplicate": true + }, + { + "id": 23495, + "name": "Sraracha", + "type": "normal", + "duplicate": false + }, + { + "id": 23496, + "name": "Sraracha", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23497, + "name": "Temple coin", + "type": "normal", + "duplicate": false + }, + { + "id": 23498, + "name": "Temple coin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23499, + "name": "Grubby key", + "type": "normal", + "duplicate": false + }, + { + "id": 23500, + "name": "Grubby key", + "type": "noted", + "duplicate": true + }, + { + "id": 23501, + "name": "Grubby key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23502, + "name": "Temple key", + "type": "normal", + "duplicate": false + }, + { + "id": 23503, + "name": "Temple key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23504, + "name": "Tome of the moon", + "type": "normal", + "duplicate": false + }, + { + "id": 23505, + "name": "Tome of the moon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23506, + "name": "Tome of the sun", + "type": "normal", + "duplicate": false + }, + { + "id": 23507, + "name": "Tome of the sun", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23508, + "name": "Tome of the temple", + "type": "normal", + "duplicate": false + }, + { + "id": 23509, + "name": "Tome of the temple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23510, + "name": "Tattered moon page", + "type": "normal", + "duplicate": false + }, + { + "id": 23511, + "name": "Tattered moon page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23512, + "name": "Tattered sun page", + "type": "normal", + "duplicate": false + }, + { + "id": 23513, + "name": "Tattered sun page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23514, + "name": "Tattered temple page", + "type": "normal", + "duplicate": false + }, + { + "id": 23515, + "name": "Tattered temple page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23516, + "name": "Lamp of knowledge", + "type": "normal", + "duplicate": false + }, + { + "id": 23517, + "name": "Giant egg sac(full)", + "type": "normal", + "duplicate": false + }, + { + "id": 23518, + "name": "Giant egg sac(full)", + "type": "noted", + "duplicate": true + }, + { + "id": 23519, + "name": "Giant egg sac(full)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23520, + "name": "Giant egg sac", + "type": "normal", + "duplicate": false + }, + { + "id": 23521, + "name": "Giant egg sac", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23522, + "name": "Mask of ranul", + "type": "normal", + "duplicate": false + }, + { + "id": 23523, + "name": "Mask of ranul", + "type": "noted", + "duplicate": true + }, + { + "id": 23524, + "name": "Mask of ranul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23525, + "name": "Jar of eyes", + "type": "normal", + "duplicate": false + }, + { + "id": 23526, + "name": "Jar of eyes", + "type": "noted", + "duplicate": true + }, + { + "id": 23527, + "name": "Jar of eyes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23528, + "name": "Sarachnis cudgel", + "type": "normal", + "duplicate": false + }, + { + "id": 23529, + "name": "Sarachnis cudgel", + "type": "noted", + "duplicate": true + }, + { + "id": 23530, + "name": "Sarachnis cudgel", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23531, + "name": "Shark", + "type": "noted", + "duplicate": true + }, + { + "id": 23532, + "name": "Monkfish", + "type": "noted", + "duplicate": true + }, + { + "id": 23533, + "name": "Cooked karambwan", + "type": "normal", + "duplicate": false + }, + { + "id": 23534, + "name": "Cooked karambwan", + "type": "noted", + "duplicate": true + }, + { + "id": 23535, + "name": "Prayer potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23536, + "name": "Prayer potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23537, + "name": "Prayer potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23538, + "name": "Prayer potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23539, + "name": "Super energy(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23540, + "name": "Super energy(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23541, + "name": "Super energy(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23542, + "name": "Super energy(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23543, + "name": "Super combat potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23544, + "name": "Super combat potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23545, + "name": "Super combat potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23546, + "name": "Super combat potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23547, + "name": "Super combat potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23548, + "name": "Super combat potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23549, + "name": "Super combat potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23550, + "name": "Super combat potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23551, + "name": "Ranging potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23552, + "name": "Ranging potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23553, + "name": "Ranging potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23554, + "name": "Ranging potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23555, + "name": "Ranging potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23556, + "name": "Ranging potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23557, + "name": "Ranging potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23558, + "name": "Ranging potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23559, + "name": "Sanfew serum(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23560, + "name": "Sanfew serum(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23561, + "name": "Sanfew serum(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23562, + "name": "Sanfew serum(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23563, + "name": "Sanfew serum(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23564, + "name": "Sanfew serum(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23565, + "name": "Sanfew serum(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23566, + "name": "Sanfew serum(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23567, + "name": "Super restore(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23568, + "name": "Super restore(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23569, + "name": "Super restore(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23570, + "name": "Super restore(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23571, + "name": "Super restore(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23572, + "name": "Super restore(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23573, + "name": "Super restore(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23574, + "name": "Super restore(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23575, + "name": "Saradomin brew(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23576, + "name": "Saradomin brew(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23577, + "name": "Saradomin brew(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23578, + "name": "Saradomin brew(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23579, + "name": "Saradomin brew(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23580, + "name": "Saradomin brew(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23581, + "name": "Saradomin brew(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23582, + "name": "Saradomin brew(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23583, + "name": "Stamina potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23584, + "name": "Stamina potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23585, + "name": "Stamina potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23586, + "name": "Stamina potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23587, + "name": "Stamina potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23588, + "name": "Stamina potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23589, + "name": "Stamina potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23590, + "name": "Stamina potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23591, + "name": "Helm of neitiznot", + "type": "normal", + "duplicate": false + }, + { + "id": 23592, + "name": "Helm of neitiznot", + "type": "noted", + "duplicate": true + }, + { + "id": 23593, + "name": "Barrows gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 23594, + "name": "Barrows gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 23595, + "name": "Berserker ring", + "type": "normal", + "duplicate": false + }, + { + "id": 23596, + "name": "Berserker ring", + "type": "noted", + "duplicate": true + }, + { + "id": 23597, + "name": "Dragon defender", + "type": "normal", + "duplicate": false + }, + { + "id": 23598, + "name": "Dragon defender", + "type": "noted", + "duplicate": true + }, + { + "id": 23599, + "name": "Spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23600, + "name": "Spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23601, + "name": "Rune crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 23602, + "name": "Rune crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 23603, + "name": "Imbued guthix cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23604, + "name": "Imbued guthix cape", + "type": "noted", + "duplicate": true + }, + { + "id": 23605, + "name": "Imbued zamorak cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23606, + "name": "Imbued zamorak cape", + "type": "noted", + "duplicate": true + }, + { + "id": 23607, + "name": "Imbued saradomin cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23608, + "name": "Imbued saradomin cape", + "type": "noted", + "duplicate": true + }, + { + "id": 23609, + "name": "Ava's accumulator", + "type": "normal", + "duplicate": true + }, + { + "id": 23610, + "name": "Ava's accumulator", + "type": "noted", + "duplicate": true + }, + { + "id": 23611, + "name": "Armadyl crossbow", + "type": "normal", + "duplicate": false + }, + { + "id": 23612, + "name": "Armadyl crossbow", + "type": "noted", + "duplicate": true + }, + { + "id": 23613, + "name": "Staff of the dead", + "type": "normal", + "duplicate": false + }, + { + "id": 23614, + "name": "Staff of the dead", + "type": "noted", + "duplicate": true + }, + { + "id": 23615, + "name": "Vesta's longsword", + "type": "normal", + "duplicate": false + }, + { + "id": 23616, + "name": "Vesta's longsword", + "type": "noted", + "duplicate": true + }, + { + "id": 23617, + "name": "Zuriel's staff", + "type": "normal", + "duplicate": false + }, + { + "id": 23618, + "name": "Zuriel's staff", + "type": "noted", + "duplicate": true + }, + { + "id": 23619, + "name": "Morrigan's javelin", + "type": "normal", + "duplicate": false + }, + { + "id": 23620, + "name": "Statius's warhammer", + "type": "normal", + "duplicate": false + }, + { + "id": 23621, + "name": "Statius's warhammer", + "type": "noted", + "duplicate": true + }, + { + "id": 23622, + "name": "Infernal cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23623, + "name": "Infernal cape", + "type": "noted", + "duplicate": true + }, + { + "id": 23624, + "name": "Seers ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 23625, + "name": "Seers ring (i)", + "type": "noted", + "duplicate": true + }, + { + "id": 23626, + "name": "Kodai wand", + "type": "normal", + "duplicate": false + }, + { + "id": 23627, + "name": "Kodai wand", + "type": "noted", + "duplicate": true + }, + { + "id": 23628, + "name": "Ghrazi rapier", + "type": "normal", + "duplicate": false + }, + { + "id": 23629, + "name": "Ghrazi rapier", + "type": "noted", + "duplicate": true + }, + { + "id": 23630, + "name": "Heavy ballista", + "type": "normal", + "duplicate": false + }, + { + "id": 23631, + "name": "Heavy ballista", + "type": "noted", + "duplicate": true + }, + { + "id": 23632, + "name": "Karil's leathertop", + "type": "normal", + "duplicate": false + }, + { + "id": 23633, + "name": "Dharok's platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 23634, + "name": "Torag's platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 23635, + "name": "Verac's plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 23636, + "name": "Verac's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23637, + "name": "Torag's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23638, + "name": "Guthan's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23639, + "name": "Dharok's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23640, + "name": "Amulet of fury", + "type": "normal", + "duplicate": false + }, + { + "id": 23641, + "name": "Amulet of fury", + "type": "noted", + "duplicate": true + }, + { + "id": 23642, + "name": "Blessed spirit shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23643, + "name": "Blessed spirit shield", + "type": "noted", + "duplicate": true + }, + { + "id": 23644, + "name": "Eternal boots", + "type": "normal", + "duplicate": false + }, + { + "id": 23645, + "name": "Eternal boots", + "type": "noted", + "duplicate": true + }, + { + "id": 23646, + "name": "Bandos tassets", + "type": "normal", + "duplicate": false + }, + { + "id": 23647, + "name": "Bandos tassets", + "type": "noted", + "duplicate": true + }, + { + "id": 23648, + "name": "Dragon javelin", + "type": "normal", + "duplicate": false + }, + { + "id": 23649, + "name": "Diamond bolts (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 23650, + "name": "Rune pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 23651, + "name": "Rune pouch", + "type": "noted", + "duplicate": true + }, + { + "id": 23652, + "name": "Mage's book", + "type": "normal", + "duplicate": false + }, + { + "id": 23653, + "name": "Ahrim's staff", + "type": "normal", + "duplicate": false + }, + { + "id": 23654, + "name": "Occult necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 23655, + "name": "Crystal seedling", + "type": "normal", + "duplicate": false + }, + { + "id": 23656, + "name": "Crystal seedling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23657, + "name": "Crystal seedling (w)", + "type": "normal", + "duplicate": false + }, + { + "id": 23658, + "name": "Crystal seedling (w)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23659, + "name": "Crystal sapling", + "type": "normal", + "duplicate": false + }, + { + "id": 23660, + "name": "Crystal sapling", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23661, + "name": "Crystal acorn", + "type": "normal", + "duplicate": false + }, + { + "id": 23662, + "name": "Crystal acorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23663, + "name": "Crystal acorn", + "type": "normal", + "duplicate": true + }, + { + "id": 23664, + "name": "Crystal acorn", + "type": "normal", + "duplicate": true + }, + { + "id": 23665, + "name": "Crystal acorn", + "type": "normal", + "duplicate": true + }, + { + "id": 23666, + "name": "Crystal acorn", + "type": "normal", + "duplicate": true + }, + { + "id": 23667, + "name": "Dragonstone armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 23668, + "name": "Dragonstone armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 23669, + "name": "Dragonstone armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23670, + "name": "Flyer", + "type": "normal", + "duplicate": false + }, + { + "id": 23671, + "name": "Flyer", + "type": "noted", + "duplicate": true + }, + { + "id": 23672, + "name": "Flyer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23673, + "name": "Crystal axe", + "type": "normal", + "duplicate": false + }, + { + "id": 23674, + "name": "Crystal axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23675, + "name": "Crystal axe (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23676, + "name": "Crystal axe (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23677, + "name": "Dragon pickaxe (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 23678, + "name": "Dragon pickaxe (or)", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 23680, + "name": "Crystal pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 23681, + "name": "Crystal pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23682, + "name": "Crystal pickaxe (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23683, + "name": "Crystal pickaxe (inactive)", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 23685, + "name": "Divine super combat potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23686, + "name": "Divine super combat potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23687, + "name": "Divine super combat potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23688, + "name": "Divine super combat potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23689, + "name": "Divine super combat potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23690, + "name": "Divine super combat potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23691, + "name": "Divine super combat potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23692, + "name": "Divine super combat potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23693, + "name": "Divine super combat potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23694, + "name": "Divine super combat potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23695, + "name": "Divine super combat potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23696, + "name": "Divine super combat potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23697, + "name": "Divine super attack potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23698, + "name": "Divine super attack potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23699, + "name": "Divine super attack potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23700, + "name": "Divine super attack potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23701, + "name": "Divine super attack potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23702, + "name": "Divine super attack potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23703, + "name": "Divine super attack potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23704, + "name": "Divine super attack potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23705, + "name": "Divine super attack potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23706, + "name": "Divine super attack potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23707, + "name": "Divine super attack potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23708, + "name": "Divine super attack potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23709, + "name": "Divine super strength potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23710, + "name": "Divine super strength potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23711, + "name": "Divine super strength potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23712, + "name": "Divine super strength potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23713, + "name": "Divine super strength potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23714, + "name": "Divine super strength potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23715, + "name": "Divine super strength potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23716, + "name": "Divine super strength potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23717, + "name": "Divine super strength potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23718, + "name": "Divine super strength potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23719, + "name": "Divine super strength potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23720, + "name": "Divine super strength potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23721, + "name": "Divine super defence potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23722, + "name": "Divine super defence potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23723, + "name": "Divine super defence potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23724, + "name": "Divine super defence potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23725, + "name": "Divine super defence potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23726, + "name": "Divine super defence potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23727, + "name": "Divine super defence potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23728, + "name": "Divine super defence potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23729, + "name": "Divine super defence potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23730, + "name": "Divine super defence potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23731, + "name": "Divine super defence potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23732, + "name": "Divine super defence potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23733, + "name": "Divine ranging potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23734, + "name": "Divine ranging potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23735, + "name": "Divine ranging potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23736, + "name": "Divine ranging potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23737, + "name": "Divine ranging potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23738, + "name": "Divine ranging potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23739, + "name": "Divine ranging potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23740, + "name": "Divine ranging potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23741, + "name": "Divine ranging potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23742, + "name": "Divine ranging potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23743, + "name": "Divine ranging potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23744, + "name": "Divine ranging potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23745, + "name": "Divine magic potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23746, + "name": "Divine magic potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 23747, + "name": "Divine magic potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23748, + "name": "Divine magic potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23749, + "name": "Divine magic potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 23750, + "name": "Divine magic potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23751, + "name": "Divine magic potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23752, + "name": "Divine magic potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 23753, + "name": "Divine magic potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23754, + "name": "Divine magic potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23755, + "name": "Divine magic potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 23756, + "name": "Divine magic potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23757, + "name": "Youngllef", + "type": "normal", + "duplicate": false + }, + { + "id": 23758, + "name": "Youngllef", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23759, + "name": "Corrupted youngllef", + "type": "normal", + "duplicate": false + }, + { + "id": 23760, + "name": "Smolcano", + "type": "normal", + "duplicate": false + }, + { + "id": 23761, + "name": "Smolcano", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23762, + "name": "Crystal harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 23763, + "name": "Crystal harpoon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23764, + "name": "Crystal harpoon (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23765, + "name": "Crystal harpoon (inactive)", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 23768, + "name": "Crystal impling jar", + "type": "normal", + "duplicate": false + }, + { + "id": 23769, + "name": "Crystal impling jar", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23770, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 23771, + "name": "Prifddinas teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 23772, + "name": "Prifddinas teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23773, + "name": "Scrawled notes", + "type": "normal", + "duplicate": false + }, + { + "id": 23774, + "name": "Scrawled notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23775, + "name": "Hand mirror", + "type": "normal", + "duplicate": false + }, + { + "id": 23776, + "name": "Red crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23777, + "name": "Yellow crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23778, + "name": "Green crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23779, + "name": "Cyan crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23780, + "name": "Blue crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23781, + "name": "Magenta crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23782, + "name": "Black crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23783, + "name": "Green crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23784, + "name": "Fractured crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23785, + "name": "Ardougne knight helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23786, + "name": "Ardougne knight helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23787, + "name": "Ardougne knight platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 23788, + "name": "Ardougne knight platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23789, + "name": "Ardougne knight platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 23790, + "name": "Ardougne knight platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23791, + "name": "Ardougne knight tabard", + "type": "normal", + "duplicate": false + }, + { + "id": 23792, + "name": "Blue liquid", + "type": "normal", + "duplicate": false + }, + { + "id": 23793, + "name": "Green powder", + "type": "normal", + "duplicate": false + }, + { + "id": 23794, + "name": "Clear liquid", + "type": "normal", + "duplicate": false + }, + { + "id": 23795, + "name": "Red powder", + "type": "normal", + "duplicate": false + }, + { + "id": 23796, + "name": "Ode to eternity", + "type": "normal", + "duplicate": false + }, + { + "id": 23797, + "name": "Ode to eternity", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23798, + "name": "Elder cadantine", + "type": "normal", + "duplicate": false + }, + { + "id": 23799, + "name": "Elder cadantine", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23800, + "name": "Elder cadantine potion (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 23801, + "name": "Elder cadantine potion (unf)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23802, + "name": "Crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23803, + "name": "Crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23804, + "name": "Crystal dust", + "type": "normal", + "duplicate": false + }, + { + "id": 23805, + "name": "Crystal dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23806, + "name": "Inversion potion", + "type": "normal", + "duplicate": false + }, + { + "id": 23807, + "name": "Inversion potion", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23808, + "name": "Crystal seed", + "type": "normal", + "duplicate": false + }, + { + "id": 23809, + "name": "Crystal seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23810, + "name": "Crystal seed", + "type": "normal", + "duplicate": false + }, + { + "id": 23811, + "name": "Crystal seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23812, + "name": "Orb of light", + "type": "normal", + "duplicate": false + }, + { + "id": 23813, + "name": "Orb of light", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23814, + "name": "Clue scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23815, + "name": "Clue scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23816, + "name": "Clue scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23817, + "name": "Clue scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 23818, + "name": "Explosive potion", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 23820, + "name": "Corrupted sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 23821, + "name": "Corrupted axe", + "type": "normal", + "duplicate": false + }, + { + "id": 23822, + "name": "Corrupted pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 23823, + "name": "Corrupted harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 23824, + "name": "Corrupted shards", + "type": "normal", + "duplicate": false + }, + { + "id": 23825, + "name": "Corrupted shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23826, + "name": "Corrupted shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23827, + "name": "Corrupted shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23828, + "name": "Corrupted shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23829, + "name": "Corrupted shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23830, + "name": "Corrupted dust", + "type": "normal", + "duplicate": false + }, + { + "id": 23831, + "name": "Corrupted spike", + "type": "normal", + "duplicate": false + }, + { + "id": 23832, + "name": "Corrupted bowstring", + "type": "normal", + "duplicate": false + }, + { + "id": 23833, + "name": "Corrupted orb", + "type": "normal", + "duplicate": false + }, + { + "id": 23834, + "name": "Weapon frame", + "type": "normal", + "duplicate": false + }, + { + "id": 23835, + "name": "Grym leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 23836, + "name": "Linum tirinum", + "type": "normal", + "duplicate": false + }, + { + "id": 23837, + "name": "Corrupted ore", + "type": "normal", + "duplicate": false + }, + { + "id": 23838, + "name": "Phren bark", + "type": "normal", + "duplicate": false + }, + { + "id": 23839, + "name": "Vial", + "type": "normal", + "duplicate": false + }, + { + "id": 23840, + "name": "Corrupted helm (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23841, + "name": "Corrupted helm (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23842, + "name": "Corrupted helm (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23843, + "name": "Corrupted body (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23844, + "name": "Corrupted body (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23845, + "name": "Corrupted body (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23846, + "name": "Corrupted legs (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23847, + "name": "Corrupted legs (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23848, + "name": "Corrupted legs (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23849, + "name": "Corrupted halberd (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23850, + "name": "Corrupted halberd (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23851, + "name": "Corrupted halberd (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23852, + "name": "Corrupted staff (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23853, + "name": "Corrupted staff (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23854, + "name": "Corrupted staff (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23855, + "name": "Corrupted bow (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23856, + "name": "Corrupted bow (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23857, + "name": "Corrupted bow (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23858, + "name": "Corrupted teleport crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23859, + "name": "Gauntlet cape", + "type": "normal", + "duplicate": false + }, + { + "id": 23860, + "name": "Gauntlet cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23861, + "name": "Crystal sceptre", + "type": "normal", + "duplicate": false + }, + { + "id": 23862, + "name": "Crystal axe", + "type": "normal", + "duplicate": false + }, + { + "id": 23863, + "name": "Crystal pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 23864, + "name": "Crystal harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 23865, + "name": "Pestle and mortar", + "type": "normal", + "duplicate": false + }, + { + "id": 23866, + "name": "Crystal shards", + "type": "normal", + "duplicate": false + }, + { + "id": 23867, + "name": "Crystal dust", + "type": "normal", + "duplicate": false + }, + { + "id": 23868, + "name": "Crystal spike", + "type": "normal", + "duplicate": false + }, + { + "id": 23869, + "name": "Crystalline bowstring", + "type": "normal", + "duplicate": false + }, + { + "id": 23870, + "name": "Crystal orb", + "type": "normal", + "duplicate": false + }, + { + "id": 23871, + "name": "Weapon frame", + "type": "normal", + "duplicate": false + }, + { + "id": 23872, + "name": "Raw paddlefish", + "type": "normal", + "duplicate": false + }, + { + "id": 23873, + "name": "Burnt fish", + "type": "normal", + "duplicate": false + }, + { + "id": 23874, + "name": "Paddlefish", + "type": "normal", + "duplicate": false + }, + { + "id": 23875, + "name": "Grym leaf", + "type": "normal", + "duplicate": false + }, + { + "id": 23876, + "name": "Linum tirinum", + "type": "normal", + "duplicate": false + }, + { + "id": 23877, + "name": "Crystal ore", + "type": "normal", + "duplicate": false + }, + { + "id": 23878, + "name": "Phren bark", + "type": "normal", + "duplicate": false + }, + { + "id": 23879, + "name": "Vial", + "type": "normal", + "duplicate": false + }, + { + "id": 23880, + "name": "Water-filled vial", + "type": "normal", + "duplicate": false + }, + { + "id": 23881, + "name": "Grym potion (unf)", + "type": "normal", + "duplicate": false + }, + { + "id": 23882, + "name": "Egniol potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 23883, + "name": "Egniol potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 23884, + "name": "Egniol potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 23885, + "name": "Egniol potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 23886, + "name": "Crystal helm (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23887, + "name": "Crystal helm (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23888, + "name": "Crystal helm (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23889, + "name": "Crystal body (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23890, + "name": "Crystal body (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23891, + "name": "Crystal body (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23892, + "name": "Crystal legs (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23893, + "name": "Crystal legs (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23894, + "name": "Crystal legs (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23895, + "name": "Crystal halberd (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23896, + "name": "Crystal halberd (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23897, + "name": "Crystal halberd (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23898, + "name": "Crystal staff (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23899, + "name": "Crystal staff (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23900, + "name": "Crystal staff (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23901, + "name": "Crystal bow (basic)", + "type": "normal", + "duplicate": false + }, + { + "id": 23902, + "name": "Crystal bow (attuned)", + "type": "normal", + "duplicate": false + }, + { + "id": 23903, + "name": "Crystal bow (perfected)", + "type": "normal", + "duplicate": false + }, + { + "id": 23904, + "name": "Teleport crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23905, + "name": "Tephra", + "type": "normal", + "duplicate": false + }, + { + "id": 23906, + "name": "Refined tephra", + "type": "normal", + "duplicate": false + }, + { + "id": 23907, + "name": "Imbued tephra", + "type": "normal", + "duplicate": false + }, + { + "id": 23908, + "name": "Zalcano shard", + "type": "normal", + "duplicate": false + }, + { + "id": 23909, + "name": "Zalcano shard", + "type": "noted", + "duplicate": true + }, + { + "id": 23910, + "name": "Zalcano shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23911, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23912, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23913, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23914, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23915, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23916, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23917, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23918, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23919, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23920, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23921, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23922, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23923, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23924, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23925, + "name": "Crystal crown", + "type": "normal", + "duplicate": false + }, + { + "id": 23926, + "name": "Crystal crown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23927, + "name": "Crystal of ithell", + "type": "normal", + "duplicate": false + }, + { + "id": 23928, + "name": "Crystal of ithell", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23929, + "name": "Crystal of iorwerth", + "type": "normal", + "duplicate": false + }, + { + "id": 23930, + "name": "Crystal of iorwerth", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23931, + "name": "Crystal of trahaearn", + "type": "normal", + "duplicate": false + }, + { + "id": 23932, + "name": "Crystal of trahaearn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23933, + "name": "Crystal of cadarn", + "type": "normal", + "duplicate": false + }, + { + "id": 23934, + "name": "Crystal of cadarn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23935, + "name": "Crystal of crwys", + "type": "normal", + "duplicate": false + }, + { + "id": 23936, + "name": "Crystal of crwys", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23937, + "name": "Crystal of meilyr", + "type": "normal", + "duplicate": false + }, + { + "id": 23938, + "name": "Crystal of meilyr", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23939, + "name": "Crystal of hefin", + "type": "normal", + "duplicate": false + }, + { + "id": 23940, + "name": "Crystal of hefin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23941, + "name": "Crystal of amlodd", + "type": "normal", + "duplicate": false + }, + { + "id": 23942, + "name": "Crystal of amlodd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23943, + "name": "Elven signet", + "type": "normal", + "duplicate": false + }, + { + "id": 23944, + "name": "Elven signet", + "type": "noted", + "duplicate": true + }, + { + "id": 23945, + "name": "Elven signet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23946, + "name": "Eternal teleport crystal", + "type": "normal", + "duplicate": false + }, + { + "id": 23947, + "name": "Eternal teleport crystal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23948, + "name": "Elven dawn", + "type": "normal", + "duplicate": false + }, + { + "id": 23949, + "name": "Elven dawn", + "type": "noted", + "duplicate": true + }, + { + "id": 23950, + "name": "Elven dawn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23951, + "name": "Enhanced crystal key", + "type": "normal", + "duplicate": false + }, + { + "id": 23952, + "name": "Enhanced crystal key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23953, + "name": "Crystal tool seed", + "type": "normal", + "duplicate": false + }, + { + "id": 23954, + "name": "Crystal tool seed", + "type": "noted", + "duplicate": true + }, + { + "id": 23955, + "name": "Crystal tool seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23956, + "name": "Crystal armour seed", + "type": "normal", + "duplicate": false + }, + { + "id": 23957, + "name": "Crystal armour seed", + "type": "noted", + "duplicate": true + }, + { + "id": 23958, + "name": "Crystal armour seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23959, + "name": "Enhanced crystal teleport seed", + "type": "normal", + "duplicate": false + }, + { + "id": 23960, + "name": "Enhanced crystal teleport seed", + "type": "noted", + "duplicate": true + }, + { + "id": 23961, + "name": "Enhanced crystal teleport seed", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23962, + "name": "Crystal shard", + "type": "normal", + "duplicate": false + }, + { + "id": 23963, + "name": "Crystal shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23964, + "name": "Crystal dust", + "type": "normal", + "duplicate": false + }, + { + "id": 23965, + "name": "Crystal dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23966, + "name": "Crystal shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23967, + "name": "Crystal shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23968, + "name": "Crystal shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23969, + "name": "Crystal shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23970, + "name": "Crystal shards", + "type": "normal", + "duplicate": true + }, + { + "id": 23971, + "name": "Crystal helm", + "type": "normal", + "duplicate": false + }, + { + "id": 23972, + "name": "Crystal helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23973, + "name": "Crystal helm (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23974, + "name": "Crystal helm (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23975, + "name": "Crystal body", + "type": "normal", + "duplicate": false + }, + { + "id": 23976, + "name": "Crystal body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23977, + "name": "Crystal body (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23978, + "name": "Crystal body (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23979, + "name": "Crystal legs", + "type": "normal", + "duplicate": false + }, + { + "id": 23980, + "name": "Crystal legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23981, + "name": "Crystal legs (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23982, + "name": "Crystal legs (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23983, + "name": "Crystal bow", + "type": "normal", + "duplicate": false + }, + { + "id": 23984, + "name": "Crystal bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23985, + "name": "Crystal bow (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23986, + "name": "Crystal bow (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23987, + "name": "Crystal halberd", + "type": "normal", + "duplicate": false + }, + { + "id": 23988, + "name": "Crystal halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23989, + "name": "Crystal halberd (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23990, + "name": "Crystal halberd (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23991, + "name": "Crystal shield", + "type": "normal", + "duplicate": false + }, + { + "id": 23992, + "name": "Crystal shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23993, + "name": "Crystal shield (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23994, + "name": "Crystal shield (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23995, + "name": "Blade of saeldor", + "type": "normal", + "duplicate": false + }, + { + "id": 23996, + "name": "Blade of saeldor", + "type": "placeholder", + "duplicate": true + }, + { + "id": 23997, + "name": "Blade of saeldor (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 23998, + "name": "Blade of saeldor (inactive)", + "type": "noted", + "duplicate": true + }, + { + "id": 23999, + "name": "Blade of saeldor (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24000, + "name": "Crystal grail", + "type": "normal", + "duplicate": false + }, + { + "id": 24001, + "name": "Crystal grail", + "type": "noted", + "duplicate": true + }, + { + "id": 24002, + "name": "Crystal grail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24003, + "name": "Elven boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24004, + "name": "Elven boots", + "type": "noted", + "duplicate": true + }, + { + "id": 24005, + "name": "Elven boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24006, + "name": "Elven gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 24007, + "name": "Elven gloves", + "type": "noted", + "duplicate": true + }, + { + "id": 24008, + "name": "Elven gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24009, + "name": "Elven top", + "type": "normal", + "duplicate": false + }, + { + "id": 24010, + "name": "Elven top", + "type": "noted", + "duplicate": true + }, + { + "id": 24011, + "name": "Elven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24012, + "name": "Elven skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24013, + "name": "Elven skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 24014, + "name": "Elven skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24015, + "name": "Elven top", + "type": "normal", + "duplicate": false + }, + { + "id": 24016, + "name": "Elven top", + "type": "noted", + "duplicate": true + }, + { + "id": 24017, + "name": "Elven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24018, + "name": "Elven skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24019, + "name": "Elven skirt", + "type": "noted", + "duplicate": true + }, + { + "id": 24020, + "name": "Elven skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24021, + "name": "Elven top", + "type": "normal", + "duplicate": false + }, + { + "id": 24022, + "name": "Elven top", + "type": "noted", + "duplicate": true + }, + { + "id": 24023, + "name": "Elven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24024, + "name": "Elven legwear", + "type": "normal", + "duplicate": false + }, + { + "id": 24025, + "name": "Elven legwear", + "type": "noted", + "duplicate": true + }, + { + "id": 24026, + "name": "Elven legwear", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24027, + "name": "Elven top", + "type": "normal", + "duplicate": false + }, + { + "id": 24028, + "name": "Elven top", + "type": "noted", + "duplicate": true + }, + { + "id": 24029, + "name": "Elven top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24030, + "name": "Memoriam crystal (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24031, + "name": "Memoriam crystal (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24032, + "name": "Memoriam crystal (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24033, + "name": "Memoriam crystal (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24034, + "name": "Dragonstone full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 24035, + "name": "Dragonstone full helm", + "type": "noted", + "duplicate": true + }, + { + "id": 24036, + "name": "Dragonstone full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24037, + "name": "Dragonstone platebody", + "type": "normal", + "duplicate": false + }, + { + "id": 24038, + "name": "Dragonstone platebody", + "type": "noted", + "duplicate": true + }, + { + "id": 24039, + "name": "Dragonstone platebody", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24040, + "name": "Dragonstone platelegs", + "type": "normal", + "duplicate": false + }, + { + "id": 24041, + "name": "Dragonstone platelegs", + "type": "noted", + "duplicate": true + }, + { + "id": 24042, + "name": "Dragonstone platelegs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24043, + "name": "Dragonstone boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24044, + "name": "Dragonstone boots", + "type": "noted", + "duplicate": true + }, + { + "id": 24045, + "name": "Dragonstone boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24046, + "name": "Dragonstone gauntlets", + "type": "normal", + "duplicate": false + }, + { + "id": 24047, + "name": "Dragonstone gauntlets", + "type": "noted", + "duplicate": true + }, + { + "id": 24048, + "name": "Dragonstone gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24049, + "name": "Crazed scribbles", + "type": "normal", + "duplicate": false + }, + { + "id": 24050, + "name": "Crazed scribbles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24051, + "name": "A dear friend", + "type": "normal", + "duplicate": false + }, + { + "id": 24052, + "name": "A dear friend", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24053, + "name": "On leprechauns", + "type": "normal", + "duplicate": false + }, + { + "id": 24054, + "name": "On leprechauns", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24055, + "name": "Bloody diary", + "type": "normal", + "duplicate": false + }, + { + "id": 24056, + "name": "Bloody diary", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24057, + "name": "The eight clans", + "type": "normal", + "duplicate": false + }, + { + "id": 24058, + "name": "The eight clans", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24059, + "name": "Gollwyn's final statement", + "type": "normal", + "duplicate": false + }, + { + "id": 24060, + "name": "Gollwyn's final statement", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24061, + "name": "Niff & harry", + "type": "normal", + "duplicate": false + }, + { + "id": 24062, + "name": "Niff & harry", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24063, + "name": "Soggy journal", + "type": "normal", + "duplicate": false + }, + { + "id": 24064, + "name": "Soggy journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24065, + "name": "Ebrill's journal", + "type": "normal", + "duplicate": false + }, + { + "id": 24066, + "name": "Ebrill's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24067, + "name": "Stained journal", + "type": "normal", + "duplicate": false + }, + { + "id": 24068, + "name": "Stained journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24069, + "name": "The truth behind the myth (excerpt)", + "type": "normal", + "duplicate": false + }, + { + "id": 24070, + "name": "The truth behind the myth (excerpt)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24071, + "name": "The living statues", + "type": "normal", + "duplicate": false + }, + { + "id": 24072, + "name": "The living statues", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24073, + "name": "The spurned demon", + "type": "normal", + "duplicate": false + }, + { + "id": 24074, + "name": "The spurned demon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24075, + "name": "Legends of the mountain", + "type": "normal", + "duplicate": false + }, + { + "id": 24076, + "name": "Legends of the mountain", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 24123, + "name": "Crystal bow", + "type": "normal", + "duplicate": false + }, + { + "id": 24124, + "name": "Crystal bow", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24125, + "name": "Crystal halberd", + "type": "normal", + "duplicate": false + }, + { + "id": 24126, + "name": "Crystal halberd", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24127, + "name": "Crystal shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24128, + "name": "Crystal shield", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 24130, + "name": "Combat path starter kit", + "type": "normal", + "duplicate": false + }, + { + "id": 24131, + "name": "Combat path voucher", + "type": "normal", + "duplicate": false + }, + { + "id": 24132, + "name": "Marble lectern", + "type": "normal", + "duplicate": false + }, + { + "id": 24133, + "name": "Infernal max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24134, + "name": "Fire max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24135, + "name": "Assembler max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24136, + "name": "Bronze defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24137, + "name": "Iron defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24138, + "name": "Steel defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24139, + "name": "Black defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24140, + "name": "Mithril defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24141, + "name": "Adamant defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24142, + "name": "Rune defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24143, + "name": "Dragon defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24144, + "name": "Staff of balance", + "type": "normal", + "duplicate": false + }, + { + "id": 24145, + "name": "Staff of balance", + "type": "noted", + "duplicate": true + }, + { + "id": 24146, + "name": "Staff of balance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24147, + "name": "Armadyl halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24148, + "name": "Armadyl halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24149, + "name": "Bandos halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24150, + "name": "Bandos halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24151, + "name": "Seren halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24152, + "name": "Seren halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24153, + "name": "Ancient halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24154, + "name": "Ancient halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24155, + "name": "Brassica halo (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24156, + "name": "Brassica halo (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24157, + "name": "Decorative sword (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24158, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24159, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24160, + "name": "Decorative helm (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24161, + "name": "Decorative shield (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24162, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24163, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24164, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24165, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24166, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24167, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24168, + "name": "Decorative armour (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24169, + "name": "Saradomin halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24170, + "name": "Zamorak halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24171, + "name": "Guthix halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24172, + "name": "Healer hat (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24173, + "name": "Fighter hat (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24174, + "name": "Ranger hat (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24175, + "name": "Fighter torso (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24176, + "name": "Penance skirt (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24177, + "name": "Void knight top (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24178, + "name": "Elite void top (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24179, + "name": "Void knight robe (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24180, + "name": "Elite void robe (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24181, + "name": "Void knight mace (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24182, + "name": "Void knight gloves (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24183, + "name": "Void mage helm (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24184, + "name": "Void ranger helm (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24185, + "name": "Void melee helm (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24186, + "name": "Avernic defender (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24187, + "name": "Trouver parchment", + "type": "normal", + "duplicate": false + }, + { + "id": 24188, + "name": "Trouver parchment", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24189, + "name": "Deadman's chest", + "type": "normal", + "duplicate": false + }, + { + "id": 24190, + "name": "Deadman's legs", + "type": "normal", + "duplicate": false + }, + { + "id": 24191, + "name": "Deadman's cape", + "type": "normal", + "duplicate": false + }, + { + "id": 24192, + "name": "Armadyl halo", + "type": "normal", + "duplicate": false + }, + { + "id": 24193, + "name": "Armadyl halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24194, + "name": "Armadyl halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24195, + "name": "Bandos halo", + "type": "normal", + "duplicate": false + }, + { + "id": 24196, + "name": "Bandos halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24197, + "name": "Bandos halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24198, + "name": "Seren halo", + "type": "normal", + "duplicate": false + }, + { + "id": 24199, + "name": "Seren halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24200, + "name": "Seren halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24201, + "name": "Ancient halo", + "type": "normal", + "duplicate": false + }, + { + "id": 24202, + "name": "Ancient halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24203, + "name": "Ancient halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24204, + "name": "Brassica halo", + "type": "normal", + "duplicate": false + }, + { + "id": 24205, + "name": "Brassica halo", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24206, + "name": "Brassica halo (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24207, + "name": "Victor's cape (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24208, + "name": "Victor's cape (1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24209, + "name": "Victor's cape (10)", + "type": "normal", + "duplicate": false + }, + { + "id": 24210, + "name": "Victor's cape (10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24211, + "name": "Victor's cape (50)", + "type": "normal", + "duplicate": false + }, + { + "id": 24212, + "name": "Victor's cape (50)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24213, + "name": "Victor's cape (100)", + "type": "normal", + "duplicate": false + }, + { + "id": 24214, + "name": "Victor's cape (100)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24215, + "name": "Victor's cape (500)", + "type": "normal", + "duplicate": false + }, + { + "id": 24216, + "name": "Victor's cape (500)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24217, + "name": "Guthixian icon", + "type": "normal", + "duplicate": false + }, + { + "id": 24218, + "name": "Guthixian icon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24219, + "name": "Swift blade", + "type": "normal", + "duplicate": false + }, + { + "id": 24220, + "name": "Swift blade", + "type": "noted", + "duplicate": true + }, + { + "id": 24221, + "name": "Swift blade", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24222, + "name": "Ava's assembler (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24223, + "name": "Fire cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24224, + "name": "Infernal cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24225, + "name": "Granite maul", + "type": "normal", + "duplicate": false + }, + { + "id": 24226, + "name": "Granite maul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24227, + "name": "Granite maul", + "type": "normal", + "duplicate": false + }, + { + "id": 24228, + "name": "Granite maul", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24229, + "name": "Ornate maul handle", + "type": "normal", + "duplicate": false + }, + { + "id": 24230, + "name": "Ornate maul handle", + "type": "noted", + "duplicate": true + }, + { + "id": 24231, + "name": "Ornate maul handle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24232, + "name": "Imbued saradomin max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24233, + "name": "Imbued zamorak max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24234, + "name": "Imbued guthix max cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24235, + "name": "House advertisement", + "type": "normal", + "duplicate": false + }, + { + "id": 24236, + "name": "Imbued saradomin cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24237, + "name": "Imbued saradomin cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24238, + "name": "Imbued saradomin max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24239, + "name": "Imbued saradomin max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24240, + "name": "Imbued guthix cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24241, + "name": "Imbued guthix cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24242, + "name": "Imbued guthix max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24243, + "name": "Imbued guthix max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24244, + "name": "Imbued zamorak cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24245, + "name": "Imbued zamorak cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24246, + "name": "Imbued zamorak max cape (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24247, + "name": "Imbued zamorak max cape (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24248, + "name": "Imbued saradomin cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24249, + "name": "Imbued guthix cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24250, + "name": "Imbued zamorak cape (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24251, + "name": "Wilderness crabs teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24252, + "name": "Wilderness crabs teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24253, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 24254, + "name": "Fang", + "type": "normal", + "duplicate": false + }, + { + "id": 24255, + "name": "Venom gland", + "type": "normal", + "duplicate": false + }, + { + "id": 24256, + "name": "Unsealed letter", + "type": "normal", + "duplicate": false + }, + { + "id": 24257, + "name": "Unsealed letter", + "type": "normal", + "duplicate": true + }, + { + "id": 24258, + "name": "V sigil", + "type": "normal", + "duplicate": false + }, + { + "id": 24259, + "name": "V sigil (e)", + "type": "normal", + "duplicate": false + }, + { + "id": 24260, + "name": "Molten glass (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 24261, + "name": "Lunar glass", + "type": "normal", + "duplicate": false + }, + { + "id": 24262, + "name": "Polishing rock", + "type": "normal", + "duplicate": false + }, + { + "id": 24263, + "name": "Ballad of the basilisk", + "type": "normal", + "duplicate": false + }, + { + "id": 24264, + "name": "Ballad of the basilisk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24265, + "name": "V's shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24266, + "name": "V's shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24267, + "name": "V's shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24268, + "name": "Basilisk jaw", + "type": "normal", + "duplicate": false + }, + { + "id": 24269, + "name": "Basilisk jaw", + "type": "noted", + "duplicate": true + }, + { + "id": 24270, + "name": "Basilisk jaw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24271, + "name": "Neitiznot faceguard", + "type": "normal", + "duplicate": false + }, + { + "id": 24272, + "name": "Neitiznot faceguard", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + { + "id": 24276, + "name": "Basilisk knight", + "type": "normal", + "duplicate": false + }, + { + "id": 24277, + "name": "Mysterious emblem (tier 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24278, + "name": "Mysterious emblem (tier 1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24279, + "name": "Mysterious emblem (tier 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24280, + "name": "Mysterious emblem (tier 2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24281, + "name": "Mysterious emblem (tier 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24282, + "name": "Mysterious emblem (tier 3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24283, + "name": "Mysterious emblem (tier 4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24284, + "name": "Mysterious emblem (tier 4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24285, + "name": "Mysterious emblem (tier 5)", + "type": "normal", + "duplicate": false + }, + { + "id": 24286, + "name": "Mysterious emblem (tier 5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24287, + "name": "Decorative emblem", + "type": "normal", + "duplicate": false + }, + { + "id": 24288, + "name": "Dagon'hai hat", + "type": "normal", + "duplicate": false + }, + { + "id": 24289, + "name": "Dagon'hai hat", + "type": "noted", + "duplicate": true + }, + { + "id": 24290, + "name": "Dagon'hai hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24291, + "name": "Dagon'hai robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 24292, + "name": "Dagon'hai robe top", + "type": "noted", + "duplicate": true + }, + { + "id": 24293, + "name": "Dagon'hai robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24294, + "name": "Dagon'hai robe bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 24295, + "name": "Dagon'hai robe bottom", + "type": "noted", + "duplicate": true + }, + { + "id": 24296, + "name": "Dagon'hai robe bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24297, + "name": "White bed sheets", + "type": "normal", + "duplicate": false + }, + { + "id": 24298, + "name": "Smoke powder", + "type": "normal", + "duplicate": false + }, + { + "id": 24299, + "name": "Shiny glass", + "type": "normal", + "duplicate": false + }, + { + "id": 24300, + "name": "Spooky hood", + "type": "normal", + "duplicate": false + }, + { + "id": 24301, + "name": "Spooky robe", + "type": "normal", + "duplicate": false + }, + { + "id": 24302, + "name": "Spooky skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24303, + "name": "Spooky gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 24304, + "name": "Spooky boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24305, + "name": "Spooky hood", + "type": "normal", + "duplicate": false + }, + { + "id": 24306, + "name": "Spooky hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24307, + "name": "Spooky robe", + "type": "normal", + "duplicate": false + }, + { + "id": 24308, + "name": "Spooky robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24309, + "name": "Spooky skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24310, + "name": "Spooky skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24311, + "name": "Spooky gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 24312, + "name": "Spooky gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24313, + "name": "Spooky boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24314, + "name": "Spooky boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24315, + "name": "Spookier hood", + "type": "normal", + "duplicate": false + }, + { + "id": 24316, + "name": "Spookier hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24317, + "name": "Spookier robe", + "type": "normal", + "duplicate": false + }, + { + "id": 24318, + "name": "Spookier robe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24319, + "name": "Spookier skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24320, + "name": "Spookier skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24321, + "name": "Spookier gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 24322, + "name": "Spookier gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24323, + "name": "Spookier boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24324, + "name": "Spookier boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24325, + "name": "Pumpkin lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 24326, + "name": "Pumpkin lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24327, + "name": "Skeleton lantern", + "type": "normal", + "duplicate": false + }, + { + "id": 24328, + "name": "Skeleton lantern", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24329, + "name": "Bounty crate", + "type": "normal", + "duplicate": false + }, + { + "id": 24330, + "name": "Bounty crate", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24331, + "name": "Birthday cake", + "type": "normal", + "duplicate": false + }, + { + "id": 24332, + "name": "Birthday cake", + "type": "normal", + "duplicate": true + }, + { + "id": 24333, + "name": "Dagon'hai robes set", + "type": "normal", + "duplicate": false + }, + { + "id": 24334, + "name": "Dagon'hai robes set", + "type": "noted", + "duplicate": true + }, + { + "id": 24335, + "name": "Dagon'hai robes set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24336, + "name": "Target teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24337, + "name": "Target teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24338, + "name": "Bounty hunter hat (tier 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24339, + "name": "Bounty hunter hat (tier 1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24340, + "name": "Bounty hunter hat (tier 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24341, + "name": "Bounty hunter hat (tier 2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24342, + "name": "Bounty hunter hat (tier 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24343, + "name": "Bounty hunter hat (tier 3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24344, + "name": "Bounty hunter hat (tier 4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24345, + "name": "Bounty hunter hat (tier 4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24346, + "name": "Bounty hunter hat (tier 5)", + "type": "normal", + "duplicate": false + }, + { + "id": 24347, + "name": "Bounty hunter hat (tier 5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24348, + "name": "Bounty hunter hat (tier 6)", + "type": "normal", + "duplicate": false + }, + { + "id": 24349, + "name": "Bounty hunter hat (tier 6)", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 24361, + "name": "Scroll box (beginner)", + "type": "normal", + "duplicate": false + }, + { + "id": 24362, + "name": "Scroll box (easy)", + "type": "normal", + "duplicate": false + }, + { + "id": 24363, + "name": "Scroll box (medium)", + "type": "normal", + "duplicate": false + }, + { + "id": 24364, + "name": "Scroll box (hard)", + "type": "normal", + "duplicate": false + }, + { + "id": 24365, + "name": "Scroll box (elite)", + "type": "normal", + "duplicate": false + }, + { + "id": 24366, + "name": "Scroll box (master)", + "type": "normal", + "duplicate": false + }, + { + "id": 24367, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24368, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 24370, + "name": "Twisted slayer helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 24371, + "name": "Twisted slayer helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24372, + "name": "Twisted dragon trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24373, + "name": "Twisted dragon trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24374, + "name": "Twisted rune trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24375, + "name": "Twisted rune trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24376, + "name": "Twisted adamant trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24377, + "name": "Twisted adamant trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24378, + "name": "Twisted mithril trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24379, + "name": "Twisted mithril trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24380, + "name": "Twisted steel trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24381, + "name": "Twisted steel trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24382, + "name": "Twisted iron trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24383, + "name": "Twisted iron trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24384, + "name": "Twisted bronze trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 24385, + "name": "Twisted bronze trophy", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 24387, + "name": "Twisted hat (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24388, + "name": "Twisted hat (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24389, + "name": "Twisted coat (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24390, + "name": "Twisted coat (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24391, + "name": "Twisted trousers (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24392, + "name": "Twisted trousers (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24393, + "name": "Twisted boots (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24394, + "name": "Twisted boots (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24395, + "name": "Twisted cane", + "type": "normal", + "duplicate": false + }, + { + "id": 24396, + "name": "Twisted cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24397, + "name": "Twisted hat (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24398, + "name": "Twisted hat (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24399, + "name": "Twisted coat (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24400, + "name": "Twisted coat (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24401, + "name": "Twisted trousers (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24402, + "name": "Twisted trousers (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24403, + "name": "Twisted boots (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24404, + "name": "Twisted boots (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24405, + "name": "Twisted hat (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24406, + "name": "Twisted hat (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24407, + "name": "Twisted coat (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24408, + "name": "Twisted coat (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24409, + "name": "Twisted trousers (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24410, + "name": "Twisted trousers (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24411, + "name": "Twisted boots (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24412, + "name": "Twisted boots (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24413, + "name": "Twisted banner", + "type": "normal", + "duplicate": false + }, + { + "id": 24414, + "name": "Twisted banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24415, + "name": "Death rune", + "type": "normal", + "duplicate": true + }, + { + "id": 24416, + "name": "Rune pouch (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24417, + "name": "Inquisitor's mace", + "type": "normal", + "duplicate": false + }, + { + "id": 24418, + "name": "Gravestone", + "type": "normal", + "duplicate": false + }, + { + "id": 24419, + "name": "Inquisitor's great helm", + "type": "normal", + "duplicate": false + }, + { + "id": 24420, + "name": "Inquisitor's hauberk", + "type": "normal", + "duplicate": false + }, + { + "id": 24421, + "name": "Inquisitor's plateskirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24422, + "name": "Nightmare staff", + "type": "normal", + "duplicate": false + }, + { + "id": 24423, + "name": "Harmonised nightmare staff", + "type": "normal", + "duplicate": false + }, + { + "id": 24424, + "name": "Volatile nightmare staff", + "type": "normal", + "duplicate": false + }, + { + "id": 24425, + "name": "Eldritch nightmare staff", + "type": "normal", + "duplicate": false + }, + { + "id": 24426, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24427, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 24428, + "name": "Green gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24429, + "name": "Green gingerbread shield", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24430, + "name": "Red gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24431, + "name": "Blue gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24432, + "name": "Festive cinnamon stick", + "type": "normal", + "duplicate": false + }, + { + "id": 24433, + "name": "Festive ginger powder", + "type": "normal", + "duplicate": false + }, + { + "id": 24434, + "name": "Festive egg", + "type": "normal", + "duplicate": false + }, + { + "id": 24435, + "name": "Festive pot", + "type": "normal", + "duplicate": false + }, + { + "id": 24436, + "name": "Festive flour", + "type": "normal", + "duplicate": false + }, + { + "id": 24437, + "name": "Gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24438, + "name": "Iced gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24439, + "name": "Iced gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24440, + "name": "Iced gingerbread shield", + "type": "normal", + "duplicate": false + }, + { + "id": 24441, + "name": "Scaperune teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24442, + "name": "Bakery storage key", + "type": "normal", + "duplicate": false + }, + { + "id": 24443, + "name": "Gingerbread gnome", + "type": "normal", + "duplicate": false + }, + { + "id": 24444, + "name": "Twisted slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 24445, + "name": "Twisted slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24446, + "name": "Twisted hat (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24447, + "name": "Twisted coat (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24448, + "name": "Twisted trousers (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24449, + "name": "Twisted boots (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24450, + "name": "Twisted cane", + "type": "noted", + "duplicate": true + }, + { + "id": 24451, + "name": "Twisted hat (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24452, + "name": "Twisted coat (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24453, + "name": "Twisted trousers (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24454, + "name": "Twisted boots (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24455, + "name": "Twisted hat (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24456, + "name": "Twisted coat (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24457, + "name": "Twisted trousers (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24458, + "name": "Twisted boots (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24459, + "name": "Twisted banner", + "type": "noted", + "duplicate": true + }, + { + "id": 24460, + "name": "Twisted teleport scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 24461, + "name": "Twisted teleport scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 24462, + "name": "Twisted teleport scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24463, + "name": "Twisted blueprints", + "type": "normal", + "duplicate": false + }, + { + "id": 24464, + "name": "Twisted blueprints", + "type": "noted", + "duplicate": true + }, + { + "id": 24465, + "name": "Twisted blueprints", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24466, + "name": "Twisted horns", + "type": "normal", + "duplicate": false + }, + { + "id": 24467, + "name": "Twisted horns", + "type": "noted", + "duplicate": true + }, + { + "id": 24468, + "name": "Twisted horns", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24469, + "name": "Twisted relic hunter (t1) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 24470, + "name": "Twisted relic hunter (t1) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 24471, + "name": "Twisted relic hunter (t1) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24472, + "name": "Twisted relic hunter (t2) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 24473, + "name": "Twisted relic hunter (t2) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 24474, + "name": "Twisted relic hunter (t2) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24475, + "name": "Twisted relic hunter (t3) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 24476, + "name": "Twisted relic hunter (t3) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 24477, + "name": "Twisted relic hunter (t3) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24478, + "name": "Open herb sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24479, + "name": "Spice rack", + "type": "normal", + "duplicate": false + }, + { + "id": 24480, + "name": "Open coal bag", + "type": "normal", + "duplicate": false + }, + { + "id": 24481, + "name": "Open gem bag", + "type": "normal", + "duplicate": false + }, + { + "id": 24482, + "name": "Open seed box", + "type": "normal", + "duplicate": false + }, + { + "id": 24483, + "name": "Phoenix", + "type": "normal", + "duplicate": false + }, + { + "id": 24484, + "name": "Phoenix", + "type": "normal", + "duplicate": false + }, + { + "id": 24485, + "name": "Phoenix", + "type": "normal", + "duplicate": false + }, + { + "id": 24486, + "name": "Phoenix", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 24488, + "name": "Inquisitor's armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 24489, + "name": "Inquisitor's armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 24490, + "name": "Inquisitor's armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24491, + "name": "Little nightmare", + "type": "normal", + "duplicate": false + }, + { + "id": 24492, + "name": "Little nightmare", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24493, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 24494, + "name": "Puzzle box (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 24495, + "name": "Jar of dreams", + "type": "normal", + "duplicate": false + }, + { + "id": 24496, + "name": "Jar of dreams", + "type": "noted", + "duplicate": true + }, + { + "id": 24497, + "name": "Jar of dreams", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24498, + "name": "Inquisitor's mace", + "type": "noted", + "duplicate": true + }, + { + "id": 24499, + "name": "Inquisitor's mace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24500, + "name": "Inquisitor's great helm", + "type": "noted", + "duplicate": true + }, + { + "id": 24501, + "name": "Inquisitor's great helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24502, + "name": "Inquisitor's hauberk", + "type": "noted", + "duplicate": true + }, + { + "id": 24503, + "name": "Inquisitor's hauberk", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24504, + "name": "Inquisitor's plateskirt", + "type": "noted", + "duplicate": true + }, + { + "id": 24505, + "name": "Inquisitor's plateskirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24506, + "name": "Nightmare staff", + "type": "noted", + "duplicate": true + }, + { + "id": 24507, + "name": "Nightmare staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24508, + "name": "Harmonised nightmare staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24509, + "name": "Volatile nightmare staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24510, + "name": "Eldritch nightmare staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24511, + "name": "Harmonised orb", + "type": "normal", + "duplicate": false + }, + { + "id": 24512, + "name": "Harmonised orb", + "type": "noted", + "duplicate": true + }, + { + "id": 24513, + "name": "Harmonised orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24514, + "name": "Volatile orb", + "type": "normal", + "duplicate": false + }, + { + "id": 24515, + "name": "Volatile orb", + "type": "noted", + "duplicate": true + }, + { + "id": 24516, + "name": "Volatile orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24517, + "name": "Eldritch orb", + "type": "normal", + "duplicate": false + }, + { + "id": 24518, + "name": "Eldritch orb", + "type": "noted", + "duplicate": true + }, + { + "id": 24519, + "name": "Eldritch orb", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24520, + "name": "Victor's cape (1000)", + "type": "normal", + "duplicate": false + }, + { + "id": 24521, + "name": "Victor's cape (1000)", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 24523, + "name": "Death's coffer", + "type": "normal", + "duplicate": false + }, + { + "id": 24524, + "name": "Gravestone", + "type": "normal", + "duplicate": false + }, + { + "id": 24525, + "name": "Cat ears", + "type": "normal", + "duplicate": false + }, + { + "id": 24526, + "name": "Cat ears", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24527, + "name": "Hell cat ears", + "type": "normal", + "duplicate": false + }, + { + "id": 24528, + "name": "Lamp of the gatherer", + "type": "normal", + "duplicate": false + }, + { + "id": 24529, + "name": "Harmony", + "type": "normal", + "duplicate": false + }, + { + "id": 24530, + "name": "Harmony", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24531, + "name": "Runner hat (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 24532, + "name": "Runner hat (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24533, + "name": "Runner hat (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 24534, + "name": "Mithril seeds", + "type": "normal", + "duplicate": false + }, + { + "id": 24535, + "name": "Magic egg ball", + "type": "normal", + "duplicate": false + }, + { + "id": 24536, + "name": "Magic egg ball", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24537, + "name": "Carrot sword", + "type": "normal", + "duplicate": false + }, + { + "id": 24538, + "name": "Carrot sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24539, + "name": "'24-carat' sword", + "type": "normal", + "duplicate": false + }, + { + "id": 24540, + "name": "'24-carat' sword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24541, + "name": "Painted fake magic egg", + "type": "normal", + "duplicate": false + }, + { + "id": 24542, + "name": "Unpainted fake magic egg", + "type": "normal", + "duplicate": false + }, + { + "id": 24543, + "name": "Conch shell", + "type": "normal", + "duplicate": false + }, + { + "id": 24544, + "name": "Broken egg", + "type": "normal", + "duplicate": false + }, + { + "id": 24545, + "name": "Dummy portal", + "type": "normal", + "duplicate": false + }, + { + "id": 24546, + "name": "Carrot", + "type": "normal", + "duplicate": false + }, + { + "id": 24547, + "name": "Broken goat horn", + "type": "normal", + "duplicate": false + }, + { + "id": 24548, + "name": "Broken goat horn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24549, + "name": "Cake", + "type": "normal", + "duplicate": false + }, + { + "id": 24550, + "name": "Cake", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24551, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false + }, + { + "id": 24552, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24553, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": true + }, + { + "id": 24554, + "name": "Pyromancer set", + "type": "normal", + "duplicate": false + }, + { + "id": 24555, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 24556, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24557, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 24558, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24559, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 24560, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24561, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 24562, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24563, + "name": "Tangleroot", + "type": "normal", + "duplicate": false + }, + { + "id": 24564, + "name": "Tangleroot", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24565, + "name": "Antique emblem (tier 1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24566, + "name": "Antique emblem (tier 1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24567, + "name": "Antique emblem (tier 2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24568, + "name": "Antique emblem (tier 2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24569, + "name": "Antique emblem (tier 3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24570, + "name": "Antique emblem (tier 3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24571, + "name": "Antique emblem (tier 4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24572, + "name": "Antique emblem (tier 4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24573, + "name": "Antique emblem (tier 5)", + "type": "normal", + "duplicate": false + }, + { + "id": 24574, + "name": "Antique emblem (tier 5)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24575, + "name": "Antique emblem (tier 6)", + "type": "normal", + "duplicate": false + }, + { + "id": 24576, + "name": "Antique emblem (tier 6)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24577, + "name": "Antique emblem (tier 7)", + "type": "normal", + "duplicate": false + }, + { + "id": 24578, + "name": "Antique emblem (tier 7)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24579, + "name": "Antique emblem (tier 8)", + "type": "normal", + "duplicate": false + }, + { + "id": 24580, + "name": "Antique emblem (tier 8)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24581, + "name": "Antique emblem (tier 9)", + "type": "normal", + "duplicate": false + }, + { + "id": 24582, + "name": "Antique emblem (tier 9)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24583, + "name": "Antique emblem (tier 10)", + "type": "normal", + "duplicate": false + }, + { + "id": 24584, + "name": "Antique emblem (tier 10)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24585, + "name": "Looting bag note", + "type": "normal", + "duplicate": false + }, + { + "id": 24586, + "name": "Looting bag note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24587, + "name": "Rune pouch note", + "type": "normal", + "duplicate": false + }, + { + "id": 24588, + "name": "Rune pouch note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24589, + "name": "Blighted manta ray", + "type": "normal", + "duplicate": false + }, + { + "id": 24590, + "name": "Blighted manta ray", + "type": "noted", + "duplicate": true + }, + { + "id": 24591, + "name": "Blighted manta ray", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24592, + "name": "Blighted anglerfish", + "type": "normal", + "duplicate": false + }, + { + "id": 24593, + "name": "Blighted anglerfish", + "type": "noted", + "duplicate": true + }, + { + "id": 24594, + "name": "Blighted anglerfish", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24595, + "name": "Blighted karambwan", + "type": "normal", + "duplicate": false + }, + { + "id": 24596, + "name": "Blighted karambwan", + "type": "noted", + "duplicate": true + }, + { + "id": 24597, + "name": "Blighted karambwan", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24598, + "name": "Blighted super restore(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24599, + "name": "Blighted super restore(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 24600, + "name": "Blighted super restore(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24601, + "name": "Blighted super restore(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24602, + "name": "Blighted super restore(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24603, + "name": "Blighted super restore(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24604, + "name": "Blighted super restore(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24605, + "name": "Blighted super restore(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24606, + "name": "Blighted super restore(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24607, + "name": "Blighted ancient ice sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24608, + "name": "Blighted ancient ice sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24609, + "name": "Blighted bind sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24610, + "name": "Blighted bind sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24611, + "name": "Blighted snare sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24612, + "name": "Blighted snare sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24613, + "name": "Blighted entangle sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24614, + "name": "Blighted entangle sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24615, + "name": "Blighted teleport spell sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24616, + "name": "Blighted teleport spell sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24617, + "name": "Vesta's blighted longsword", + "type": "normal", + "duplicate": false + }, + { + "id": 24618, + "name": "Vesta's blighted longsword", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24619, + "name": "Vesta's longsword (inactive)", + "type": "normal", + "duplicate": false + }, + { + "id": 24620, + "name": "Vesta's longsword (inactive)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24621, + "name": "Blighted vengeance sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24622, + "name": "Blighted vengeance sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24623, + "name": "Divine battlemage potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24624, + "name": "Divine battlemage potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 24625, + "name": "Divine battlemage potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24626, + "name": "Divine battlemage potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24627, + "name": "Divine battlemage potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24628, + "name": "Divine battlemage potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24629, + "name": "Divine battlemage potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24630, + "name": "Divine battlemage potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24631, + "name": "Divine battlemage potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24632, + "name": "Divine battlemage potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24633, + "name": "Divine battlemage potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24634, + "name": "Divine battlemage potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24635, + "name": "Divine bastion potion(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 24636, + "name": "Divine bastion potion(4)", + "type": "noted", + "duplicate": true + }, + { + "id": 24637, + "name": "Divine bastion potion(4)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24638, + "name": "Divine bastion potion(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 24639, + "name": "Divine bastion potion(3)", + "type": "noted", + "duplicate": true + }, + { + "id": 24640, + "name": "Divine bastion potion(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24641, + "name": "Divine bastion potion(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 24642, + "name": "Divine bastion potion(2)", + "type": "noted", + "duplicate": true + }, + { + "id": 24643, + "name": "Divine bastion potion(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24644, + "name": "Divine bastion potion(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 24645, + "name": "Divine bastion potion(1)", + "type": "noted", + "duplicate": true + }, + { + "id": 24646, + "name": "Divine bastion potion(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24647, + "name": "Blighted super restore(3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24648, + "name": "Blighted super restore(2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24649, + "name": "Blighted super restore(1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24650, + "name": "Logs", + "type": "normal", + "duplicate": false + }, + { + "id": 24651, + "name": "Logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24652, + "name": "Raw shrimps", + "type": "normal", + "duplicate": false + }, + { + "id": 24653, + "name": "Raw shrimps", + "type": "noted", + "duplicate": true + }, + { + "id": 24654, + "name": "Raw shrimps", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24655, + "name": "Bones", + "type": "normal", + "duplicate": false + }, + { + "id": 24656, + "name": "Enraged tektiny", + "type": "normal", + "duplicate": false + }, + { + "id": 24657, + "name": "Enraged tektiny", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24658, + "name": "Flying vespina", + "type": "normal", + "duplicate": false + }, + { + "id": 24659, + "name": "Flying vespina", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24660, + "name": "Massive storage unit", + "type": "normal", + "duplicate": false + }, + { + "id": 24661, + "name": "Massive storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 24662, + "name": "Massive storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 24663, + "name": "Massive storage unit", + "type": "normal", + "duplicate": true + }, + { + "id": 24664, + "name": "Twisted ancestral hat", + "type": "normal", + "duplicate": false + }, + { + "id": 24665, + "name": "Twisted ancestral hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24666, + "name": "Twisted ancestral robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 24667, + "name": "Twisted ancestral robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24668, + "name": "Twisted ancestral robe bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 24669, + "name": "Twisted ancestral robe bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24670, + "name": "Twisted ancestral colour kit", + "type": "normal", + "duplicate": false + }, + { + "id": 24671, + "name": "Twisted ancestral colour kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24672, + "name": "Haemalchemy volume 2", + "type": "normal", + "duplicate": false + }, + { + "id": 24673, + "name": "Vyre noble top (unscented)", + "type": "normal", + "duplicate": false + }, + { + "id": 24674, + "name": "Vyre noble legs (unscented)", + "type": "normal", + "duplicate": false + }, + { + "id": 24675, + "name": "Vyre noble shoes (unscented)", + "type": "normal", + "duplicate": false + }, + { + "id": 24676, + "name": "Vyre noble top", + "type": "normal", + "duplicate": false + }, + { + "id": 24677, + "name": "Vyre noble top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24678, + "name": "Vyre noble legs", + "type": "normal", + "duplicate": false + }, + { + "id": 24679, + "name": "Vyre noble legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24680, + "name": "Vyre noble shoes", + "type": "normal", + "duplicate": false + }, + { + "id": 24681, + "name": "Vyre noble shoes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24682, + "name": "Old note", + "type": "normal", + "duplicate": false + }, + { + "id": 24683, + "name": "Old note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24684, + "name": "Tatty note", + "type": "normal", + "duplicate": false + }, + { + "id": 24685, + "name": "Tatty note", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24686, + "name": "Journal page", + "type": "normal", + "duplicate": false + }, + { + "id": 24687, + "name": "Journal page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24688, + "name": "Ancient armour", + "type": "normal", + "duplicate": false + }, + { + "id": 24689, + "name": "Ancient armour", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24690, + "name": "Tome of experience", + "type": "normal", + "duplicate": false + }, + { + "id": 24691, + "name": "Blisterwood logs", + "type": "normal", + "duplicate": false + }, + { + "id": 24692, + "name": "Blisterwood logs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24693, + "name": "Ruby sickle (b)", + "type": "normal", + "duplicate": false + }, + { + "id": 24694, + "name": "Ruby sickle (b)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24695, + "name": "Enchanted ruby sickle (b)", + "type": "normal", + "duplicate": false + }, + { + "id": 24696, + "name": "Enchanted ruby sickle (b)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24697, + "name": "Blisterwood sickle", + "type": "normal", + "duplicate": false + }, + { + "id": 24698, + "name": "Blisterwood sickle", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24699, + "name": "Blisterwood flail", + "type": "normal", + "duplicate": false + }, + { + "id": 24700, + "name": "Blisterwood flail", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24701, + "name": "Dark squirrel", + "type": "normal", + "duplicate": false + }, + { + "id": 24702, + "name": "Vyre", + "type": "normal", + "duplicate": false + }, + { + "id": 24703, + "name": "Coin pouch", + "type": "normal", + "duplicate": false + }, + { + "id": 24704, + "name": "Daeyalt essence", + "type": "normal", + "duplicate": false + }, + { + "id": 24705, + "name": "Daeyalt essence", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24706, + "name": "Daeyalt shard", + "type": "normal", + "duplicate": false + }, + { + "id": 24707, + "name": "Daeyalt shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24708, + "name": "Vampyre", + "type": "normal", + "duplicate": false + }, + { + "id": 24709, + "name": "Hallowed crystal shard", + "type": "normal", + "duplicate": false + }, + { + "id": 24710, + "name": "Hallowed crystal shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24711, + "name": "Hallowed mark", + "type": "normal", + "duplicate": false + }, + { + "id": 24712, + "name": "Hallowed mark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24713, + "name": "Hallowed mark", + "type": "normal", + "duplicate": true + }, + { + "id": 24714, + "name": "Hallowed mark", + "type": "normal", + "duplicate": true + }, + { + "id": 24715, + "name": "Hallowed mark", + "type": "normal", + "duplicate": true + }, + { + "id": 24716, + "name": "Hallowed mark", + "type": "normal", + "duplicate": true + }, + { + "id": 24717, + "name": "Hallowed mark", + "type": "normal", + "duplicate": true + }, + null, + { + "id": 24719, + "name": "Hallowed token", + "type": "normal", + "duplicate": false + }, + { + "id": 24720, + "name": "Hallowed token", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24721, + "name": "Hallowed grapple", + "type": "normal", + "duplicate": false + }, + { + "id": 24722, + "name": "Hallowed grapple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24723, + "name": "Hallowed focus", + "type": "normal", + "duplicate": false + }, + { + "id": 24724, + "name": "Hallowed focus", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24725, + "name": "Hallowed symbol", + "type": "normal", + "duplicate": false + }, + { + "id": 24726, + "name": "Hallowed symbol", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24727, + "name": "Hallowed hammer", + "type": "normal", + "duplicate": false + }, + { + "id": 24728, + "name": "Hallowed hammer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24729, + "name": "Dark dye", + "type": "normal", + "duplicate": false + }, + { + "id": 24730, + "name": "Dark dye", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24731, + "name": "Hallowed ring", + "type": "normal", + "duplicate": false + }, + { + "id": 24732, + "name": "Hallowed ring", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24733, + "name": "Dark acorn", + "type": "normal", + "duplicate": false + }, + { + "id": 24734, + "name": "Dark acorn", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24735, + "name": "Ring of endurance (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 24736, + "name": "Ring of endurance", + "type": "normal", + "duplicate": false + }, + { + "id": 24737, + "name": "Ring of endurance", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24738, + "name": "Strange old lockpick", + "type": "normal", + "duplicate": false + }, + { + "id": 24739, + "name": "Strange old lockpick", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24740, + "name": "Strange old lockpick (full)", + "type": "normal", + "duplicate": false + }, + { + "id": 24741, + "name": "Strange old lockpick (full)", + "type": "noted", + "duplicate": true + }, + { + "id": 24742, + "name": "Strange old lockpick (full)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24743, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 24744, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24745, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 24746, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 24747, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24748, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 24749, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 24750, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24751, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 24752, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 24753, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24754, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 24755, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 24756, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24757, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 24758, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24759, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24760, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 24761, + "name": "Strange hallowed tome", + "type": "normal", + "duplicate": false + }, + { + "id": 24762, + "name": "Strange hallowed tome", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24763, + "name": "Mysterious page", + "type": "normal", + "duplicate": false + }, + { + "id": 24764, + "name": "Mysterious page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24765, + "name": "Mysterious page", + "type": "normal", + "duplicate": false + }, + { + "id": 24766, + "name": "Mysterious page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24767, + "name": "Mysterious page", + "type": "normal", + "duplicate": false + }, + { + "id": 24768, + "name": "Mysterious page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24769, + "name": "Mysterious page", + "type": "normal", + "duplicate": false + }, + { + "id": 24770, + "name": "Mysterious page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24771, + "name": "Mysterious page", + "type": "normal", + "duplicate": false + }, + { + "id": 24772, + "name": "Mysterious page", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24773, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 24774, + "name": "Blood pint", + "type": "normal", + "duplicate": false + }, + { + "id": 24775, + "name": "Blood pint", + "type": "noted", + "duplicate": true + }, + { + "id": 24776, + "name": "Blood pint", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24777, + "name": "Blood shard", + "type": "normal", + "duplicate": false + }, + { + "id": 24778, + "name": "Blood shard", + "type": "noted", + "duplicate": true + }, + { + "id": 24779, + "name": "Blood shard", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24780, + "name": "Amulet of blood fury", + "type": "normal", + "duplicate": false + }, + { + "id": 24781, + "name": "Amulet of blood fury", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24782, + "name": "Raw mystery meat", + "type": "normal", + "duplicate": false + }, + { + "id": 24783, + "name": "Raw mystery meat", + "type": "noted", + "duplicate": true + }, + { + "id": 24784, + "name": "Raw mystery meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24785, + "name": "Cooked mystery meat", + "type": "normal", + "duplicate": false + }, + { + "id": 24786, + "name": "Cooked mystery meat", + "type": "noted", + "duplicate": true + }, + { + "id": 24787, + "name": "Cooked mystery meat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24788, + "name": "Pat of not garlic butter", + "type": "normal", + "duplicate": false + }, + { + "id": 24789, + "name": "Pat of not garlic butter", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24790, + "name": "Long rope", + "type": "normal", + "duplicate": false + }, + { + "id": 24791, + "name": "Long rope", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24792, + "name": "Severed leg", + "type": "normal", + "duplicate": false + }, + { + "id": 24793, + "name": "Severed leg", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24794, + "name": "Vyre noble blazer", + "type": "normal", + "duplicate": false + }, + { + "id": 24795, + "name": "Vyre noble blazer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24796, + "name": "Vyre noble coat tails", + "type": "normal", + "duplicate": false + }, + { + "id": 24797, + "name": "Vyre noble coat tails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24798, + "name": "Vyre noble vest", + "type": "normal", + "duplicate": false + }, + { + "id": 24799, + "name": "Vyre noble vest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24800, + "name": "Vyre noble pants", + "type": "normal", + "duplicate": false + }, + { + "id": 24801, + "name": "Vyre noble pants", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24802, + "name": "Vyre noble corset", + "type": "normal", + "duplicate": false + }, + { + "id": 24803, + "name": "Vyre noble corset", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24804, + "name": "Vyre noble skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24805, + "name": "Vyre noble skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24806, + "name": "Vyre noble dress top", + "type": "normal", + "duplicate": false + }, + { + "id": 24807, + "name": "Vyre noble dress top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24808, + "name": "Vyre noble dress bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 24809, + "name": "Vyre noble dress bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24810, + "name": "Vyre noble blazer", + "type": "normal", + "duplicate": false + }, + { + "id": 24811, + "name": "Vyre noble blazer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24812, + "name": "Vyre noble coat tails", + "type": "normal", + "duplicate": false + }, + { + "id": 24813, + "name": "Vyre noble coat tails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24814, + "name": "Vyre noble vest", + "type": "normal", + "duplicate": false + }, + { + "id": 24815, + "name": "Vyre noble vest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24816, + "name": "Vyre noble pants", + "type": "normal", + "duplicate": false + }, + { + "id": 24817, + "name": "Vyre noble pants", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24818, + "name": "Vyre noble corset", + "type": "normal", + "duplicate": false + }, + { + "id": 24819, + "name": "Vyre noble corset", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24820, + "name": "Vyre noble skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24821, + "name": "Vyre noble skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24822, + "name": "Vyre noble dress top", + "type": "normal", + "duplicate": false + }, + { + "id": 24823, + "name": "Vyre noble dress top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24824, + "name": "Vyre noble dress bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 24825, + "name": "Vyre noble dress bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24826, + "name": "Vyre noble blazer", + "type": "normal", + "duplicate": false + }, + { + "id": 24827, + "name": "Vyre noble blazer", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24828, + "name": "Vyre noble coat tails", + "type": "normal", + "duplicate": false + }, + { + "id": 24829, + "name": "Vyre noble coat tails", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24830, + "name": "Vyre noble vest", + "type": "normal", + "duplicate": false + }, + { + "id": 24831, + "name": "Vyre noble vest", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24832, + "name": "Vyre noble pants", + "type": "normal", + "duplicate": false + }, + { + "id": 24833, + "name": "Vyre noble pants", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24834, + "name": "Vyre noble corset", + "type": "normal", + "duplicate": false + }, + { + "id": 24835, + "name": "Vyre noble corset", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24836, + "name": "Vyre noble skirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24837, + "name": "Vyre noble skirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24838, + "name": "Vyre noble dress top", + "type": "normal", + "duplicate": false + }, + { + "id": 24839, + "name": "Vyre noble dress top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24840, + "name": "Vyre noble dress bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 24841, + "name": "Vyre noble dress bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24842, + "name": "A taste of hope", + "type": "normal", + "duplicate": false + }, + { + "id": 24843, + "name": "A taste of hope", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24844, + "name": "Ring of endurance (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 24845, + "name": "Ring of endurance (uncharged)", + "type": "noted", + "duplicate": true + }, + { + "id": 24846, + "name": "Ring of endurance (uncharged)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24847, + "name": "Red", + "type": "normal", + "duplicate": false + }, + { + "id": 24848, + "name": "Red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24849, + "name": "Ziggy", + "type": "normal", + "duplicate": false + }, + { + "id": 24850, + "name": "Ziggy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24851, + "name": "Soft clay pack", + "type": "normal", + "duplicate": false + }, + { + "id": 24852, + "name": "Soft clay pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24853, + "name": "Bag full of gems", + "type": "normal", + "duplicate": false + }, + { + "id": 24854, + "name": "Bag full of gems", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24855, + "name": "Mythical max cape", + "type": "normal", + "duplicate": false + }, + { + "id": 24856, + "name": "Mythical max cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24857, + "name": "Mythical max hood", + "type": "normal", + "duplicate": false + }, + { + "id": 24858, + "name": "Mythical max hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24859, + "name": "Warrior path starter kit", + "type": "normal", + "duplicate": false + }, + { + "id": 24860, + "name": "Wizard path starter kit", + "type": "normal", + "duplicate": false + }, + { + "id": 24861, + "name": "Ranger path starter kit", + "type": "normal", + "duplicate": false + }, + { + "id": 24862, + "name": "Karamjan monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 24863, + "name": "Zombie monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 24864, + "name": "Maniacal monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 24865, + "name": "Skeleton monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 24866, + "name": "Kruk jr", + "type": "normal", + "duplicate": false + }, + { + "id": 24867, + "name": "Princely monkey", + "type": "normal", + "duplicate": false + }, + { + "id": 24868, + "name": "Golden armadyl special attack", + "type": "normal", + "duplicate": false + }, + { + "id": 24869, + "name": "Golden bandos special attack", + "type": "normal", + "duplicate": false + }, + { + "id": 24870, + "name": "Golden saradomin special attack", + "type": "normal", + "duplicate": false + }, + { + "id": 24871, + "name": "Golden zamorak special attack", + "type": "normal", + "duplicate": false + }, + { + "id": 24872, + "name": "Carpenter's helmet", + "type": "normal", + "duplicate": false + }, + { + "id": 24873, + "name": "Carpenter's helmet", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24874, + "name": "Carpenter's shirt", + "type": "normal", + "duplicate": false + }, + { + "id": 24875, + "name": "Carpenter's shirt", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24876, + "name": "Carpenter's trousers", + "type": "normal", + "duplicate": false + }, + { + "id": 24877, + "name": "Carpenter's trousers", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24878, + "name": "Carpenter's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 24879, + "name": "Carpenter's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24880, + "name": "Amy's saw", + "type": "normal", + "duplicate": false + }, + { + "id": 24881, + "name": "Amy's saw", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24882, + "name": "Plank sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24883, + "name": "Plank sack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24884, + "name": "Supply crate", + "type": "normal", + "duplicate": false + }, + { + "id": 24885, + "name": "Hosidius blueprints", + "type": "normal", + "duplicate": false + }, + { + "id": 24886, + "name": "Wooden table", + "type": "normal", + "duplicate": true + }, + { + "id": 24887, + "name": "Oak table", + "type": "normal", + "duplicate": false + }, + { + "id": 24888, + "name": "Teak table", + "type": "normal", + "duplicate": true + }, + { + "id": 24889, + "name": "Mahogany table", + "type": "normal", + "duplicate": true + }, + { + "id": 24890, + "name": "Wooden table", + "type": "normal", + "duplicate": true + }, + { + "id": 24891, + "name": "Oak table", + "type": "normal", + "duplicate": true + }, + { + "id": 24892, + "name": "Teak table", + "type": "normal", + "duplicate": true + }, + { + "id": 24893, + "name": "Mahogany table", + "type": "normal", + "duplicate": true + }, + { + "id": 24894, + "name": "Wooden table", + "type": "normal", + "duplicate": true + }, + { + "id": 24895, + "name": "Oak table", + "type": "normal", + "duplicate": true + }, + { + "id": 24896, + "name": "Teak table", + "type": "normal", + "duplicate": true + }, + { + "id": 24897, + "name": "Mahogany table", + "type": "normal", + "duplicate": true + }, + { + "id": 24898, + "name": "Wooden cabinet", + "type": "normal", + "duplicate": false + }, + { + "id": 24899, + "name": "Oak cabinet", + "type": "normal", + "duplicate": false + }, + { + "id": 24900, + "name": "Teak cabinet", + "type": "normal", + "duplicate": false + }, + { + "id": 24901, + "name": "Mahogany cabinet", + "type": "normal", + "duplicate": false + }, + { + "id": 24902, + "name": "Wooden bookcase", + "type": "normal", + "duplicate": true + }, + { + "id": 24903, + "name": "Oak bookcase", + "type": "normal", + "duplicate": true + }, + { + "id": 24904, + "name": "Teak bookcase", + "type": "normal", + "duplicate": false + }, + { + "id": 24905, + "name": "Mahogany bookcase", + "type": "normal", + "duplicate": true + }, + { + "id": 24906, + "name": "Wooden wardrobe", + "type": "normal", + "duplicate": false + }, + { + "id": 24907, + "name": "Oak wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 24908, + "name": "Teak wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 24909, + "name": "Mahogany wardrobe", + "type": "normal", + "duplicate": true + }, + { + "id": 24910, + "name": "Wooden dresser", + "type": "normal", + "duplicate": false + }, + { + "id": 24911, + "name": "Oak dresser", + "type": "normal", + "duplicate": true + }, + { + "id": 24912, + "name": "Teak dresser", + "type": "normal", + "duplicate": true + }, + { + "id": 24913, + "name": "Mahogany dresser", + "type": "normal", + "duplicate": true + }, + { + "id": 24914, + "name": "Wooden shelves", + "type": "normal", + "duplicate": false + }, + { + "id": 24915, + "name": "Oak shelves", + "type": "normal", + "duplicate": false + }, + { + "id": 24916, + "name": "Teak shelves", + "type": "normal", + "duplicate": false + }, + { + "id": 24917, + "name": "Mahogany shelves", + "type": "normal", + "duplicate": false + }, + { + "id": 24918, + "name": "Wooden bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24919, + "name": "Oak bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24920, + "name": "Teak bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24921, + "name": "Mahogany bed", + "type": "normal", + "duplicate": false + }, + { + "id": 24922, + "name": "Wooden bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24923, + "name": "Oak bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24924, + "name": "Teak bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24925, + "name": "Mahogany bed", + "type": "normal", + "duplicate": true + }, + { + "id": 24926, + "name": "Wooden drawer", + "type": "normal", + "duplicate": false + }, + { + "id": 24927, + "name": "Oak drawer", + "type": "normal", + "duplicate": false + }, + { + "id": 24928, + "name": "Teak drawer", + "type": "normal", + "duplicate": false + }, + { + "id": 24929, + "name": "Mahogany drawer", + "type": "normal", + "duplicate": false + }, + { + "id": 24930, + "name": "Wooden chair", + "type": "normal", + "duplicate": true + }, + { + "id": 24931, + "name": "Oak chair", + "type": "normal", + "duplicate": true + }, + { + "id": 24932, + "name": "Teak chair", + "type": "normal", + "duplicate": false + }, + { + "id": 24933, + "name": "Mahogany chair", + "type": "normal", + "duplicate": false + }, + { + "id": 24934, + "name": "Wooden cupboard", + "type": "normal", + "duplicate": false + }, + { + "id": 24935, + "name": "Oak cupboard", + "type": "normal", + "duplicate": false + }, + { + "id": 24936, + "name": "Teak cupboard", + "type": "normal", + "duplicate": false + }, + { + "id": 24937, + "name": "Mahogany cupboard", + "type": "normal", + "duplicate": false + }, + { + "id": 24938, + "name": "Waxwood log", + "type": "normal", + "duplicate": false + }, + { + "id": 24939, + "name": "Waxwood plank", + "type": "normal", + "duplicate": false + }, + { + "id": 24940, + "name": "Marlo's crate", + "type": "normal", + "duplicate": false + }, + { + "id": 24941, + "name": "Bp obj", + "type": "normal", + "duplicate": false + }, + { + "id": 24942, + "name": "Reinforced goggles", + "type": "normal", + "duplicate": false + }, + { + "id": 24943, + "name": "Reinforced goggles", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24944, + "name": "Sourhog foot", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 24946, + "name": "Hallowed sack", + "type": "normal", + "duplicate": false + }, + { + "id": 24947, + "name": "Hallowed sack", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 24949, + "name": "Moonclan teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24950, + "name": "Moonclan teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24951, + "name": "Ourania teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24952, + "name": "Ourania teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24953, + "name": "Waterbirth teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24954, + "name": "Waterbirth teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24955, + "name": "Barbarian teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24956, + "name": "Barbarian teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24957, + "name": "Khazard teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24958, + "name": "Khazard teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24959, + "name": "Fishing guild teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24960, + "name": "Fishing guild teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24961, + "name": "Catherby teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24962, + "name": "Catherby teleport", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24963, + "name": "Ice plateau teleport", + "type": "normal", + "duplicate": false + }, + { + "id": 24964, + "name": "Ice plateau teleport", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + { + "id": 24971, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24972, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 24973, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24974, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 24975, + "name": "Headless head", + "type": "normal", + "duplicate": false + }, + { + "id": 24976, + "name": "Headless head", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24977, + "name": "Magical pumpkin", + "type": "normal", + "duplicate": false + }, + { + "id": 24978, + "name": "Magical pumpkin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 24979, + "name": "Pumpkin", + "type": "normal", + "duplicate": true + }, + { + "id": 24980, + "name": "Brown candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24981, + "name": "Blue candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24982, + "name": "White candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24983, + "name": "Purple candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24984, + "name": "Red candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24985, + "name": "Green candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24986, + "name": "Black candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24987, + "name": "Orange candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24988, + "name": "Pink candy", + "type": "normal", + "duplicate": false + }, + { + "id": 24989, + "name": "Rick's box", + "type": "normal", + "duplicate": false + }, + { + "id": 24990, + "name": "Rick's head", + "type": "normal", + "duplicate": false + }, + { + "id": 24991, + "name": "Witch's brew", + "type": "normal", + "duplicate": false + }, + { + "id": 24992, + "name": "Spider snack", + "type": "normal", + "duplicate": false + }, + { + "id": 24993, + "name": "Incantation", + "type": "normal", + "duplicate": false + }, + { + "id": 24994, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24995, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + { + "id": 24996, + "name": "Cabbage", + "type": "normal", + "duplicate": false + }, + { + "id": 24997, + "name": "Cabbage", + "type": "normal", + "duplicate": true + }, + null, + null, + null, + { + "id": 25001, + "name": "Trailblazer hood (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25002, + "name": "Trailblazer hood (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 25003, + "name": "Trailblazer hood (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25004, + "name": "Trailblazer top (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25005, + "name": "Trailblazer top (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 25006, + "name": "Trailblazer top (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25007, + "name": "Trailblazer trousers (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25008, + "name": "Trailblazer trousers (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 25009, + "name": "Trailblazer trousers (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25010, + "name": "Trailblazer boots (t3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25011, + "name": "Trailblazer boots (t3)", + "type": "noted", + "duplicate": true + }, + { + "id": 25012, + "name": "Trailblazer boots (t3)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25013, + "name": "Trailblazer cane", + "type": "normal", + "duplicate": false + }, + { + "id": 25014, + "name": "Trailblazer cane", + "type": "noted", + "duplicate": true + }, + { + "id": 25015, + "name": "Trailblazer cane", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25016, + "name": "Trailblazer hood (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25017, + "name": "Trailblazer hood (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 25018, + "name": "Trailblazer hood (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25019, + "name": "Trailblazer top (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25020, + "name": "Trailblazer top (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 25021, + "name": "Trailblazer top (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25022, + "name": "Trailblazer trousers (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25023, + "name": "Trailblazer trousers (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 25024, + "name": "Trailblazer trousers (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25025, + "name": "Trailblazer boots (t2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25026, + "name": "Trailblazer boots (t2)", + "type": "noted", + "duplicate": true + }, + { + "id": 25027, + "name": "Trailblazer boots (t2)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25028, + "name": "Trailblazer hood (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25029, + "name": "Trailblazer hood (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 25030, + "name": "Trailblazer hood (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25031, + "name": "Trailblazer top (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25032, + "name": "Trailblazer top (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 25033, + "name": "Trailblazer top (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25034, + "name": "Trailblazer trousers (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25035, + "name": "Trailblazer trousers (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 25036, + "name": "Trailblazer trousers (t1)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25037, + "name": "Trailblazer boots (t1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25038, + "name": "Trailblazer boots (t1)", + "type": "noted", + "duplicate": true + }, + { + "id": 25039, + "name": "Trailblazer boots (t1)", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 25042, + "name": "Trailblazer dragon trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25043, + "name": "Trailblazer dragon trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25044, + "name": "Trailblazer rune trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25045, + "name": "Trailblazer rune trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25046, + "name": "Trailblazer adamant trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25047, + "name": "Trailblazer adamant trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25048, + "name": "Trailblazer mithril trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25049, + "name": "Trailblazer mithril trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25050, + "name": "Trailblazer steel trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25051, + "name": "Trailblazer steel trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25052, + "name": "Trailblazer iron trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25053, + "name": "Trailblazer iron trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25054, + "name": "Trailblazer bronze trophy", + "type": "normal", + "duplicate": false + }, + { + "id": 25055, + "name": "Trailblazer bronze trophy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25056, + "name": "Trailblazer banner", + "type": "normal", + "duplicate": false + }, + { + "id": 25057, + "name": "Trailblazer banner", + "type": "noted", + "duplicate": true + }, + { + "id": 25058, + "name": "Trailblazer banner", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25059, + "name": "Infernal harpoon (or)", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 25061, + "name": "Infernal harpoon (or)", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 25063, + "name": "Infernal pickaxe (or)", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 25065, + "name": "Infernal pickaxe (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25066, + "name": "Infernal axe (or)", + "type": "normal", + "duplicate": false + }, + null, + { + "id": 25068, + "name": "Infernal axe (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25069, + "name": "Graceful hood", + "type": "normal", + "duplicate": false + }, + { + "id": 25070, + "name": "Graceful hood", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25071, + "name": "Graceful hood", + "type": "normal", + "duplicate": true + }, + { + "id": 25072, + "name": "Graceful cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25073, + "name": "Graceful cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25074, + "name": "Graceful cape", + "type": "normal", + "duplicate": true + }, + { + "id": 25075, + "name": "Graceful top", + "type": "normal", + "duplicate": false + }, + { + "id": 25076, + "name": "Graceful top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25077, + "name": "Graceful top", + "type": "normal", + "duplicate": true + }, + { + "id": 25078, + "name": "Graceful legs", + "type": "normal", + "duplicate": false + }, + { + "id": 25079, + "name": "Graceful legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25080, + "name": "Graceful legs", + "type": "normal", + "duplicate": true + }, + { + "id": 25081, + "name": "Graceful gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 25082, + "name": "Graceful gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25083, + "name": "Graceful gloves", + "type": "normal", + "duplicate": true + }, + { + "id": 25084, + "name": "Graceful boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25085, + "name": "Graceful boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25086, + "name": "Graceful boots", + "type": "normal", + "duplicate": true + }, + { + "id": 25087, + "name": "Trailblazer teleport scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 25088, + "name": "Trailblazer teleport scroll", + "type": "noted", + "duplicate": true + }, + { + "id": 25089, + "name": "Trailblazer teleport scroll", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25090, + "name": "Trailblazer tool ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 25091, + "name": "Trailblazer tool ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 25092, + "name": "Trailblazer tool ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25093, + "name": "Trailblazer globe", + "type": "normal", + "duplicate": false + }, + { + "id": 25094, + "name": "Trailblazer globe", + "type": "noted", + "duplicate": true + }, + { + "id": 25095, + "name": "Trailblazer globe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25096, + "name": "Trailblazer rug", + "type": "normal", + "duplicate": false + }, + { + "id": 25097, + "name": "Trailblazer rug", + "type": "noted", + "duplicate": true + }, + { + "id": 25098, + "name": "Trailblazer rug", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25099, + "name": "Trailblazer graceful ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 25100, + "name": "Trailblazer graceful ornament kit", + "type": "noted", + "duplicate": true + }, + { + "id": 25101, + "name": "Trailblazer graceful ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25102, + "name": "Fairy mushroom", + "type": "normal", + "duplicate": false + }, + { + "id": 25103, + "name": "Fairy mushroom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25104, + "name": "Crystal of memories", + "type": "normal", + "duplicate": false + }, + { + "id": 25105, + "name": "Crystal of memories", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25106, + "name": "Extradimensional bag", + "type": "normal", + "duplicate": false + }, + { + "id": 25107, + "name": "Extradimensional bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25108, + "name": "Extradimensional bag", + "type": "normal", + "duplicate": false + }, + { + "id": 25109, + "name": "Extradimensional bag", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25110, + "name": "Trailblazer axe", + "type": "normal", + "duplicate": false + }, + { + "id": 25111, + "name": "Trailblazer axe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25112, + "name": "Trailblazer pickaxe", + "type": "normal", + "duplicate": false + }, + { + "id": 25113, + "name": "Trailblazer pickaxe", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25114, + "name": "Trailblazer harpoon", + "type": "normal", + "duplicate": false + }, + { + "id": 25115, + "name": "Trailblazer harpoon", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 25117, + "name": "League tomato", + "type": "normal", + "duplicate": false + }, + { + "id": 25118, + "name": "Brown candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25119, + "name": "Blue candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25120, + "name": "White candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25121, + "name": "Purple candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25122, + "name": "Red candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25123, + "name": "Green candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25124, + "name": "Black candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25125, + "name": "Orange candy", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25126, + "name": "Pink candy", + "type": "placeholder", + "duplicate": true + }, + null, + null, + { + "id": 25129, + "name": "Beekeeper's hat", + "type": "normal", + "duplicate": false + }, + { + "id": 25130, + "name": "Beekeeper's hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25131, + "name": "Beekeeper's top", + "type": "normal", + "duplicate": false + }, + { + "id": 25132, + "name": "Beekeeper's top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25133, + "name": "Beekeeper's legs", + "type": "normal", + "duplicate": false + }, + { + "id": 25134, + "name": "Beekeeper's legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25135, + "name": "Beekeeper's gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 25136, + "name": "Beekeeper's gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25137, + "name": "Beekeeper's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25138, + "name": "Beekeeper's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25139, + "name": "Bone fragments", + "type": "normal", + "duplicate": false + }, + { + "id": 25140, + "name": "Bone fragments", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25141, + "name": "Bone fragments", + "type": "normal", + "duplicate": true + }, + { + "id": 25142, + "name": "Bone fragments", + "type": "normal", + "duplicate": true + }, + { + "id": 25143, + "name": "Bone fragments", + "type": "normal", + "duplicate": true + }, + { + "id": 25144, + "name": "Bone fragments", + "type": "normal", + "duplicate": true + }, + { + "id": 25145, + "name": "Clay head", + "type": "normal", + "duplicate": false + }, + { + "id": 25146, + "name": "Fur head", + "type": "normal", + "duplicate": false + }, + { + "id": 25147, + "name": "Bloody head", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + { + "id": 25152, + "name": "Neilan's journal", + "type": "normal", + "duplicate": false + }, + { + "id": 25153, + "name": "Neilan's journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25154, + "name": "Ornate undead combat dummy", + "type": "normal", + "duplicate": false + }, + { + "id": 25155, + "name": "Decorative boots (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 25156, + "name": "Decorative boots (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25157, + "name": "Decorative full helm (broken)", + "type": "normal", + "duplicate": false + }, + { + "id": 25158, + "name": "Decorative full helm (broken)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25159, + "name": "Castlewars brew(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 25160, + "name": "Castlewars brew(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25161, + "name": "Castlewars brew(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25162, + "name": "Castlewars brew(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25163, + "name": "Decorative boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25164, + "name": "Decorative boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25165, + "name": "Decorative full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25166, + "name": "Decorative full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25167, + "name": "Decorative boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25168, + "name": "Decorative boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25169, + "name": "Decorative full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25170, + "name": "Decorative full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25171, + "name": "Decorative boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25172, + "name": "Decorative boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25173, + "name": "Decorative boots (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 25174, + "name": "Decorative full helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25175, + "name": "Decorative full helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25176, + "name": "Decorative full helm (l)", + "type": "normal", + "duplicate": false + }, + { + "id": 25177, + "name": "Slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25178, + "name": "Slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25179, + "name": "Black slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25180, + "name": "Black slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25181, + "name": "Green slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25182, + "name": "Green slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25183, + "name": "Red slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25184, + "name": "Red slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25185, + "name": "Purple slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25186, + "name": "Purple slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25187, + "name": "Turquoise slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25188, + "name": "Turquoise slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25189, + "name": "Hydra slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25190, + "name": "Hydra slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25191, + "name": "Twisted slayer helmet (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25192, + "name": "Twisted slayer helmet (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25193, + "name": "Granite ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25194, + "name": "Granite ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25195, + "name": "Blue cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25196, + "name": "Soul fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 25197, + "name": "Soul wars guide", + "type": "normal", + "duplicate": false + }, + { + "id": 25198, + "name": "Soul wars guide", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25199, + "name": "Bones", + "type": "normal", + "duplicate": false + }, + { + "id": 25200, + "name": "Bones", + "type": "noted", + "duplicate": true + }, + { + "id": 25201, + "name": "Soul fragment", + "type": "normal", + "duplicate": false + }, + { + "id": 25202, + "name": "Bandages", + "type": "normal", + "duplicate": false + }, + { + "id": 25203, + "name": "Potion of power(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 25204, + "name": "Potion of power(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25205, + "name": "Potion of power(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25206, + "name": "Potion of power(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25207, + "name": "Red cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25208, + "name": "Blue cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25209, + "name": "Barricade", + "type": "normal", + "duplicate": false + }, + { + "id": 25210, + "name": "Barricade", + "type": "normal", + "duplicate": false + }, + { + "id": 25211, + "name": "Explosive potion", + "type": "normal", + "duplicate": false + }, + { + "id": 25212, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25213, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25214, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25215, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25216, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25217, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25218, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25219, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25220, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25221, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25222, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25223, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25224, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25225, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25226, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25227, + "name": "Blue icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25228, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25229, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25230, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25231, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25232, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25233, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25234, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25235, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25236, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25237, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25238, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25239, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25240, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25241, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25242, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25243, + "name": "Red icon", + "type": "normal", + "duplicate": false + }, + { + "id": 25244, + "name": "Dark key", + "type": "normal", + "duplicate": false + }, + { + "id": 25245, + "name": "Dark key", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25246, + "name": "Ring of suffering (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25247, + "name": "Ring of suffering (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25248, + "name": "Ring of suffering (ri)", + "type": "normal", + "duplicate": true + }, + { + "id": 25249, + "name": "Ring of suffering (ri)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25250, + "name": "Salve amulet(i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25251, + "name": "Salve amulet(i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25252, + "name": "Ring of the gods (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25253, + "name": "Ring of the gods (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25254, + "name": "Tyrannical ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25255, + "name": "Tyrannical ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25256, + "name": "Treasonous ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25257, + "name": "Treasonous ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25258, + "name": "Seers ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25259, + "name": "Seers ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25260, + "name": "Archers ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25261, + "name": "Archers ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25262, + "name": "Warrior ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25263, + "name": "Warrior ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25264, + "name": "Berserker ring (i)", + "type": "normal", + "duplicate": false + }, + { + "id": 25265, + "name": "Berserker ring (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25266, + "name": "Black mask (10) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25267, + "name": "Black mask (9) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25268, + "name": "Black mask (8) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25269, + "name": "Black mask (7) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25270, + "name": "Black mask (6) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25271, + "name": "Black mask (5) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25272, + "name": "Black mask (4) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25273, + "name": "Black mask (3) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25274, + "name": "Black mask (2) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25275, + "name": "Black mask (1) (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25276, + "name": "Black mask (i)", + "type": "normal", + "duplicate": true + }, + { + "id": 25277, + "name": "Black mask (i)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25278, + "name": "Salve amulet(ei)", + "type": "normal", + "duplicate": false + }, + { + "id": 25279, + "name": "Salve amulet(ei)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25280, + "name": "Essence pack", + "type": "normal", + "duplicate": false + }, + { + "id": 25281, + "name": "Essence pack", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25282, + "name": "Sled", + "type": "normal", + "duplicate": false + }, + { + "id": 25283, + "name": "Red fireflies", + "type": "normal", + "duplicate": false + }, + { + "id": 25284, + "name": "Green fireflies", + "type": "normal", + "duplicate": false + }, + { + "id": 25285, + "name": "Stick", + "type": "normal", + "duplicate": false + }, + { + "id": 25286, + "name": "Mouldy sawdust", + "type": "normal", + "duplicate": false + }, + { + "id": 25287, + "name": "Rotten meat", + "type": "normal", + "duplicate": false + }, + { + "id": 25288, + "name": "Stale bread", + "type": "normal", + "duplicate": false + }, + { + "id": 25289, + "name": "Goblin stew", + "type": "normal", + "duplicate": false + }, + { + "id": 25290, + "name": "Goblin gifts", + "type": "normal", + "duplicate": false + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 25314, + "name": "Giant boulder", + "type": "normal", + "duplicate": false + }, + { + "id": 25315, + "name": "Giant boulder", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25316, + "name": "Goblin decorations", + "type": "normal", + "duplicate": false + }, + { + "id": 25317, + "name": "Goblin decorations", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 25319, + "name": "Gnome child icon", + "type": "normal", + "duplicate": false + }, + null, + null, + { + "id": 25322, + "name": "20th anniversary hat", + "type": "normal", + "duplicate": false + }, + { + "id": 25323, + "name": "20th anniversary hat", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25324, + "name": "20th anniversary top", + "type": "normal", + "duplicate": false + }, + { + "id": 25325, + "name": "20th anniversary top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25326, + "name": "20th anniversary bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 25327, + "name": "20th anniversary bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25328, + "name": "20th anniversary boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25329, + "name": "20th anniversary boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25330, + "name": "20th anniversary gloves", + "type": "normal", + "duplicate": false + }, + { + "id": 25331, + "name": "20th anniversary gloves", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25332, + "name": "20th anniversary necklace", + "type": "normal", + "duplicate": false + }, + { + "id": 25333, + "name": "20th anniversary necklace", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25334, + "name": "20th anniversary cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25335, + "name": "20th anniversary cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25336, + "name": "Gnome child mask", + "type": "normal", + "duplicate": false + }, + { + "id": 25337, + "name": "Gnome child mask", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25338, + "name": "Gnome child icon", + "type": "normal", + "duplicate": true + }, + { + "id": 25339, + "name": "Gnome child icon", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25340, + "name": "Ectoplasmator", + "type": "normal", + "duplicate": false + }, + { + "id": 25341, + "name": "Ectoplasmator", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25342, + "name": "Spoils of war", + "type": "normal", + "duplicate": false + }, + { + "id": 25343, + "name": "Spoils of war", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25344, + "name": "Soul cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25345, + "name": "Soul cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25346, + "name": "Soul cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25347, + "name": "Soul cape", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25348, + "name": "Lil' creator", + "type": "normal", + "duplicate": false + }, + { + "id": 25349, + "name": "Lil' creator", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25350, + "name": "Lil' destructor", + "type": "normal", + "duplicate": false + }, + { + "id": 25351, + "name": "Trophy pedestal", + "type": "normal", + "duplicate": false + }, + { + "id": 25352, + "name": "Ornate trophy pedestal", + "type": "normal", + "duplicate": false + }, + { + "id": 25353, + "name": "Oak trophy case", + "type": "normal", + "duplicate": false + }, + { + "id": 25354, + "name": "Mahogany trophy case", + "type": "normal", + "duplicate": false + }, + { + "id": 25355, + "name": "Banner stand", + "type": "normal", + "duplicate": false + }, + { + "id": 25356, + "name": "Ornate banner stand", + "type": "normal", + "duplicate": false + }, + { + "id": 25357, + "name": "Oak outfit stand", + "type": "normal", + "duplicate": false + }, + { + "id": 25358, + "name": "Mahogany outfit stand", + "type": "normal", + "duplicate": false + }, + { + "id": 25359, + "name": "League statue", + "type": "normal", + "duplicate": false + }, + { + "id": 25360, + "name": "Ornate league statue", + "type": "normal", + "duplicate": false + }, + { + "id": 25361, + "name": "Trailblazer globe", + "type": "normal", + "duplicate": true + }, + { + "id": 25362, + "name": "Rug", + "type": "normal", + "duplicate": true + }, + { + "id": 25363, + "name": "Opulent rug", + "type": "normal", + "duplicate": true + }, + { + "id": 25364, + "name": "Trailblazer rug", + "type": "normal", + "duplicate": true + }, + { + "id": 25365, + "name": "League accomplishments scroll", + "type": "normal", + "duplicate": false + }, + { + "id": 25366, + "name": "League hall", + "type": "normal", + "duplicate": false + }, + { + "id": 25367, + "name": "Infernal harpoon (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25368, + "name": "Infernal harpoon (uncharged)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25369, + "name": "Infernal pickaxe (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25370, + "name": "Infernal pickaxe (uncharged)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25371, + "name": "Infernal axe (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25372, + "name": "Infernal axe (uncharged)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25373, + "name": "Dragon harpoon (or)", + "type": "normal", + "duplicate": false }, { - "id": 7302, - "name": "Key", - "examine": "A key to some drawers." + "id": 25374, + "name": "Dragon harpoon (or)", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 25376, + "name": "Dragon pickaxe (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 25377, + "name": "Dragon pickaxe (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25378, + "name": "Dragon axe (or)", + "type": "normal", + "duplicate": false + }, + { + "id": 25379, + "name": "Dragon axe (or)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25380, + "name": "Trailblazer relic hunter (t1) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 25381, + "name": "Trailblazer relic hunter (t1) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 25382, + "name": "Trailblazer relic hunter (t1) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25383, + "name": "Trailblazer relic hunter (t2) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 25384, + "name": "Trailblazer relic hunter (t2) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 25385, + "name": "Trailblazer relic hunter (t2) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25386, + "name": "Trailblazer relic hunter (t3) armour set", + "type": "normal", + "duplicate": false + }, + { + "id": 25387, + "name": "Trailblazer relic hunter (t3) armour set", + "type": "noted", + "duplicate": true + }, + { + "id": 25388, + "name": "Trailblazer relic hunter (t3) armour set", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25389, + "name": "Swampbark body", + "type": "normal", + "duplicate": false + }, + { + "id": 25390, + "name": "Swampbark body", + "type": "noted", + "duplicate": true + }, + { + "id": 25391, + "name": "Swampbark body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25392, + "name": "Swampbark gauntlets", + "type": "normal", + "duplicate": false + }, + { + "id": 25393, + "name": "Swampbark gauntlets", + "type": "noted", + "duplicate": true + }, + { + "id": 25394, + "name": "Swampbark gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25395, + "name": "Swampbark boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25396, + "name": "Swampbark boots", + "type": "noted", + "duplicate": true + }, + { + "id": 25397, + "name": "Swampbark boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25398, + "name": "Swampbark helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25399, + "name": "Swampbark helm", + "type": "noted", + "duplicate": true + }, + { + "id": 25400, + "name": "Swampbark helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25401, + "name": "Swampbark legs", + "type": "normal", + "duplicate": false + }, + { + "id": 25402, + "name": "Swampbark legs", + "type": "noted", + "duplicate": true + }, + { + "id": 25403, + "name": "Swampbark legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25404, + "name": "Bloodbark body", + "type": "normal", + "duplicate": false + }, + { + "id": 25405, + "name": "Bloodbark body", + "type": "noted", + "duplicate": true + }, + { + "id": 25406, + "name": "Bloodbark body", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25407, + "name": "Bloodbark gauntlets", + "type": "normal", + "duplicate": false + }, + { + "id": 25408, + "name": "Bloodbark gauntlets", + "type": "noted", + "duplicate": true + }, + { + "id": 25409, + "name": "Bloodbark gauntlets", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25410, + "name": "Bloodbark boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25411, + "name": "Bloodbark boots", + "type": "noted", + "duplicate": true + }, + { + "id": 25412, + "name": "Bloodbark boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25413, + "name": "Bloodbark helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25414, + "name": "Bloodbark helm", + "type": "noted", + "duplicate": true + }, + { + "id": 25415, + "name": "Bloodbark helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25416, + "name": "Bloodbark legs", + "type": "normal", + "duplicate": false + }, + { + "id": 25417, + "name": "Bloodbark legs", + "type": "noted", + "duplicate": true + }, + { + "id": 25418, + "name": "Bloodbark legs", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25419, + "name": "Urium remains", + "type": "normal", + "duplicate": false + }, + { + "id": 25420, + "name": "Urium remains", + "type": "noted", + "duplicate": true + }, + { + "id": 25421, + "name": "Urium remains", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25422, + "name": "Bleached bones", + "type": "normal", + "duplicate": false + }, + { + "id": 25423, + "name": "Bleached bones", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25424, + "name": "Gold key red", + "type": "normal", + "duplicate": false + }, + { + "id": 25425, + "name": "Gold key red", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25426, + "name": "Gold key brown", + "type": "normal", + "duplicate": false + }, + { + "id": 25427, + "name": "Gold key brown", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25428, + "name": "Gold key crimson", + "type": "normal", + "duplicate": false + }, + { + "id": 25429, + "name": "Gold key crimson", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25430, + "name": "Gold key black", + "type": "normal", + "duplicate": false + }, + { + "id": 25431, + "name": "Gold key black", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25432, + "name": "Gold key purple", + "type": "normal", + "duplicate": false + }, + { + "id": 25433, + "name": "Gold key purple", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25434, + "name": "Zealot's robe top", + "type": "normal", + "duplicate": false + }, + { + "id": 25435, + "name": "Zealot's robe top", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25436, + "name": "Zealot's robe bottom", + "type": "normal", + "duplicate": false + }, + { + "id": 25437, + "name": "Zealot's robe bottom", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25438, + "name": "Zealot's helm", + "type": "normal", + "duplicate": false + }, + { + "id": 25439, + "name": "Zealot's helm", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25440, + "name": "Zealot's boots", + "type": "normal", + "duplicate": false + }, + { + "id": 25441, + "name": "Zealot's boots", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25442, + "name": "Bronze locks", + "type": "normal", + "duplicate": false + }, + { + "id": 25443, + "name": "Bronze locks", + "type": "noted", + "duplicate": true + }, + { + "id": 25444, + "name": "Bronze locks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25445, + "name": "Steel locks", + "type": "normal", + "duplicate": false + }, + { + "id": 25446, + "name": "Steel locks", + "type": "noted", + "duplicate": true + }, + { + "id": 25447, + "name": "Steel locks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25448, + "name": "Black locks", + "type": "normal", + "duplicate": false + }, + { + "id": 25449, + "name": "Black locks", + "type": "noted", + "duplicate": true + }, + { + "id": 25450, + "name": "Black locks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25451, + "name": "Silver locks", + "type": "normal", + "duplicate": false + }, + { + "id": 25452, + "name": "Silver locks", + "type": "noted", + "duplicate": true + }, + { + "id": 25453, + "name": "Silver locks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25454, + "name": "Gold locks", + "type": "normal", + "duplicate": false + }, + { + "id": 25455, + "name": "Gold locks", + "type": "noted", + "duplicate": true + }, + { + "id": 25456, + "name": "Gold locks", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25457, + "name": "Broken coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25458, + "name": "Broken coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25459, + "name": "Bronze coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25460, + "name": "Bronze coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25461, + "name": "Steel coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25462, + "name": "Steel coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25463, + "name": "Black coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25464, + "name": "Black coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25465, + "name": "Silver coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25466, + "name": "Silver coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25467, + "name": "Gold coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25468, + "name": "Gold coffin", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25469, + "name": "Open bronze coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25470, + "name": "Open steel coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25471, + "name": "Open black coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25472, + "name": "Open silver coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25473, + "name": "Open gold coffin", + "type": "normal", + "duplicate": false + }, + { + "id": 25474, + "name": "Tree wizards' journal", + "type": "normal", + "duplicate": false + }, + { + "id": 25475, + "name": "Tree wizards' journal", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25476, + "name": "Bloody notes", + "type": "normal", + "duplicate": false + }, + { + "id": 25477, + "name": "Bloody notes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25478, + "name": "Runescroll of swampbark", + "type": "normal", + "duplicate": false + }, + { + "id": 25479, + "name": "Runescroll of swampbark", + "type": "noted", + "duplicate": true + }, + { + "id": 25480, + "name": "Runescroll of swampbark", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25481, + "name": "Runescroll of bloodbark", + "type": "normal", + "duplicate": false + }, + { + "id": 25482, + "name": "Runescroll of bloodbark", + "type": "noted", + "duplicate": true + }, + { + "id": 25483, + "name": "Runescroll of bloodbark", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 25498, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 25499, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 25500, + "name": "Cursed banana", + "type": "normal", + "duplicate": false + }, + { + "id": 25501, + "name": "Cursed banana", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25502, + "name": "Banana cape", + "type": "normal", + "duplicate": false + }, + { + "id": 25503, + "name": "Banana cape", + "type": "placeholder", + "duplicate": true + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "id": 25515, + "name": "Dharok's platebody", + "type": "normal", + "duplicate": false }, { - "id": 7303, - "name": "Clue scroll", - "examine": "A clue!" + "id": 25516, + "name": "Dharok's greataxe", + "type": "normal", + "duplicate": false }, { - "id": 7304, - "name": "Clue scroll", - "examine": "A clue!" + "id": 25517, + "name": "Volatile nightmare staff", + "type": "normal", + "duplicate": false }, { - "id": 7305, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25518, + "name": "Ancestral hat", + "type": "normal", + "duplicate": false }, { - "id": 7306, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25519, + "name": "Jalrek-jad", + "type": "normal", + "duplicate": false }, { - "id": 7307, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25520, + "name": "Jalrek-jad", + "type": "placeholder", + "duplicate": true }, { - "id": 7308, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25521, + "name": "Jar of spirits", + "type": "normal", + "duplicate": false }, { - "id": 7309, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25522, + "name": "Jar of spirits", + "type": "noted", + "duplicate": true }, { - "id": 7310, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25523, + "name": "Jar of spirits", + "type": "placeholder", + "duplicate": true }, { - "id": 7311, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25524, + "name": "Jar of smoke", + "type": "normal", + "duplicate": false }, { - "id": 7312, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25525, + "name": "Jar of smoke", + "type": "noted", + "duplicate": true }, { - "id": 7313, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25526, + "name": "Jar of smoke", + "type": "placeholder", + "duplicate": true }, { - "id": 7314, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25527, + "name": "Stardust", + "type": "normal", + "duplicate": false }, { - "id": 7315, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25528, + "name": "Stardust", + "type": "placeholder", + "duplicate": true }, { - "id": 7316, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25529, + "name": "Stardust", + "type": "normal", + "duplicate": true }, { - "id": 7317, - "name": "Clue scroll", - "examine": "Perhaps someone at the observatory can teach me to navigate?" + "id": 25530, + "name": "Stardust", + "type": "normal", + "duplicate": true }, { - "id": 7318, - "name": "Casket", - "examine": "I hope there's treasure in it." + "id": 25531, + "name": "Stardust", + "type": "normal", + "duplicate": true }, { - "id": 7319, - "name": "Red boater", - "examine": "Stylish!" + "id": 25532, + "name": "Stardust", + "type": "normal", + "duplicate": true }, { - "id": 7320, - "name": "Red boater", - "examine": "Swap this note at any bank for a Red boater." + "id": 25533, + "name": "Soft clay pack", + "type": "normal", + "duplicate": false }, { - "id": 7321, - "name": "Orange boater", - "examine": "Stylish!" + "id": 25534, + "name": "Soft clay pack", + "type": "placeholder", + "duplicate": true }, { - "id": 7322, - "name": "Orange boater", - "examine": "Swap this note at any bank for an Orange boater." + "id": 25535, + "name": "Essence pack", + "type": "normal", + "duplicate": false }, { - "id": 7323, - "name": "Green boater", - "examine": "Stylish!" + "id": 25536, + "name": "Essence pack", + "type": "placeholder", + "duplicate": true }, { - "id": 7324, - "name": "Green boater", - "examine": "Swap this note at any bank for a Green boater." + "id": 25537, + "name": "Bag full of gems", + "type": "normal", + "duplicate": false }, { - "id": 7325, - "name": "Blue boater", - "examine": "Stylish!" + "id": 25538, + "name": "Bag full of gems", + "type": "placeholder", + "duplicate": true }, { - "id": 7326, - "name": "Blue boater", - "examine": "Swap this note at any bank for a Blue boater." + "id": 25539, + "name": "Celestial ring (uncharged)", + "type": "normal", + "duplicate": false }, { - "id": 7327, - "name": "Black boater", - "examine": "Stylish!" + "id": 25540, + "name": "Celestial ring (uncharged)", + "type": "placeholder", + "duplicate": true }, { - "id": 7328, - "name": "Black boater", - "examine": "Swap this note at any bank for a Black boater." + "id": 25541, + "name": "Celestial ring", + "type": "normal", + "duplicate": false }, { - "id": 7329, - "name": "Red firelighter", - "examine": "Makes firelighting lots easier" + "id": 25542, + "name": "Celestial ring", + "type": "placeholder", + "duplicate": true }, { - "id": 7330, - "name": "Green firelighter", - "examine": "Makes firelighting lots easier" + "id": 25543, + "name": "Celestial signet (uncharged)", + "type": "normal", + "duplicate": false }, { - "id": 7331, - "name": "Blue firelighter", - "examine": "Makes firelighting lots easier" + "id": 25544, + "name": "Celestial signet (uncharged)", + "type": "placeholder", + "duplicate": true }, { - "id": 7332, - "name": "Black kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25545, + "name": "Celestial signet", + "type": "normal", + "duplicate": false }, { - "id": 7333, - "name": "Black kiteshield(h)", - "examine": "Swap this note at any bank for a Black kiteshield(h)." + "id": 25546, + "name": "Celestial signet", + "type": "placeholder", + "duplicate": true }, { - "id": 7334, - "name": "Adam kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25547, + "name": "Star fragment", + "type": "normal", + "duplicate": false }, { - "id": 7335, - "name": "Adam kiteshield(h)", - "examine": "Swap this note at any bank for an Adam kiteshield(h)." + "id": 25548, + "name": "Star fragment", + "type": "placeholder", + "duplicate": true }, { - "id": 7336, - "name": "Rune kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25549, + "name": "Golden prospector helmet", + "type": "normal", + "duplicate": false }, { - "id": 7337, - "name": "Rune kiteshield(h)", - "examine": "Swap this note at any bank for a Rune kiteshield(h)." + "id": 25550, + "name": "Golden prospector helmet", + "type": "placeholder", + "duplicate": true }, { - "id": 7338, - "name": "Black kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25551, + "name": "Golden prospector jacket", + "type": "normal", + "duplicate": false }, { - "id": 7339, - "name": "Black kiteshield(h)", - "examine": "Swap this note at any bank for a Black kiteshield(h)." + "id": 25552, + "name": "Golden prospector jacket", + "type": "placeholder", + "duplicate": true }, { - "id": 7340, - "name": "Adam kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25553, + "name": "Golden prospector legs", + "type": "normal", + "duplicate": false }, { - "id": 7341, - "name": "Adam kiteshield(h)", - "examine": "Swap this note at any bank for an Adam kiteshield(h)." + "id": 25554, + "name": "Golden prospector legs", + "type": "placeholder", + "duplicate": true }, { - "id": 7342, - "name": "Rune kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25555, + "name": "Golden prospector boots", + "type": "normal", + "duplicate": false }, { - "id": 7343, - "name": "Rune kiteshield(h)", - "examine": "Swap this note at any bank for a Rune kiteshield(h)." + "id": 25556, + "name": "Golden prospector boots", + "type": "placeholder", + "duplicate": true }, { - "id": 7344, - "name": "Black kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25557, + "name": "Dark flippers", + "type": "normal", + "duplicate": false }, { - "id": 7345, - "name": "Black kiteshield(h)", - "examine": "Swap this note at any bank for a Black kiteshield(h)." + "id": 25558, + "name": "Dark flippers", + "type": "placeholder", + "duplicate": true }, { - "id": 7346, - "name": "Adam kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25559, + "name": "Big harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7347, - "name": "Adam kiteshield(h)", - "examine": "Swap this note at any bank for an Adam kiteshield(h)." + "id": 25560, + "name": "Big harpoonfish", + "type": "placeholder", + "duplicate": true }, { - "id": 7348, - "name": "Rune kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25561, + "name": "Stuffed big harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7349, - "name": "Rune kiteshield(h)", - "examine": "Swap this note at any bank for a Rune kiteshield(h)." + "id": 25562, + "name": "Stuffed big harpoonfish", + "type": "placeholder", + "duplicate": true }, { - "id": 7350, - "name": "Black kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25563, + "name": "Mounted harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7351, - "name": "Black kiteshield(h)", - "examine": "Swap this note at any bank for a Black kiteshield(h)." + "id": 25564, + "name": "Raw harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7352, - "name": "Adam kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25565, + "name": "Harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7353, - "name": "Adam kiteshield(h)", - "examine": "Swap this note at any bank for an Adam kiteshield(h)." + "id": 25566, + "name": "Crystallised harpoonfish", + "type": "normal", + "duplicate": false }, { - "id": 7354, - "name": "Rune kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25567, + "name": "The desert trout - ship's log", + "type": "normal", + "duplicate": false }, { - "id": 7355, - "name": "Rune kiteshield(h)", - "examine": "Swap this note at any bank for a Rune kiteshield(h)." + "id": 25568, + "name": "The desert trout - ship's log", + "type": "placeholder", + "duplicate": true }, { - "id": 7356, - "name": "Black kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25569, + "name": "Spirit anglers research notes", + "type": "normal", + "duplicate": false }, { - "id": 7357, - "name": "Black kiteshield(h)", - "examine": "Swap this note at any bank for a Black kiteshield(h)." + "id": 25570, + "name": "Spirit anglers research notes", + "type": "placeholder", + "duplicate": true }, { - "id": 7358, - "name": "Adam kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25571, + "name": "Damp egg", + "type": "normal", + "duplicate": false }, { - "id": 7359, - "name": "Adam kiteshield(h)", - "examine": "Swap this note at any bank for an Adam kiteshield(h)." + "id": 25572, + "name": "Damp egg", + "type": "noted", + "duplicate": true }, { - "id": 7360, - "name": "Rune kiteshield(h)", - "examine": "A shield with a heraldic design" + "id": 25573, + "name": "Damp egg", + "type": "placeholder", + "duplicate": true }, { - "id": 7361, - "name": "Rune kiteshield(h)", - "examine": "Swap this note at any bank for a Rune kiteshield(h)." + "id": 25574, + "name": "Tome of water", + "type": "normal", + "duplicate": false }, { - "id": 7362, - "name": "Studded body (g)", - "examine": "Those studs should provide a bit more protection, nice trim too!" + "id": 25575, + "name": "Tome of water", + "type": "placeholder", + "duplicate": true }, { - "id": 7363, - "name": "Studded body (g)", - "examine": "Swap this note at any bank for a Studded body (g)." + "id": 25576, + "name": "Tome of water (empty)", + "type": "normal", + "duplicate": false }, { - "id": 7364, - "name": "Studded body (t)", - "examine": "Those studs should provide a bit more protection, nice trim too!" + "id": 25577, + "name": "Tome of water (empty)", + "type": "noted", + "duplicate": true }, { - "id": 7365, - "name": "Studded body (t)", - "examine": "Swap this note at any bank for a Studded body (t)." + "id": 25578, + "name": "Soaked page", + "type": "normal", + "duplicate": false }, { - "id": 7366, - "name": "Studded chaps (g)", - "examine": "Those studs should provide a bit more protection. Nice trim too!" + "id": 25579, + "name": "Soaked page", + "type": "placeholder", + "duplicate": true }, { - "id": 7367, - "name": "Studded chaps (g)", - "examine": "Swap this note at any bank for a Studded chaps (g)." + "id": 25580, + "name": "Tackle box", + "type": "normal", + "duplicate": false }, { - "id": 7368, - "name": "Studded chaps (t)", - "examine": "Those studs should provide a bit more protection. Nice trim too!" + "id": 25581, + "name": "Tackle box", + "type": "placeholder", + "duplicate": true }, { - "id": 7369, - "name": "Studded chaps (t)", - "examine": "Swap this note at any bank for a Studded chaps (t)." + "id": 25582, + "name": "Fish barrel", + "type": "normal", + "duplicate": false }, { - "id": 7370, - "name": "D-hide body(g)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25583, + "name": "Fish barrel", + "type": "placeholder", + "duplicate": true }, { - "id": 7371, - "name": "D-hide body(g)", - "examine": "Swap this note at any bank for a D-hide body(g)." + "id": 25584, + "name": "Open fish barrel", + "type": "normal", + "duplicate": false }, { - "id": 7372, - "name": "D-hide body (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25585, + "name": "Fish sack barrel", + "type": "normal", + "duplicate": false }, { - "id": 7373, - "name": "D-hide body (t)", - "examine": "Swap this note at any bank for a D-hide body (t)." + "id": 25586, + "name": "Fish sack barrel", + "type": "placeholder", + "duplicate": true }, { - "id": 7374, - "name": "D-hide body (g)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25587, + "name": "Open fish sack barrel", + "type": "normal", + "duplicate": false }, { - "id": 7375, - "name": "D-hide body (g)", - "examine": "Swap this note at any bank for a D-hide body (g)." + "id": 25588, + "name": "Spirit flakes", + "type": "normal", + "duplicate": false }, { - "id": 7376, - "name": "D-hide body (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25589, + "name": "Spirit flakes", + "type": "placeholder", + "duplicate": true }, { - "id": 7377, - "name": "D-hide body (t)", - "examine": "Swap this note at any bank for a D-hide body (t)." + "id": 25590, + "name": "Casket", + "type": "normal", + "duplicate": false }, { - "id": 7378, - "name": "D-hide chaps (g)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25591, + "name": "Casket", + "type": "placeholder", + "duplicate": true }, { - "id": 7379, - "name": "D-hide chaps (g)", - "examine": "Swap this note at any bank for a D-hide chaps (g)." + "id": 25592, + "name": "Spirit angler headband", + "type": "normal", + "duplicate": false }, { - "id": 7380, - "name": "D-hide chaps (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25593, + "name": "Spirit angler headband", + "type": "placeholder", + "duplicate": true }, { - "id": 7381, - "name": "D-hide chaps (t)", - "examine": "Swap this note at any bank for a D-hide chaps (t)." + "id": 25594, + "name": "Spirit angler top", + "type": "normal", + "duplicate": false }, { - "id": 7382, - "name": "D-hide chaps (g)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25595, + "name": "Spirit angler top", + "type": "placeholder", + "duplicate": true }, { - "id": 7383, - "name": "D-hide chaps (g)", - "examine": "Swap this note at any bank for a D-hide chaps (g)." + "id": 25596, + "name": "Spirit angler waders", + "type": "normal", + "duplicate": false }, { - "id": 7384, - "name": "D-hide chaps (t)", - "examine": "Made from 100% real dragonhide. With colourful trim!" + "id": 25597, + "name": "Spirit angler waders", + "type": "placeholder", + "duplicate": true }, { - "id": 7385, - "name": "D-hide chaps (t)", - "examine": "Swap this note at any bank for a D-hide chaps (t)." + "id": 25598, + "name": "Spirit angler boots", + "type": "normal", + "duplicate": false }, { - "id": 7386, - "name": "Blue skirt (g)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!" + "id": 25599, + "name": "Spirit angler boots", + "type": "placeholder", + "duplicate": true }, { - "id": 7387, - "name": "Blue skirt (g)", - "examine": "Swap this note at any bank for a Blue skirt (g)." + "id": 25600, + "name": "Great blue heron", + "type": "normal", + "duplicate": false }, { - "id": 7388, - "name": "Blue skirt (t)", - "examine": "Leg covering favoured by women and wizards. With a colourful trim!" + "id": 25601, + "name": "Great blue heron", + "type": "placeholder", + "duplicate": true }, { - "id": 7389, - "name": "Blue skirt (t)", - "examine": "Swap this note at any bank for a Blue skirt (t)." + "id": 25602, + "name": "Tiny tempor", + "type": "normal", + "duplicate": false }, { - "id": 7390, - "name": "Wizard robe (g)", - "examine": "I can do magic better in this." + "id": 25603, + "name": "Tiny tempor", + "type": "placeholder", + "duplicate": true }, { - "id": 7391, - "name": "Wizard robe (g)", - "examine": "Swap this note at any bank for a Wizard robe (g)." + "id": 25604, + "name": "Gregg's eastdoor", + "type": "normal", + "duplicate": false }, { - "id": 7392, - "name": "Wizard robe (t)", - "examine": "I can do magic better in this." + "id": 25605, + "name": "Gregg's eastdoor", + "type": "placeholder", + "duplicate": true }, { - "id": 7393, - "name": "Wizard robe (t)", - "examine": "Swap this note at any bank for a Wizard robe (t)." + "id": 25606, + "name": "Propeller hat", + "type": "normal", + "duplicate": false }, { - "id": 7394, - "name": "Wizard hat (g)", - "examine": "A silly pointed hat, with colourful trim." + "id": 25607, + "name": "Propeller hat", + "type": "placeholder", + "duplicate": true }, { - "id": 7395, - "name": "Wizard hat (g)", - "examine": "Swap this note at any bank for a Wizard hat (g)." + "id": 25608, + "name": "Gregg's iou", + "type": "normal", + "duplicate": false }, { - "id": 7396, - "name": "Wizard hat (t)", - "examine": "A silly pointed hat, with colourful trim." + "id": 25609, + "name": "Pastel flowers", + "type": "normal", + "duplicate": false }, { - "id": 7397, - "name": "Wizard hat (t)", - "examine": "Swap this note at any bank for a Wizard hat (t)." + "id": 25610, + "name": "Thick dye", + "type": "normal", + "duplicate": false }, { - "id": 7398, - "name": "Enchanted robe", - "examine": "Enchanted Wizards robes." + "id": 25611, + "name": "S.t.a.s.h chart", + "type": "normal", + "duplicate": false }, { - "id": 7399, - "name": "Enchanted top", - "examine": "Enchanted Wizards robes." + "id": 25612, + "name": "S.t.a.s.h blueprint", + "type": "normal", + "duplicate": false }, { - "id": 7400, - "name": "Enchanted hat", - "examine": "A three pointed hat of magic." + "id": 25613, + "name": "Baby mole-rat", + "type": "normal", + "duplicate": false }, { - "id": 7401, - "name": "Enchanted robe", - "examine": "Swap this note at any bank for an Enchanted robe." + "id": 25614, + "name": "Baby mole-rat", + "type": "placeholder", + "duplicate": true }, { - "id": 7402, - "name": "Enchanted top", - "examine": "Swap this note at any bank for an Enchanted top." + "id": 25615, + "name": "Large water container", + "type": "normal", + "duplicate": false }, { - "id": 7403, - "name": "Enchanted hat", - "examine": "Swap this note at any bank for an Enchanted hat." + "id": 25616, + "name": "Large water container", + "type": "placeholder", + "duplicate": true }, { - "id": 7404, - "name": "Red logs", - "examine": "A number of chemical covered wooden logs." + "id": 25617, + "name": "Tea flask", + "type": "normal", + "duplicate": true }, { - "id": 7405, - "name": "Green logs", - "examine": "A number of chemical covered wooden logs." + "id": 25618, + "name": "Plain satchel", + "type": "normal", + "duplicate": true }, { - "id": 7406, - "name": "Blue logs", - "examine": "A number of chemical covered wooden logs." + "id": 25619, + "name": "Green satchel", + "type": "normal", + "duplicate": true }, { - "id": 7407, - "name": "Dragon 2h sword", - "examine": "Swap this note at any bank for a Dragon 2h sword." + "id": 25620, + "name": "Red satchel", + "type": "normal", + "duplicate": true }, { - "id": 7408, - "name": "Draynor skull", - "examine": "I shouldn't joke, this is a grave matter." + "id": 25621, + "name": "Black satchel", + "type": "normal", + "duplicate": true }, { - "id": 7409, - "name": "Magic secateurs", - "examine": "The only way to kill a Tanglefoot." + "id": 25622, + "name": "Gold satchel", + "type": "normal", + "duplicate": true }, { - "id": 7410, - "name": "Queen's secateurs", - "examine": "Contains the Fairy Queen's magic essence." + "id": 25623, + "name": "Rune satchel", + "type": "normal", + "duplicate": true }, { - "id": 7411, - "name": "Symptoms list", - "examine": "A list of the Fairy Queen's symptoms." + "id": 25624, + "name": "Unsired", + "type": "normal", + "duplicate": true }, { - "id": 7412, - "name": "null", - "examine": "It's a null." + "id": 25625, + "name": "Barronite mace (broken)", + "type": "normal", + "duplicate": false }, { - "id": 7413, - "name": "Bird nest", - "examine": "It's a bird's nest with some seeds in it." + "id": 25626, + "name": "Barronite mace (broken)", + "type": "placeholder", + "duplicate": true }, { - "id": 7414, - "name": "Paddle", - "examine": "With it, you row." + "id": 25627, + "name": "Coal bag", + "type": "normal", + "duplicate": true }, { - "id": 7415, - "name": "Paddle", - "examine": "Swap this note at any bank for a Paddle." + "id": 25628, + "name": "Gem bag", + "type": "normal", + "duplicate": true }, { - "id": 7416, - "name": "Mole claw", - "examine": "A mole claw." + "id": 25629, + "name": "Plank sack", + "type": "normal", + "duplicate": true }, { - "id": 7417, - "name": "Mole claw", - "examine": "Swap this note at any bank for a Mole claw." + "id": 25630, + "name": "Flamtaer bag", + "type": "normal", + "duplicate": true }, { - "id": 7418, - "name": "Mole skin", - "examine": "The skin of a large mole." + "id": 25631, + "name": "Steak sandwich", + "type": "normal", + "duplicate": false }, { - "id": 7419, - "name": "Mole skin", - "examine": "Swap this note at any bank for a Mole skin." + "id": 25632, + "name": "Steak sandwich", + "type": "placeholder", + "duplicate": true }, { - "id": 7420, - "name": "Mutated zygomite", - "examine": "A slayer monster." + "id": 25633, + "name": "Imcando hammer (broken)", + "type": "normal", + "duplicate": false }, { - "id": 7421, - "name": "Fungicide spray 10", - "examine": "Pumps fungicide." + "id": 25634, + "name": "Imcando hammer (broken)", + "type": "placeholder", + "duplicate": true }, { - "id": 7422, - "name": "Fungicide spray 9", - "examine": "Pumps fungicide." + "id": 25635, + "name": "Barronite head", + "type": "normal", + "duplicate": false }, { - "id": 7423, - "name": "Fungicide spray 8", - "examine": "Pumps fungicide." + "id": 25636, + "name": "Barronite head", + "type": "placeholder", + "duplicate": true }, { - "id": 7424, - "name": "Fungicide spray 7", - "examine": "Pumps fungicide." + "id": 25637, + "name": "Barronite handle", + "type": "normal", + "duplicate": false }, { - "id": 7425, - "name": "Fungicide spray 6", - "examine": "Pumps fungicide." + "id": 25638, + "name": "Barronite handle", + "type": "placeholder", + "duplicate": true }, { - "id": 7426, - "name": "Fungicide spray 5", - "examine": "Pumps fungicide." + "id": 25639, + "name": "Barronite guard", + "type": "normal", + "duplicate": false }, { - "id": 7427, - "name": "Fungicide spray 4", - "examine": "Pumps fungicide." + "id": 25640, + "name": "Barronite guard", + "type": "placeholder", + "duplicate": true }, { - "id": 7428, - "name": "Fungicide spray 3", - "examine": "Pumps fungicide." + "id": 25641, + "name": "Barronite mace", + "type": "normal", + "duplicate": false }, { - "id": 7429, - "name": "Fungicide spray 2", - "examine": "Pumps fungicide." + "id": 25642, + "name": "Barronite mace", + "type": "placeholder", + "duplicate": true }, { - "id": 7430, - "name": "Fungicide spray 1", - "examine": "Pumps fungicide." + "id": 25643, + "name": "Barronite mace (l)", + "type": "normal", + "duplicate": false }, { - "id": 7431, - "name": "Fungicide spray 0", - "examine": "Pumps fungicide." + "id": 25644, + "name": "Imcando hammer", + "type": "normal", + "duplicate": false }, { - "id": 7432, - "name": "Fungicide", - "examine": "Does exactly what it says on the tin. (Kills Fungi.)" + "id": 25645, + "name": "Imcando hammer", + "type": "placeholder", + "duplicate": true }, { - "id": 7433, - "name": "Wooden spoon", - "examine": "Spoooooon!" + "id": 25646, + "name": "Simple lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7434, - "name": "Wooden spoon", - "examine": "Swap this note at any bank for a Wooden spoon." + "id": 25647, + "name": "Simple lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7435, - "name": "Egg whisk", - "examine": "A large whisk of death." + "id": 25648, + "name": "Elaborate lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7436, - "name": "Egg whisk", - "examine": "Swap this note at any bank for an Egg whisk." + "id": 25649, + "name": "Elaborate lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7437, - "name": "Spork", - "examine": "Use the spork." + "id": 25650, + "name": "Ornate lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7438, - "name": "Spork", - "examine": "Swap this note at any bank for a Spork." + "id": 25651, + "name": "Ornate lockbox", + "type": "normal", + "duplicate": false }, { - "id": 7439, - "name": "Spatula", - "examine": "A large spatula... of doom!" + "id": 25652, + "name": "Raw guppy", + "type": "normal", + "duplicate": false }, { - "id": 7440, - "name": "Spatula", - "examine": "Swap this note at any bank for a Spatula." + "id": 25653, + "name": "Raw guppy", + "type": "placeholder", + "duplicate": true }, { - "id": 7441, - "name": "Frying pan", - "examine": "Looks like it's non-stick too!" + "id": 25654, + "name": "Guppy", + "type": "normal", + "duplicate": false }, { - "id": 7442, - "name": "Frying pan", - "examine": "Swap this note at any bank for a Frying pan." + "id": 25655, + "name": "Guppy", + "type": "placeholder", + "duplicate": true }, { - "id": 7443, - "name": "Skewer", - "examine": "Generally used for impaling fresh meat." + "id": 25656, + "name": "Ruined guppy", + "type": "normal", + "duplicate": false }, { - "id": 7444, - "name": "Skewer", - "examine": "Swap this note at any bank for a Skewer." + "id": 25657, + "name": "Ruined guppy", + "type": "placeholder", + "duplicate": true }, { - "id": 7445, - "name": "Rolling pin", - "examine": "That's how I roll!" + "id": 25658, + "name": "Raw cavefish", + "type": "normal", + "duplicate": false }, { - "id": 7446, - "name": "Rolling pin", - "examine": "Swap this note at any bank for a Rolling pin." + "id": 25659, + "name": "Raw cavefish", + "type": "placeholder", + "duplicate": true }, { - "id": 7447, - "name": "Kitchen knife", - "examine": "A sharp, dependable knife, for filleting meat." + "id": 25660, + "name": "Cavefish", + "type": "normal", + "duplicate": false }, { - "id": 7448, - "name": "Kitchen knife", - "examine": "Swap this note at any bank for a Kitchen knife." + "id": 25661, + "name": "Cavefish", + "type": "placeholder", + "duplicate": true }, { - "id": 7449, - "name": "Meat tenderiser", - "examine": "Often used to soften tough meat up." + "id": 25662, + "name": "Ruined cavefish", + "type": "normal", + "duplicate": false }, { - "id": 7450, - "name": "Meat tenderiser", - "examine": "Swap this note at any bank for a Meat tenderiser." + "id": 25663, + "name": "Ruined cavefish", + "type": "placeholder", + "duplicate": true }, { - "id": 7451, - "name": "Cleaver", - "examine": "An effective tool for chopping tough meat." + "id": 25664, + "name": "Raw tetra", + "type": "normal", + "duplicate": false }, { - "id": 7452, - "name": "Cleaver", - "examine": "Swap this note at any bank for a Cleaver." + "id": 25665, + "name": "Raw tetra", + "type": "placeholder", + "duplicate": true }, { - "id": 7453, - "name": "Gloves", - "examine": "A pair of gloves." + "id": 25666, + "name": "Tetra", + "type": "normal", + "duplicate": false }, { - "id": 7454, - "name": "Gloves", - "examine": "A pair of gloves." + "id": 25667, + "name": "Tetra", + "type": "placeholder", + "duplicate": true }, { - "id": 7455, - "name": "Gloves", - "examine": "A pair of gloves." + "id": 25668, + "name": "Ruined tetra", + "type": "normal", + "duplicate": false }, { - "id": 7456, - "name": "Gloves", - "examine": "A pair of gloves." + "id": 25669, + "name": "Ruined tetra", + "type": "placeholder", + "duplicate": true }, { - "id": 7457, - "name": "Gloves", - "examine": "A pair of nice gloves." + "id": 25670, + "name": "Raw catfish", + "type": "normal", + "duplicate": false }, { - "id": 7458, - "name": "Gloves", - "examine": "A pair of nice gloves." + "id": 25671, + "name": "Raw catfish", + "type": "placeholder", + "duplicate": true }, { - "id": 7459, - "name": "Gloves", - "examine": "A pair of nice gloves." + "id": 25672, + "name": "Catfish", + "type": "normal", + "duplicate": false }, { - "id": 7460, - "name": "Gloves", - "examine": "A pair of very nice gloves." + "id": 25673, + "name": "Catfish", + "type": "placeholder", + "duplicate": true }, { - "id": 7461, - "name": "Gloves", - "examine": "A pair of very nice gloves." + "id": 25674, + "name": "Ruined catfish", + "type": "normal", + "duplicate": false }, { - "id": 7462, - "name": "Gloves", - "examine": "A pair of very nice gloves." + "id": 25675, + "name": "Ruined catfish", + "type": "placeholder", + "duplicate": true }, { - "id": 7463, - "name": "Cornflour", - "examine": "A little heap of cornflour." + "id": 25676, + "name": "Barronite shards", + "type": "normal", + "duplicate": false }, { - "id": 7464, - "name": "Book on chickens", - "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village." + "id": 25677, + "name": "Barronite shards", + "type": "placeholder", + "duplicate": true }, { - "id": 7465, - "name": "Vanilla pod", - "examine": "Surprise, it looks like a vanilla pod." + "id": 25678, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7466, - "name": "Cornflour", - "examine": "It's cornflour." + "id": 25679, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7467, - "name": "Cornflour", - "examine": "Swap this note at any bank for a Cornflour." + "id": 25680, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7468, - "name": "Pot of cornflour", - "examine": "It's cornflour in a pot." + "id": 25681, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7469, - "name": "Pot of cornflour", - "examine": "Swap this note at any bank for a Pot of cornflour." + "id": 25682, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7470, - "name": "Cornflour mixture", - "examine": "A mixture of milk, cream and cornflour." + "id": 25683, + "name": "Barronite shards", + "type": "normal", + "duplicate": true }, { - "id": 7471, - "name": "Milky mixture", - "examine": "It's a bucket of milk and cream." + "id": 25684, + "name": "Barronite deposit", + "type": "normal", + "duplicate": false }, { - "id": 7472, - "name": "Cinnamon", - "examine": "Some cinnamon sticks." + "id": 25685, + "name": "Barronite deposit", + "type": "placeholder", + "duplicate": true }, { - "id": 7473, - "name": "Brulee", - "examine": "It's just missing a sprinkling of cinnamon." + "id": 25686, + "name": "Ancient globe", + "type": "normal", + "duplicate": false }, { - "id": 7474, - "name": "Brulee", - "examine": "A pot of brulee mixture" + "id": 25687, + "name": "Ancient globe", + "type": "placeholder", + "duplicate": true }, { - "id": 7475, - "name": "Brulee", - "examine": "Perfect, it just needs flambeing." + "id": 25688, + "name": "Ancient ledger", + "type": "normal", + "duplicate": false }, { - "id": 7476, - "name": "Brulee supreme", - "examine": "A pot of brulee supreme." + "id": 25689, + "name": "Ancient ledger", + "type": "placeholder", + "duplicate": true }, { - "id": 7477, - "name": "Evil chicken's egg", - "examine": "What came first, the chicken or..." + "id": 25690, + "name": "Ancient astroscope", + "type": "normal", + "duplicate": false }, { - "id": 7478, - "name": "Dragon token", - "examine": "It's got a dragon on it." + "id": 25691, + "name": "Ancient astroscope", + "type": "placeholder", + "duplicate": true }, { - "id": 7479, - "name": "Spicy stew", - "examine": "It's a meat and potato stew with fancy seasoning." + "id": 25692, + "name": "Ancient treatise", + "type": "normal", + "duplicate": false }, { - "id": 7480, - "name": "Red spice (4)", - "examine": "Allows for equal distribution of spice." + "id": 25693, + "name": "Ancient treatise", + "type": "placeholder", + "duplicate": true }, { - "id": 7481, - "name": "Red spice (3)", - "examine": "Allows for equal distribution of spice." + "id": 25694, + "name": "Ancient carcanet", + "type": "normal", + "duplicate": false }, { - "id": 7482, - "name": "Red spice (2)", - "examine": "Allows for equal distribution of spice." + "id": 25695, + "name": "Ancient carcanet", + "type": "placeholder", + "duplicate": true }, { - "id": 7483, - "name": "Red spice (1)", - "examine": "Allows for equal distribution of spice." + "id": 25696, + "name": "Mind core", + "type": "normal", + "duplicate": false }, { - "id": 7484, - "name": "Orange spice (4)", - "examine": "Allows for equal distribution of spice." + "id": 25697, + "name": "Mind core", + "type": "placeholder", + "duplicate": true }, { - "id": 7485, - "name": "Orange spice (3)", - "examine": "Allows for equal distribution of spice." + "id": 25698, + "name": "Body core", + "type": "normal", + "duplicate": false }, { - "id": 7486, - "name": "Orange spice (2)", - "examine": "Allows for equal distribution of spice." + "id": 25699, + "name": "Body core", + "type": "placeholder", + "duplicate": true }, { - "id": 7487, - "name": "Orange spice (1)", - "examine": "Allows for equal distribution of spice." + "id": 25700, + "name": "Chaos core", + "type": "normal", + "duplicate": false }, { - "id": 7488, - "name": "Brown spice (4)", - "examine": "Allows for equal distribution of spice." + "id": 25701, + "name": "Chaos core", + "type": "placeholder", + "duplicate": true }, { - "id": 7489, - "name": "Brown spice (3)", - "examine": "Allows for equal distribution of spice." + "id": 25702, + "name": "Ungael lab notes", + "type": "normal", + "duplicate": false }, { - "id": 7490, - "name": "Brown spice (2)", - "examine": "Allows for equal distribution of spice." + "id": 25703, + "name": "Ungael lab notes", + "type": "placeholder", + "duplicate": true }, { - "id": 7491, - "name": "Brown spice (1)", - "examine": "Allows for equal distribution of spice." + "id": 25704, + "name": "Lithkren vault notes", + "type": "normal", + "duplicate": false }, { - "id": 7492, - "name": "Yellow spice (4)", - "examine": "Allows for equal distribution of spice." + "id": 25705, + "name": "Lithkren vault notes", + "type": "placeholder", + "duplicate": true }, { - "id": 7493, - "name": "Yellow spice (3)", - "examine": "Allows for equal distribution of spice." + "id": 25706, + "name": "Dusty note", + "type": "normal", + "duplicate": false }, { - "id": 7494, - "name": "Yellow spice (2)", - "examine": "Allows for equal distribution of spice." + "id": 25707, + "name": "Dusty note", + "type": "placeholder", + "duplicate": true }, { - "id": 7495, - "name": "Yellow spice (1)", - "examine": "Allows for equal distribution of spice." + "id": 25708, + "name": "Board game piece", + "type": "normal", + "duplicate": true }, + null, + { + "id": 25710, + "name": "Stool", + "type": "normal", + "duplicate": false + }, + { + "id": 25711, + "name": "Stool", + "type": "normal", + "duplicate": false + }, + { + "id": 25712, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25713, + "name": "Clan cloak", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25714, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25715, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25716, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25717, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25718, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25719, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25720, + "name": "Clan cloak", + "type": "normal", + "duplicate": false + }, + { + "id": 25721, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25722, + "name": "Clan vexillum", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25723, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25724, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25725, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25726, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25727, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25728, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25729, + "name": "Clan vexillum", + "type": "normal", + "duplicate": false + }, + { + "id": 25730, + "name": "Bandages", + "type": "normal", + "duplicate": false + }, + { + "id": 25731, + "name": "Holy sanguinesti staff", + "type": "normal", + "duplicate": false + }, + { + "id": 25732, + "name": "Holy sanguinesti staff", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25733, + "name": "Holy sanguinesti staff (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25734, + "name": "Holy ghrazi rapier", + "type": "normal", + "duplicate": false + }, + { + "id": 25735, + "name": "Holy ghrazi rapier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25736, + "name": "Holy scythe of vitur", + "type": "normal", + "duplicate": false + }, + { + "id": 25737, + "name": "Holy scythe of vitur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25738, + "name": "Holy scythe of vitur (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25739, + "name": "Sanguine scythe of vitur", + "type": "normal", + "duplicate": false + }, + { + "id": 25740, + "name": "Sanguine scythe of vitur", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25741, + "name": "Sanguine scythe of vitur (uncharged)", + "type": "normal", + "duplicate": false + }, + { + "id": 25742, + "name": "Holy ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 25743, + "name": "Holy ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25744, + "name": "Sanguine ornament kit", + "type": "normal", + "duplicate": false + }, + { + "id": 25745, + "name": "Sanguine ornament kit", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25746, + "name": "Sanguine dust", + "type": "normal", + "duplicate": false + }, + { + "id": 25747, + "name": "Sanguine dust", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25748, + "name": "Lil' maiden", + "type": "normal", + "duplicate": false + }, + { + "id": 25749, + "name": "Lil' bloat", + "type": "normal", + "duplicate": false + }, + { + "id": 25750, + "name": "Lil' nylo", + "type": "normal", + "duplicate": false + }, + { + "id": 25751, + "name": "Lil' sot", + "type": "normal", + "duplicate": false + }, + { + "id": 25752, + "name": "Lil' xarp", + "type": "normal", + "duplicate": false + }, + { + "id": 25753, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + { + "id": 25754, + "name": "Antipoison (-)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25755, + "name": "Antipoison (-)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25756, + "name": "Antipoison (-)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25757, + "name": "Antipoison (-)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 25758, + "name": "Antipoison potion (1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25759, + "name": "Antipoison potion (2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25760, + "name": "Antipoison potion (3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25761, + "name": "Antipoison potion (4)", + "type": "normal", + "duplicate": false + }, + { + "id": 25762, + "name": "Antipoison (+)(1)", + "type": "normal", + "duplicate": false + }, + { + "id": 25763, + "name": "Antipoison (+)(2)", + "type": "normal", + "duplicate": false + }, + { + "id": 25764, + "name": "Antipoison (+)(3)", + "type": "normal", + "duplicate": false + }, + { + "id": 25765, + "name": "Antipoison (+)(4)", + "type": "normal", + "duplicate": false + }, + { + "id": 25766, + "name": "Fiendish ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 25767, + "name": "Fiendish ashes", + "type": "noted", + "duplicate": true + }, + { + "id": 25768, + "name": "Fiendish ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25769, + "name": "Vile ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 25770, + "name": "Vile ashes", + "type": "noted", + "duplicate": true + }, + { + "id": 25771, + "name": "Vile ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25772, + "name": "Malicious ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 25773, + "name": "Malicious ashes", + "type": "noted", + "duplicate": true + }, + { + "id": 25774, + "name": "Malicious ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25775, + "name": "Abyssal ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 25776, + "name": "Abyssal ashes", + "type": "noted", + "duplicate": true + }, + { + "id": 25777, + "name": "Abyssal ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25778, + "name": "Infernal ashes", + "type": "normal", + "duplicate": false + }, + { + "id": 25779, + "name": "Infernal ashes", + "type": "noted", + "duplicate": true + }, + { + "id": 25780, + "name": "Infernal ashes", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25781, + "name": "Ash sanctifier", + "type": "normal", + "duplicate": false + }, + { + "id": 25782, + "name": "Ash sanctifier", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25783, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 25784, + "name": "Clue scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 25785, + "name": "Challenge scroll (medium)", + "type": "normal", + "duplicate": true + }, + { + "id": 25786, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 25787, + "name": "Clue scroll (elite)", + "type": "normal", + "duplicate": true + }, + { + "id": 25788, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 25789, + "name": "Clue scroll (easy)", + "type": "normal", + "duplicate": true + }, + { + "id": 25790, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 25791, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 25792, + "name": "Clue scroll (hard)", + "type": "normal", + "duplicate": true + }, + { + "id": 25793, + "name": "Receipt", + "type": "normal", + "duplicate": false + }, + { + "id": 25794, + "name": "Bone", + "type": "normal", + "duplicate": false + }, + { + "id": 25795, + "name": "Rose", + "type": "normal", + "duplicate": false + }, + { + "id": 25796, + "name": "Delivery confirmation", + "type": "normal", + "duplicate": false + }, + { + "id": 25797, + "name": "Order form", + "type": "normal", + "duplicate": false + }, + { + "id": 25798, + "name": "Demonic incantations", + "type": "normal", + "duplicate": false + }, + { + "id": 25799, + "name": "Bloody knife", + "type": "normal", + "duplicate": false + }, + { + "id": 25800, + "name": "Cultist robe", + "type": "normal", + "duplicate": false + }, + { + "id": 25801, + "name": "Kourend map", + "type": "normal", + "duplicate": false + }, + { + "id": 25802, + "name": "Rose's diary", + "type": "normal", + "duplicate": false + }, + { + "id": 25803, + "name": "Bluish key", + "type": "normal", + "duplicate": false + }, + { + "id": 25804, + "name": "Cold key", + "type": "normal", + "duplicate": false + }, + { + "id": 25805, + "name": "Rose's note", + "type": "normal", + "duplicate": false + }, + { + "id": 25806, + "name": "Rose's note", + "type": "normal", + "duplicate": false + }, + { + "id": 25807, + "name": "Rose's note", + "type": "normal", + "duplicate": false + }, + { + "id": 25808, + "name": "Rose's note", + "type": "normal", + "duplicate": false + }, + { + "id": 25809, + "name": "Lizardman egg", + "type": "normal", + "duplicate": false + }, + { + "id": 25810, + "name": "Damp key", + "type": "normal", + "duplicate": false + }, + { + "id": 25811, + "name": "Broken redirector", + "type": "normal", + "duplicate": false + }, + { + "id": 25812, + "name": "Sulphur potion", + "type": "normal", + "duplicate": false + }, + { + "id": 25813, + "name": "Shielding potion", + "type": "normal", + "duplicate": false + }, + { + "id": 25814, + "name": "Declaration", + "type": "normal", + "duplicate": false + }, + { + "id": 25815, + "name": "Dark nullifier", + "type": "normal", + "duplicate": false + }, + { + "id": 25816, + "name": "Shayzien journal", + "type": "normal", + "duplicate": false + }, + { + "id": 25817, + "name": "Royal accord of twill", + "type": "normal", + "duplicate": false + }, + { + "id": 25818, + "name": "Book of the dead", + "type": "normal", + "duplicate": false + }, + { + "id": 25819, + "name": "Book of the dead", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25820, + "name": "Antique lamp", + "type": "normal", + "duplicate": false + }, + null, { - "id": 7496, - "name": "Empty spice shaker", - "examine": "Allows for equal distribution of spice." + "id": 25822, + "name": "Protest banner", + "type": "normal", + "duplicate": false }, { - "id": 7497, - "name": "Dirty blast", - "examine": "A cool refreshing fruit mix. With ash in for some reason." + "id": 25823, + "name": "Protest banner", + "type": "placeholder", + "duplicate": true }, { - "id": 7498, - "name": "Antique lamp", - "examine": "I wonder what happens if I rub it..." + "id": 25824, + "name": "Research notes", + "type": "normal", + "duplicate": false }, { - "id": 7499, - "name": "Evil dave", - "examine": "Evil Dave." + "id": 25825, + "name": "Research notes", + "type": "placeholder", + "duplicate": true }, { - "id": 7500, - "name": "Dwarf", - "examine": "It's a Dwarf." + "id": 25826, + "name": "Lizardkicker", + "type": "normal", + "duplicate": false }, { - "id": 7501, - "name": "Goblins", - "examine": "Still arguing." + "id": 25827, + "name": "Lizardkicker", + "type": "noted", + "duplicate": true }, { - "id": 7502, - "name": "Lumbridge guide", - "examine": "A helpful man." + "id": 25828, + "name": "Lizardkicker", + "type": "placeholder", + "duplicate": true }, { - "id": 7503, - "name": "Monkey", - "examine": "The monkey King." + "id": 25829, + "name": "Old note", + "type": "normal", + "duplicate": false }, { - "id": 7504, - "name": "Osman", - "examine": "From the desert." + "id": 25830, + "name": "Old note", + "type": "placeholder", + "duplicate": true }, { - "id": 7505, - "name": "Pirate pete", - "examine": "AARGH." + "id": 25831, + "name": "Shayzia military orders", + "type": "normal", + "duplicate": false }, { - "id": 7506, - "name": "Sir amik varze", - "examine": "The whitest of knights." + "id": 25832, + "name": "Shayzia military orders", + "type": "placeholder", + "duplicate": true }, { - "id": 7507, - "name": "Skrach", - "examine": "Huge and dumb." + "id": 25833, + "name": "Raw boar meat", + "type": "normal", + "duplicate": false }, { - "id": 7508, - "name": "Asgarnian ale (g)", - "examine": "There appears to be a coin in the bottom. Liked by dwarves." + "id": 25834, + "name": "Raw boar meat", + "type": "noted", + "duplicate": true }, { - "id": 7509, - "name": "Dwarven rock cake", - "examine": "Red hot and glowing, ouch! Only for dwarf consumption." + "id": 25835, + "name": "Raw boar meat", + "type": "placeholder", + "duplicate": true }, { - "id": 7510, - "name": "Dwarven rock cake", - "examine": "Cool and heavy as a brick. Only for dwarf consumption." + "id": 25836, + "name": "Little parasite", + "type": "normal", + "duplicate": false }, { - "id": 7511, - "name": "Slop of compromise", - "examine": "Two out of two goblin generals prefer it!" + "id": 25837, + "name": "Slepey tablet", + "type": "normal", + "duplicate": false }, { - "id": 7512, - "name": "Soggy bread", - "examine": "Previously a nice crispy loaf of bread. Now just kind of icky." + "id": 25838, + "name": "Parasitic egg", + "type": "normal", + "duplicate": false }, { - "id": 7513, - "name": "Spicy maggots", - "examine": "They clearly taste so much better this way!" + "id": 25839, + "name": "Parasitic egg", + "type": "placeholder", + "duplicate": true }, { - "id": 7514, - "name": "Dyed orange", - "examine": "Orange slices which have been dyed, but it looks more like they died." + "id": 25840, + "name": "Banana hat", + "type": "normal", + "duplicate": false }, { - "id": 7515, - "name": "Breadcrumbs", - "examine": "Glad these aren't in my bed." + "id": 25841, + "name": "Banana hat", + "type": "placeholder", + "duplicate": true }, { - "id": 7516, - "name": "Kelp", - "examine": "Slightly damp seaweed." + "id": 25842, + "name": "Sraracha", + "type": "normal", + "duplicate": false }, { - "id": 7517, - "name": "Ground kelp", - "examine": "Kelp flakes. Smells of the sea." + "id": 25843, + "name": "Sraracha", + "type": "normal", + "duplicate": false }, { - "id": 7518, - "name": "Crab meat", - "examine": "A smelly meat." + "id": 25844, + "name": "Orange egg sac", + "type": "normal", + "duplicate": false }, { - "id": 7519, - "name": "Crab meat", - "examine": "A smelly meat." + "id": 25845, + "name": "Orange egg sac", + "type": "placeholder", + "duplicate": true }, { - "id": 7520, - "name": "Burnt crab meat", - "examine": "Oh dear, it's burnt." + "id": 25846, + "name": "Blue egg sac", + "type": "normal", + "duplicate": false }, { - "id": 7521, - "name": "Cooked crab meat", - "examine": "Nice and tasty!" + "id": 25847, + "name": "Blue egg sac", + "type": "placeholder", + "duplicate": true + }, + null, + { + "id": 25849, + "name": "Amethyst dart", + "type": "normal", + "duplicate": false + }, + { + "id": 25850, + "name": "Amethyst dart", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25851, + "name": "Amethyst dart(p)", + "type": "normal", + "duplicate": false + }, + { + "id": 25852, + "name": "Amethyst dart(p)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25853, + "name": "Amethyst dart tip", + "type": "normal", + "duplicate": false + }, + { + "id": 25854, + "name": "Amethyst dart tip", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25855, + "name": "Amethyst dart(p+)", + "type": "normal", + "duplicate": false + }, + { + "id": 25856, + "name": "Amethyst dart(p+)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25857, + "name": "Amethyst dart(p++)", + "type": "normal", + "duplicate": false + }, + { + "id": 25858, + "name": "Amethyst dart(p++)", + "type": "placeholder", + "duplicate": true + }, + { + "id": 25859, + "name": "Enhanced crystal weapon seed", + "type": "normal", + "duplicate": false + }, + { + "id": 25860, + "name": "Enhanced crystal weapon seed", + "type": "noted", + "duplicate": true }, { - "id": 7522, - "name": "Cooked crab meat", - "examine": "Swap this note at any bank for a Cooked crab meat." + "id": 25861, + "name": "Enhanced crystal weapon seed", + "type": "placeholder", + "duplicate": true }, { - "id": 7523, - "name": "Cooked crab meat", - "examine": "Nice and tasty!" + "id": 25862, + "name": "Bow of faerdhinen (inactive)", + "type": "normal", + "duplicate": false }, { - "id": 7524, - "name": "Cooked crab meat", - "examine": "Nice and tasty!" + "id": 25863, + "name": "Bow of faerdhinen (inactive)", + "type": "noted", + "duplicate": true }, { - "id": 7525, - "name": "Cooked crab meat", - "examine": "Nice and tasty!" + "id": 25864, + "name": "Bow of faerdhinen (inactive)", + "type": "placeholder", + "duplicate": true }, { - "id": 7526, - "name": "Cooked crab meat", - "examine": "Nice and tasty!" + "id": 25865, + "name": "Bow of faerdhinen", + "type": "normal", + "duplicate": false }, { - "id": 7527, - "name": "Ground crab meat", - "examine": "A smelly paste." + "id": 25866, + "name": "Bow of faerdhinen", + "type": "placeholder", + "duplicate": true }, { - "id": 7528, - "name": "Ground cod", - "examine": "A smelly paste." + "id": 25867, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7529, - "name": "Raw fishcake", - "examine": "Would taste nicer if I cooked it." + "id": 25868, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7530, - "name": "Cooked fishcake", - "examine": "Mmmm, reminds me of the seaside." + "id": 25869, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": true }, { - "id": 7531, - "name": "Burnt fishcake", - "examine": "Darn thing's all burnt!" + "id": 25870, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7532, - "name": "Mudskipper hide", - "examine": "Hmmm, what can I use this for?" + "id": 25871, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7533, - "name": "Rock", - "examine": "A rock." + "id": 25872, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7534, - "name": "Fishbowl helmet", - "examine": "You'll look daft, but at least you won't drown!" + "id": 25873, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7535, - "name": "Diving apparatus", - "examine": "I'll need a helmet to make this work." + "id": 25874, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7536, - "name": "Fresh crab claw", - "examine": "Fresh off the crab itself." + "id": 25875, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7537, - "name": "Crab claw", - "examine": "If it's good enough for crabs, it's good enough for me!" + "id": 25876, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7538, - "name": "Fresh crab shell", - "examine": "Fresh off the crab itself." + "id": 25877, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7539, - "name": "Crab helmet", - "examine": "If it's good enough for crabs, it's good enough for me!" + "id": 25878, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7540, - "name": "Broken crab claw", - "examine": "Darn, it's useless now." + "id": 25879, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7541, - "name": "Broken crab shell", - "examine": "Darn, it's useless now." + "id": 25880, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7542, - "name": "Cake of guidance", - "examine": "Imbued with knowledge itself." + "id": 25881, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7543, - "name": "Raw guide cake", - "examine": "Now all I need to do is cook it." + "id": 25882, + "name": "Blade of saeldor (c)", + "type": "normal", + "duplicate": false }, { - "id": 7544, - "name": "Enchanted egg", - "examine": "Egg containing knowledge." + "id": 25883, + "name": "Blade of saeldor (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7545, - "name": "Enchanted milk", - "examine": "Guiding milk." + "id": 25884, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7546, - "name": "Enchanted flour", - "examine": "A pot of special flour." + "id": 25885, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7547, - "name": "Druid pouch", - "examine": "A druid pouch." + "id": 25886, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7548, - "name": "Potato seed", - "examine": "A potato seed" + "id": 25887, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7549, - "name": "Potato seed", - "examine": "Swap this note at any bank for a Potato seed." + "id": 25888, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7550, - "name": "Onion seed", - "examine": "An onion seed" + "id": 25889, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7551, - "name": "Onion seed", - "examine": "Swap this note at any bank for an Onion seed." + "id": 25890, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7552, - "name": "Mithril arrow", - "examine": "Arrows with mithril heads." + "id": 25891, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7553, - "name": "Mithril arrow", - "examine": "Swap this note at any bank for a Mithril arrow." + "id": 25892, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7554, - "name": "Fire rune", - "examine": "One of the 4 basic elemental Runes." + "id": 25893, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7555, - "name": "Fire rune", - "examine": "Swap this note at any bank for a Fire rune." + "id": 25894, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7556, - "name": "Water rune", - "examine": "One of the 4 basic elemental Runes." + "id": 25895, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7557, - "name": "Water rune", - "examine": "Swap this note at any bank for a Water rune." + "id": 25896, + "name": "Bow of faerdhinen (c)", + "type": "normal", + "duplicate": false }, { - "id": 7558, - "name": "Air rune", - "examine": "One of the 4 basic elemental Runes." + "id": 25897, + "name": "Bow of faerdhinen (c)", + "type": "placeholder", + "duplicate": true }, { - "id": 7559, - "name": "Air rune", - "examine": "Swap this note at any bank for an Air rune." + "id": 25898, + "name": "Tztok slayer helmet", + "type": "normal", + "duplicate": false }, { - "id": 7560, - "name": "Chaos rune", - "examine": "Used for low level missile spells." + "id": 25899, + "name": "Tztok slayer helmet", + "type": "placeholder", + "duplicate": true }, { - "id": 7561, - "name": "Chaos rune", - "examine": "Swap this note at any bank for a Chaos rune." + "id": 25900, + "name": "Tztok slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7562, - "name": "Tomato seed", - "examine": "A tomato seed" + "id": 25901, + "name": "Tztok slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7563, - "name": "Tomato seed", - "examine": "Swap this note at any bank for a Tomato seed." + "id": 25902, + "name": "Tztok slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7564, - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon." + "id": 25903, + "name": "Tztok slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7565, - "name": "Balloon toad", - "examine": "An inflated toad tied to a rock like a balloon." + "id": 25904, + "name": "Vampyric slayer helmet", + "type": "normal", + "duplicate": false }, { - "id": 7566, - "name": "Raw jubbly", - "examine": "The uncooked meat of a Jubbly bird." + "id": 25905, + "name": "Vampyric slayer helmet", + "type": "placeholder", + "duplicate": true }, { - "id": 7567, - "name": "Raw jubbly", - "examine": "Swap this note at any bank for a Raw jubbly." + "id": 25906, + "name": "Vampyric slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7568, - "name": "Cooked jubbly", - "examine": "Lovely Jubbly!" + "id": 25907, + "name": "Vampyric slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7569, - "name": "Cooked jubbly", - "examine": "Swap this note at any bank for a Cooked jubbly." + "id": 25908, + "name": "Vampyric slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7570, - "name": "Burnt jubbly", - "examine": "The burnt meat of a Jubbly bird." + "id": 25909, + "name": "Vampyric slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7571, - "name": "Burnt jubbly", - "examine": "Swap this note at any bank for a Burnt jubbly." + "id": 25910, + "name": "Tzkal slayer helmet", + "type": "normal", + "duplicate": false }, { - "id": 7572, - "name": "Red banana", - "examine": "Like a banana only redder." + "id": 25911, + "name": "Tzkal slayer helmet", + "type": "placeholder", + "duplicate": true }, { - "id": 7573, - "name": "Tchiki monkey nuts", - "examine": "Like Monkey Nuts only Tchikier." + "id": 25912, + "name": "Tzkal slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7574, - "name": "Sliced red banana", - "examine": "Perfect for stuffing snakes." + "id": 25913, + "name": "Tzkal slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7575, - "name": "Tchiki nut paste", - "examine": "Mixing this with jam would just be wrong." + "id": 25914, + "name": "Tzkal slayer helmet (i)", + "type": "normal", + "duplicate": false }, { - "id": 7576, - "name": "Snake corpse", - "examine": "Like a snake only not alive." + "id": 25915, + "name": "Tzkal slayer helmet (i)", + "type": "placeholder", + "duplicate": true }, { - "id": 7577, - "name": "Raw stuffed snake", - "examine": "This snake is stuffed right up." + "id": 25916, + "name": "Dragon hunter crossbow (t)", + "type": "normal", + "duplicate": false }, { - "id": 7578, - "name": "Odd stuffed snake", - "examine": "Is this really what you wanted to do?" + "id": 25917, + "name": "Dragon hunter crossbow (t)", + "type": "placeholder", + "duplicate": true }, { - "id": 7579, - "name": "Stuffed snake", - "examine": "Fit for a Monkey King." + "id": 25918, + "name": "Dragon hunter crossbow (b)", + "type": "normal", + "duplicate": false }, { - "id": 7580, - "name": "Snake over-cooked", - "examine": "It's a burnt snake." + "id": 25919, + "name": "Dragon hunter crossbow (b)", + "type": "placeholder", + "duplicate": true }, { - "id": 7581, - "name": "Overgrown hellcat", - "examine": "Your hellish pet cat!!" + "id": 25920, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7582, - "name": "Hell cat", - "examine": "Your hellish pet cat!!" + "id": 25921, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7583, - "name": "Hell-kitten", - "examine": "Your hellish pet cat!!" + "id": 25922, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7584, - "name": "Lazy hell cat", - "examine": "Your hellish pet cat!!" + "id": 25923, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7585, - "name": "Wiley hellcat", - "examine": "Your hellish pet cat!!" + "id": 25924, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7586, - "name": "Dummy", - "examine": "All is white!" + "id": 25925, + "name": "Antique lamp", + "type": "normal", + "duplicate": false }, { - "id": 7587, - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!" + "id": 25926, + "name": "Ghommal's hilt 1", + "type": "normal", + "duplicate": false }, { - "id": 7588, - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!" + "id": 25927, + "name": "Ghommal's hilt 1", + "type": "placeholder", + "duplicate": true }, { - "id": 7589, - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!" + "id": 25928, + "name": "Ghommal's hilt 2", + "type": "normal", + "duplicate": false }, { - "id": 7590, - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!" + "id": 25929, + "name": "Ghommal's hilt 2", + "type": "placeholder", + "duplicate": true }, { - "id": 7591, - "name": "Coffin", - "examine": "Filled with items. Like a bank, but spookier!" + "id": 25930, + "name": "Ghommal's hilt 3", + "type": "normal", + "duplicate": false }, { - "id": 7592, - "name": "Zombie shirt", - "examine": "Aside from the braaaains on the lapel, it's still quite good." + "id": 25931, + "name": "Ghommal's hilt 3", + "type": "placeholder", + "duplicate": true }, { - "id": 7593, - "name": "Zombie trousers", - "examine": "Good for a shamble about town." + "id": 25932, + "name": "Ghommal's hilt 4", + "type": "normal", + "duplicate": false }, { - "id": 7594, - "name": "Zombie mask", - "examine": "I look 40,000 years old in this..." + "id": 25933, + "name": "Ghommal's hilt 4", + "type": "placeholder", + "duplicate": true }, { - "id": 7595, - "name": "Zombie gloves", - "examine": "Smells pretty funky." + "id": 25934, + "name": "Ghommal's hilt 5", + "type": "normal", + "duplicate": false }, { - "id": 7596, - "name": "Zombie boots", - "examine": "Thrilling." + "id": 25935, + "name": "Ghommal's hilt 5", + "type": "placeholder", + "duplicate": true }, { - "id": 7597, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25936, + "name": "Ghommal's hilt 6", + "type": "normal", + "duplicate": false }, { - "id": 7598, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25937, + "name": "Ghommal's hilt 6", + "type": "placeholder", + "duplicate": true }, { - "id": 7599, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25938, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7600, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25940, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7601, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25941, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7602, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25943, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7603, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25944, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7604, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25946, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7605, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25947, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7606, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25949, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7607, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25950, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7608, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25952, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7609, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25953, + "name": "Anim offhand", + "type": "normal", + "duplicate": false }, + null, { - "id": 7610, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25955, + "name": "Anim offhand", + "type": "placeholder", + "duplicate": true }, { - "id": 7611, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25956, + "name": "Combat achievements", + "type": "normal", + "duplicate": false }, { - "id": 7612, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25957, + "name": "Combat achievements", + "type": "placeholder", + "duplicate": true }, { - "id": 7613, - "name": "Item", - "examine": "It seems bleached with age." + "id": 25958, + "name": "Corrupted paddlefish", + "type": "normal", + "duplicate": false }, { - "id": 7614, - "name": "Item", - "examine": "Its a symbol." + "id": 25959, + "name": "Corrupted escape crystal", + "type": "normal", + "duplicate": false }, { - "id": 7615, - "name": "Item", - "examine": "Its a symbol." + "id": 25960, + "name": "Crystal paddlefish", + "type": "normal", + "duplicate": false }, { - "id": 7616, - "name": "Item", - "examine": "Its a symbol." + "id": 25961, + "name": "Escape crystal", + "type": "normal", + "duplicate": false }, + null, { - "id": 7617, - "name": "Item", - "examine": "Its a symbol." + "id": 25963, + "name": "Crypt key", + "type": "normal", + "duplicate": false }, { - "id": 7618, - "name": "Item", - "examine": "Its a symbol." + "id": 25964, + "name": "Ranis' head", + "type": "normal", + "duplicate": false }, { - "id": 7619, - "name": "null", - "examine": "It's a null." + "id": 25965, + "name": "Strange spider eggs", + "type": "normal", + "duplicate": false }, { - "id": 7620, - "name": "Silvthrill rod", - "examine": "A rod made from Silver and Mithril." + "id": 25966, + "name": "Sulphuric acid", + "type": "normal", + "duplicate": false }, { - "id": 7621, - "name": "null", - "examine": "It's a null." + "id": 25967, + "name": "Sticky note", + "type": "normal", + "duplicate": false }, { - "id": 7622, - "name": "Bucket of rubble", - "examine": "A bucket partially filled with rubble." + "id": 25968, + "name": "Hespori bark", + "type": "normal", + "duplicate": false }, { - "id": 7623, - "name": "Bucket of rubble", - "examine": "Swap this note at any bank for a Bucket of rubble." + "id": 25969, + "name": "Masori chestplate", + "type": "normal", + "duplicate": false }, { - "id": 7624, - "name": "Bucket of rubble", - "examine": "A bucket almost full of rubble." + "id": 25970, + "name": "Masori chestplate", + "type": "placeholder", + "duplicate": true }, { - "id": 7625, - "name": "Bucket of rubble", - "examine": "Swap this note at any bank for a Bucket of rubble." + "id": 25971, + "name": "Masori chainskirt", + "type": "normal", + "duplicate": false }, { - "id": 7626, - "name": "Bucket of rubble", - "examine": "A bucket totally filled with rubble." + "id": 25972, + "name": "Masori chainskirt", + "type": "placeholder", + "duplicate": true }, { - "id": 7627, - "name": "Bucket of rubble", - "examine": "Swap this note at any bank for a Bucket of rubble." + "id": 25973, + "name": "Masori amulet", + "type": "normal", + "duplicate": false }, { - "id": 7628, - "name": "Plaster fragment", - "examine": "A frament of plaster with some impressions on it." + "id": 25974, + "name": "Masori amulet", + "type": "placeholder", + "duplicate": true }, { - "id": 7629, - "name": "Dusty scroll", - "examine": "An ancient tattered scroll." + "id": 25975, + "name": "Lightbearer", + "type": "normal", + "duplicate": false }, { - "id": 7630, - "name": "Crate", - "examine": "An old and musty looking crate." + "id": 25976, + "name": "Lightbearer", + "type": "placeholder", + "duplicate": true }, { - "id": 7631, - "name": "Crate", - "examine": "Swap this note at any bank for a Crate." + "id": 25977, + "name": "Osmumten's khopesh", + "type": "normal", + "duplicate": false }, { - "id": 7632, - "name": "Temple library key", - "examine": "A key for the Temple Library." + "id": 25978, + "name": "Osmumten's khopesh", + "type": "placeholder", + "duplicate": true }, { - "id": 7633, - "name": "Ancient book", - "examine": "A book about seven warrior priests, written about 200 years ago." + "id": 25979, + "name": "Keris partisan", + "type": "normal", + "duplicate": false }, { - "id": 7634, - "name": "Crumbling tome", - "examine": "An ancient history book." + "id": 25980, + "name": "Keris partisan", + "type": "placeholder", + "duplicate": true }, { - "id": 7635, - "name": "Leather book", - "examine": "An ancient leather-bound tome." + "id": 25981, + "name": "Keris partisan of breaching", + "type": "normal", + "duplicate": false }, { - "id": 7636, - "name": "Rod dust", - "examine": "Rod of Ivandis dust." + "id": 25982, + "name": "Keris partisan of breaching", + "type": "placeholder", + "duplicate": true }, { - "id": 7637, - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with a sapphire on the top." + "id": 25983, + "name": "Elidinis' broken ward", + "type": "normal", + "duplicate": false }, { - "id": 7638, - "name": "Silvthrill rod", - "examine": "A silvery rod of mithril and silver with a sapphire on the top, it has been enchanted." + "id": 25984, + "name": "Elidinis' broken ward", + "type": "placeholder", + "duplicate": true }, { - "id": 7639, - "name": "Rod of ivandis(10)", - "examine": "A fully charged rod." + "id": 25985, + "name": "Elidinis' ward", + "type": "normal", + "duplicate": false }, { - "id": 7640, - "name": "Rod of ivandis(9)", - "examine": "A partially charged rod." + "id": 25986, + "name": "Elidinis' ward", + "type": "placeholder", + "duplicate": true }, { - "id": 7641, - "name": "Rod of ivandis(8)", - "examine": "A partially charged rod." + "id": 25987, + "name": "Tumeken's heka", + "type": "normal", + "duplicate": false }, { - "id": 7642, - "name": "Rod of ivandis(7)", - "examine": "A partially charged rod." + "id": 25988, + "name": "Tumeken's heka", + "type": "placeholder", + "duplicate": true }, { - "id": 7643, - "name": "Rod of ivandis(6)", - "examine": "A partially charged rod." + "id": 25989, + "name": "Tumeken's heka (uncharged)", + "type": "normal", + "duplicate": false }, { - "id": 7644, - "name": "Rod of ivandis(5)", - "examine": "A partially charged rod." + "id": 25990, + "name": "Sigil of resilience", + "type": "normal", + "duplicate": false }, { - "id": 7645, - "name": "Rod of ivandis(4)", - "examine": "A partially charged rod." + "id": 25991, + "name": "Sigil of resilience", + "type": "normal", + "duplicate": false }, { - "id": 7646, - "name": "Rod of ivandis(3)", - "examine": "A partially charged rod." + "id": 25992, + "name": "Sigil of resilience", + "type": "noted", + "duplicate": true }, { - "id": 7647, - "name": "Rod of ivandis(2)", - "examine": "2! 2 charges left! Ha Ha Ha." + "id": 25993, + "name": "Sigil of consistency", + "type": "normal", + "duplicate": false }, { - "id": 7648, - "name": "Rod of ivandis(1)", - "examine": "A partially charged rod." + "id": 25994, + "name": "Sigil of consistency", + "type": "normal", + "duplicate": false }, { - "id": 7649, - "name": "Rod clay mould", - "examine": "Rod of Ivandis mould." + "id": 25995, + "name": "Sigil of consistency", + "type": "noted", + "duplicate": true }, { - "id": 7650, - "name": "Silver dust", - "examine": "It's ground up silver." + "id": 25996, + "name": "Sigil of the formidable fighter", + "type": "normal", + "duplicate": false }, { - "id": 7651, - "name": "Silver dust", - "examine": "Swap this note at any bank for a Silver dust." + "id": 25997, + "name": "Sigil of the formidable fighter", + "type": "normal", + "duplicate": false }, { - "id": 7652, - "name": "Unfinished potion.", - "examine": "An unfinished potion." + "id": 25998, + "name": "Sigil of the formidable fighter", + "type": "noted", + "duplicate": true }, { - "id": 7653, - "name": "Unfinished potion.", - "examine": "Swap this note at any bank for an Unfinished potion.." + "id": 25999, + "name": "Sigil of the rigorous ranger", + "type": "normal", + "duplicate": false }, { - "id": 7654, - "name": "Unfinished potion.", - "examine": "An unfinished potion." + "id": 26000, + "name": "Sigil of the rigorous ranger", + "type": "normal", + "duplicate": false }, { - "id": 7655, - "name": "Unfinished potion.", - "examine": "Swap this note at any bank for an Unfinished potion.." + "id": 26001, + "name": "Sigil of the rigorous ranger", + "type": "noted", + "duplicate": true }, { - "id": 7656, - "name": "Unfinished potion.", - "examine": "An unfinished potion." + "id": 26002, + "name": "Sigil of the meticulous mage", + "type": "normal", + "duplicate": false }, { - "id": 7657, - "name": "Unfinished potion.", - "examine": "Swap this note at any bank for an Unfinished potion.." + "id": 26003, + "name": "Sigil of the meticulous mage", + "type": "normal", + "duplicate": false }, { - "id": 7658, - "name": "Unfinished potion.", - "examine": "An unfinished potion." + "id": 26004, + "name": "Sigil of the meticulous mage", + "type": "noted", + "duplicate": true }, { - "id": 7659, - "name": "Unfinished potion.", - "examine": "Swap this note at any bank for an Unfinished potion.." + "id": 26005, + "name": "Sigil of fortification", + "type": "normal", + "duplicate": false }, { - "id": 7660, - "name": "Guthix balance(4)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + "id": 26006, + "name": "Sigil of fortification", + "type": "normal", + "duplicate": false }, { - "id": 7661, - "name": "Guthix balance(4)", - "examine": "Swap this note at any bank for a Guthix balance(4)." + "id": 26007, + "name": "Sigil of fortification", + "type": "noted", + "duplicate": true }, { - "id": 7662, - "name": "Guthix balance(3)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + "id": 26008, + "name": "Sigil of barrows", + "type": "normal", + "duplicate": false }, { - "id": 7663, - "name": "Guthix balance(3)", - "examine": "Swap this note at any bank for a Guthix balance(3)." + "id": 26009, + "name": "Sigil of barrows", + "type": "normal", + "duplicate": false }, { - "id": 7664, - "name": "Guthix balance(2)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + "id": 26010, + "name": "Sigil of barrows", + "type": "noted", + "duplicate": true }, { - "id": 7665, - "name": "Guthix balance(2)", - "examine": "Swap this note at any bank for a Guthix balance(2)." + "id": 26011, + "name": "Sigil of deft strikes", + "type": "normal", + "duplicate": false }, { - "id": 7666, - "name": "Guthix balance(1)", - "examine": "A potion of harralander, red spiders eggs, garlic and silver dust." + "id": 26012, + "name": "Sigil of deft strikes", + "type": "normal", + "duplicate": false }, { - "id": 7667, - "name": "Guthix balance(1)", - "examine": "Swap this note at any bank for a Guthix balance(1)." + "id": 26013, + "name": "Sigil of deft strikes", + "type": "noted", + "duplicate": true }, { - "id": 7668, - "name": "Gadderhammer", - "examine": "A specially crafted hammer with strange markings on it." + "id": 26014, + "name": "Sigil of freedom", + "type": "normal", + "duplicate": false }, { - "id": 7669, - "name": "Gadderhammer", - "examine": "Swap this note at any bank for a Gadderhammer." + "id": 26015, + "name": "Sigil of freedom", + "type": "normal", + "duplicate": false }, { - "id": 7670, - "name": "null", - "examine": "It's a null." + "id": 26016, + "name": "Sigil of freedom", + "type": "noted", + "duplicate": true }, { - "id": 7671, - "name": "Boxing gloves", - "examine": "I think they look a bit silly." + "id": 26017, + "name": "Sigil of enhanced harvest", + "type": "normal", + "duplicate": false }, { - "id": 7672, - "name": "Boxing gloves", - "examine": "Swap this note at any bank for a Boxing gloves." + "id": 26018, + "name": "Sigil of enhanced harvest", + "type": "normal", + "duplicate": false }, { - "id": 7673, - "name": "Boxing gloves", - "examine": "I think they look a bit silly." + "id": 26019, + "name": "Sigil of enhanced harvest", + "type": "noted", + "duplicate": true }, { - "id": 7674, - "name": "Boxing gloves", - "examine": "Swap this note at any bank for a Boxing gloves." + "id": 26020, + "name": "Sigil of storage", + "type": "normal", + "duplicate": false }, { - "id": 7675, - "name": "Wooden sword", - "examine": "A less-than razor sharp sword." + "id": 26021, + "name": "Sigil of storage", + "type": "normal", + "duplicate": false }, { - "id": 7676, - "name": "Wooden shield.", - "examine": "A less-than strong shield." + "id": 26022, + "name": "Sigil of storage", + "type": "noted", + "duplicate": true }, { - "id": 7677, - "name": "Magic stone", - "examine": "It knows where the treasure is." + "id": 26023, + "name": "Sigil of the smith", + "type": "normal", + "duplicate": false }, { - "id": 7678, - "name": "Prize key", - "examine": "You can use this to open the prize chest!" + "id": 26024, + "name": "Sigil of the smith", + "type": "normal", + "duplicate": false }, { - "id": 7679, - "name": "Pugel", - "examine": "A good tool for bashing someone." + "id": 26025, + "name": "Sigil of the smith", + "type": "noted", + "duplicate": true }, { - "id": 7680, - "name": "Pugel", - "examine": "Swap this note at any bank for a Pugel." + "id": 26026, + "name": "Sigil of the alchemist", + "type": "normal", + "duplicate": false }, { - "id": 7681, - "name": "Game book", - "examine": "Party Pete's Bumper Book Of Games" + "id": 26027, + "name": "Sigil of the alchemist", + "type": "normal", + "duplicate": false }, { - "id": 7682, - "name": "Hoop", - "examine": "Try to throw it over the stick." + "id": 26028, + "name": "Sigil of the alchemist", + "type": "noted", + "duplicate": true }, { - "id": 7683, - "name": "Hoop", - "examine": "Swap this note at any bank for a Hoop." + "id": 26029, + "name": "Sigil of the fletcher", + "type": "normal", + "duplicate": false }, { - "id": 7684, - "name": "Dart", - "examine": "Not much good in combat, but perfect for the dart board!" + "id": 26030, + "name": "Sigil of the fletcher", + "type": "normal", + "duplicate": false }, { - "id": 7685, - "name": "Dart", - "examine": "Swap this note at any bank for a Dart." + "id": 26031, + "name": "Sigil of the fletcher", + "type": "noted", + "duplicate": true }, { - "id": 7686, - "name": "Bow and arrow", - "examine": "A safe arrow for indoor ranging games." + "id": 26032, + "name": "Sigil of the chef", + "type": "normal", + "duplicate": false }, { - "id": 7687, - "name": "Bow and arrow", - "examine": "Swap this note at any bank for a Bow and arrow." + "id": 26033, + "name": "Sigil of the chef", + "type": "normal", + "duplicate": false }, { - "id": 7688, - "name": "Kettle", - "examine": "The kettle is empty" + "id": 26034, + "name": "Sigil of the chef", + "type": "noted", + "duplicate": true }, { - "id": 7689, - "name": "Kettle", - "examine": "Swap this note at any bank for a Kettle." + "id": 26035, + "name": "Sigil of the craftsman", + "type": "normal", + "duplicate": false }, { - "id": 7690, - "name": "Full kettle", - "examine": "It's full of cold water." + "id": 26036, + "name": "Sigil of the craftsman", + "type": "normal", + "duplicate": false }, { - "id": 7691, - "name": "Hot kettle", - "examine": "It's full of boiling water." + "id": 26037, + "name": "Sigil of the craftsman", + "type": "noted", + "duplicate": true }, { - "id": 7692, - "name": "Pot of tea 4", - "examine": "I'd really like a nice cup of tea." + "id": 26038, + "name": "Sigil of the abyss", + "type": "normal", + "duplicate": false }, { - "id": 7693, - "name": "Pot of tea 4", - "examine": "Swap this note at any bank for a Pot of tea 4." + "id": 26039, + "name": "Sigil of the abyss", + "type": "normal", + "duplicate": false }, { - "id": 7694, - "name": "Pot of tea 3", - "examine": "I'd really like a nice cup of tea." + "id": 26040, + "name": "Sigil of the abyss", + "type": "noted", + "duplicate": true }, { - "id": 7695, - "name": "Pot of tea 3", - "examine": "Swap this note at any bank for a Pot of tea 3." + "id": 26041, + "name": "Sigil of stamina", + "type": "normal", + "duplicate": false }, { - "id": 7696, - "name": "Pot of tea 2", - "examine": "I'd really like a nice cup of tea." + "id": 26042, + "name": "Sigil of stamina", + "type": "normal", + "duplicate": false }, { - "id": 7697, - "name": "Pot of tea 2", - "examine": "Swap this note at any bank for a Pot of tea 2." + "id": 26043, + "name": "Sigil of stamina", + "type": "noted", + "duplicate": true }, { - "id": 7698, - "name": "Pot of tea 1", - "examine": "I'd really like a nice cup of tea." + "id": 26044, + "name": "Sigil of the potion master", + "type": "normal", + "duplicate": false }, { - "id": 7699, - "name": "Pot of tea 1", - "examine": "Swap this note at any bank for a Pot of tea 1." + "id": 26045, + "name": "Sigil of the potion master", + "type": "normal", + "duplicate": false }, { - "id": 7700, - "name": "Teapot with leaves", - "examine": "Add boiling water to make a tea." + "id": 26046, + "name": "Sigil of the potion master", + "type": "noted", + "duplicate": true }, { - "id": 7701, - "name": "Teapot with leaves", - "examine": "Swap this note at any bank for a Teapot with leaves." + "id": 26047, + "name": "Sigil of the eternal jeweller", + "type": "normal", + "duplicate": false }, { - "id": 7702, - "name": "Teapot", - "examine": "This teapot is empty." + "id": 26048, + "name": "Sigil of the eternal jeweller", + "type": "normal", + "duplicate": false }, { - "id": 7703, - "name": "Teapot", - "examine": "Swap this note at any bank for a Teapot." + "id": 26049, + "name": "Sigil of the eternal jeweller", + "type": "noted", + "duplicate": true }, { - "id": 7704, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26050, + "name": "Sigil of the treasure hunter", + "type": "normal", + "duplicate": false }, { - "id": 7705, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26051, + "name": "Sigil of the treasure hunter", + "type": "normal", + "duplicate": false }, { - "id": 7706, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26052, + "name": "Sigil of the treasure hunter", + "type": "noted", + "duplicate": true }, { - "id": 7707, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26053, + "name": "Sigil of mobility", + "type": "normal", + "duplicate": false }, { - "id": 7708, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26054, + "name": "Sigil of mobility", + "type": "normal", + "duplicate": false }, { - "id": 7709, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26055, + "name": "Sigil of mobility", + "type": "noted", + "duplicate": true }, { - "id": 7710, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26056, + "name": "Sigil of exaggeration", + "type": "normal", + "duplicate": false }, { - "id": 7711, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26057, + "name": "Sigil of exaggeration", + "type": "normal", + "duplicate": false }, { - "id": 7712, - "name": "Teapot with leaves", - "examine": "Add boiling water to make a tea." + "id": 26058, + "name": "Sigil of exaggeration", + "type": "noted", + "duplicate": true }, { - "id": 7713, - "name": "Teapot with leaves", - "examine": "Swap this note at any bank for a Teapot with leaves." + "id": 26059, + "name": "Sigil of specialised strikes", + "type": "normal", + "duplicate": false }, { - "id": 7714, - "name": "Teapot", - "examine": "This teapot is empty." + "id": 26060, + "name": "Sigil of specialised strikes", + "type": "normal", + "duplicate": false }, { - "id": 7715, - "name": "Teapot", - "examine": "Swap this note at any bank for a Teapot." + "id": 26061, + "name": "Sigil of specialised strikes", + "type": "noted", + "duplicate": true }, { - "id": 7716, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26062, + "name": "Sigil of the porcupine", + "type": "normal", + "duplicate": false }, { - "id": 7717, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26063, + "name": "Sigil of the porcupine", + "type": "normal", + "duplicate": false }, { - "id": 7718, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26064, + "name": "Sigil of the porcupine", + "type": "noted", + "duplicate": true }, { - "id": 7719, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26065, + "name": "Sigil of binding", + "type": "normal", + "duplicate": false }, { - "id": 7720, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26066, + "name": "Sigil of binding", + "type": "normal", + "duplicate": false }, { - "id": 7721, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26067, + "name": "Sigil of binding", + "type": "noted", + "duplicate": true }, { - "id": 7722, - "name": "Pot of tea", - "examine": "I'd really like a nice cup of tea." + "id": 26068, + "name": "Sigil of escaping", + "type": "normal", + "duplicate": false }, { - "id": 7723, - "name": "Pot of tea", - "examine": "Swap this note at any bank for a Pot of tea." + "id": 26069, + "name": "Sigil of escaping", + "type": "normal", + "duplicate": false }, { - "id": 7724, - "name": "Teapot with leaves", - "examine": "Add boiling water to make a tea." + "id": 26070, + "name": "Sigil of escaping", + "type": "noted", + "duplicate": true }, { - "id": 7725, - "name": "Teapot with leaves", - "examine": "Swap this note at any bank for a Teapot with leaves." + "id": 26071, + "name": "Sigil of the ruthless ranger", + "type": "normal", + "duplicate": false }, { - "id": 7726, - "name": "Teapot", - "examine": "This teapot is empty." + "id": 26072, + "name": "Sigil of the ruthless ranger", + "type": "normal", + "duplicate": false }, { - "id": 7727, - "name": "Teapot", - "examine": "Swap this note at any bank for a Teapot." + "id": 26073, + "name": "Sigil of the ruthless ranger", + "type": "noted", + "duplicate": true }, { - "id": 7728, - "name": "Empty cup", - "examine": "An empty cup." + "id": 26074, + "name": "Sigil of the feral fighter", + "type": "normal", + "duplicate": false }, { - "id": 7729, - "name": "Empty cup", - "examine": "Swap this note at any bank for an Empty cup." + "id": 26075, + "name": "Sigil of the feral fighter", + "type": "normal", + "duplicate": false }, { - "id": 7730, - "name": "Cup of tea", - "examine": "A nice cup of nettle tea." + "id": 26076, + "name": "Sigil of the feral fighter", + "type": "noted", + "duplicate": true }, { - "id": 7731, - "name": "Cup of tea", - "examine": "A milky cup of nettle tea." + "id": 26077, + "name": "Sigil of the menacing mage", + "type": "normal", + "duplicate": false }, { - "id": 7732, - "name": "Porcelain cup", - "examine": "A porcelain cup." + "id": 26078, + "name": "Sigil of the menacing mage", + "type": "normal", + "duplicate": false }, { - "id": 7733, - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup." + "id": 26079, + "name": "Sigil of the menacing mage", + "type": "noted", + "duplicate": true }, { - "id": 7734, - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup." + "id": 26080, + "name": "Sigil of prosperity", + "type": "normal", + "duplicate": false }, { - "id": 7735, - "name": "Porcelain cup", - "examine": "A porcelain cup." + "id": 26081, + "name": "Sigil of prosperity", + "type": "normal", + "duplicate": false }, { - "id": 7736, - "name": "Cup of tea", - "examine": "Some nettle tea in a porcelain cup." + "id": 26082, + "name": "Sigil of prosperity", + "type": "noted", + "duplicate": true }, { - "id": 7737, - "name": "Cup of tea", - "examine": "Some milky nettle tea in a porcelain cup." + "id": 26083, + "name": "Sigil of the dwarves", + "type": "normal", + "duplicate": false }, { - "id": 7738, - "name": "Tea leaves", - "examine": "Mmm, how about a nice cup of tea?" + "id": 26084, + "name": "Sigil of the dwarves", + "type": "normal", + "duplicate": false }, { - "id": 7739, - "name": "Tea leaves", - "examine": "Swap this note at any bank for a Tea leaves." + "id": 26085, + "name": "Sigil of the dwarves", + "type": "noted", + "duplicate": true }, { - "id": 7740, - "name": "Beer", - "examine": "A glass of frothy ale." + "id": 26086, + "name": "Sigil of the elves", + "type": "normal", + "duplicate": false }, { - "id": 7741, - "name": "Beer", - "examine": "Swap this note at any bank for a Beer." + "id": 26087, + "name": "Sigil of the elves", + "type": "normal", + "duplicate": false }, { - "id": 7742, - "name": "Beer glass", - "examine": "I need to fill this with beer." + "id": 26088, + "name": "Sigil of the elves", + "type": "noted", + "duplicate": true }, { - "id": 7743, - "name": "Beer glass", - "examine": "Swap this note at any bank for a Beer glass." + "id": 26089, + "name": "Sigil of the barbarians", + "type": "normal", + "duplicate": false }, { - "id": 7744, - "name": "Asgarnian ale", - "examine": "Probably the finest ale in Asgarnia." + "id": 26090, + "name": "Sigil of the barbarians", + "type": "normal", + "duplicate": false }, { - "id": 7745, - "name": "Asgarnian ale", - "examine": "Swap this note at any bank for an Asgarnian ale." + "id": 26091, + "name": "Sigil of the barbarians", + "type": "noted", + "duplicate": true }, { - "id": 7746, - "name": "Greenman's ale", - "examine": "A glass of frothy ale." + "id": 26092, + "name": "Sigil of the gnomes", + "type": "normal", + "duplicate": false }, { - "id": 7747, - "name": "Greenman's ale", - "examine": "Swap this note at any bank for a Greenman's ale." + "id": 26093, + "name": "Sigil of the gnomes", + "type": "normal", + "duplicate": false }, { - "id": 7748, - "name": "Dragon bitter", - "examine": "A glass of bitter." + "id": 26094, + "name": "Sigil of the gnomes", + "type": "noted", + "duplicate": true }, { - "id": 7749, - "name": "Dragon bitter", - "examine": "Swap this note at any bank for a Dragon bitter." + "id": 26095, + "name": "Sigil of nature", + "type": "normal", + "duplicate": false }, { - "id": 7750, - "name": "Moonlight mead", - "examine": "A foul smelling brew." + "id": 26096, + "name": "Sigil of nature", + "type": "normal", + "duplicate": false }, { - "id": 7751, - "name": "Moonlight mead", - "examine": "Swap this note at any bank for a Moonlight mead." + "id": 26097, + "name": "Sigil of nature", + "type": "noted", + "duplicate": true }, { - "id": 7752, - "name": "Cider", - "examine": "A glass of cider." + "id": 26098, + "name": "Sigil of devotion", + "type": "normal", + "duplicate": false }, { - "id": 7753, - "name": "Cider", - "examine": "Swap this note at any bank for a Cider." + "id": 26099, + "name": "Sigil of devotion", + "type": "normal", + "duplicate": false }, { - "id": 7754, - "name": "Chef's delight", - "examine": "A fruity, full-bodied ale." + "id": 26100, + "name": "Sigil of devotion", + "type": "noted", + "duplicate": true }, { - "id": 7755, - "name": "Chef's delight", - "examine": "Swap this note at any bank for a Chef's delight." + "id": 26101, + "name": "Sigil of the forager", + "type": "normal", + "duplicate": false }, { - "id": 7756, - "name": "Paintbrush", - "examine": "Try dipping it in paint and applying it." + "id": 26102, + "name": "Sigil of the forager", + "type": "normal", + "duplicate": false }, { - "id": 7757, - "name": "Paintbrush", - "examine": "Swap this note at any bank for a Paintbrush." + "id": 26103, + "name": "Sigil of the forager", + "type": "noted", + "duplicate": true }, { - "id": 7758, - "name": "Rusty sword", - "examine": "A decent enough weapon gone rusty." + "id": 26104, + "name": "Sigil of garments", + "type": "normal", + "duplicate": false }, { - "id": 7759, - "name": "Toy soldier", - "examine": "Nice bit of crafting!" + "id": 26105, + "name": "Sigil of garments", + "type": "normal", + "duplicate": false }, { - "id": 7760, - "name": "Toy soldier", - "examine": "Swap this note at any bank for a Toy soldier." + "id": 26106, + "name": "Sigil of garments", + "type": "noted", + "duplicate": true }, { - "id": 7761, - "name": "Toy soldier (wound)", - "examine": "Nice bit of crafting!" + "id": 26107, + "name": "Sigil of slaughter", + "type": "normal", + "duplicate": false }, { - "id": 7762, - "name": "Toy soldier (wound)", - "examine": "Swap this note at any bank for a Toy soldier (wound)." + "id": 26108, + "name": "Sigil of slaughter", + "type": "normal", + "duplicate": false }, { - "id": 7763, - "name": "Toy doll", - "examine": "Nice bit of crafting!" + "id": 26109, + "name": "Sigil of slaughter", + "type": "noted", + "duplicate": true }, { - "id": 7764, - "name": "Toy doll", - "examine": "Swap this note at any bank for a Toy doll." + "id": 26110, + "name": "Sigil of the fortune farmer", + "type": "normal", + "duplicate": false }, { - "id": 7765, - "name": "Toy doll (wound)", - "examine": "Nice bit of crafting!" + "id": 26111, + "name": "Sigil of the fortune farmer", + "type": "normal", + "duplicate": false }, { - "id": 7766, - "name": "Toy doll (wound)", - "examine": "Swap this note at any bank for a Toy doll (wound)." + "id": 26112, + "name": "Sigil of the fortune farmer", + "type": "noted", + "duplicate": true }, { - "id": 7767, - "name": "Toy mouse", - "examine": "Nice bit of crafting!" + "id": 26113, + "name": "Sigil of versatility", + "type": "normal", + "duplicate": false }, { - "id": 7768, - "name": "Toy mouse", - "examine": "Swap this note at any bank for a Toy mouse." + "id": 26114, + "name": "Sigil of versatility", + "type": "normal", + "duplicate": false }, { - "id": 7769, - "name": "Toy mouse (wound)", - "examine": "Nice bit of crafting!" + "id": 26115, + "name": "Sigil of versatility", + "type": "noted", + "duplicate": true }, { - "id": 7770, - "name": "Toy mouse (wound)", - "examine": "Swap this note at any bank for a Toy mouse (wound)." + "id": 26116, + "name": "Sigil of the serpent", + "type": "normal", + "duplicate": false }, { - "id": 7771, - "name": "Toy cat", - "examine": "Nice bit of crafting!" + "id": 26117, + "name": "Sigil of the serpent", + "type": "normal", + "duplicate": false }, { - "id": 7772, - "name": "Toy cat", - "examine": "Swap this note at any bank for a Toy cat." + "id": 26118, + "name": "Sigil of the serpent", + "type": "noted", + "duplicate": true }, { - "id": 7773, - "name": "Branch", - "examine": "Leafless bush branch." + "id": 26119, + "name": "Sigil of supreme stamina", + "type": "normal", + "duplicate": false }, { - "id": 7774, - "name": "Reward token", - "examine": "Yellow reward token." + "id": 26120, + "name": "Sigil of supreme stamina", + "type": "normal", + "duplicate": false }, { - "id": 7775, - "name": "Reward token", - "examine": "Red reward token." + "id": 26121, + "name": "Sigil of supreme stamina", + "type": "noted", + "duplicate": true }, { - "id": 7776, - "name": "Reward token", - "examine": "Blue reward token." + "id": 26122, + "name": "Sigil of preservation", + "type": "normal", + "duplicate": false }, { - "id": 7777, - "name": "Long vine", - "examine": "A long section of vine made up of lots of shorter sections." + "id": 26123, + "name": "Sigil of preservation", + "type": "normal", + "duplicate": false }, { - "id": 7778, - "name": "Short vine", - "examine": "A short section of vines." + "id": 26124, + "name": "Sigil of preservation", + "type": "noted", + "duplicate": true }, { - "id": 7779, - "name": "Fishing tome", - "examine": "A tome of learning which focuses on fishing." + "id": 26125, + "name": "Sigil of finality", + "type": "normal", + "duplicate": false }, { - "id": 7780, - "name": "Fishing tome", - "examine": "A tome of learning which focuses on fishing." + "id": 26126, + "name": "Sigil of finality", + "type": "normal", + "duplicate": false }, { - "id": 7781, - "name": "Fishing tome", - "examine": "A tome of learning which focuses on fishing." + "id": 26127, + "name": "Sigil of finality", + "type": "noted", + "duplicate": true }, { - "id": 7782, - "name": "Agility tome", - "examine": "A tome of learning which focuses on agility." + "id": 26128, + "name": "Sigil of pious protection", + "type": "normal", + "duplicate": false }, { - "id": 7783, - "name": "Agility tome", - "examine": "A tome of learning which focuses on agility." + "id": 26129, + "name": "Sigil of pious protection", + "type": "normal", + "duplicate": false }, { - "id": 7784, - "name": "Agility tome", - "examine": "A tome of learning which focuses on agility." + "id": 26130, + "name": "Sigil of pious protection", + "type": "noted", + "duplicate": true }, { - "id": 7785, - "name": "Thieving tome", - "examine": "A tome of learning which focuses on thieving." + "id": 26131, + "name": "Sigil of aggression", + "type": "normal", + "duplicate": false }, { - "id": 7786, - "name": "Thieving tome", - "examine": "A tome of learning which focuses on thieving." + "id": 26132, + "name": "Sigil of aggression", + "type": "normal", + "duplicate": false }, { - "id": 7787, - "name": "Thieving tome", - "examine": "A tome of learning which focuses on thieving." + "id": 26133, + "name": "Sigil of aggression", + "type": "noted", + "duplicate": true }, { - "id": 7788, - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the slayer skill." + "id": 26134, + "name": "Sigil of rampage", + "type": "normal", + "duplicate": false }, { - "id": 7789, - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the slayer skill." + "id": 26135, + "name": "Sigil of rampage", + "type": "normal", + "duplicate": false }, { - "id": 7790, - "name": "Slayer tome", - "examine": "A tome of learning which focuses on the slayer skill." + "id": 26136, + "name": "Sigil of rampage", + "type": "noted", + "duplicate": true }, { - "id": 7791, - "name": "Mining tome", - "examine": "A tome of learning which focuses on the mining skill." + "id": 26137, + "name": "Sigil of the skiller", + "type": "normal", + "duplicate": false }, { - "id": 7792, - "name": "Mining tome", - "examine": "A tome of learning which focuses on the mining skill." + "id": 26138, + "name": "Sigil of the skiller", + "type": "normal", + "duplicate": false }, { - "id": 7793, - "name": "Mining tome", - "examine": "A tome of learning which focuses on the mining skill." + "id": 26139, + "name": "Sigil of the skiller", + "type": "noted", + "duplicate": true }, { - "id": 7794, - "name": "Firemaking tome", - "examine": "A tome of learning which focuses on the firemaking skill." + "id": 26140, + "name": "Sigil of remote storage", + "type": "normal", + "duplicate": false }, { - "id": 7795, - "name": "Firemaking tome", - "examine": "A tome of learning which focuses on the firemaking skill." + "id": 26141, + "name": "Sigil of remote storage", + "type": "normal", + "duplicate": false }, { - "id": 7796, - "name": "Firemaking tome", - "examine": "A tome of learning which focuses on the firemaking skill." + "id": 26142, + "name": "Sigil of remote storage", + "type": "noted", + "duplicate": true }, { - "id": 7797, - "name": "Woodcutting tome", - "examine": "A tome of learning which focuses on the woodcutting skill." + "id": 26143, + "name": "Sigil of last recall", + "type": "normal", + "duplicate": false }, { - "id": 7798, - "name": "Woodcutting tome", - "examine": "A tome of learning which focuses on the woodcutting skill." + "id": 26144, + "name": "Sigil of last recall", + "type": "normal", + "duplicate": false }, { - "id": 7799, - "name": "Woodcutting tome", - "examine": "A tome of learning which focuses on the woodcutting skill." + "id": 26145, + "name": "Sigil of last recall", + "type": "noted", + "duplicate": true }, { - "id": 7800, - "name": "Snail shell", - "examine": "A shell from a Giant Snail." + "id": 26146, + "name": "Sigil of the guardian angel", + "type": "normal", + "duplicate": false }, { - "id": 7801, - "name": "Snake hide", - "examine": "Scaly but not slimy!" + "id": 26147, + "name": "Sigil of the guardian angel", + "type": "normal", + "duplicate": false }, { - "id": 7802, - "name": "Snake hide", - "examine": "Swap this note at any bank for a Snake hide." + "id": 26148, + "name": "Sigil of the guardian angel", + "type": "noted", + "duplicate": true }, { - "id": 7803, - "name": "Yin yang amulet", - "examine": "A non-magical copy of the make-over mage's amulet." + "id": 26149, + "name": "Tuna", + "type": "normal", + "duplicate": false }, { - "id": 7804, - "name": "Zaros mjolnir", - "examine": "A Zaros Mjolnir." + "id": 26150, + "name": "Combat potion(4)", + "type": "normal", + "duplicate": false }, { - "id": 7805, - "name": "Zaros mjolnir", - "examine": "Swap this note at any bank for a Zaros mjolnir." + "id": 26151, + "name": "Combat potion(3)", + "type": "normal", + "duplicate": false }, { - "id": 7806, - "name": "Anger sword", - "examine": "A heavy duty sword." + "id": 26152, + "name": "Combat potion(2)", + "type": "normal", + "duplicate": false }, { - "id": 7807, - "name": "Anger battleaxe", - "examine": "A heavy duty axe." + "id": 26153, + "name": "Combat potion(1)", + "type": "normal", + "duplicate": false }, { - "id": 7808, - "name": "Anger mace", - "examine": "A heavy duty mace." + "id": 26154, + "name": "Mount karuulm diary", + "type": "normal", + "duplicate": false }, { - "id": 7809, - "name": "Anger spear", - "examine": "A heavy duty spear." + "id": 26155, + "name": "Mount karuulm diary", + "type": "placeholder", + "duplicate": true } ] \ No newline at end of file diff --git a/src/plugins/skills/herblore/mix-potion.plugin.ts b/src/plugins/skills/herblore/mix-potion.plugin.ts index 9f65b81ed..2e6cbb676 100644 --- a/src/plugins/skills/herblore/mix-potion.plugin.ts +++ b/src/plugins/skills/herblore/mix-potion.plugin.ts @@ -5,6 +5,7 @@ import { import { widgets } from "@engine/config/config-handler"; import ingredients from './ingredients'; +const VIAL_OF_WATER = 227; const ANIMATION = 363; const SOUND = 2608; @@ -44,9 +45,9 @@ const handler = ({ player.inventory.remove(usedSlot); player.inventory.remove(usedWithSlot); - if ([item1.id, item2.id].includes(227)) { + if ([item1.id, item2.id].includes(VIAL_OF_WATER)) { // 2259 - Pouring Vial Onto Ground - const herb = [item1, item2].find(i => i.id !== 227); + const herb = [item1, item2].find(i => i.id !== VIAL_OF_WATER); player.sendMessage(`You put the clean ${herb.name} into the vial of water.`); } else { const secondary = [item1, item2].find(i => !i.name.includes('(unf)'));